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

Self-Feedback DETR for Temporal Action Detection

About

Temporal Action Detection (TAD) is challenging but fundamental for real-world video applications. Recently, DETR-based models have been devised for TAD but have not performed well yet. In this paper, we point out the problem in the self-attention of DETR for TAD; the attention modules focus on a few key elements, called temporal collapse problem. It degrades the capability of the encoder and decoder since their self-attention modules play no role. To solve the problem, we propose a novel framework, Self-DETR, which utilizes cross-attention maps of the decoder to reactivate self-attention modules. We recover the relationship between encoder features by simple matrix multiplication of the cross-attention map and its transpose. Likewise, we also get the information within decoder queries. By guiding collapsed self-attention maps with the guidance map calculated, we settle down the temporal collapse of self-attention modules in the encoder and decoder. Our extensive experiments demonstrate that Self-DETR resolves the temporal collapse problem by keeping high diversity of attention over all layers.

Jihwan Kim, Miso Lee, Jae-Pil Heo• 2023

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.560
330
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.552.2
185
Temporal Action DetectionActivityNet 1.3
mAP@0.552.3
93
Temporal Action DetectionTHUMOS 14
mAP@0.374.6
71
Showing 4 of 4 rows

Other info

Follow for update