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

Relaxed Transformer Decoders for Direct Action Proposal Generation

About

Temporal action proposal generation is an important and challenging task in video understanding, which aims at detecting all temporal segments containing action instances of interest. The existing proposal generation approaches are generally based on pre-defined anchor windows or heuristic bottom-up boundary matching strategies. This paper presents a simple and efficient framework (RTD-Net) for direct action proposal generation, by re-purposing a Transformer-alike architecture. To tackle the essential visual difference between time and space, we make three important improvements over the original transformer detection framework (DETR). First, to deal with slowness prior in videos, we replace the original Transformer encoder with a boundary attentive module to better capture long-range temporal information. Second, due to the ambiguous temporal boundary and relatively sparse annotations, we present a relaxed matching scheme to relieve the strict criteria of single assignment to each groundtruth. Finally, we devise a three-branch head to further improve the proposal confidence estimation by explicitly predicting its completeness. Extensive experiments on THUMOS14 and ActivityNet-1.3 benchmarks demonstrate the effectiveness of RTD-Net, on both tasks of temporal action proposal generation and temporal action detection. Moreover, due to its simplicity in design, our framework is more efficient than previous proposal generation methods, without non-maximum suppression post-processing. The code and models are made available at https://github.com/MCG-NJU/RTD-Action.

Jing Tan, Jiaqi Tang, Limin Wang, Gangshan Wu• 2021

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.551.9
330
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.551.9
319
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.547.2
257
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.547.21
185
Temporal Action LocalizationTHUMOS 2014
mAP@0.3068.3
93
Temporal Action DetectionActivityNet 1.3
mAP@0.547.21
93
Temporal Action DetectionActivityNet 1.3 (test)
Average mAP30.8
80
Temporal Action DetectionTHUMOS 14
mAP@0.368.3
71
Temporal Action LocalizationTHUMOS-14 (test)
mAP@0.368.3
36
Temporal Action DetectionTHUMOS14 (test)
mAP43.6
25
Showing 10 of 10 rows

Other info

Follow for update