ICLR 2017 · 2017
Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, Jeff Dean
Google Brain
Introduces a sparsely-gated mixture-of-experts (MoE) layer for deep neural networks that achieves over 1,000x improvement in model capacity with minimal computational overhead. A trainable gating network routes each input to a small subset of expert sub-networks, enabling models with billions of parameters while keeping inference compute tractable. The architecture achieved state-of-the-art results on language modeling and machine translation benchmarks.
Our summary in our own words — see the canonical source links below for the original abstract.
Mixture of Experts is the architectural foundation behind the most efficient frontier AI models (Mixtral 8x7B, DeepSeek MoE, GShard). For venture analysis, MoE adoption signals a startup's engineering sophistication: teams deploying MoE architectures achieve better cost-per-token economics, which directly impacts gross margin and unit economics. We track MoE adoption patterns in open-source AI startups as a momentum signal.
A neural network architecture where multiple expert sub-networks specialize in different parts of the input space. A gating network routes each input to only the most relevant experts, allowing the model to have many parameters (high capacity) while keeping inference compute low (only a few experts activate per input).
Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, and Jeff Dean at Google Brain, published at ICLR 2017 (arXiv:1701.06538).
In a sparsely-gated MoE layer, only 1-2 experts (out of potentially hundreds) are activated for any single input. This means model capacity can be 137 billion parameters while inference compute resembles a much smaller dense model, because only the activated experts process the input.
Mixtral 8x7B (Mistral AI), DeepSeek MoE, GShard, Switch Transformer, and reportedly GPT-4 all use MoE architectures. The technique enables frontier-scale models at a fraction of dense-model compute cost.
MoE architecture directly improves the cost-per-token ratio, which is the dominant cost driver for LLM-based products. Startups that deploy MoE efficiently can achieve 3-10x better gross margins compared to dense-model approaches, making them more attractive from a unit economics standpoint.
The free Acceleration Watch: five venture-backed teams accelerating on the engineering signal, translated into plain English — 21 to 47 days before the deck circulates. No code-reading, no card.
NeurIPS 2017 · 2017
NeurIPS 2020 · 2020
NeurIPS 2022 · 2022
NeurIPS 2020 · 2020
ICLR 2022 · 2021
arXiv preprint · 2022
Code-Side Sourcing methodology, replicable on the open dataset.
Read /methodology