HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Tuan N. Tang Kwonyoung Kim Kwanghoon Sohn

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

Abstract

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

Code Repositories

tuantng/temporalmaxer
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
temporal-action-localization-on-epic-kitchensTemporalMaxer (verb)
Avg mAP (0.1-0.5): 24.5
mAP IOU@0.1: 27.8
mAP IOU@0.2: 26.6
mAP IOU@0.3: 25.3
mAP IOU@0.4: 23.1
mAP IOU@0.5: 19.9
temporal-action-localization-on-multithumos-1TemporalMaxer
Average mAP: 29.9
mAP IOU@0.1: 49.1
mAP IOU@0.2: 47.5
mAP IOU@0.3: 44.3
mAP IOU@0.4: 39.4
mAP IOU@0.5: 33.4
mAP IOU@0.6: 26.5
mAP IOU@0.7: 17.4
mAP IOU@0.8: 9.1
mAP IOU@0.9: 2.24
temporal-action-localization-on-musesTemporalMaxer
mAP: 27.2
mAP@0.3: 36.7
mAP@0.4: 33.2
mAP@0.5: 27.8
mAP@0.6: 21.9
mAP@0.7: 16.2
temporal-action-localization-on-thumos14TemporalMaxer (I3D features)
Avg mAP (0.3:0.7): 67.7
mAP IOU@0.3: 82.8
mAP IOU@0.4: 78.9
mAP IOU@0.5: 71.8
mAP IOU@0.6: 60.5
mAP IOU@0.7: 44.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
TemporalMaxer: Maximize Temporal Context with only Max Pooling for Temporal Action Localization | Papers | HyperAI