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

End-to-End Temporal Action Detection with 1B Parameters Across 1000 Frames

About

Recently, temporal action detection (TAD) has seen significant performance improvement with end-to-end training. However, due to the memory bottleneck, only models with limited scales and limited data volumes can afford end-to-end training, which inevitably restricts TAD performance. In this paper, we reduce the memory consumption for end-to-end training, and manage to scale up the TAD backbone to 1 billion parameters and the input video to 1,536 frames, leading to significant detection performance. The key to our approach lies in our proposed temporal-informative adapter (TIA), which is a novel lightweight module that reduces training memory. Using TIA, we free the humongous backbone from learning to adapt to the TAD task by only updating the parameters in TIA. TIA also leads to better TAD representation by temporally aggregating context from adjacent frames throughout the backbone. We evaluate our model across four representative datasets. Owing to our efficient design, we are able to train end-to-end on VideoMAEv2-giant and achieve 75.4% mAP on THUMOS14, being the first end-to-end model to outperform the best feature-based methods. Code is available at https://github.com/sming256/AdaTAD.

Shuming Liu, Chen-Lin Zhang, Chen Zhao, Bernard Ghanem• 2023

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.580.9
330
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.575.3
319
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.556.8
257
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.561.72
185
Temporal Action DetectionActivityNet 1.3
mAP@0.561.7
93
Temporal Action Localization (Verb)Epic-Kitchens-100 (val)
mAP@0.133.1
19
Temporal Action Localization (Noun)Epic-Kitchens-100 (val)
mAP@0.132.4
17
Temporal Action Localization (Noun)EPIC-KITCHENS 100 (test)
mAP (tIoU=0.1)32.4
12
Temporal Action Localization (Verb)EPIC-KITCHENS 100 (test)
mAP (tIoU=0.1)33.1
12
Noun Action LocalizationEpic Kitchens 100
mAP@0.132.4
12
Showing 10 of 13 rows

Other info

Code

Follow for update