CLSDASFeb 26, 2020

Universal Phone Recognition with a Multilingual Allophone System

arXiv:2002.11800v1162 citations
AI Analysis

This work addresses speech recognition for low-resource and indigenous languages, moving closer to universal accessibility, though it is incremental in its method.

The paper tackled the problem of performance degradation in multilingual acoustic models by proposing a joint model of language-independent phones and language-dependent phonemes, which improved testing performance by 2% phoneme error rate in low-resource conditions and achieved over 17% phone accuracy improvements on indigenous languages.

Multilingual models can improve language processing, particularly for low resource situations, by sharing parameters across languages. Multilingual acoustic models, however, generally ignore the difference between phonemes (sounds that can support lexical contrasts in a particular language) and their corresponding phones (the sounds that are actually spoken, which are language independent). This can lead to performance degradation when combining a variety of training languages, as identically annotated phonemes can actually correspond to several different underlying phonetic realizations. In this work, we propose a joint model of both language-independent phone and language-dependent phoneme distributions. In multilingual ASR experiments over 11 languages, we find that this model improves testing performance by 2% phoneme error rate absolute in low-resource conditions. Additionally, because we are explicitly modeling language-independent phones, we can build a (nearly-)universal phone recognizer that, when combined with the PHOIBLE large, manually curated database of phone inventories, can be customized into 2,000 language dependent recognizers. Experiments on two low-resourced indigenous languages, Inuktitut and Tusom, show that our recognizer achieves phone accuracy improvements of more than 17%, moving a step closer to speech recognition for all languages in the world.

Code Implementations1 repo
Foundations

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

Your Notes