ASCLSep 13, 2022

Streaming End-to-End Multilingual Speech Recognition with Joint Language Identification

arXiv:2209.06058v137 citationsh-index: 69
Originality Incremental advance
AI Analysis

This addresses the need for efficient language identification in multilingual ASR systems, but it is incremental as it builds on existing cascaded-encoder RNN-T methods.

The paper tackled the problem of integrating language identification into streaming multilingual speech recognition by modifying a cascaded-encoder RNN-T model with a per-frame LID predictor, achieving 96.2% LID accuracy and matching second-pass WER with oracle LID input.

Language identification is critical for many downstream tasks in automatic speech recognition (ASR), and is beneficial to integrate into multilingual end-to-end ASR as an additional task. In this paper, we propose to modify the structure of the cascaded-encoder-based recurrent neural network transducer (RNN-T) model by integrating a per-frame language identifier (LID) predictor. RNN-T with cascaded encoders can achieve streaming ASR with low latency using first-pass decoding with no right-context, and achieve lower word error rates (WERs) using second-pass decoding with longer right-context. By leveraging such differences in the right-contexts and a streaming implementation of statistics pooling, the proposed method can achieve accurate streaming LID prediction with little extra test-time cost. Experimental results on a voice search dataset with 9 language locales shows that the proposed method achieves an average of 96.2% LID prediction accuracy and the same second-pass WER as that obtained by including oracle LID in the input.

Foundations

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

Your Notes