CLSDASNov 2, 2022

Towards Zero-Shot Code-Switched Speech Recognition

arXiv:2211.01458v224 citationsh-index: 83
AI Analysis

This work addresses the challenge of zero-shot code-switched speech recognition for multilingual communities, representing an incremental improvement over prior conditional factorization methods.

The paper tackles the problem of building code-switched speech recognition systems without any transcribed code-switched data, achieving effective performance on Mandarin-English test sets by simplifying monolingual modules to transliterate all speech and delegating code-switch detection to bilingual modules.

In this work, we seek to build effective code-switched (CS) automatic speech recognition systems (ASR) under the zero-shot setting where no transcribed CS speech data is available for training. Previously proposed frameworks which conditionally factorize the bilingual task into its constituent monolingual parts are a promising starting point for leveraging monolingual data efficiently. However, these methods require the monolingual modules to perform language segmentation. That is, each monolingual module has to simultaneously detect CS points and transcribe speech segments of one language while ignoring those of other languages -- not a trivial task. We propose to simplify each monolingual module by allowing them to transcribe all speech segments indiscriminately with a monolingual script (i.e. transliteration). This simple modification passes the responsibility of CS point detection to subsequent bilingual modules which determine the final output by considering multiple monolingual transliterations along with external language model information. We apply this transliteration-based approach in an end-to-end differentiable neural network and demonstrate its efficacy for zero-shot CS ASR on Mandarin-English SEAME test sets.

Foundations

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

Your Notes