Harnessing Temporal Causality for Advanced Temporal Action Detection
As a fundamental task in long-form video understanding, temporal action detection (TAD) aims to capture inherent temporal relations in untrimmed videos and identify candidate actions with precise boundaries. Over the years, various networks, including convolutions, graphs, and transformers, have been explored for effective temporal modeling for TAD. However, these modules typically treat past and future information equally, overlooking the crucial fact that changes in action boundaries are essentially causal events. Inspired by this insight, we propose leveraging the temporal causality of actions to enhance TAD representation by restricting the model's access to only past or future context. We introduce CausalTAD, which combines causal attention and causal Mamba to achieve state-of-the-art performance on multiple benchmarks. Notably, with CausalTAD, we ranked 1st in the Action Recognition, Action Detection, and Audio-Based Interaction Detection tracks at the EPIC-Kitchens Challenge 2024, as well as 1st in the Moment Queries track at the Ego4D Challenge 2024. Our code is available at https://github.com/sming256/OpenTAD/.
Code (1)
Tasks
Action DetectionAction RecognitionMambaMoment QueriesVideo UnderstandingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
TC-GAT: Graph Attention Network for Temporal Causality Discovery
The present study explores the intricacies of causal relationship extraction, a vital component in the pursuit of causality knowledge. Causality is frequently intertwined with temporal elements, as the progression from c…
Graph AttentionAn Actor-Centric Causality Graph for Asynchronous Temporal Inference in Group Activity
The causality relation modeling remains a challenging task for group activity recognition. The causality relations describe the influence of some actors (cause actors) on other actors (effect actors). Most existing g…
Activity RecognitionGroup Activity RecognitionregressionRelationEnhancing Temporal Action Localization: Advanced S6 Modeling with Recurrent Mechanism
Temporal Action Localization (TAL) is a critical task in video analysis, identifying precise start and end times of actions. Existing methods like CNNs, RNNs, GCNs, and Transformers have limitations in capturing long-ran…
Action LocalizationTemporal Action LocalizationDeepfake Detection: Leveraging the Power of 2D and 3D CNN Ensembles
In the dynamic realm of deepfake detection, this work presents an innovative approach to validate video content. The methodology blends advanced 2-dimensional and 3-dimensional Convolutional Neural Networks. The 3D model…
DeepFake DetectionFace SwappingExtracting Temporal and Causal Relations between Events
Structured information resulting from temporal information processing is crucial for a variety of natural language processing tasks, for instance to generate timeline summarization of events from news documents, or to an…
RelationRelation ExtractionTemporal Relation ExtractionTimeline Summarization+1