English

ERMoE: Eigen-Reparameterized Mixture-of-Experts for Stable Routing and Interpretable Specialization

Computer Vision and Pattern Recognition 2026-03-30 v2

Abstract

Mixture-of-Experts (MoE) architectures expand model capacity by sparsely activating experts but face two core challenges: misalignment between router logits and each expert's internal structure leads to unstable routing and expert underutilization, and load imbalances create straggler bottlenecks. Standard solutions, such as auxiliary load-balancing losses, can reduce load disparities but often weaken expert specialization and hurt downstream performance. To address these issues, we propose ERMoE, a sparse MoE transformer that reparameterizes each expert in a learned orthonormal eigenbasis and replaces learned gating logits with an "Eigenbasis Score", defined as the cosine similarity between input features and an expert's basis. This content-aware routing ties token assignments directly to experts' representation spaces, stabilizing utilization and promoting interpretable specialization without sacrificing sparsity. Crucially, ERMoE removes the need for explicit balancing losses and avoids the interfering gradients they introduce. We show that ERMoE achieves state-of-the-art accuracy on ImageNet classification and cross-modal image-text retrieval benchmarks (e.g., COCO, Flickr30K), while naturally producing flatter expert load distributions. Moreover, a 3D MRI variant (ERMoE-ba) improves brain age prediction accuracy by more than 7\% and yields anatomically interpretable expert specializations. ERMoE thus introduces a new architectural principle for sparse expert models that directly addresses routing instabilities and enables improved performance with scalable, interpretable specialization.

Keywords

Cite

@article{arxiv.2511.10971,
  title  = {ERMoE: Eigen-Reparameterized Mixture-of-Experts for Stable Routing and Interpretable Specialization},
  author = {Anzhe Cheng and Shukai Duan and Shixuan Li and Chenzhong Yin and Mingxi Cheng and Heng Ping and Tamoghna Chattopadhyay and Sophia I Thomopoulos and Shahin Nazarian and Paul Thompson and Paul Bogdan},
  journal= {arXiv preprint arXiv:2511.10971},
  year   = {2026}
}

Comments

Accepted in CVPR2026 Main Track

R2 v1 2026-07-01T07:36:55.911Z