CVOct 28, 2018

Cascaded Pyramid Mining Network for Weakly Supervised Temporal Action Localization

arXiv:1810.11794v128 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurately locating action instances in untrimmed videos with only video-level labels, which is important for video analysis but incremental in method.

The paper tackles weakly supervised temporal action localization in videos by proposing a Cascaded Pyramid Mining Network (CPMN) that uses cascaded and pyramid modules to improve detection, achieving state-of-the-art results on THUMOS14 and ActivityNet-1.3 datasets.

Weakly supervised temporal action localization, which aims at temporally locating action instances in untrimmed videos using only video-level class labels during training, is an important yet challenging problem in video analysis. Many current methods adopt the "localization by classification" framework: first do video classification, then locate temporal area contributing to the results most. However, this framework fails to locate the entire action instances and gives little consideration to the local context. In this paper, we present a novel architecture called Cascaded Pyramid Mining Network (CPMN) to address these issues using two effective modules. First, to discover the entire temporal interval of specific action, we design a two-stage cascaded module with proposed Online Adversarial Erasing (OAE) mechanism, where new and complementary regions are mined through feeding the erased feature maps of discovered regions back to the system. Second, to exploit hierarchical contextual information in videos and reduce missing detections, we design a pyramid module which produces a scale-invariant attention map through combining the feature maps from different levels. Final, we aggregate the results of two modules to perform action localization via locating high score areas in temporal Class Activation Sequence (CAS). Extensive experiments conducted on THUMOS14 and ActivityNet-1.3 datasets demonstrate the effectiveness of our method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes