Grouter: Decoupling Routing from Representation for Accelerated MoE Training
Abstract
Lay Summary
Training large AI models efficiently is one of the biggest challenges in modern machine learning. A popular approach called Mixture-of-Experts (MoE) builds models with many specialist components, activating only a few per input to save computation. However, during training, the system must simultaneously learn which specialists to assign to which inputs and how each specialist should behave — two tasks that constantly interfere with each other, causing slow and unstable training. We solve this by learning the assignment strategy once from an already-trained model, then providing it as a fixed "roadmap" before training begins. This way, each specialist receives consistent, relevant data from the start and can focus entirely on improving its skills. Our method reduces the data needed to reach a given performance level by over 4×, while also accelerating training speed by up to 33.5%. We release our code and pre-trained routing models publicly.