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

TemporalMaxer: Maximize Temporal Context with only Max Pooling for Temporal Action Localization

About

Temporal Action Localization (TAL) is a challenging task in video understanding that aims to identify and localize actions within a video sequence. Recent studies have emphasized the importance of applying long-term temporal context modeling (TCM) blocks to the extracted video clip features such as employing complex self-attention mechanisms. In this paper, we present the simplest method ever to address this task and argue that the extracted video clip features are already informative to achieve outstanding performance without sophisticated architectures. To this end, we introduce TemporalMaxer, which minimizes long-term temporal context modeling while maximizing information from the extracted video clip features with a basic, parameter-free, and local region operating max-pooling block. Picking out only the most critical information for adjacent and local clip embeddings, this block results in a more efficient TAL model. We demonstrate that TemporalMaxer outperforms other state-of-the-art methods that utilize long-term TCM such as self-attention on various TAL datasets while requiring significantly fewer parameters and computational resources. The code for our approach is publicly available at https://github.com/TuanTNG/TemporalMaxer

Tuan N. Tang, Kwonyoung Kim, Kwanghoon Sohn• 2023

Related benchmarks

TaskDatasetResultRank
Temporal Action LocalizationTHUMOS 2014
mAP@0.3082.8
93
Temporal Action LocalizationMultiTHUMOS
f-mAP29.9
20
Temporal Action Localization (Noun)EPIC-KITCHENS 100 (test)
mAP (tIoU=0.1)26.3
12
Temporal Action Localization (Verb)EPIC-KITCHENS 100 (test)
mAP (tIoU=0.1)27.8
12
Temporal Action DetectionTHUMOS14-C v1.0 (test)
Clean mAP60.72
9
Temporal Action LocalizationMUSES
mAP@0.336.7
7
Temporal Action DetectionMultiThumos-C (test)
mAP (tIoU=0.2)44.3
2
Showing 7 of 7 rows

Other info

Code

Follow for update