AI RESEARCH

Capacity-Aware Inference: Mitigating the Straggler Effect in Mixture of Experts

arXiv CS.AI

ArXi:2503.05066v5 Announce Type: replace-cross The Mixture of Experts (MoE) is an effective architecture for scaling large language models by leveraging sparse expert activation to balance performance and efficiency. However, under expert parallelism, MoE suffers from inference inefficiencies due to imbalanced token-to-expert assignment, where underloaded experts complete computations early but must wait for overloaded experts, leading to global delays. We define this phenomenon as the \textbf{\textit{Straggler Effect}}, as the most burdened experts dictate the overall inference latency.