Towards Mitigating Modality Bias in Vision-Language Models for Temporal Action Localization
This addresses the problem of overreliance on language in video analysis for researchers and practitioners, though it is incremental as it builds on existing vision-language frameworks.
The paper tackled modality bias in vision-language models for temporal action localization by proposing ActionVLM, which preserves vision as the dominant signal and adaptively uses language, resulting in a 3.2% mAP improvement on THUMOS14.
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.