Towards Unsupervised Speech Recognition at the Syllable-Level
Liming Wang, Junrui Ni, Kai-Wei Chang, Saurabhchand Bhati, David Harwath, Mark Hasegawa-Johnson, James R. Glass
TL;DR
SylCipher addresses unsupervised speech recognition without G2P by modeling at the syllable level and applying information-constrained masked language modeling. It probes a unified encoder architecture with differentiable syllabification, entropy control, and distribution matching (including PUSM), achieving state-of-the-art results in G2P-free UASR across LibriSpeech, SpokenCOCO, and AISHELL-3, with notable improvements in Mandarin. The approach yields up to a $40\%$ relative $CER$ reduction on LibriSpeech and strong cross-domain generalization, demonstrating the practical viability of syllable-level units for language-universal UASR and robust boundary detection. The work also provides theoretical guarantees for distribution alignment and zero-error UASR under regularity, offering a promising direction for inclusive spoken-language technology without linguistic resource bottlenecks.
Abstract
Training speech recognizers with unpaired speech and text -- known as unsupervised speech recognition (UASR) -- is a crucial step toward extending ASR to low-resource languages in the long-tail distribution and enabling multimodal learning from non-parallel data. However, existing approaches based on phones often rely on costly resources such as grapheme-to-phoneme converters (G2Ps) and struggle to generalize to languages with ambiguous phoneme boundaries due to training instability. In this paper, we address both challenges by introducing a syllable-level UASR framework based on masked language modeling, which avoids the need for G2P and the instability of GAN-based methods. Our approach achieves up to a 40\% relative reduction in character error rate (CER) on LibriSpeech and generalizes effectively to Mandarin, a language that has remained particularly difficult for prior methods. Code will be released upon acceptance.
