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

Re^2TAL: Rewiring Pretrained Video Backbones for Reversible Temporal Action Localization

About

Temporal action localization (TAL) requires long-form reasoning to predict actions of various durations and complex content. Given limited GPU memory, training TAL end to end (i.e., from videos to predictions) on long videos is a significant challenge. Most methods can only train on pre-extracted features without optimizing them for the localization problem, consequently limiting localization performance. In this work, to extend the potential in TAL networks, we propose a novel end-to-end method Re2TAL, which rewires pretrained video backbones for reversible TAL. Re2TAL builds a backbone with reversible modules, where the input can be recovered from the output such that the bulky intermediate activations can be cleared from memory during training. Instead of designing one single type of reversible module, we propose a network rewiring mechanism, to transform any module with a residual connection to a reversible module without changing any parameters. This provides two benefits: (1) a large variety of reversible networks are easily obtained from existing and even future model designs, and (2) the reversible models require much less training effort as they reuse the pre-trained parameters of their original non-reversible versions. Re2TAL, only using the RGB modality, reaches 37.01% average mAP on ActivityNet-v1.3, a new state-of-the-art record, and mAP 64.9% at tIoU=0.5 on THUMOS-14, outperforming all other RGB-only methods.

Chen Zhao, Shuming Liu, Karttikeya Mangalam, Bernard Ghanem• 2022

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)--
535
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.562.4
330
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.574.3
319
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.555.8
257
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.554.75
185
Video segmentation from a sentenceA2D Sentences (test)--
122
Temporal Action DetectionActivityNet 1.3
mAP@0.555.25
93
Temporal Action DetectionActivityNet 1.3 (test)
Average mAP35.4
80
Temporal Action LocalizationTHUMOS 14
mAP@0.377.4
44
Temporal Action LocalizationActivityNet 1.3
Average mAP37.01
32
Showing 10 of 10 rows

Other info

Code

Follow for update