paper-with-me

Papers

Visual Causal Scene Refinement for Video Question Answering

2023-05-07 · Yushen Wei, Yang Liu, Hong Yan, Guanbin Li, Liang Lin

Existing methods for video question answering (VideoQA) often suffer from spurious correlations between different modalities, leading to a failure in identifying the dominant visual evidence and the intended question. Moreover, these methods function as black boxes, making it difficult to interpret the visual scene during the QA process. In this paper, to discover critical video segments and frames that serve as the visual causal scene for generating reliable answers, we present a causal analysis of VideoQA and propose a framework for cross-modal causal relational reasoning, named Visual Causal Scene Refinement (VCSR). Particularly, a set of causal front-door intervention operations is introduced to explicitly find the visual causal scenes at both segment and frame levels. Our VCSR involves two essential modules: i) the Question-Guided Refiner (QGR) module, which refines consecutive video frames guided by the question semantics to obtain more representative segment features for causal front-door intervention; ii) the Causal Scene Separator (CSS) module, which discovers a collection of visual causal and non-causal scenes based on the visual-linguistic causal relevance and estimates the causal effect of the scene-separating intervention in a contrastive learning manner. Extensive experiments on the NExT-QA, Causal-VidQA, and MSRVTT-QA datasets demonstrate the superiority of our VCSR in discovering visual causal scene and achieving robust video question answering. The code is available at https://github.com/YangLiu9208/VCSR.

📄 PDF Abstract BibTeX arXiv:2305.04224

Code (2)

yangliu9208/vcsr 공식 구현
hcplab-sysu/causal-vlreasoning pytorch

Tasks

Contrastive LearningQuestion AnsweringRelational ReasoningVideo Question Answering

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

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

Invariant Grounding for Video Question Answering

2022-06-06 · CVPR 2022 1 · Yicong Li, Xiang Wang, Junbin Xiao, Wei Ji 외

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…

Question AnsweringVideo Question Answering

LeAdQA: LLM-Driven Context-Aware Temporal Grounding for Video Question Answering

2025-07-20 · Xinxin Dong, Baoyun Peng, Haokai Ma, Yufei Wang 외 arxiv

Video Question Answering (VideoQA) requires identifying sparse critical moments in long videos and reasoning about their causal relationships to answer semantically complex questions. While recent advances in multimodal …

Video Question AnsweringComputational EfficiencyVisual Grounding

Discovering the Real Association: Multimodal Causal Reasoning in Video Question Answering

2023-01-01 · CVPR 2023 1 · Chuanqi Zang, Hanqing Wang, Mingtao Pei, Wei Liang

Video Question Answering (VideoQA) is challenging as it requires capturing accurate correlations between modalities from redundant information. Recent methods focus on the explicit challenges of the task, e.g. multim…

Question AnsweringVideo Question Answering

Cross-modal Causal Relation Alignment for Video Question Grounding

2025-03-05 · CVPR 2025 1 · Weixing Chen, Yang Liu, Binglin Chen, Jiandong Su 외

Video question grounding (VideoQG) requires models to answer the questions and simultaneously infer the relevant video segments to support the answers. However, existing VideoQG methods usually suffer from spurious cross…

Contrastive Learningcross-modal alignmentQuestion AnsweringRelation