SDCVLGASJan 5, 2022

Robust Self-Supervised Audio-Visual Speech Recognition

arXiv:2201.01763v3124 citations
AI Analysis

This work addresses the challenge of robust speech recognition in noisy settings for applications like communication systems, though it is incremental as it builds on existing self-supervised methods.

The paper tackles the problem of audio-visual speech recognition (AVSR) in noisy environments by introducing a self-supervised framework based on AV-HuBERT, which reduces the need for labeled data and achieves a 50% improvement over prior state-of-the-art on the LRS3 dataset with babble noise.

Audio-based automatic speech recognition (ASR) degrades significantly in noisy environments and is particularly vulnerable to interfering speech, as the model cannot determine which speaker to transcribe. Audio-visual speech recognition (AVSR) systems improve robustness by complementing the audio stream with the visual information that is invariant to noise and helps the model focus on the desired speaker. However, previous AVSR work focused solely on the supervised learning setup; hence the progress was hindered by the amount of labeled data available. In this work, we present a self-supervised AVSR framework built upon Audio-Visual HuBERT (AV-HuBERT), a state-of-the-art audio-visual speech representation learning model. On the largest available AVSR benchmark dataset LRS3, our approach outperforms prior state-of-the-art by ~50% (28.0% vs. 14.1%) using less than 10% of labeled data (433hr vs. 30hr) in the presence of babble noise, while reducing the WER of an audio-based model by over 75% (25.8% vs. 5.8%) on average.

Code Implementations1 repo
Foundations

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

Your Notes