Towards Mitigating Modality Bias in Vision-Language Models for Temporal Action Localization
Jiaqi Li, Guangming Wang, Shuntian Zheng, Minzhe Ni, Xiaoman Lu, Guanghui Ye, Yu Guan
TL;DR
ActionVLM addresses modality bias in vision-language temporal action localization by preserving visual grounding as the primary signal and adaptively injecting language via a lightweight debiasing module and residual aggregation. It introduces Language Advantage to estimate when language provides meaningful gains and uses alternating epochs to compute this signal efficiently. The framework combines language priors as a refinement rather than the driver, with an ActionFormer-based detection head, achieving state-of-the-art mAP on THUMOS14 and competitive results on ActivityNet-1.3 while maintaining practicality in terms of latency. Extensive analyses show that adaptive, language-aware fusion improves temporal reasoning in visually ambiguous cases and reduces overreliance on linguistic priors, making multimodal TAL more robust and scalable. The work also provides insights into the differing impacts of QA-based versus feature-aggregation formulations for modality bias in TAL.
Abstract
Temporal Action Localization (TAL) requires identifying both the boundaries and categories of actions in untrimmed videos. While vision-language models (VLMs) offer rich semantics to complement visual evidence, existing approaches tend to overemphasize linguistic priors at the expense of visual performance, leading to a pronounced modality bias. We propose ActionVLM, a vision-language aggregation framework that systematically mitigates modality bias in TAL. Our key insight is to preserve vision as the dominant signal while adaptively exploiting language only when beneficial. To this end, we introduce (i) a debiasing reweighting module that estimates the language advantage-the incremental benefit of language over vision-only predictions-and dynamically reweights language modality accordingly, and (ii) a residual aggregation strategy that treats language as a complementary refinement rather than the primary driver. This combination alleviates modality bias, reduces overconfidence from linguistic priors, and strengthens temporal reasoning. Experiments on THUMOS14 show that our model outperforms state-of-the-art by up to 3.2% mAP.
