The power of fine-grained experts: Granularity boosts expressivity in Mixture of Experts
Enric Boix-Adsera, Philippe Rigollet
TL;DR
The paper investigates how MoE granularity—the number of active experts per token—affects expressivity, revealing an exponential separation as granularity increases while keeping active parameters fixed. It develops a formal theory for constant, linear, and ReLU activations, identifying the combinatorial quantity $\binom{m}{k}$ as the driver of expressivity, and constructs gating and expert configurations to prove inapproximability results when $\binom{m'}{k'}$ is comparatively small. Theoretical results are complemented by experiments showing that learning a teacher MoE requires matching granularity, supporting the practical relevance of the theory for frontier architectures. The work suggests that future MoE designs should embrace higher granularity and motivates the development of routing schemes capable of efficiently supporting it, with attention to hardware and routing overheads.
Abstract
Mixture-of-Experts (MoE) layers are increasingly central to frontier model architectures. By selectively activating parameters, they reduce computational cost while scaling total parameter count. This paper investigates the impact of the number of active experts, termed granularity, comparing architectures with many (e.g., 8 per layer in DeepSeek) to those with fewer (e.g., 1 per layer in Llama-4 models). We prove an exponential separation in network expressivity based on this design parameter, suggesting that models benefit from higher granularity. Experimental results corroborate our theoretical findings and illustrate this separation.
