ViSpeechFormer: A Phonemic Approach for Vietnamese Automatic Speech Recognition
Khoa Anh Nguyen, Long Minh Hoang, Nghia Hieu Nguyen, Luan Thanh Nguyen, Ngan Luu-Thuy Nguyen
TL;DR
This work tackles Vietnamese ASR by exploiting the language's phonetic orthography to perform phoneme-level decoding. It introduces ViPhonER, a Vietnamese Phonemic Tokenization Algorithm, and ViSpeechFormer, a Speech Transformer equipped with a three-headed phonemic decoder that outputs initials, rhymes, and tones as IPA phonemes before detokenization. Across ViVOS and LSVSC datasets, the phoneme-based approach achieves state-of-the-art CER/WER and notable improvements in handling OOV words, while maintaining a compact decoder and efficient inference. The results suggest that explicit phoneme modeling is particularly advantageous for tonal, isolating languages with sparse morphology and may generalize to other phonetic orthographies.
Abstract
Vietnamese has a phonetic orthography, where each grapheme corresponds to at most one phoneme and vice versa. Exploiting this high grapheme-phoneme transparency, we propose ViSpeechFormer (\textbf{Vi}etnamese \textbf{Speech} Trans\textbf{Former}), a phoneme-based approach for Vietnamese Automatic Speech Recognition (ASR). To the best of our knowledge, this is the first Vietnamese ASR framework that explicitly models phonemic representations. Experiments on two publicly available Vietnamese ASR datasets show that ViSpeechFormer achieves strong performance, generalizes better to out-of-vocabulary words, and is less affected by training bias. This phoneme-based paradigm is also promising for other languages with phonetic orthographies. The code will be released upon acceptance of this paper.
