CVSep 26, 2024

MECD: Unlocking Multi-Event Causal Discovery in Video Reasoning

arXiv:2409.17647v428 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the need for comprehensive causality analysis in multi-event videos, which is an incremental improvement over existing single-event methods.

The paper tackles the problem of limited scope in video causal reasoning by introducing the Multi-Event Causal Discovery (MECD) task and dataset to uncover causal relationships between events in long videos, with their framework outperforming GPT-4o and VideoLLaVA by 5.7% and 4.1% respectively.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes