GTA: Global Temporal Attention for Video Action Understanding
Self-attention learns pairwise interactions to model long-range dependencies, yielding great improvements for video action recognition. In this paper, we seek a deeper understanding of self-attention for temporal modeling in videos. We first demonstrate that the entangled modeling of spatio-temporal information by flattening all pixels is sub-optimal, failing to capture temporal relationships among frames explicitly. To this end, we introduce Global Temporal Attention (GTA), which performs global temporal attention on top of spatial attention in a decoupled manner. We apply GTA on both pixels and semantically similar regions to capture temporal relationships at different levels of spatial granularity. Unlike conventional self-attention that computes an instance-specific attention matrix, GTA directly learns a global attention matrix that is intended to encode temporal structures that generalize across different samples. We further augment GTA with a cross-channel multi-head fashion to exploit channel interactions for better temporal modeling. Extensive experiments on 2D and 3D networks demonstrate that our approach consistently enhances temporal modeling and provides state-of-the-art performance on three video action recognition datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
Action RecognitionAction UnderstandingTemporal Action LocalizationSimilar Papers 제목 키워드 기반
Stacked Temporal Attention: Improving First-person Action Recognition by Emphasizing Discriminative Clips
First-person action recognition is a challenging task in video understanding. Because of strong ego-motion and a limited field of view, many backgrounds or noisy frames in a first-person video can distract an action reco…
Action RecognitionVideo UnderstandingEnhancing Temporal Understanding in Video-LLMs through Stacked Temporal Attention in Vision Encoders
Despite significant advances in Multimodal Large Language Models (MLLMs), understanding complex temporal dynamics in videos remains a major challenge. Our experiments show that current Video Large Language Model (Video-L…
Video Question AnsweringAction RecognitionTemporal Pyramid Transformer with Multimodal Interaction for Video Question Answering
Video question answering (VideoQA) is challenging given its multimodal combination of visual understanding and natural language understanding. While existing approaches seldom leverage the appearance-motion information i…
multimodal interactionNatural Language UnderstandingQuestion AnsweringVideo Question AnsweringTo Find Where You Talk: Temporal Sentence Localization in Video with Attention Based Location Regression
Given an untrimmed video and a sentence description, temporal sentence localization aims to automatically determine the start and end points of the described sentence within the video. The problem is challenging as it ne…
regressionSentenceTemporal LocalizationAE-Net:Adjoint Enhancement Network for Efficient Action Recognition in Video Understanding
Action recognition in video understanding is a challenging task, largely because of the complexity and difficulty in temporal modeling, making it suffer from motion information loss and misalignment of temporal attenti…
Action RecognitionVideo Understanding