CVAug 25, 2024

Towards Completeness: A Generalizable Action Proposal Generator for Zero-Shot Temporal Action Localization

arXiv:2408.13777v12.02 citationsh-index: 12Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of generating complete action proposals for unseen categories in video analysis, which is incremental as it builds on existing CLIP-based methods.

The paper tackles the problem of incomplete action proposals in zero-shot temporal action localization by proposing a Generalizable Action Proposal generator (GAP) that eliminates hand-crafted post-processing, achieving state-of-the-art performance with improvements of +3.2% and +3.4% average mAP on Thumos14 and ActivityNet1.3 benchmarks.

To address the zero-shot temporal action localization (ZSTAL) task, existing works develop models that are generalizable to detect and classify actions from unseen categories. They typically develop a category-agnostic action detector and combine it with the Contrastive Language-Image Pre-training (CLIP) model to solve ZSTAL. However, these methods suffer from incomplete action proposals generated for \textit{unseen} categories, since they follow a frame-level prediction paradigm and require hand-crafted post-processing to generate action proposals. To address this problem, in this work, we propose a novel model named Generalizable Action Proposal generator (GAP), which can interface seamlessly with CLIP and generate action proposals in a holistic way. Our GAP is built in a query-based architecture and trained with a proposal-level objective, enabling it to estimate proposal completeness and eliminate the hand-crafted post-processing. Based on this architecture, we propose an Action-aware Discrimination loss to enhance the category-agnostic dynamic information of actions. Besides, we introduce a Static-Dynamic Rectifying module that incorporates the generalizable static information from CLIP to refine the predicted proposals, which improves proposal completeness in a generalizable manner. Our experiments show that our GAP achieves state-of-the-art performance on two challenging ZSTAL benchmarks, i.e., Thumos14 and ActivityNet1.3. Specifically, our model obtains significant performance improvement over previous works on the two benchmarks, i.e., +3.2% and +3.4% average mAP, respectively.

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