paper-with-me

홈 › Papers

CompeteSMoE -- Statistically Guaranteed Mixture of Experts Training via Competition

2025-05-19 · Nam V. Nguyen, Huy Nguyen, Quang Pham, Van Nguyen, Savitha Ramasamy, Nhat Ho

Sparse mixture of experts (SMoE) offers an appealing solution to scale up the model complexity beyond the mean of increasing the network's depth or width. However, we argue that effective SMoE training remains challenging because of the suboptimal routing process where experts that perform computation do not directly contribute to the routing process. In this work, we propose competition, a novel mechanism to route tokens to experts with the highest neural response. Theoretically, we show that the competition mechanism enjoys a better sample efficiency than the traditional softmax routing. Furthermore, we develop CompeteSMoE, a simple yet effective algorithm to train large language models by deploying a router to learn the competition policy, thus enjoying strong performances at a low training overhead. Our extensive empirical evaluations on both the visual instruction tuning and language pre-training tasks demonstrate the efficacy, robustness, and scalability of CompeteSMoE compared to state-of-the-art SMoE strategies. We have made the implementation available at: https://github.com/Fsoft-AIC/CompeteSMoE. This work is an improved version of the previous study at arXiv:2402.02526

📄 PDF Abstract BibTeX arXiv:2505.13380

Code (2)

fsoft-aic/competesmoe 공식 구현 pytorch
giangdip2410/competesmoe pytorch

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

CompeteSMoE - Effective Training of Sparse Mixture of Experts via Competition

2024-02-04 · Quang Pham, Giang Do, Huy Nguyen, TrungTin Nguyen 외

Sparse mixture of experts (SMoE) offers an appealing solution to scale up the model complexity beyond the mean of increasing the network's depth or width. However, effective training of SMoE has proven to be challenging …

Mixture-of-Experts

Mixture-of-Supernets: Improving Weight-Sharing Supernet Training with Architecture-Routed Mixture-of-Experts

2023-06-08 · Ganesh Jawahar, Haichuan Yang, Yunyang Xiong, Zechun Liu 외

Weight-sharing supernets are crucial for performance estimation in cutting-edge neural architecture search (NAS) frameworks. Despite their ability to generate diverse subnetworks without retraining, the quality of these …

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts+2

MOPSA: Mixture of Prompt-Experts Based Speaker Adaptation for Elderly Speech Recognition

2025-05-30 · Chengxi Deng, Xurong Xie, Shujie Hu, Mengzhe Geng 외

This paper proposes a novel Mixture of Prompt-Experts based Speaker Adaptation approach (MOPSA) for elderly speech recognition. It allows zero-shot, real-time adaptation to unseen speakers, and leverages domain knowledge…

Decoderspeech-recognitionSpeech Recognition

DSelect-k: Differentiable Selection in the Mixture of Experts with Applications to Multi-Task Learning

2021-06-07 · NeurIPS 2021 12 · Hussein Hazimeh, Zhe Zhao, Aakanksha Chowdhery, Maheswaran Sathiamoorthy 외

The Mixture-of-Experts (MoE) architecture is showing promising results in improving parameter sharing in multi-task learning (MTL) and in scaling high-capacity neural networks. State-of-the-art MoE models use a trainable…

Mixture-of-ExpertsMulti-Task LearningRecommendation Systems

MoB: Mixture of Bidders

2025-11-30 · Dev Vyas arxiv

Mixture of Experts (MoE) architectures have demonstrated remarkable success in scaling neural networks, yet their application to continual learning remains fundamentally limited by a critical vulnerability: the learned g…

Continual Learning