paper-with-me

Papers

SpeechMoE2: Mixture-of-Experts Model with Improved Routing

2021-11-23 · Zhao You, Shulin Feng, Dan Su, Dong Yu

Mixture-of-experts based acoustic models with dynamic routing mechanisms have proved promising results for speech recognition. The design principle of router architecture is important for the large model capacity and high computational efficiency. Our previous work SpeechMoE only uses local grapheme embedding to help routers to make route decisions. To further improve speech recognition performance against varying domains and accents, we propose a new router architecture which integrates additional global domain and accent embedding into router input to promote adaptability. Experimental results show that the proposed SpeechMoE2 can achieve lower character error rate (CER) with comparable parameters than SpeechMoE on both multi-domain and multi-accent task. Primarily, the proposed method provides up to 1.6% - 4.8% relative CER improvement for the multidomain task and 1.9% - 17.7% relative CER improvement for the multi-accent task respectively. Besides, increasing the number of experts also achieves consistent performance improvement and keeps the computational cost constant.

📄 PDF Abstract BibTeX arXiv:2111.11831

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMixture-of-Expertsmodelspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

SpeechMoE: Scaling to Large Acoustic Models with Dynamic Routing Mixture of Experts

2021-05-07 · Zhao You, Shulin Feng, Dan Su, Dong Yu

Recently, Mixture of Experts (MoE) based Transformer has shown promising results in many domains. This is largely due to the following advantages of this architecture: firstly, MoE based Transformer can increase model ca…

DiversityMixture-of-Expertsspeech-recognitionSpeech Recognition

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

Adaptive Inverted-Index Routing for Granular Mixtures-of-Experts

2026-05-06 · Klaus-Rudolf Kladny, Maximilian Mordig, Bernhard Schölkopf, Michael Muehlebach arxiv

Mixture-of-experts (MoE) models enable scalable transformer architectures by activating only a subset of experts per token. Recent evidence suggests that performance improves with increasingly granular experts, i.e., man…

ProbMoE: Differentiable Probabilistic Routing for Mixture-of-Experts

2026-06-01 · Heng Zhao, Zilei Shao, Guy Van den Broeck, Zhe Zeng arxiv

Mixture-of-Experts (MoE) models scale by activating only a small subset of experts per token. However, training such models remains challenging because top-$k$ routing is discrete and non-differentiable, requiring gradie…

Neural Inhibition Improves Dynamic Routing and Mixture of Experts

2025-07-03 · Will Y. Zou, Jennifer Y. Zhang arxiv

To be effective, efficient, and diverse, deep learning models need to dynamically choose its architecture based on signals from a population of neurons. We hypothesize dynamic routing models can be improved with neural i…