Clarifying "MoME": A Guide to Multiple Meanings in AI
The acronym "MoME" appears in several AI contexts, but its most prominent meaning is Mixture of Matryoshka Experts, a framework developed through collaboration between Imperial College London, Meta AI, and NatWest AI Research, submitted to NeurIPS 2025.
Key points
- Definition: MoME (Mixture of Matryoshka Experts) synergistically combines Mixture-of-Experts (MoE) sparse computation with Matryoshka Representation Learning (MRL) to build an efficient, adaptable model for multimodal tasks.
- Primary application: Audio-visual speech recognition (AVSR) — transcribing speech using both audio and lip-visual signals, which improves robustness in noisy environments but is computationally intensive for LLMs due to their "token hunger" (cost scaling with input length/granularity).
- MoE component: Multiple "expert" sub-networks plus a router (gating network) that activates only a small subset of experts (e.g., top-k) per token. Sparse activation drastically reduces inference compute relative to a dense model of equivalent total size.
- MRL component: A single model learns representations at multiple compression/granularity levels simultaneously (named after Russian nesting dolls), enabling "elastic inference" — operating at different levels of detail without retraining.
- Key innovation — shared router: A single router processes tokens from all granularities and modalities (audio and video), promoting consistent expert activation across scales. This enables implicit knowledge transfer: expert pathways shaped by rich, low-compression data improve performance on highly compressed inputs.
- Shared experts: Always-active experts capture global, scale-invariant knowledge, improving robustness across all scales.
- Dynamic capacity allocation along two dimensions: number of active experts (MoE) and input granularity (MRL), allowing adaptation to varying computational budgets and accuracy requirements without retraining.
- State-of-the-art (SOTA) results on standard benchmarks: LRS2 and LRS3 datasets for AVSR, plus the unimodal tasks of audio-only ASR and visual-only VSR.
- Fewer active parameters: The paper states MoME "requires significantly fewer parameters during inference than competing baselines," making deployment feasible on resource-constrained hardware.
- Motivation: Traditional fixed-compression approaches are "one-size-fits-all"; MoME removes the trade-off between efficiency and flexibility by integrating multi-scale MRL with sparse MoE.
- Joint research by Imperial College London (including the iBUG team, known for affective computing and multimodal signal processing), Meta AI, and NatWest AI Research.
- The paper, titled *"MoME: Mixture of Matryoshka Experts for Audio-Visual Speech Recognition,"* was submitted to NeurIPS 2025.
- Important distinction: MoME is a distinct research initiative within the Meta AI ecosystem and should not be conflated with the LLaMA series (e.g., LLaMA 4, a natively multimodal MoE-based foundation model), although both leverage Mixture-of-Experts principles.