paper-with-me

홈 › Papers

EMoE: Eigenbasis-Guided Routing for Mixture-of-Experts

2026-01-17 · Anzhe Cheng, Shukai Duan, Shixuan Li, Chenzhong Yin, Mingxi Cheng, Shahin Nazarian, Paul Thompson, Paul Bogdan arxiv

The relentless scaling of deep learning models has led to unsustainable computational demands, positioning Mixture-of-Experts (MoE) architectures as a promising path towards greater efficiency. However, MoE models are plagued by two fundamental challenges: 1) a load imbalance problem known as the``rich get richer" phenomenon, where a few experts are over-utilized, and 2) an expert homogeneity problem, where experts learn redundant representations, negating their purpose. Current solutions typically employ an auxiliary load-balancing loss that, while mitigating imbalance, often exacerbates homogeneity by enforcing uniform routing at the expense of specialization. To resolve this, we introduce the Eigen-Mixture-of-Experts (EMoE), a novel architecture that leverages a routing mechanism based on a learned orthonormal eigenbasis. EMoE projects input tokens onto this shared eigenbasis and routes them based on their alignment with the principal components of the feature space. This principled, geometric partitioning of data intrinsically promotes both balanced expert utilization and the development of diverse, specialized experts, all without the need for a conflicting auxiliary loss function. Our code is publicly available at https://github.com/Belis0811/EMoE.

📄 PDF Abstract BibTeX arXiv:2601.12137

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReMoE: Fully Differentiable Mixture-of-Experts with ReLU Routing

2024-12-19 · Ziteng Wang, Jianfei Chen, Jun Zhu

Sparsely activated Mixture-of-Experts (MoE) models are widely adopted to scale up model capacity without increasing the computation budget. However, vanilla TopK routers are trained in a discontinuous, non-differentiable…

Mixture-of-Experts

StableMoE: Stable Routing Strategy for Mixture of Experts

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The Mixture-of-Experts (MoE) technique can scale up the model size of Transformers with an affordable computational overhead. We point out that existing learning-to-route MoE methods suffer from the routing fluctuation i…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts

StableMoE: Stable Routing Strategy for Mixture of Experts

2022-04-18 · ACL 2022 5 · Damai Dai, Li Dong, Shuming Ma, Bo Zheng 외

The Mixture-of-Experts (MoE) technique can scale up the model size of Transformers with an affordable computational overhead. We point out that existing learning-to-route MoE methods suffer from the routing fluctuation i…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts

TrueMoE: Dual-Routing Mixture of Discriminative Experts for Synthetic Image Detection

2025-09-19 · Laixin Zhang, Shuaibo Li, Wei Ma, Hongbin Zha arxiv

The rapid progress of generative models has made synthetic image detection an increasingly critical task. Most existing approaches attempt to construct a single, universal discriminative space to separate real from fake …

eMoE: Task-aware Memory Efficient Mixture-of-Experts-Based (MoE) Model Inference

2025-03-10 · Suraiya Tairin, Shohaib Mahmud, Haiying Shen, Anand Iyer

In recent years, Mixture-of-Experts (MoE) has emerged as an effective approach for enhancing the capacity of deep neural network (DNN) with sub-linear computational costs. However, storing all experts on GPUs incurs sign…

Mixture-of-ExpertsScheduling