The Illusion of Specialization: Unveiling the Domain-Invariant "Standing Committee" in Mixture-of-Experts Models
Yan Wang, Yitao Xu, Nanhan Shen, Jinyan Su, Jimin Huang, Zining Zhu
TL;DR
The paper investigates whether Mixture-of-Experts (MoE) models truly specialize by domain or converge to a domain-invariant core. It introduces COMMITTEEAUDIT, a post-hoc framework that analyzes routing at the level of expert groups, identifying Standing Committees via cross-domain invariants and Pareto-optimality across three MoE models and the MMLU benchmark. The findings reveal a compact, domain-invariant Standing Committee that absorbs the majority of routing mass, anchoring reasoning and syntax while peripheral experts handle domain-specific knowledge; this indicates a strong centralization bias in sparse routing and suggests that load-balancing objectives may counter natural optimization. These insights have practical implications for designing function-aware routing and core-periphery MoE architectures, potentially improving efficiency and interpretability while highlighting new avenues for robust, targeted model analysis.
Abstract
Mixture of Experts models are widely assumed to achieve domain specialization through sparse routing. In this work, we question this assumption by introducing COMMITTEEAUDIT, a post hoc framework that analyzes routing behavior at the level of expert groups rather than individual experts. Across three representative models and the MMLU benchmark, we uncover a domain-invariant Standing Committee. This is a compact coalition of routed experts that consistently captures the majority of routing mass across domains, layers, and routing budgets, even when architectures already include shared experts. Qualitative analysis further shows that Standing Committees anchor reasoning structure and syntax, while peripheral experts handle domain-specific knowledge. These findings reveal a strong structural bias toward centralized computation, suggesting that specialization in Mixture of Experts models is far less pervasive than commonly believed. This inherent bias also indicates that current training objectives, such as load-balancing losses that enforce uniform expert utilization, may be working against the model's natural optimization path, thereby limiting training efficiency and performance.
