paper-with-me

홈 › Papers

Invariant Grounding for Video Question Answering

2022-06-06 · CVPR 2022 1 · Yicong Li, Xiang Wang, Junbin Xiao, Wei Ji, Tat-Seng Chua

Video Question Answering (VideoQA) is the task of answering questions about a video. At its core is understanding the alignments between visual scenes in video and linguistic semantics in question to yield the answer. In leading VideoQA models, the typical learning objective, empirical risk minimization (ERM), latches on superficial correlations between video-question pairs and answers as the alignments. However, ERM can be problematic, because it tends to over-exploit the spurious correlations between question-irrelevant scenes and answers, instead of inspecting the causal effect of question-critical scenes. As a result, the VideoQA models suffer from unreliable reasoning. In this work, we first take a causal look at VideoQA and argue that invariant grounding is the key to ruling out the spurious correlations. Towards this end, we propose a new learning framework, Invariant Grounding for VideoQA (IGV), to ground the question-critical scene, whose causal relations with answers are invariant across different interventions on the complement. With IGV, the VideoQA models are forced to shield the answering process from the negative influence of spurious correlations, which significantly improves the reasoning ability. Experiments on three benchmark datasets validate the superiority of IGV in terms of accuracy, visual explainability, and generalization ability over the leading baselines.

📄 PDF Abstract BibTeX arXiv:2206.02349

Code (1)

yl3800/igv 공식 구현 pytorch

Tasks

Question AnsweringVideo Question Answering

Similar Papers 제목 키워드 기반

Equivariant and Invariant Grounding for Video Question Answering

2022-07-26 · Yicong Li, Xiang Wang, Junbin Xiao, Tat-Seng Chua

Video Question Answering (VideoQA) is the task of answering the natural language questions about a video. Producing an answer requires understanding the interplay across visual scenes in video and linguistic semantics in…

Question AnsweringVideo Question Answering

Frame-Subtitle Self-Supervision for Multi-Modal Video Question Answering

2022-09-08 · Jiong Wang, Zhou Zhao, Weike Jin

Multi-modal video question answering aims to predict correct answer and localize the temporal boundary relevant to the question. The temporal annotations of questions improve QA performance and interpretability of recent…

Question AnsweringVideo Question Answering

ViQAgent: Zero-Shot Video Question Answering via Agent with Open-Vocabulary Grounding Validation

2025-05-21 · Tony Montes, Fernando Lozano

Recent advancements in Video Question Answering (VideoQA) have introduced LLM-based agents, modular frameworks, and procedural solutions, yielding promising results. These systems use dynamic agents and memory-based mech…

Decision MakingLanguage ModelingLanguage ModellingObject Tracking+3

Grounded Graph Decoding Improves Compositional Generalization in Question Answering

2021-11-05 · Findings (EMNLP) 2021 11 · Yu Gai, Paras Jain, Wendi Zhang, Joseph E. Gonzalez 외

Question answering models struggle to generalize to novel compositions of training patterns, such to longer sequences or more complex test structures. Current end-to-end models learn a flat input embedding which can lose…

Question Answering

Bridging Vision Language Models and Symbolic Grounding for Video Question Answering

2025-09-15 · Haodi Ma, Vyom Pathak, Daisy Zhe Wang arxiv

Video Question Answering (VQA) requires models to reason over spatial, temporal, and causal cues in videos. Recent vision language models (VLMs) achieve strong results but often rely on shallow correlations, leading to w…

Video Question AnsweringVisual Localization