ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2022
Year
… Similar to Switch Transformer [10] and GShard [21], we apply mixture of experts and the gating function in the dense feed-forward (FFN) layer, as it is the most computationally …
Mixture-of-experts (MoE) models have become a cornerstone for scaling large language models without proportional compute increase. However, traditional token choice routing, where each token selects a subset of experts, often suffers from load imbalance and training instability. This paper introduces expert choice routing, a paradigm shift that flips the selection process: instead of tokens picking experts, each expert picks its top tokens. This simple inversion addresses the load balancing problem more naturally and leads to significant training speedups and quality improvements.
The paper is significant because it challenges the dominant routing paradigm and offers a practical alternative that is easy to implement within existing transformer architectures. By demonstrating consistent gains across various model sizes and benchmarks, it provides strong evidence that expert choice routing could become a standard component in future MoE models. This is particularly relevant as the AI community pushes toward more efficient training of trillion-parameter models.
The paper reports that expert choice routing achieves up to 2x faster training convergence compared to token choice routing while maintaining or improving final model quality. For instance, on language modeling benchmarks, models using expert choice routing consistently outperform their token choice counterparts at the same compute budget. The method also shows better scaling behavior, with performance gains widening as model size increases. Additionally, the paper demonstrates that expert choice routing is more robust to hyperparameter choices, reducing the need for careful tuning of auxiliary losses.
This work has the potential to reshape how sparse models are designed. By offering a simpler and more efficient routing mechanism, it lowers the barrier to training large MoE models. The principles could extend beyond language models to other domains like vision and multimodal learning. Moreover, the idea of reversing the selection process might inspire other innovations in dynamic computation. As the field moves toward more efficient and scalable AI, expert choice routing provides a timely and impactful contribution.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba