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

CoLA: Weakly-Supervised Temporal Action Localization with Snippet Contrastive Learning

About

Weakly-supervised temporal action localization (WS-TAL) aims to localize actions in untrimmed videos with only video-level labels. Most existing models follow the "localization by classification" procedure: locate temporal regions contributing most to the video-level classification. Generally, they process each snippet (or frame) individually and thus overlook the fruitful temporal context relation. Here arises the single snippet cheating issue: "hard" snippets are too vague to be classified. In this paper, we argue that learning by comparing helps identify these hard snippets and we propose to utilize snippet Contrastive learning to Localize Actions, CoLA for short. Specifically, we propose a Snippet Contrast (SniCo) Loss to refine the hard snippet representation in feature space, which guides the network to perceive precise temporal boundaries and avoid the temporal interval interruption. Besides, since it is infeasible to access frame-level annotations, we introduce a Hard Snippet Mining algorithm to locate the potential hard snippets. Substantial analyses verify that this mining strategy efficaciously captures the hard snippets and SniCo Loss leads to more informative feature representation. Extensive experiments show that CoLA achieves state-of-the-art results on THUMOS'14 and ActivityNet v1.2 datasets. CoLA code is publicly available at https://github.com/zhang-can/CoLA.

Can Zhang, Meng Cao, Dongming Yang, Jie Chen, Yuexian Zou• 2021

Related benchmarks

TaskDatasetResultRank
Temporal Action LocalizationTHUMOS-14 (test)
mAP@0.351.5
308
Temporal Action LocalizationActivityNet 1.2 (val)
mAP@IoU 0.542.7
110
Temporal Action LocalizationTHUMOS 2014
mAP@0.3051.5
93
Temporal Action LocalizationActivityNet 1.2 (test)
mAP@0.542.7
36
Temporal Action LocalizationActivityNet 1.2
mAP@0.542.7
32
Temporal Action LocalizationTHUMOS14 v1.0 (test)
mAP @ IoU 0.351.5
29
Temporal Forgery LocalizationLAV-DF
mAP@0.131.25
9
Temporal Forgery LocalizationAV-Deepfake1M
mAP@0.13.22
8
Temporal Forgery LocalizationLAV-DF cross-dataset evaluation from AV-Deepfake1M (test)
mAP@IoU=0.11.35
5
Showing 9 of 9 rows

Other info

Code

Follow for update