CVAug 23, 2024

Long-term Pre-training for Temporal Action Detection with Transformers

arXiv:2408.13152v24 citationsh-index: 6
AI Analysis

This addresses data scarcity issues for researchers and practitioners in video analysis, though it is incremental as it builds on existing DETR-based methods.

The paper tackles data scarcity in transformer-based temporal action detection by proposing Long-Term Pre-training (LTP), which synthesizes long-form video features and uses pretext tasks to learn long-term dependencies, achieving state-of-the-art results on ActivityNet-v1.3 and THUMOS14.

Temporal action detection (TAD) is challenging, yet fundamental for real-world video applications. Recently, DETR-based models for TAD have been prevailing thanks to their unique benefits. However, transformers demand a huge dataset, and unfortunately data scarcity in TAD causes a severe degeneration. In this paper, we identify two crucial problems from data scarcity: attention collapse and imbalanced performance. To this end, we propose a new pre-training strategy, Long-Term Pre-training (LTP), tailored for transformers. LTP has two main components: 1) class-wise synthesis, 2) long-term pretext tasks. Firstly, we synthesize long-form video features by merging video snippets of a target class and non-target classes. They are analogous to untrimmed data used in TAD, despite being created from trimmed data. In addition, we devise two types of long-term pretext tasks to learn long-term dependency. They impose long-term conditions such as finding second-to-fourth or short-duration actions. Our extensive experiments show state-of-the-art performances in DETR-based methods on ActivityNet-v1.3 and THUMOS14 by a large margin. Moreover, we demonstrate that LTP significantly relieves the data scarcity issues in TAD.

Foundations

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

Your Notes