English

Can I Trust Your Answer? Visually Grounded Video Question Answering

Computer Vision and Pattern Recognition 2024-04-02 v2 Artificial Intelligence Multimedia

Abstract

We study visually grounded VideoQA in response to the emerging trends of utilizing pretraining techniques for video-language understanding. Specifically, by forcing vision-language models (VLMs) to answer questions and simultaneously provide visual evidence, we seek to ascertain the extent to which the predictions of such techniques are genuinely anchored in relevant video content, versus spurious correlations from language or irrelevant visual context. Towards this, we construct NExT-GQA -- an extension of NExT-QA with 10.5KK temporal grounding (or location) labels tied to the original QA pairs. With NExT-GQA, we scrutinize a series of state-of-the-art VLMs. Through post-hoc attention analysis, we find that these models are extremely weak in substantiating the answers despite their strong QA performance. This exposes the limitation of current VLMs in making reliable predictions. As a remedy, we further explore and propose a grounded-QA method via Gaussian mask optimization and cross-modal learning. Experiments with different backbones demonstrate that this grounding mechanism improves both grounding and QA. With these efforts, we aim to push towards trustworthy VLMs in VQA systems. Our dataset and code are available at https://github.com/doc-doc/NExT-GQA.

Keywords

Cite

@article{arxiv.2309.01327,
  title  = {Can I Trust Your Answer? Visually Grounded Video Question Answering},
  author = {Junbin Xiao and Angela Yao and Yicong Li and Tat Seng Chua},
  journal= {arXiv preprint arXiv:2309.01327},
  year   = {2024}
}

Comments

Accepted to CVPR'24. (Compared with preprint version, we mainly improve the presentation, discuss more related works, and extend experiments in Appendix.)

R2 v1 2026-06-28T12:11:46.178Z