AKVSR: Audio Knowledge Empowered Visual Speech Recognition by Compressing Audio Knowledge of a Pretrained Model
Jeong Hun Yeo, Minsu Kim, Jeongsoo Choi, Dae Hoe Kim, Yong Man Ro
TL;DR
AKVSR tackles Visual Speech Recognition (VSR) by addressing the information gap in lip movements with linguistic audio knowledge from a large-scale pretrained model. It builds a compact audio memory by vector-quantizing audio features and stores linguistically relevant representations, then uses an Audio Bridging Module with cross-attention to retrieve and inject this knowledge into the visual stream without requiring audio at inference. The framework is trained with a hybrid loss $L_{tot}=(1-\lambda)L_{att}+\lambda L_{ctc}$ and demonstrates state-of-the-art results on LRS3 across data regimes, while ablations confirm the effectiveness of the memory, the ABM, and the choice of pretrained audio model. The approach offers a scalable, modular path to enhance VSR with robust linguistic audio knowledge, incurring modest parameter overhead and compatibility with various VSR architectures.
Abstract
Visual Speech Recognition (VSR) is the task of predicting spoken words from silent lip movements. VSR is regarded as a challenging task because of the insufficient information on lip movements. In this paper, we propose an Audio Knowledge empowered Visual Speech Recognition framework (AKVSR) to complement the insufficient speech information of visual modality by using audio modality. Different from the previous methods, the proposed AKVSR 1) utilizes rich audio knowledge encoded by a large-scale pretrained audio model, 2) saves the linguistic information of audio knowledge in compact audio memory by discarding the non-linguistic information from the audio through quantization, and 3) includes Audio Bridging Module which can find the best-matched audio features from the compact audio memory, which makes our training possible without audio inputs, once after the compact audio memory is composed. We validate the effectiveness of the proposed method through extensive experiments, and achieve new state-of-the-art performances on the widely-used LRS3 dataset.
