Introducing Gating and Context into Temporal Action Detection
Aglind Reka, Diana Laura Borza, Dominick Reilly, Michal Balazia, Francois Bremond
TL;DR
This work tackles Temporal Action Detection by arguing that macro-transformer architecture influences performance more than self-attention, and introduces a refined, gated feature extraction pipeline. A Temporal Attention Gating (TAG) layer combines a multi-scale convolution branch, a context branch using boundary frames in cross-attention, and an instant branch to produce richer temporal features within a TriDet-based one-stage framework. Extensive experiments on THUMOS14 and EPIC-KITCHEN 100 demonstrate consistent gains over baselines, with ablations confirming that both gating and context contribute to improved localization, especially at higher IoU thresholds. The proposed method advances accurate, context-aware TAD and suggests broader applicability across architectures and modalities for enhanced action detection in untrimmed videos.
Abstract
Temporal Action Detection (TAD), the task of localizing and classifying actions in untrimmed video, remains challenging due to action overlaps and variable action durations. Recent findings suggest that TAD performance is dependent on the structural design of transformers rather than on the self-attention mechanism. Building on this insight, we propose a refined feature extraction process through lightweight, yet effective operations. First, we employ a local branch that employs parallel convolutions with varying window sizes to capture both fine-grained and coarse-grained temporal features. This branch incorporates a gating mechanism to select the most relevant features. Second, we introduce a context branch that uses boundary frames as key-value pairs to analyze their relationship with the central frame through cross-attention. The proposed method captures temporal dependencies and improves contextual understanding. Evaluations of the gating mechanism and context branch on challenging datasets (THUMOS14 and EPIC-KITCHEN 100) show a consistent improvement over the baseline and existing methods.
