paper-with-me

Papers

MoE Routing Testbed: Studying Expert Specialization and Routing Behavior at Small Scale

2026-04-08 · Tobias Falke, Nicolas Anastassacos, Samson Tan, Chankrisna Richy Meas, Chandana Satya Prakash, Nitesh Sekhar, M Saiful Bari, Krishna Kompella, Gamaleldin F. Elsayed arxiv

Sparse Mixture-of-Experts (MoE) architectures are increasingly popular for frontier large language models (LLM) but they introduce training challenges due to routing complexity. Fully leveraging parameters of an MoE model requires all experts to be well-trained and to specialize in non-redundant ways. Assessing this, however, is complicated due to lack of established metrics and, importantly, many routing techniques exhibit similar performance at smaller sizes, which is often not reflective of their behavior at large scale. To address this challenge, we propose the MoE Routing Testbed, a setup that gives clearer visibility into routing dynamics at small scale while using realistic data. The testbed pairs a data mix with clearly distinguishable domains with a reference router that prescribes ideal routing based on these domains, providing a well-defined upper bound for comparison. This enables quantifiable measurement of expert specialization. To demonstrate the value of the testbed, we compare various MoE routing approaches and show that balancing scope is the crucial factor that allows specialization while maintaining high expert utilization. We confirm that this observation generalizes to models 35x larger.

📄 PDF Abstract BibTeX arXiv:2604.07030

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Geometric Asymmetry in MoE Specialization: Functional Decorrelation and Representational Overlap

2026-05-08 · Feilong Liu arxiv

Mixture-of-Experts (MoE) architectures achieve scalable capacity through sparse routing, yet the geometric structure of expert specialization remains poorly understood. We introduce a unified Jacobian-PCA-Grassmann frame…

Mixture of Experts for Low-Resource LLMs

2026-05-17 · Ori Bar Joseph, Smadar Arvatz, Noam Kayzer, Dan Revital 외 arxiv

Mixture-of-Experts (MoE) architectures enable efficient model scaling, yet expert routing behavior across underrepresented languages remains poorly understood. We analyze routing dynamics in two architecturally distinct …

The Myth of Expert Specialization in MoEs: Why Routing Reflects Geometry, Not Necessarily Domain Expertise

2026-04-10 · Xi Wang, Soufiane Hayou, Eric Nalisnick arxiv

Mixture of Experts (MoEs) are now ubiquitous in large language models, yet the mechanisms behind their "expert specialization" remain poorly understood. We show that, since MoE routers are linear maps, hidden state simil…

Cosine-Similarity Routing with Semantic Anchors for Interpretable Mixture-of-Experts Language Models

2025-09-12 · Ivan Ternovtsii, Yurii Bilak arxiv

Mixture-of-Experts (MoE) models improve efficiency through sparse activation, but their learned gating functions provide limited insight into routing decisions. This work introduces the Semantic Resonance Architecture (S…

L2R: Low-Rank and Lipschitz-Controlled Routing for Mixture-of-Experts

2026-01-29 · Minghao Yang, Ren Togo, Guang Li, Takahiro Ogawa 외 arxiv

Mixture-of-Experts (MoE) models scale neural networks by conditionally activating a small subset of experts, where the router plays a central role in determining expert specialization and overall model performance. Howev…