Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Weakly-supervised Temporal Action Localization by Uncertainty Modeling

About

Weakly-supervised temporal action localization aims to learn detecting temporal intervals of action classes with only video-level labels. To this end, it is crucial to separate frames of action classes from the background frames (i.e., frames not belonging to any action classes). In this paper, we present a new perspective on background frames where they are modeled as out-of-distribution samples regarding their inconsistency. Then, background frames can be detected by estimating the probability of each frame being out-of-distribution, known as uncertainty, but it is infeasible to directly learn uncertainty without frame-level labels. To realize the uncertainty learning in the weakly-supervised setting, we leverage the multiple instance learning formulation. Moreover, we further introduce a background entropy loss to better discriminate background frames by encouraging their in-distribution (action) probabilities to be uniformly distributed over all action classes. Experimental results show that our uncertainty modeling is effective at alleviating the interference of background frames and brings a large performance gain without bells and whistles. We demonstrate that our model significantly outperforms state-of-the-art methods on the benchmarks, THUMOS'14 and ActivityNet (1.2 & 1.3). Our code is available at https://github.com/Pilhyeon/WTAL-Uncertainty-Modeling.

Pilhyeon Lee, Jinglu Wang, Yan Lu, Hyeran Byun• 2020

Related benchmarks

TaskDatasetResultRank
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.533.7
319
Temporal Action LocalizationTHUMOS-14 (test)
mAP@0.352.3
308
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.537
257
Temporal Action LocalizationActivityNet 1.2 (val)
mAP@IoU 0.541.2
110
Temporal Action LocalizationTHUMOS 2014
mAP@0.3049
93
Temporal Action LocalizationActivityNet v1.3 (test)
mAP @ IoU=0.537
47
Temporal Action LocalizationActivityNet 1.2 (test)
mAP@0.541.2
36
Temporal Action LocalizationActivityNet 1.2
mAP@0.541.2
32
Temporal Action DetectionFineAction
Avg mAP3.64
27
Temporal Action DetectionFineGym (new data split)
mAP@0.19.45
10
Showing 10 of 10 rows

Other info

Code

Follow for update