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

Bottom-Up Temporal Action Localization with Mutual Regularization

About

Recently, temporal action localization (TAL), i.e., finding specific action segments in untrimmed videos, has attracted increasing attentions of the computer vision community. State-of-the-art solutions for TAL involves evaluating the frame-level probabilities of three action-indicating phases, i.e. starting, continuing, and ending; and then post-processing these predictions for the final localization. This paper delves deep into this mechanism, and argues that existing methods, by modeling these phases as individual classification tasks, ignored the potential temporal constraints between them. This can lead to incorrect and/or inconsistent predictions when some frames of the video input lack sufficient discriminative information. To alleviate this problem, we introduce two regularization terms to mutually regularize the learning procedure: the Intra-phase Consistency (IntraC) regularization is proposed to make the predictions verified inside each phase; and the Inter-phase Consistency (InterC) regularization is proposed to keep consistency between these phases. Jointly optimizing these two terms, the entire framework is aware of these potential constraints during an end-to-end optimization process. Experiments are performed on two popular TAL datasets, THUMOS14 and ActivityNet1.3. Our approach clearly outperforms the baseline both quantitatively and qualitatively. The proposed regularization also generalizes to other TAL methods (e.g., TSA-Net and PGCN). code: https://github.com/PeisenZhao/Bottom-Up-TAL-with-MR

Peisen Zhao, Lingxi Xie, Chen Ju, Ya Zhang, Yanfeng Wang, Qi Tian• 2020

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.550.1
330
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.545.4
319
Temporal Action LocalizationTHUMOS-14 (test)
mAP@0.353.9
308
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.543.5
257
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.543.5
185
Temporal Action ProposalActivityNet v1.3 (val)
AUC66.51
114
Temporal Action LocalizationTHUMOS 2014
mAP@0.3053.9
93
Temporal Action DetectionActivityNet 1.3
mAP@0.543.5
93
Temporal Action Proposal GenerationTHUMOS14 (test)
AR@5044.23
84
Temporal Action DetectionActivityNet 1.3 (test)
Average mAP30.1
80
Showing 10 of 20 rows

Other info

Follow for update