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

Weakly-Supervised Action Localization by Generative Attention Modeling

About

Weakly-supervised temporal action localization is a problem of learning an action localization model with only video-level action labeling available. The general framework largely relies on the classification activation, which employs an attention model to identify the action-related frames and then categorizes them into different classes. Such method results in the action-context confusion issue: context frames near action clips tend to be recognized as action frames themselves, since they are closely related to the specific classes. To solve the problem, in this paper we propose to model the class-agnostic frame-wise probability conditioned on the frame attention using conditional Variational Auto-Encoder (VAE). With the observation that the context exhibits notable difference from the action at representation level, a probabilistic model, i.e., conditional VAE, is learned to model the likelihood of each frame given the attention. By maximizing the conditional probability with respect to the attention, the action and non-action frames are well separated. Experiments on THUMOS14 and ActivityNet1.2 demonstrate advantage of our method and effectiveness in handling action-context confusion problem. Code is now available on GitHub.

Baifeng Shi, Qi Dai, Yadong Mu, Jingdong Wang• 2020

Related benchmarks

TaskDatasetResultRank
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.528.8
319
Temporal Action LocalizationTHUMOS-14 (test)
mAP@0.346.8
308
Temporal Action LocalizationActivityNet 1.2 (val)
mAP@IoU 0.541
110
Temporal Action LocalizationTHUMOS 2014
mAP@0.3046.8
93
Temporal Action LocalizationActivityNet 1.2 (test)
mAP@0.541
36
Temporal Action LocalizationActivityNet 1.2
mAP@0.541
32
Showing 6 of 6 rows

Other info

Code

Follow for update