ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
… 2 Preliminary: Mixture-of-Experts Mixture-of-Experts models enhance transformers by replacing the original FFNs with N parallel FFNs combined with a router. These N FFNs are called …
Mixture-of-Experts (MoE) has emerged as a powerful technique to scale large language models (LLMs) without a proportional increase in computational cost. By conditionally activating only a subset of expert networks per token, MoE models can achieve the capacity of a much larger model while keeping inference efficient. However, the design space of MoE is vast, and understanding the interplay between routing mechanisms, expert specialization, and overall performance is crucial for advancing the field. This paper addresses this gap by providing a closer look into the inner workings of MoE in LLMs, offering insights that are both timely and practical.
The significance of this work lies in its potential to demystify MoE architectures, which are often treated as black boxes. As LLMs continue to grow in size, efficiency becomes a paramount concern. MoE offers a promising path forward, but only if we understand how to configure it optimally. This paper's analysis can help researchers and engineers make informed decisions when designing MoE-based models, potentially leading to more sustainable and accessible AI systems.
The paper's contributions include:
While the abstract does not provide specific numerical results, the paper likely presents empirical evaluations on standard NLP benchmarks. Typical findings in MoE research include that increasing the number of experts improves performance but with diminishing returns, and that routing strategies like top-k (e.g., k=2) balance performance and computational cost. The paper may also report on the phenomenon of expert collapse, where some experts are underutilized, and propose mitigation strategies.
The broader impact of this work is twofold. First, it contributes to the theoretical understanding of MoE, which is still in its infancy compared to dense transformers. Second, it provides practical guidance for building more efficient LLMs, which is critical for reducing the environmental and financial costs of AI. As MoE becomes more prevalent in state-of-the-art models (e.g., Mixtral, Switch Transformer), this analysis will be a valuable reference for both researchers and practitioners aiming to push the boundaries of what is possible with limited compute.
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