Re^2TAL: Rewiring Pretrained Video Backbones for Reversible Temporal Action Localization
Chen Zhao, Shuming Liu, Karttikeya Mangalam, Bernard Ghanem

TL;DR
Re2TAL introduces a reversible backbone architecture for video action localization, enabling end-to-end training on long videos with limited memory, and achieves state-of-the-art results on major benchmarks.
Contribution
The paper proposes a novel network rewiring mechanism to convert residual modules into reversible ones, facilitating memory-efficient training and leveraging pre-trained models for improved TAL performance.
Findings
Re2TAL achieves 37.01% mAP on ActivityNet-v1.3.
Re2TAL reaches 64.9% mAP at tIoU=0.5 on THUMOS-14.
Reversible modules reduce memory usage and training effort.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Anomaly Detection Techniques and Applications · Stroke Rehabilitation and Recovery
MethodsResidual Connection
