Mixture-of-Experts · 2017
Outrageously Large Neural Networks: Sparsely-Gated MoE
Introduced the sparsely-gated mixture-of-experts layer, where a trainable gating network routes each input to a few of thousands of expert sub-networks, letting capacity grow enormously without a proportional increase in per-example compute.
Editorial record
Plain-language summary
The layer holds up to thousands of expert feed-forward networks and a gating function that selects only the top-k experts per token, so only a small fraction of parameters activate per example. The authors add noisy top-k gating and load-balancing losses to keep experts from collapsing onto a few favorites, and apply it to stacked LSTM language and translation models. This showed conditional computation could scale parameter count by orders of magnitude on real tasks, and it is the direct ancestor of transformer MoE models.
Knowledge graph
Relationships
Antecedents
Applies toEvidence: Direct
GShard: Scaling Giant Models with Conditional Computation and Automatic Sharding
MoE moved into the Transformer at scale
P-111
Source record
Provenance
- Record ID
- P-110
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
- https://arxiv.org/abs/1701.06538
- arXiv:1701.06538
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.