paper-with-me

Papers

Harnessing Temporal Causality for Advanced Temporal Action Detection

2024-07-25 · Shuming Liu, Lin Sui, Chen-Lin Zhang, Fangzhou Mu, Chen Zhao, Bernard Ghanem

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/.

📄 PDF Abstract BibTeX arXiv:2407.17792

Code (1)

sming256/OpenTAD 공식 구현 pytorch

Tasks

Action DetectionAction RecognitionMambaMoment QueriesVideo Understanding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

TC-GAT: Graph Attention Network for Temporal Causality Discovery

2023-04-21 · Xiaosong Yuan, Ke Chen, Wanli Zuo, Yijia Zhang

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 Attention

An Actor-Centric Causality Graph for Asynchronous Temporal Inference in Group Activity

2023-01-01 · CVPR 2023 1 · Zhao Xie, Tian Gao, Kewei Wu, Jiao Chang

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 RecognitionregressionRelation

Enhancing Temporal Action Localization: Advanced S6 Modeling with Recurrent Mechanism

2024-07-18 · Sangyoun Lee, Juho Jung, Changdae Oh, Sunghee Yun

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 Localization

Deepfake Detection: Leveraging the Power of 2D and 3D CNN Ensembles

2023-10-25 · Aagam Bakliwal, Amit D. Joshi

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 Swapping

Extracting Temporal and Causal Relations between Events

2016-04-27 · ACL 2014 6 · Paramita Mirza

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