English

Grouter: Decoupling Routing from Representation for Accelerated MoE Training

Machine Learning 2026-05-26 v2 Artificial Intelligence

Abstract

Traditional Mixture-of-Experts (MoE) training typically proceeds without any structural priors, effectively requiring the model to simultaneously train expert weights while searching for an optimal routing policy within a vast combinatorial space. This entanglement often leads to sluggish convergence and training instabilities. This paper introduces Grouter, a preemptive routing method that by distilling high-quality structures from fully-trained MoE models and serving as a fixed router for target models. By decoupling structural optimization from weight updates, Grouter significantly accelerates both the speed and quality of model convergence. To ensure the framework's versatility, we also introduce expert folding to adapt Grouter across varying model configurations and expert tuning to rebalance workloads across different data distributions. Furthermore, by leveraging the structural priors provided by preemptive routing, we can implement targeted optimizations to further enhance training throughput. Experiments demonstrate that Grouter achieves superior performance and efficiency which boosts pre-training data utilization by 4.28x and achieves up to 33.5% throughput acceleration, establishing preemptive routing as a fundamental paradigm for scalable MoE training. We publicly release our code and pretrained Grouter checkpoints at https://github.com/JimmyAwoe/Grouter.

Keywords

Cite

@article{arxiv.2603.06626,
  title  = {Grouter: Decoupling Routing from Representation for Accelerated MoE Training},
  author = {Yuqi Xu and Rizhen Hu and Zihan Liu and Mou Sun and Kun Yuan},
  journal= {arXiv preprint arXiv:2603.06626},
  year   = {2026}
}
R2 v1 2026-07-01T11:07:33.669Z