JA EN
Glossary › moe

GLOSSARY

moe

appears in 2 paper titles

Definition

Mixture of Experts: a layer holding many parallel expert networks, where a router selects only a few per token, so total parameter count grows while the compute spent on each token stays roughly fixed. This is why MoE sizes must be read twice — total and active parameters differ by a large factor, and only the second predicts inference cost. The hard parts are routing stability, load balancing, and holding all experts in memory while most sit idle.

Explainers using this term