ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
… Within this context, the mixture of experts (MoE) has emerged as an effective method for substantially scaling up model capacity with minimal computation overhead, gaining significant …
As large language models (LLMs) grow to hundreds of billions of parameters, the computational cost of training and inference becomes prohibitive. Mixture of experts (MoE) offers a promising path to scale model capacity without a proportional increase in computation by activating only a subset of parameters per token. This survey arrives at a critical time when the AI community is actively seeking efficient scaling strategies, making it a valuable resource for both newcomers and experienced researchers.
The paper systematically organizes the rapidly growing MoE literature, which is essential given the fragmentation across different routing mechanisms, expert architectures, and training recipes. By providing a clear taxonomy, it helps practitioners navigate design choices and understand trade-offs.
The survey reports that MoE models achieve 2-4x parameter count with only 10-30% additional FLOPs compared to dense counterparts. For instance, Switch Transformer (1.6T parameters) matches the perplexity of a dense model with 1/10th the training cost. On downstream tasks, MoE LLMs often match or exceed dense models of similar inference cost. However, the survey notes that MoE can suffer from expert imbalance and higher memory footprint due to storing all expert parameters.
This survey consolidates knowledge from over 100 papers, providing a foundation for future research in efficient LLM scaling. It highlights that MoE is not a silver bullet—challenges like expert collapse, inference latency, and hardware inefficiency remain. By outlining open problems, it guides the community toward impactful next steps. For Neura Market readers, this paper is a must-read for understanding how to build cost-effective large-scale AI systems.
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