LGCLSDASOct 29, 2020

Semi-Supervised Speech Recognition via Graph-based Temporal Classification

arXiv:2010.15653v230 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of leveraging uncertainties in pseudo-labels for semi-supervised ASR, offering a domain-specific incremental improvement.

The paper tackles the problem of improving pseudo-label accuracy in semi-supervised speech recognition by proposing a graph-based temporal classification (GTC) objective that uses N-best lists instead of only the 1-best hypothesis, resulting in ASR performance that considerably outperforms standard pseudo-labeling and approaches oracle-level results.

Semi-supervised learning has demonstrated promising results in automatic speech recognition (ASR) by self-training using a seed ASR model with pseudo-labels generated for unlabeled data. The effectiveness of this approach largely relies on the pseudo-label accuracy, for which typically only the 1-best ASR hypothesis is used. However, alternative ASR hypotheses of an N-best list can provide more accurate labels for an unlabeled speech utterance and also reflect uncertainties of the seed ASR model. In this paper, we propose a generalized form of the connectionist temporal classification (CTC) objective that accepts a graph representation of the training labels. The newly proposed graph-based temporal classification (GTC) objective is applied for self-training with WFST-based supervision, which is generated from an N-best list of pseudo-labels. In this setup, GTC is used to learn not only a temporal alignment, similarly to CTC, but also a label alignment to obtain the optimal pseudo-label sequence from the weighted graph. Results show that this approach can effectively exploit an N-best list of pseudo-labels with associated scores, considerably outperforming standard pseudo-labeling, with ASR results approaching an oracle experiment in which the best hypotheses of the N-best lists are selected manually.

Foundations

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

Your Notes