Conformer-1: Robust ASR via Large-Scale Semisupervised Bootstrapping
Kevin Zhang, Luka Chkhetiani, Francis McCann Ramirez, Yash Khare, Andrea Vanzo, Michael Liang, Sergio Ramirez Martin, Gabriel Oexle, Ruben Bousbib, Taufiquzzaman Peyash, Michael Nguyen, Dillon Pulliam, Domenic Donato
TL;DR
Conformer-1 addresses the data scarcity challenge in ASR by applying large-scale semisupervised bootstrapping, generating pseudo-labels for a substantial unlabeled public audio corpus and training dual ASR models (Async and Realtime) on a roughly 570k-hour dataset. By combining 57k hours of labeled data with up to 520k hours of pseudo-labeled data, the approach yields significant relative $WER$ reductions (11.5% for Async and 24.3% for Realtime) and improved noise robustness, while introducing a Proper Noun accuracy metric for more human-aligned evaluation. The work shows Conformer-1 surpasses Whisper and other providers on many benchmarks and demonstrates robustness to Gaussian and ambient noise as data scales, albeit with some domain-specific limitations. Overall, the paper argues for semi-supervised data scaling as a practical path to state-of-the-art ASR performance with reduced labeling requirements and highlights directions for better pseudo-labeling, punctuation integration, and evaluation metrics.
Abstract
This paper presents Conformer-1, an end-to-end Automatic Speech Recognition (ASR) model trained on an extensive dataset of 570k hours of speech audio data, 91% of which was acquired from publicly available sources. To achieve this, we perform Noisy Student Training after generating pseudo-labels for the unlabeled public data using a strong Conformer RNN-T baseline model. The addition of these pseudo-labeled data results in remarkable improvements in relative Word Error Rate (WER) by 11.5% and 24.3% for our asynchronous and realtime models, respectively. Additionally, the model is more robust to background noise owing to the addition of these data. The results obtained in this study demonstrate that the incorporation of pseudo-labeled publicly available data is a highly effective strategy for improving ASR accuracy and noise robustness.
