A Study of Dropout-Induced Modality Bias on Robustness to Missing Video Frames for Audio-Visual Speech Recognition
Yusheng Dai, Hang Chen, Jun Du, Ruoyu Wang, Shihao Chen, Jiefeng Ma, Haotian Wang, Chin-Hui Lee
TL;DR
The paper tackles the paradoxical effect of dropout on video in Audio-Visual Speech Recognition, where dropout improves robustness to missing video yet degrades performance on fully observed inputs. It introduces the Modality Bias Hypothesis (MBH) and the Modality Bias Diagram (MBVD) to explain how training-time video dropout shifts the latent decision space toward an audio-dominant, unimodal distribution, reducing reliance on visual cues. To address this, the authors propose Multimodal Distribution Approximation with Knowledge Distillation (MDA-KD), which anchors a student model on the teacher’s unimodal-agnostic distributions while learning under missing video, and a Modality-Specific Adapter (MS-Adapter) that dynamically switches to audio-dominant decision when video is severely missing. Experimental validation on MISP2021/2022 shows that MDA-KD plus MS-Adapter achieve strong robustness without sacrificing complete-input performance, outperforming other dropout techniques and attaining competitive SOTA results. The work provides practical mechanisms for robust AVSR in real-world, imperfect video conditions and suggests broader applicability of MBH/MBVD-inspired strategies to multimodal systems.
Abstract
Advanced Audio-Visual Speech Recognition (AVSR) systems have been observed to be sensitive to missing video frames, performing even worse than single-modality models. While applying the dropout technique to the video modality enhances robustness to missing frames, it simultaneously results in a performance loss when dealing with complete data input. In this paper, we investigate this contrasting phenomenon from the perspective of modality bias and reveal that an excessive modality bias on the audio caused by dropout is the underlying reason. Moreover, we present the Modality Bias Hypothesis (MBH) to systematically describe the relationship between modality bias and robustness against missing modality in multimodal systems. Building on these findings, we propose a novel Multimodal Distribution Approximation with Knowledge Distillation (MDA-KD) framework to reduce over-reliance on the audio modality and to maintain performance and robustness simultaneously. Finally, to address an entirely missing modality, we adopt adapters to dynamically switch decision strategies. The effectiveness of our proposed approach is evaluated and validated through a series of comprehensive experiments using the MISP2021 and MISP2022 datasets. Our code is available at https://github.com/dalision/ModalBiasAVSR
