CLFeb 5, 2019

On the Choice of Modeling Unit for Sequence-to-Sequence Speech Recognition

arXiv:1902.01955v237 citations
AI Analysis

This work addresses the choice of modeling units for speech recognition, showing a shift from conventional phoneme-based approaches, which is incremental but impactful for improving accuracy in sequence-to-sequence systems.

The study investigated the impact of modeling units (phoneme, grapheme, word-piece) on attention-based encoder-decoder speech recognition models, finding that grapheme or word-piece models consistently outperformed phoneme-based models across different data sizes, with up to 9% relative WER improvement through rescoring.

In conventional speech recognition, phoneme-based models outperform grapheme-based models for non-phonetic languages such as English. The performance gap between the two typically reduces as the amount of training data is increased. In this work, we examine the impact of the choice of modeling unit for attention-based encoder-decoder models. We conduct experiments on the LibriSpeech 100hr, 460hr, and 960hr tasks, using various target units (phoneme, grapheme, and word-piece); across all tasks, we find that grapheme or word-piece models consistently outperform phoneme-based models, even though they are evaluated without a lexicon or an external language model. We also investigate model complementarity: we find that we can improve WERs by up to 9% relative by rescoring N-best lists generated from a strong word-piece based baseline with either the phoneme or the grapheme model. Rescoring an N-best list generated by the phonemic system, however, provides limited improvements. Further analysis shows that the word-piece-based models produce more diverse N-best hypotheses, and thus lower oracle WERs, than phonemic models.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes