LGAIMay 9

Uncovering Intra-expert Activation Sparsity for Efficient Mixture-of-Expert Model Execution

arXiv:2605.0857588.1
AI Analysis

For practitioners deploying large MoE models, this work provides a simple, complementary method to improve inference efficiency without model modification.

The paper discovers that pre-trained MoE models exhibit up to 90% intra-expert activation sparsity without accuracy loss, and leverages this to achieve up to 2.5x speedup in MoE layer execution and 1.2x end-to-end speedup in vLLM.

Mixture of Experts (MoE) architecture has become the standard for state-of-the-art large language models, owing to its computational efficiency through sparse expert activation. However, sparsity through finer expert granularity is becoming increasingly difficult to achieve due to fundamental training challenges such as expert collapse and load imbalance. In this work, we explore and leverage intra-expert activation sparsity as a complementary and underexplored dimension of sparsity in MoE models. Surprisingly, substantial intra-expert sparsity is readily available in existing pre-trained MoE models, without any modification to the activation function or model parameters, providing up to 90% sparsity within each expert without significant accuracy loss. We explore intra-expert activation sparsity across eight off-the-shelf MoE models ranging from 1B to 400B parameters, and extend the MoE execution pipeline of vLLM to leverage intra-expert activation sparsity by skipping the computations of inactive neurons, on top of its existing optimizations, achieving up to 2.5 times speedup in MoE layer execution and 1.2 times end-to-end speedup compared to the original dense vLLM baseline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes