CVMar 16, 2023

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

arXiv:2303.09055v146 citationsh-index: 50Has Code
Originality Incremental advance
AI Analysis

This addresses video understanding for researchers by offering a simpler, more efficient alternative to complex models, though it is incremental in its approach.

The paper tackles Temporal Action Localization by proposing TemporalMaxer, a method that uses only max pooling to maximize information from video clip features, achieving state-of-the-art performance on various datasets with fewer parameters and computational resources.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes