paper-with-me

Papers

Alternative Pseudo-Labeling for Semi-Supervised Automatic Speech Recognition

2023-08-12 · Han Zhu, Dongji Gao, Gaofeng Cheng, Daniel Povey, Pengyuan Zhang, Yonghong Yan

When labeled data is insufficient, semi-supervised learning with the pseudo-labeling technique can significantly improve the performance of automatic speech recognition. However, pseudo-labels are often noisy, containing numerous incorrect tokens. Taking noisy labels as ground-truth in the loss function results in suboptimal performance. Previous works attempted to mitigate this issue by either filtering out the nosiest pseudo-labels or improving the overall quality of pseudo-labels. While these methods are effective to some extent, it is unrealistic to entirely eliminate incorrect tokens in pseudo-labels. In this work, we propose a novel framework named alternative pseudo-labeling to tackle the issue of noisy pseudo-labels from the perspective of the training objective. The framework comprises several components. Firstly, a generalized CTC loss function is introduced to handle noisy pseudo-labels by accepting alternative tokens in the positions of incorrect tokens. Applying this loss function in pseudo-labeling requires detecting incorrect tokens in the predicted pseudo-labels. In this work, we adopt a confidence-based error detection method that identifies the incorrect tokens by comparing their confidence scores with a given threshold, thus necessitating the confidence score to be discriminative. Hence, the second proposed technique is the contrastive CTC loss function that widens the confidence gap between the correctly and incorrectly predicted tokens, thereby improving the error detection ability. Additionally, obtaining satisfactory performance with confidence-based error detection typically requires extensive threshold tuning. Instead, we propose an automatic thresholding method that uses labeled data as a proxy for determining the threshold, thus saving the pain of manual tuning.

📄 PDF Abstract BibTeX arXiv:2308.06547

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

CTC Loss 설명 없음

Similar Papers 제목 키워드 기반

SPADE: Semi-supervised Anomaly Detection under Distribution Mismatch

2022-11-30 · Jinsung Yoon, Kihyuk Sohn, Chun-Liang Li, Sercan O. Arik 외

Semi-supervised anomaly detection is a common problem, as often the datasets containing anomalies are partially labeled. We propose a canonical framework: Semi-supervised Pseudo-labeler Anomaly Detection with Ensembling …

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Momentum Pseudo-Labeling for Semi-Supervised Speech Recognition

2021-06-16 · Yosuke Higuchi, Niko Moritz, Jonathan Le Roux, Takaaki Hori

Pseudo-labeling (PL) has been shown to be effective in semi-supervised automatic speech recognition (ASR), where a base model is self-trained with pseudo-labels generated from unlabeled data. While PL can be further impr…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Iterative Pseudo-Labeling for Speech Recognition

2020-05-19 · Qiantong Xu, Tatiana Likhomanenko, Jacob Kahn, Awni Hannun 외

Pseudo-labeling has recently shown promise in end-to-end automatic speech recognition (ASR). We study Iterative Pseudo-Labeling (IPL), a semi-supervised algorithm which efficiently performs multiple iterations of pseudo-…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationLanguage Modeling+3

Unified Semi-Supervised Pipeline for Automatic Speech Recognition

2025-06-09 · Nune Tadevosyan, Nikolay Karpov, Andrei Andrusenko, Vitaly Lavrukhin 외

Automatic Speech Recognition has been a longstanding research area, with substantial efforts dedicated to integrating semi-supervised learning due to the scarcity of labeled datasets. However, most prior work has focused…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Imbalanced Semi-supervised Learning with Bias Adaptive Classifier

2022-07-28 · Renzhen Wang, Xixi Jia, Quanziang Wang, Yichen Wu 외

Pseudo-labeling has proven to be a promising semi-supervised learning (SSL) paradigm. Existing pseudo-labeling methods commonly assume that the class distributions of training data are balanced. However, such an assumpti…