paper-with-me

홈 › Papers

Task-Conditioned Routing Signatures in Sparse Mixture-of-Experts Transformers

2026-03-11 · Mynampati Sri Ranganadha Avinash arxiv

Sparse Mixture-of-Experts (MoE) architectures enable efficient scaling of large language models through conditional computation, yet the routing mechanisms responsible for expert selection remain poorly understood. In this work, we introduce routing signatures, a vector representation summarizing expert activation patterns across layers for a given prompt, and use them to study whether MoE routing exhibits task-conditioned structure. Using OLMoE-1B-7B-0125-Instruct as an empirical testbed, we show that prompts from the same task category induce highly similar routing signatures, while prompts from different categories exhibit substantially lower similarity. Within-category routing similarity (0.8435 +/- 0.0879) significantly exceeds across-category similarity (0.6225 +/- 0.1687), corresponding to Cohen's d = 1.44. A logistic regression classifier trained solely on routing signatures achieves 92.5% +/- 6.1% cross-validated accuracy on four-way task classification. To ensure statistical validity, we introduce permutation and load-balancing baselines and show that the observed separation is not explained by sparsity or balancing constraints alone. We further analyze layer-wise signal strength and low-dimensional projections of routing signatures, finding that task structure becomes increasingly apparent in deeper layers. These results suggest that routing in sparse transformers is not merely a balancing mechanism, but a measurable task-sensitive component of conditional computation. We release MOE-XRAY, a lightweight toolkit for routing telemetry and analysis.

📄 PDF Abstract BibTeX arXiv:2603.11114

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HI-MoE: Hierarchical Instance-Conditioned Mixture-of-Experts for Object Detection

2026-04-06 · Vadim Vashkelis, Natalia Trukhina arxiv

Mixture-of-Experts (MoE) architectures enable conditional computation by activating only a subset of model parameters for each input. Although sparse routing has been highly effective in language models and has also show…

Object Detection

Sparsely Activated Mixture-of-Experts are Robust Multi-Task Learners

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Traditional multi-task learning (MTL) methods use dense networks that use the same set of shared weights across several different tasks. This often creates interference where two or more tasks compete to pull model param…

Mixture-of-ExpertsMulti-Task Learning

Sparsely Activated Mixture-of-Experts are Robust Multi-Task Learners

2022-04-16 · Shashank Gupta, Subhabrata Mukherjee, Krishan Subudhi, Eduardo Gonzalez 외

Traditional multi-task learning (MTL) methods use dense networks that use the same set of shared weights across several different tasks. This often creates interference where two or more tasks compete to pull model param…

Mixture-of-ExpertsMulti-Task Learning

Mixtures of SubExperts for Large Language Continual Learning

2025-11-09 · Haeyong Kang arxiv

Enabling lifelong learning in LLMs demands resolving the stability-plasticity dilemma (i.e., models must incorporate new knowledge without overwriting prior representations) while maintaining scalability under bounded pa…

parameter-efficient fine-tuningContinual Learning

Input Domain Aware MoE: Decoupling Routing Decisions from Task Optimization in Mixture of Experts

2025-10-18 · Yongxiang Hua, Haoyu Cao, Zhou Tao, Bocheng Li 외 arxiv

Sparse Mixture of Experts (sMoE) has become a pivotal approach for scaling large vision-language models, offering substantial capacity while maintaining computational efficiency through dynamic, sparse activation of expe…

Computational Efficiency