SOTAVerified

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

2023-03-16Code Available1· sign in to hype

Tuan N. Tang, Kwonyoung Kim, Kwanghoon Sohn

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
EPIC-KITCHENS-100TemporalMaxer (verb)Avg mAP (0.1-0.5)24.5Unverified
MultiTHUMOSTemporalMaxerAverage mAP29.9Unverified
MUSESTemporalMaxermAP27.2Unverified
THUMOS14TemporalMaxer (I3D features)Avg mAP (0.3:0.7)67.7Unverified

Reproductions