Visual Grounding Methods for VQA are Working for the Wrong Reasons!
Robik Shrestha, Kushal Kafle, Christopher Kanan
TL;DR
This paper interrogates visual-grounding-based bias mitigation in VQA, arguing that reported gains arise from regularization that forgets linguistic priors rather than from true grounding. It demonstrates that training with irrelevant or even random visual cues yields similar improvements to cue-based methods, and shows that differences between grounding variants are not statistically significant. A simple, annotation-free regularizer that zeros out the ground-truth answers achieves near state-of-the-art on VQA-CPv2, reinforcing the claim that prior gains are regularization-driven. The authors advocate for rigorous grounding evaluation, reporting both train and test performance, and propose synthetic or grounded datasets to better assess true visual grounding effects. Overall, the work challenges the assumed link between grounding cues and genuine grounding, and calls for more robust benchmarks and evaluation frameworks for grounding in VQA.
Abstract
Existing Visual Question Answering (VQA) methods tend to exploit dataset biases and spurious statistical correlations, instead of producing right answers for the right reasons. To address this issue, recent bias mitigation methods for VQA propose to incorporate visual cues (e.g., human attention maps) to better ground the VQA models, showcasing impressive gains. However, we show that the performance improvements are not a result of improved visual grounding, but a regularization effect which prevents over-fitting to linguistic priors. For instance, we find that it is not actually necessary to provide proper, human-based cues; random, insensible cues also result in similar improvements. Based on this observation, we propose a simpler regularization scheme that does not require any external annotations and yet achieves near state-of-the-art performance on VQA-CPv2.
