Omni-Router: Sharing Routing Decisions in Sparse Mixture-of-Experts for Speech Recognition
AuthorsZijin Gu, Tatiana Likhomanenko, Navdeep Jaitly
Omni-Router: Sharing Routing Decisions in Sparse Mixture-of-Experts for Speech Recognition
AuthorsZijin Gu, Tatiana Likhomanenko, Navdeep Jaitly
Mixture-of-experts (MoE) architectures have expanded from language modeling to automatic speech recognition (ASR). Traditional MoE methods, such as the Switch Transformer, route experts independently within each layer. Our analysis reveals that routers in most layers make expert choices that are not strongly correlated with the choices of the routers in other layers. To increase the cooperation between experts in different layers and encourage greater specialization, we use a shared router across different MoE layers. We call this model Omni-router Transformer. Extensive experiments on a large-scale pseudo-labeled dataset and evaluations across 10 diverse, out-of-domain ASR benchmarks demonstrate that the Omni-router Transformer is able to achieve lower training loss and consistently outperform dense and Switch Transformer models, reducing average word error rates by 11.2% and 8.2%, respectively, while providing structured expert usage and improved robustness to diverse data.
SpecMD: A Comprehensive Study on Speculative Expert Prefetching
May 6, 2026research area Methods and Algorithms, research area Tools, Platforms, Frameworksconference ICML
Mixture-of-Experts (MoE) models enable sparse expert activation, meaning that only a subset of the model’s parameters is used during each inference. However, to translate this sparsity into practical performance, an expert caching mechanism is required. Previous works have proposed hardware-centric caching policies, but how these various caching policies interact with each other and different hardware specification remains poorly understood. To…
MoEs Are Stronger than You Think: Hyper-Parallel Inference Scaling with RoE
January 12, 2026research area Data Science and Annotation, research area Speech and Natural Language Processing
The generation quality of large language models (LLMs) is often improved by utilizing inference-time sequence-level scaling methods (e.g., Chain-of-Thought). We introduce hyper-parallel scaling, a complementary framework that improves prediction quality at the token level. Hyper-parallel scaling computes and aggregates multiple output proposals for a single token from the model. We implement this concept in Mixture-of-Experts (MoE) models, which…