CLASMar 30, 2022

Code Switched and Code Mixed Speech Recognition for Indic languages

arXiv:2203.16578v28 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of developing speech recognition systems for Indic languages, which lack open-source datasets, by improving performance in multilingual and code-switched scenarios.

The paper tackles multilingual and code-switched speech recognition for Indic languages by comparing end-to-end multilingual models with monolingual models conditioned on language identification, achieving a 50% WER improvement across languages and WERs of 21.77 and 28.27 for Hindi-English and Bengali-English code-switched tasks.

Training multilingual automatic speech recognition (ASR) systems is challenging because acoustic and lexical information is typically language specific. Training multilingual system for Indic languages is even more tougher due to lack of open source datasets and results on different approaches. We compare the performance of end to end multilingual speech recognition system to the performance of monolingual models conditioned on language identification (LID). The decoding information from a multilingual model is used for language identification and then combined with monolingual models to get an improvement of 50% WER across languages. We also propose a similar technique to solve the Code Switched problem and achieve a WER of 21.77 and 28.27 over Hindi-English and Bengali-English respectively. Our work talks on how transformer based ASR especially wav2vec 2.0 can be applied in developing multilingual ASR and code switched ASR for Indic languages.

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