English

Adaptive Inverted-Index Routing for Granular Mixtures-of-Experts

Machine Learning 2026-05-07 v1

Abstract

Mixture-of-experts (MoE) models enable scalable transformer architectures by activating only a subset of experts per token. Recent evidence suggests that performance improves with increasingly granular experts, i.e., many small experts instead of a few large ones. However, this regime substantially increases routing cost, which can dominate computation. We introduce adaptive inverted-index routing for MoE (AIR-MoE), an inverted-index-inspired routing architecture based on vector quantization (VQ). In a first stage, AIR-MoE performs coarse shortlisting by assigning tokens to VQ codewords to construct a candidate set of experts. In a second stage, fine scoring computes exact routing scores restricted to this shortlist. This two-stage procedure approximates true top-k routing while avoiding full expert scoring and, in contrast to prior work, imposing no structural constraints on expert parameters. AIR-MoE serves as a drop-in replacement for standard routers and requires no modifications to the model architecture or loss function. We further provide a lower bound on the mass recall achieved by AIR-MoE that yields insights into its inner workings. Empirically, we demonstrate that AIR-MoE achieves improved performance compared to existing routing approaches in granular MoE settings.

Keywords

Cite

@article{arxiv.2605.04952,
  title  = {Adaptive Inverted-Index Routing for Granular Mixtures-of-Experts},
  author = {Klaus-Rudolf Kladny and Maximilian Mordig and Bernhard Schölkopf and Michael Muehlebach},
  journal= {arXiv preprint arXiv:2605.04952},
  year   = {2026}
}