paper-with-me

Papers

MECD: Unlocking Multi-Event Causal Discovery in Video Reasoning

2024-09-26 · Tieyuan Chen, Huabin Liu, Tianyao He, Yihang Chen, Chaofan Gan, Xiao Ma, Cheng Zhong, Yang Zhang, Yingxue Wang, Hui Lin, Weiyao Lin

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.

📄 PDF Abstract BibTeX arXiv:2409.17647

Code (1)

tychen-SJTU/MECD-Benchmark 공식 구현 pytorch

Tasks

Causal DiscoveryCausal Discovery in Video Reasoning

Methods 이 논문이 사용한 방법론

Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…

Similar Papers 제목 키워드 기반

MECD+: Unlocking Event-Level Causal Graph Discovery for Video Reasoning

2025-01-13 · Tieyuan Chen, Huabin Liu, Yi Wang, Yihang Chen 외

Video causal reasoning aims to achieve a high-level understanding of videos from a causal perspective. However, it exhibits limitations in its scope, primarily executed in a question-answering paradigm and focusing on br…

Causal DiscoveryCausal InferencecounterfactualCounterfactual Inference+3

CaST: Causal Discovery via Spatio-Temporal Graphs in Disaster Tweets

2026-02-01 · Hieu Duong, Eugene Levin, Todd Gary, Long Nguyen arxiv

Understanding causality between real-world events from social media is essential for situational awareness, yet existing causal discovery methods often overlook the interplay between semantic, spatial, and temporal conte…

Semantic Similarity

One-Shot Multi-Label Causal Discovery in High-Dimensional Event Sequences

2025-09-27 · Hugo Math, Robin Schön, Rainer Lienhart arxiv

Understanding causality in event sequences with thousands of sparse event types is critical in domains such as healthcare, cybersecurity, or vehicle diagnostics, yet current methods fail to scale. We present OSCAR, a one…

Towards Practical Multi-label Causal Discovery in High-Dimensional Event Sequences via One-Shot Graph Aggregation

2025-09-23 · Hugo Math, Rainer Lienhart arxiv

Understanding causality in event sequences where outcome labels such as diseases or system failures arise from preceding events like symptoms or error codes is critical. Yet remains an unsolved challenge across domains l…

Causal schema induction for knowledge discovery

2023-03-27 · Michael Regan, Jena D. Hwang, Keisuke Sakaguchi, James Pustejovsky

Making sense of familiar yet new situations typically involves making generalizations about causal schemas, stories that help humans reason about event sequences. Reasoning about events includes identifying cause and eff…