Mixture-of-Experts (MoE) Routing and Load Balancing: Mathematical Foundations, Top-k Gating, Auxiliary Losses, Auxiliary-Loss-Free Balancing, and Distributed Expert Parallelism
Scaling autoregressive language models under fixed inference latency and training compute budgets has forced a departure from purely dense feed-forward architectures. In a standard dense transformer, every parameter is activated for every token, resulting in computational complexity and memory bandwidth consumption that scale linearly with the total parameter count. Mixture-of-Experts (MoE) architectures decouple parameter capacity from per-token compute by replacing monolithic Multi-Layer Perc



















