English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

MoME in AI: Mixture of Matryoshka Experts Explained

Forum topic · QianXun · 2025-11-24

Summary

The acronym MoME carries multiple meanings in AI, but its most prominent usage refers to Mixture of Matryoshka Experts, a framework developed jointly by Imperial College London (iBUG team), Meta AI, and NatWest AI Research. Presented in a paper submitted to NeurIPS 2025, MoME targets audio-visual speech recognition (AVSR) by combining Mixture-of-Experts (MoE) sparse computation with Matryoshka Representation Learning (MRL). The MoE component uses expert sub-networks and a router that activates only a small subset of parameters per token, while MRL enables a single model to learn representations at multiple compression rates, supporting elastic inference. A key innovation is a shared router that processes tokens across all granularities and modalities, promoting consistent expert activation and implicit knowledge transfer from rich, low-compression representations to compressed inputs, plus always-active shared experts capturing scale-invariant knowledge. Reported results show state-of-the-art performance on LRS2 and LRS3 benchmarks for AVSR as well as audio-only (ASR) and visual-only (VSR) speech recognition, with significantly fewer active parameters than competing baselines. MoME addresses LLM token hunger and the inflexibility of fixed compression rates, and should not be confused with Meta's LLaMA series (e.g., LLaMA 4), despite both using MoE architectures.

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).
  • How the architecture works

  • 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.
  • Technical advantages

  • 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.
  • Development and collaboration

  • 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.

Tags

#mome#mixture-of-experts#matryoshka-representation-learning#meta-ai#avsr#speech-recognition#multimodal-ai#neurips

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/176360552