SOTAVerified

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

2021-08-11ICCV 2021Code Available1· sign in to hype

Pilhyeon Lee, Hyeran Byun

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ActivityNet-1.2LACPMean mAP26.8Unverified
ActivityNet-1.3LACPmAP@0.5:0.9525.1Unverified
BEOIDLACPmAP@0.1:0.751.8Unverified
GTEALACPmAP@0.1:0.743.5Unverified
THUMOS14LACPavg-mAP (0.3-0.7)44.5Unverified
THUMOS14LACPmAP@0.545.3Unverified
THUMOS 2014LACPmAP@0.1:0.752.8Unverified

Reproductions