CLSDASJul 29, 2022

Multiple-hypothesis RNN-T Loss for Unsupervised Fine-tuning and Self-training of Neural Transducer

arXiv:2207.14736v13 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses the susceptibility of conventional unsupervised methods to base model errors in speech recognition, offering an incremental improvement for fine-tuning and self-training tasks.

The paper tackles the problem of ASR errors in unsupervised fine-tuning and self-training of RNN-T models by proposing a multiple-hypothesis loss that incorporates multiple ASR hypotheses, achieving a 14.2% relative WER reduction on Librispeech test_other and a 3.3% reduction on CHiME-4 real noisy data.

This paper proposes a new approach to perform unsupervised fine-tuning and self-training using unlabeled speech data for recurrent neural network (RNN)-Transducer (RNN-T) end-to-end (E2E) automatic speech recognition (ASR) systems. Conventional systems perform fine-tuning/self-training using ASR hypothesis as the targets when using unlabeled audio data and are susceptible to the ASR performance of the base model. Here in order to alleviate the influence of ASR errors while using unlabeled data, we propose a multiple-hypothesis RNN-T loss that incorporates multiple ASR 1-best hypotheses into the loss function. For the fine-tuning task, ASR experiments on Librispeech show that the multiple-hypothesis approach achieves a relative reduction of 14.2% word error rate (WER) when compared to the single-hypothesis approach, on the test_other set. For the self-training task, ASR models are trained using supervised data from Wall Street Journal (WSJ), Aurora-4 along with CHiME-4 real noisy data as unlabeled data. The multiple-hypothesis approach yields a relative reduction of 3.3% WER on the CHiME-4's single-channel real noisy evaluation set when compared with the single-hypothesis approach.

Foundations

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

Your Notes