Papers
Topics
Authors
Recent
Search
2000 character limit reached

FAME: A Multi-Domain AI Framework

Updated 3 July 2026
  • FAME is a diverse family of AI methods and frameworks designed for applications in robotics, healthcare, face recognition, and secure computation.
  • One FAME instantiation applies force-adaptive reinforcement learning to humanoid manipulation, boosting mean success rates from 29.44% to 73.84% under varied force disturbances.
  • Another FAME model employs fairness-aware multimodal embeddings to significantly reduce error disparities and achieve state-of-the-art performance in EHR prediction.

FAME

FAME denotes a family of methods and frameworks, each with distinct domain interpretations, including force-adaptive reinforcement learning for humanoids (Pudasaini et al., 9 Mar 2026), fairness-aware multimodal embeddings for healthcare (Hooman et al., 16 Jun 2025), face association in visual recognition (Golge et al., 2014), feature-driven meta-embedding (Lange et al., 2020), continuous-time manifold evolution for impact forecasting (Ding et al., 8 May 2026), model attribution in deepfake detection (Ahmad et al., 13 Jun 2025), fuzzy models for explainable AI (Gokmen et al., 9 Apr 2025), formal abstraction-based explanations (Boumazouza et al., 11 Mar 2026), robust face-voice association (Tang et al., 2024), model editing (Zeng et al., 2024), video editing under fairness constraints (Wu et al., 27 Oct 2025), log anomaly MoE detection (Wang et al., 21 May 2026), FPGA-based matrix multiplication for secure computation (Xu et al., 17 Dec 2025), synthetic benchmarks for machine unlearning (Savelli et al., 17 Dec 2025), and factor-aware robotic generalization (Zhang et al., 19 Jun 2026). This entry synthesizes multiple FAME instantiations, focusing especially on methods of highest impact in their communities.

1. Force-Adaptive Reinforcement Learning for Humanoid Manipulation

FAME (Pudasaini et al., 9 Mar 2026) addresses humanoid bimanual manipulation, specifically expanding the manipulation envelope under unknown external hand forces. The framework models the robot and environment as a POMDP M=(S,A,T,O,R,γ)\mathcal{M} = (\mathcal{S},\mathcal{A},T,\mathcal{O},R,\gamma), where the state sts_t includes the full configuration, the action space AR12\mathcal{A}\subset\mathbb{R}^{12} comprises lower-body joint offsets, and observations O\mathcal{O} aggregate the proprioceptive state and a low-dimensional latent context. This context, computed by a stacked MLP encoder fencf_{\mathrm{enc}}, jointly embeds the upper-body configuration and estimated bimanual interaction forces, yielding ztR8\mathbf{z}_t\in\mathbb{R}^{8} as a compact, history-based descriptor of recent force-posture interaction.

During simulation-based policy optimization (PPO; ϵ=0.2\epsilon=0.2, γ=0.99\gamma=0.99, λ=0.95\lambda=0.95, learning rate 10310^{-3}), the training pipeline injects diverse per-wrist 3D force disturbances, sampled spherically within controlled magnitude bounds, and implements a coupled upper-body pose curriculum. The reward function comprises over twenty weighted terms enforcing base stability, posture regularity, foot-grounding, action smoothness, and safety.

At deployment, FAME only requires estimation of sts_t0—computed via the wrist Jacobian and measured torque differential—circumventing the need for wrist F/T sensors. Across five canonical arm configurations under randomized force and target heights, FAME achieves a mean standing success rate of sts_t1 (vs.\ sts_t2 for curriculum-only and sts_t3 base). The controller demonstrates hardware robustness on the Unitree H12—including asymmetric single-arm and symmetric bimanual loads—where baseline controllers fail to stabilize.

2. Fairness-Aware Multimodal Embeddings for Healthcare

FAME (Hooman et al., 16 Jun 2025) denotes a joint-fusion strategy for multimodal Electronic Health Record (EHR) prediction, designed to optimize both predictive performance and subgroup fairness. Each modality (demographics sts_t4, structured codes sts_t5, text sts_t6) is encoded with a (pretrained) backbone (e.g., BEHRT or BioClinicalBERT), projected to a unified embedding space, and then combined via fairness-weighted gating:

sts_t7

The weights sts_t8 are updated via a dynamic schedule that increases weight on modalities with lower Error Distribution Disparity Index (EDDI):

sts_t9

Model optimization jointly minimizes binary cross-entropy prediction loss and a sign-agnostic EDDI-based fairness penalty:

AR12\mathcal{A}\subset\mathbb{R}^{12}0

Empirical results on MIMIC-III show state-of-the-art AUROC/AUPRC and subgroup EDDI, with substantial reductions (up to 94\% EDDI, 75\% EO) over competitive baselines. The underlying approach is generic to any number of modalities and fairness attributes.

3. Feature-Based Adversarial Meta-Embeddings

Feature-Based Adversarial Meta-Embeddings (FAME) (Lange et al., 2020) proposes a robust architectural approach to aggregating multiple diverse token-level embeddings. Distinctively, an explicit token-intrinsic feature vector AR12\mathcal{A}\subset\mathbb{R}^{12}1 (encoding length, frequency, word-shape, etc.) is concatenated with each embedding AR12\mathcal{A}\subset\mathbb{R}^{12}2 (from distinct sources, variable dimensionality), mapped into a shared space, and then attention-weighted:

