CVMar 29, 2022

ASM-Loc: Action-aware Segment Modeling for Weakly-Supervised Temporal Action Localization

arXiv:2203.15187v198 citationsh-index: 45Has Code
Originality Incremental advance
AI Analysis

This work improves action localization in videos for applications like surveillance and video analysis, but it is incremental as it builds on existing weakly-supervised methods.

The paper tackles weakly-supervised temporal action localization in videos by proposing ASM-Loc, a framework that models action-aware segments to address limitations of existing MIL-based methods, achieving new state-of-the-art results on THUMOS-14 and ActivityNet-v1.3 datasets.

Weakly-supervised temporal action localization aims to recognize and localize action segments in untrimmed videos given only video-level action labels for training. Without the boundary information of action segments, existing methods mostly rely on multiple instance learning (MIL), where the predictions of unlabeled instances (i.e., video snippets) are supervised by classifying labeled bags (i.e., untrimmed videos). However, this formulation typically treats snippets in a video as independent instances, ignoring the underlying temporal structures within and across action segments. To address this problem, we propose \system, a novel WTAL framework that enables explicit, action-aware segment modeling beyond standard MIL-based methods. Our framework entails three segment-centric components: (i) dynamic segment sampling for compensating the contribution of short actions; (ii) intra- and inter-segment attention for modeling action dynamics and capturing temporal dependencies; (iii) pseudo instance-level supervision for improving action boundary prediction. Furthermore, a multi-step refinement strategy is proposed to progressively improve action proposals along the model training process. Extensive experiments on THUMOS-14 and ActivityNet-v1.3 demonstrate the effectiveness of our approach, establishing new state of the art on both datasets. The code and models are publicly available at~\url{https://github.com/boheumd/ASM-Loc}.

Code Implementations1 repo
Foundations

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

Your Notes