CVSDASMar 25, 2023

Auto-AVSR: Audio-Visual Speech Recognition with Automatic Labels

arXiv:2303.14307v3200 citationsh-index: 97
Originality Incremental advance
AI Analysis

This work addresses the cost and time barriers in dataset labeling for speech recognition researchers, though it is incremental as it builds on existing trends of scaling training data.

The paper tackles the problem of expensive labeling for audio-visual speech recognition by using automatically-generated transcriptions from unlabeled datasets to increase training data, achieving a 0.9% WER on LRS3 with a 30% relative improvement over prior state-of-the-art.

Audio-visual speech recognition has received a lot of attention due to its robustness against acoustic noise. Recently, the performance of automatic, visual, and audio-visual speech recognition (ASR, VSR, and AV-ASR, respectively) has been substantially improved, mainly due to the use of larger models and training sets. However, accurate labelling of datasets is time-consuming and expensive. Hence, in this work, we investigate the use of automatically-generated transcriptions of unlabelled datasets to increase the training set size. For this purpose, we use publicly-available pre-trained ASR models to automatically transcribe unlabelled datasets such as AVSpeech and VoxCeleb2. Then, we train ASR, VSR and AV-ASR models on the augmented training set, which consists of the LRS2 and LRS3 datasets as well as the additional automatically-transcribed data. We demonstrate that increasing the size of the training set, a recent trend in the literature, leads to reduced WER despite using noisy transcriptions. The proposed model achieves new state-of-the-art performance on AV-ASR on LRS2 and LRS3. In particular, it achieves a WER of 0.9% on LRS3, a relative improvement of 30% over the current state-of-the-art approach, and outperforms methods that have been trained on non-publicly available datasets with 26 times more training data.

Code Implementations2 repos
Foundations

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

Your Notes