Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CR-CTC: Consistency regularization on CTC for improved speech recognition

About

Connectionist Temporal Classification (CTC) is a widely used method for automatic speech recognition (ASR), renowned for its simplicity and computational efficiency. However, it often falls short in recognition performance. In this work, we propose the Consistency-Regularized CTC (CR-CTC), which enforces consistency between two CTC distributions obtained from different augmented views of the input speech mel-spectrogram. We provide in-depth insights into its essential behaviors from three perspectives: 1) it conducts self-distillation between random pairs of sub-models that process different augmented views; 2) it learns contextual representation through masked prediction for positions within time-masked regions, especially when we increase the amount of time masking; 3) it suppresses the extremely peaky CTC distributions, thereby reducing overfitting and improving the generalization ability. Extensive experiments on LibriSpeech, Aishell-1, and GigaSpeech datasets demonstrate the effectiveness of our CR-CTC. It significantly improves the CTC performance, achieving state-of-the-art results comparable to those attained by transducer or systems combining CTC and attention-based encoder-decoder (CTC/AED). We release our code at https://github.com/k2-fsa/icefall.

Zengwei Yao, Wei Kang, Xiaoyu Yang, Fangjun Kuang, Liyong Guo, Han Zhu, Zengrui Jin, Zhaoqing Li, Long Lin, Daniel Povey• 2024

Related benchmarks

TaskDatasetResultRank
Automatic Speech RecognitionLibriSpeech (test-other)
WER3.95
966
Automatic Speech RecognitionLibriSpeech clean (test)
WER1.88
833
Automatic Speech RecognitionAISHELL-1 (test)--
71
Automatic Speech RecognitionGigaSpeech (test)
WER10.03
40
Speech RecognitionAISHELL-1 (dev)
WER3.72
28
Automatic Speech RecognitionGigaSpeech (dev)
WER0.0992
22
Showing 6 of 6 rows

Other info

Code

Follow for update