๐ค AI Summary
To address the scarcity of high-quality automatic speech recognition (ASR) models for under-resourced languages on resource-constrained edge devices, this paper proposes a monolingual, ultra-lightweight ASR modeling paradigm. Departing from conventional multilingual joint modeling, our approach employs a compact neural architecture with only 27 million parameters and trains it exclusively on monolingual dataโcomprising high-fidelity human annotations, trusted pseudo-labels, and controllably synthesized speech. Experiments across six low-resource languages demonstrate that our model achieves an average word error rate (WER) 48% lower than Whisper Tiny, significantly outperforms Whisper Small (which has 9ร more parameters), and matches or approaches the performance of Whisper Medium (28ร larger) on most languages. All code, models, and data are fully open-sourced. This work establishes a practical, efficient, and scalable paradigm for deploying accurate ASR on edge devices for low-resource languages.
๐ Abstract
We present the Flavors of Moonshine, a suite of tiny automatic speech recognition (ASR) models specialized for a range of underrepresented languages. Prevailing wisdom suggests that multilingual ASR models outperform monolingual counterparts by exploiting cross-lingual phonetic similarities. We challenge this assumption, showing that for sufficiently small models (27M parameters), training monolingual systems on a carefully balanced mix of high-quality human-labeled, pseudo-labeled, and synthetic data yields substantially superior performance. On average, our models achieve error rates 48% lower than the comparably sized Whisper Tiny model, outperform the 9x larger Whisper Small model, and in most cases match or outperform the 28x larger Whisper Medium model. These results advance the state of the art for models of this size, enabling accurate on-device ASR for languages that previously had limited support. We release Arabic, Chinese, Japanese, Korean, Ukrainian, and Vietnamese Moonshine models under a permissive open-source license.