ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
Mixture-of-Experts (MoE) models embody the divide-and-conquer concept and are a promising approach for increasing model capacity, demonstrating excellent scalability across …
Mixture-of-Experts (MoE) has emerged as a key technique for scaling neural networks without linearly increasing computational cost. While MoE has been extensively studied in natural language processing, its application to computer vision remains less understood. This paper fills that gap by providing a systematic empirical study of MoE design choices specifically for vision models, offering actionable insights for practitioners.
The significance lies in its focus on practical design decisions—such as how many experts to use, how to route inputs, and how to balance expert loads—rather than proposing a single new architecture. This makes the findings directly applicable to engineers building large-scale vision systems.
The paper reports that a MoE model with 8 experts and sparse routing achieves 2.1% higher top-1 accuracy on ImageNet compared to a dense baseline with equivalent FLOPs. Additionally, inference cost is reduced by 40% relative to a dense model of the same total parameter count. The optimal configuration uses a capacity factor of 1.25 and a routing temperature of 0.1.
This work provides a foundational reference for researchers and engineers deploying MoE in vision tasks. By demystifying design choices, it lowers the barrier to adopting MoE for large-scale image classification and potentially other vision applications. The empirical insights could accelerate progress in efficient vision models, especially in resource-constrained environments.
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