CVAug 11, 2021

Learning Action Completeness from Points for Weakly-supervised Temporal Action Localization

arXiv:2108.05029v181 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of fragmentary predictions in action localization for video analysis, offering a cost-effective solution with incremental improvements over existing methods.

The paper tackles weakly-supervised temporal action localization using only single-frame labels, proposing a framework that generates dense pseudo-labels to guide action completeness, resulting in large performance gains under high IoU thresholds and comparable performance to fully-supervised methods at 6 times cheaper annotation cost.

We tackle the problem of localizing temporal intervals of actions with only a single frame label for each action instance for training. Owing to label sparsity, existing work fails to learn action completeness, resulting in fragmentary action predictions. In this paper, we propose a novel framework, where dense pseudo-labels are generated to provide completeness guidance for the model. Concretely, we first select pseudo background points to supplement point-level action labels. Then, by taking the points as seeds, we search for the optimal sequence that is likely to contain complete action instances while agreeing with the seeds. To learn completeness from the obtained sequence, we introduce two novel losses that contrast action instances with background ones in terms of action score and feature similarity, respectively. Experimental results demonstrate that our completeness guidance indeed helps the model to locate complete action instances, leading to large performance gains especially under high IoU thresholds. Moreover, we demonstrate the superiority of our method over existing state-of-the-art methods on four benchmarks: THUMOS'14, GTEA, BEOID, and ActivityNet. Notably, our method even performs comparably to recent fully-supervised methods, at the 6 times cheaper annotation cost. Our code is available at https://github.com/Pilhyeon.

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