DiGIT: Multi-Dilated Gated Encoder and Central-Adjacent Region Integrated Decoder for Temporal Action Detection Transformer
Ho-Joong Kim, Yearang Lee, Jung-Ho Hong, Seong-Whan Lee
TL;DR
DiGIT tackles fundamental challenges in query-based temporal action detection by addressing redundant multi-scale features and limited temporal context. It introduces the Multi-Dilated Gated Encoder (MDGE) to capture diverse temporal relations within a single-scale encoding and a Central-Adjacent Region Integrated Decoder (CAID) to fuse central and surrounding context via deformable cross-attention. The approach achieves state-of-the-art results on THUMOS14, ActivityNet v1.3, and HACS-Segment, with performance improvements attributed to MDGE's diverse receptive fields and CAID's comprehensive region sampling, while remaining compatible with existing detectors. This work provides a robust, end-to-end TAD paradigm with practical implications for real-world video understanding tasks.
Abstract
In this paper, we examine a key limitation in query-based detectors for temporal action detection (TAD), which arises from their direct adaptation of originally designed architectures for object detection. Despite the effectiveness of the existing models, they struggle to fully address the unique challenges of TAD, such as the redundancy in multi-scale features and the limited ability to capture sufficient temporal context. To address these issues, we propose a multi-dilated gated encoder and central-adjacent region integrated decoder for temporal action detection transformer (DiGIT). Our approach replaces the existing encoder that consists of multi-scale deformable attention and feedforward network with our multi-dilated gated encoder. Our proposed encoder reduces the redundant information caused by multi-level features while maintaining the ability to capture fine-grained and long-range temporal information. Furthermore, we introduce a central-adjacent region integrated decoder that leverages a more comprehensive sampling strategy for deformable cross-attention to capture the essential information. Extensive experiments demonstrate that DiGIT achieves state-of-the-art performance on THUMOS14, ActivityNet v1.3, and HACS-Segment. Code is available at: https://github.com/Dotori-HJ/DiGIT
