Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BasicTAD: an Astounding RGB-Only Baseline for Temporal Action Detection

About

Temporal action detection (TAD) is extensively studied in the video understanding community by generally following the object detection pipeline in images. However, complex designs are not uncommon in TAD, such as two-stream feature extraction, multi-stage training, complex temporal modeling, and global context fusion. In this paper, we do not aim to introduce any novel technique for TAD. Instead, we study a simple, straightforward, yet must-known baseline given the current status of complex design and low detection efficiency in TAD. In our simple baseline (termed BasicTAD), we decompose the TAD pipeline into several essential components: data sampling, backbone design, neck construction, and detection head. We extensively investigate the existing techniques in each component for this baseline, and more importantly, perform end-to-end training over the entire pipeline thanks to the simplicity of design. As a result, this simple BasicTAD yields an astounding and real-time RGB-Only baseline very close to the state-of-the-art methods with two-stream inputs. In addition, we further improve the BasicTAD by preserving more temporal and spatial information in network representation (termed as PlusTAD). Empirical results demonstrate that our PlusTAD is very efficient and significantly outperforms the previous methods on the datasets of THUMOS14 and FineAction. Meanwhile, we also perform in-depth visualization and error analysis on our proposed method and try to provide more insights on the TAD problem. Our approach can serve as a strong baseline for future TAD research. The code and model will be released at https://github.com/MCG-NJU/BasicTAD.

Min Yang, Guo Chen, Yin-Dong Zheng, Tong Lu, Limin Wang• 2022

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.563.5
330
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.551.2
185
Temporal Action DetectionFineAction
Avg mAP12.15
27
Temporal Action DetectionTHUMOS14 (test)
mAP59.6
25
Temporal Action DetectionTHUMOS14-C v1.0 (test)
Clean mAP59.17
9
Temporal Action DetectionFineAction (test)
Avg mAP12.15
7
Showing 6 of 6 rows

Other info

Code

Follow for update