MambaTAD: When State-Space Models Meet Long-Range Temporal Action Detection
Hui Lu, Yi Yu, Shijian Lu, Deepu Rajan, Boon Poh Ng, Alex C. Kot, Xudong Jiang
TL;DR
MambaTAD addresses long-range temporal action detection by merging Diagonal-Masked Bidirectional State-Space modeling with a global feature fusion head, and augments it with a parameter-efficient State-Space Temporal Adapter for end-to-end training. The approach delivers superior, consistent state-of-the-art results across multiple benchmarks (THUMOS14, ActivityNet-1.3, MultiThumos, HACS, FineAction) while reducing parameters and FLOPs relative to prior methods, demonstrating strong robustness to long-span actions and occlusions. Key innovations include DMBSS to mitigate temporal context decay and diagonal conflicts, a multi-scale projection pyramid with global fusion to capture cross-scale information, and SSTA to enable efficient backbone adaptation in end-to-end TAD. Collectively, MambaTAD provides a scalable, accurate, and efficient framework for end-to-end temporal action localization and classification with practical impact on video understanding tasks.
Abstract
Temporal Action Detection (TAD) aims to identify and localize actions by determining their starting and ending frames within untrimmed videos. Recent Structured State-Space Models such as Mamba have demonstrated potential in TAD due to their long-range modeling capability and linear computational complexity. On the other hand, structured state-space models often face two key challenges in TAD, namely, decay of temporal context due to recursive processing and self-element conflict during global visual context modeling, which become more severe while handling long-span action instances. Additionally, traditional methods for TAD struggle with detecting long-span action instances due to a lack of global awareness and inefficient detection heads. This paper presents MambaTAD, a new state-space TAD model that introduces long-range modeling and global feature detection capabilities for accurate temporal action detection. MambaTAD comprises two novel designs that complement each other with superior TAD performance. First, it introduces a Diagonal-Masked Bidirectional State-Space (DMBSS) module which effectively facilitates global feature fusion and temporal action detection. Second, it introduces a global feature fusion head that refines the detection progressively with multi-granularity features and global awareness. In addition, MambaTAD tackles TAD in an end-to-end one-stage manner using a new state-space temporal adapter(SSTA) which reduces network parameters and computation cost with linear complexity. Extensive experiments show that MambaTAD achieves superior TAD performance consistently across multiple public benchmarks.
