MECD: Unlocking Multi-Event Causal Discovery in Video Reasoning
Tieyuan Chen, Huabin Liu, Tianyao He, Yihang Chen, Chaofan Gan, Xiao Ma, Cheng Zhong, Yang Zhang, Yingxue Wang, Hui Lin, Weiyao Lin
TL;DR
This work introduces Multi-Event Causal Discovery (MECD), a task and dataset for uncovering causal relations among chronologically distributed events in long videos, producing a structured event-level causal diagram. The authors propose VGCM, a Video Granger Causality Model that uses a Granger-inspired Event Causality Test with a mask-based event-prediction framework and a multi-modal encoder-decoder backbone, augmented by front-door adjustment and counterfactual inference to mitigate confounding and illusory causality. The approach achieves state-of-the-art results on MECD, outperforming strong LLM-based baselines (e.g., GPT-4o, VideoLLaVA) by substantial margins and demonstrating robustness, efficiency, and generalization across related tasks. This work advances video understanding by enabling explicit, testable causal diagrams over multiple events, with potential applications in long-form video analysis and reasoning tasks.
Abstract
Video causal reasoning aims to achieve a high-level understanding of video content from a causal perspective. However, current video reasoning tasks are limited in scope, primarily executed in a question-answering paradigm and focusing on short videos containing only a single event and simple causal relationships, lacking comprehensive and structured causality analysis for videos with multiple events. To fill this gap, we introduce a new task and dataset, Multi-Event Causal Discovery (MECD). It aims to uncover the causal relationships between events distributed chronologically across long videos. Given visual segments and textual descriptions of events, MECD requires identifying the causal associations between these events to derive a comprehensive, structured event-level video causal diagram explaining why and how the final result event occurred. To address MECD, we devise a novel framework inspired by the Granger Causality method, using an efficient mask-based event prediction model to perform an Event Granger Test, which estimates causality by comparing the predicted result event when premise events are masked versus unmasked. Furthermore, we integrate causal inference techniques such as front-door adjustment and counterfactual inference to address challenges in MECD like causality confounding and illusory causality. Experiments validate the effectiveness of our framework in providing causal relationships in multi-event videos, outperforming GPT-4o and VideoLLaVA by 5.7% and 4.1%, respectively.
