CLMar 29, 2021

Multiple-hypothesis CTC-based semi-supervised adaptation of end-to-end speech recognition

arXiv:2103.15515v28 citations
AI Analysis

This is an incremental improvement for speech recognition systems, addressing adaptation with unlabeled data.

The paper tackles the problem of adapting end-to-end speech recognition systems in semi-supervised scenarios by integrating multiple ASR hypotheses into the CTC loss to reduce error impact, resulting in 6.6% and 5.8% relative WER reductions in clean and multi-condition training scenarios compared to a baseline.

This paper proposes an adaptation method for end-to-end speech recognition. In this method, multiple automatic speech recognition (ASR) 1-best hypotheses are integrated in the computation of the connectionist temporal classification (CTC) loss function. The integration of multiple ASR hypotheses helps alleviating the impact of errors in the ASR hypotheses to the computation of the CTC loss when ASR hypotheses are used. When being applied in semi-supervised adaptation scenarios where part of the adaptation data do not have labels, the CTC loss of the proposed method is computed from different ASR 1-best hypotheses obtained by decoding the unlabeled adaptation data. Experiments are performed in clean and multi-condition training scenarios where the CTC-based end-to-end ASR systems are trained on Wall Street Journal (WSJ) clean training data and CHiME-4 multi-condition training data, respectively, and tested on Aurora-4 test data. The proposed adaptation method yields 6.6% and 5.8% relative word error rate (WER) reductions in clean and multi-condition training scenarios, respectively, compared to a baseline system which is adapted with part of the adaptation data having manual transcriptions using back-propagation fine-tuning.

Foundations

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

Your Notes