AR12\mathcal{A}\subset\mathbb{R}^{12}3

Meta-embeddings are composed as AR12\mathcal{A}\subset\mathbb{R}^{12}4. To align the mapped representations regardless of origin, a discriminator trained adversarially tries (and is forced to fail) to recover the original embedding source, using a gradient-reversal penalty. This approach is highly effective across NER, POS, and low-resource sequence labeling settings, achieving SOTA on 27 UD treebanks and delivering large gains in few-shot regimes.

4. Face Association and Model Evolution

Face Association through Model Evolution (FAME) (Golge et al., 2014) provides an iterative strategy for auto-labeling noisy web-scale image sets returned by name-based queries. FAME sequentially trains a discriminative model against global negatives, selects the most confident positives, then partitions the set with an affinity model to find and excise outliers based on joint discriminativeness and representativeness. This process iterates, prunes the label noise aggressively, and ultimately yields face recognition models with accuracy exceeding prior approaches on FAN-large and PubFig83 benchmarks.

5. Forecasting Academic Impact via Manifold Evolution

FAME (Ding et al., 8 May 2026) as “Forecasting Academic Impact via Continuous-Time Manifold Evolution” describes a spatiotemporal latent manifold approach for prospective scientific impact prediction. Papers are semantically clustered and mapped to a dynamic topic spine trajectory AR12\mathcal{A}\subset\mathbb{R}^{12}5 with local field “momentum.” The manifold is sculpted with three geometric constraints: spine binding, knowledge-flow alignment, and vanguard (impact-alignment) loss. The final forecast for a given paper is the cosine alignment between its residual vector (relative to its topic’s current center) and the temporal direction of the field. Quantitatively, this method nearly doubles prospective Spearman AR12\mathcal{A}\subset\mathbb{R}^{12}6 compared to both machine learning and LLM-based baselines for impact ranking on 3,200 arXiv papers, and augments LLM forecasting by supplying essential dynamical context.

6. Domain-Specific and Engineering Instantiations

  • Human-Interpretable Fuzzy Models: Fuzzy Additive Model with Explainability (FAME) (Gokmen et al., 9 Apr 2025) structures feature-extractive projections into sparse, interpretable additive components, using sculpted antecedents with at most two activated fuzzy rules per subnetwork. This reduces complexity, eliminates rule explosion, and improves interpretability while maintaining predictive fidelity.
  • Secure Computation and FPGA Acceleration: FAME (Xu et al., 17 Dec 2025) designates a memory-aware datapath and hardware architecture for high-throughput homomorphic-encrypted matrix multiplication. Using fine-grained limb processing, algorithmic hoisting, and pipelined operation, the FPGA-based FAME accelerator achieves AR12\mathcal{A}\subset\mathbb{R}^{12}7 speedup over state-of-the-art CPUs, directly supporting encrypted neural inference at scale.
  • Video and Speech Applications: FAME appears as a lightweight model for Deepfake model attribution (Ahmad et al., 13 Jun 2025) (2.61M parameters, spatial-temporal attention) and as robust face-voice association in multilingual environments (Tang et al., 2024), integrating dual-branch fusion, dynamic weighting, and score polarization to achieve EER improvements under cross-lingual conditions.
  • Unlearning, Model Editing, and Fairness in Video: FAME also refers to synthetic multilingual benchmarks for LLM unlearning (Savelli et al., 17 Dec 2025), fairness-aware video editing (with debiasing prompt injection and cross/self-attention modulation) (Wu et al., 27 Oct 2025), and large-scale factual multi-task model editing (Zeng et al., 2024), each providing unique frameworks or evaluation datasets addressing privacy, fairness, or linguistic knowledge correction at scale.

7. Limitations and Directions for Future Work

While the FAME family delivers strong empirical and architectural advances, each instantiation has bounded scope:

  • Force-adaptive RL for humanoids is demonstrated on standing; general manipulation or locomotion remains open (Pudasaini et al., 9 Mar 2026).
  • Multimodal fairness is demonstrated only on EHRs with three attributes; extending to imaging modalities or low-resource populations is needed (Hooman et al., 16 Jun 2025).
  • Feature-based adversarial meta-embedding efficacy outside sequence labeling and biomedicine is unexplored (Lange et al., 2020).
  • Face association relies on fixed linear models—modern deep features or transformer-based architectures could further improve robustness (Golge et al., 2014).
  • Impact forecasting is domain-specific (fast-moving ML/AI fields) and depends on timely, high-SNR signals (e.g., arXiv, citations, Altmetrics) (Ding et al., 8 May 2026).
  • FPGA acceleration in FAME (Xu et al., 17 Dec 2025) currently supports only CKKS and matrix dimensions below ciphertext packing limits.

A plausible implication is that the FAME paradigm—learned or engineered context-adaptive fusion, dynamic fairness adaptation, or modular interpretability—has broader applicability in interpretable, robust, and efficient AI systems across domains. Open questions remain regarding automatic context segmentation in log analysis, general-purpose unlearning across languages and domains, and seamless integration of human-driven fairness or knowledge corrections at scale.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to FaME.