UME: Upcycling Mixture-of-Experts for Scalable and Efficient Automatic Speech Recognition
Li Fu, Shanyong Yu, Siqi Li, Lu Fan, Youzheng Wu, Xiaodong He

TL;DR
UME introduces an efficient method to upgrade pretrained ASR models into larger Mixture-of-Experts architectures, significantly reducing training costs while improving accuracy and maintaining low latency.
Contribution
The paper presents a novel approach to convert dense pretrained ASR models into MoE architectures, enabling scalable and efficient training with minimal additional costs.
Findings
Achieves 11.9% relative error rate reduction over baseline
Reduces training time by up to 86.7%
Maintains comparable latency with improved accuracy
Abstract
Recent advancements in scaling up models have significantly improved performance in Automatic Speech Recognition (ASR) tasks. However, training large ASR models from scratch remains costly. To address this issue, we introduce UME, a novel method that efficiently Upcycles pretrained dense ASR checkpoints into larger Mixture-of-Experts (MoE) architectures. Initially, feed-forward networks are converted into MoE layers. By reusing the pretrained weights, we establish a robust foundation for the expanded model, significantly reducing optimization time. Then, layer freezing and expert balancing strategies are employed to continue training the model, further enhancing performance. Experiments on a mixture of 170k-hour Mandarin and English datasets show that UME: 1) surpasses the pretrained baseline by a margin of 11.9% relative error rate reduction while maintaining comparable latency; 2)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Music and Audio Processing · Speech and Audio Processing
MethodsMixture of Experts
