paper-with-me

Papers

Weakly supervised temporal action localization with actionness-guided false positive suppression

2024-04-15 · Neural Networks 2024 4 · Zhilin Li, Zilei Wang

Weakly supervised temporal action localization aims to locate the temporal boundaries of action instances in untrimmed videos using video-level labels and assign them the corresponding action category. Generally, it is solved by a pipeline called “localization-by-classification”, which finds the action instances by classifying video snippets. However, since this approach optimizes the video-level classification objective, the generated activation sequences often suffer interference from class-related scenes, resulting in a large number of false positives in the prediction results. Many existing works treat background as an independent category, forcing models to learn to distinguish background snippets. However, under weakly supervised conditions, the background information is fuzzy and uncertain, making this method extremely difficult. To alleviate the impact of false positives, we propose a new actionness-guided false positive suppression framework. Our method seeks to suppress false positive backgrounds without introducing the background category. Firstly, we propose a self-training actionness branch to learn class-agnostic actionness, which can minimize the interference of class-related scene information by ignoring the video labels. Secondly, we propose a false positive suppression module to mine false positive snippets and suppress them. Finally, we introduce the foreground enhancement module, which guides the model to learn the foreground with the help of the attention mechanism as well as class-agnostic actionness. We conduct extensive experiments on three benchmarks (THUMOS14, ActivityNet1.2, and ActivityNet1.3). The results demonstrate the effectiveness of our method in suppressing false positives and it achieves the state-of-the-art performance. Code: https://github.com/lizhilin-ustc/AFPS.

📄 PDF Abstract BibTeX

Code (1)

lizhilin-ustc/AFPS pytorch

Tasks

Action LocalizationTemporal Action LocalizationWeakly Supervised Action LocalizationWeakly-supervised Temporal Action Localization

Similar Papers 제목 키워드 기반

Multilevel semantic and adaptive actionness learning for weakly supervised temporal action localization

2024-11-24 · Neural Networks 2024 11 · Zhilin Li, Zilei Wang, Cerui Dong

Weakly supervised temporal action localization aims to identify and localize action instances in untrimmed videos with only video-level labels. Typically, most methods are based on a multiple instance learning framework …

Action ClassificationAction LocalizationMultiple Instance LearningTemporal Action Localization+2

Learning Actionness via Long-range Temporal Order Verification

2020-08-01 · ECCV 2020 8 · Dimitri Zhukov, Jean-Baptiste Alayrac, Ivan Laptev, Josef Sivic

Current methods for action recognition typically rely on supervision provided by manual labeling. Such methods, however, do not scale well given the high burden of manual video annotation and a very large number of possi…

Action LocalizationAction RecognitionTemporal Action Localization

Actionness Inconsistency-guided Contrastive Learning for Weakly-supervised Temporal Action Localization

2023-06-26 · AAAI 2023 6 · Zhilin Li, Zilei Wang, Qinying Liu

Weakly-supervised temporal action localization (WTAL) aims to detect action instances given only video-level labels. To address the challenge, recent methods commonly employ a two-branch framework, consisting of a class-…

Action LocalizationContrastive LearningRepresentation LearningTemporal Action Localization+2

Weakly Supervised Action Selection Learning in Video

2021-05-06 · CVPR 2021 1 · Junwei Ma, Satya Krishna Gorti, Maksims Volkovs, Guangwei Yu

Localizing actions in video is a core task in computer vision. The weakly supervised temporal localization problem investigates whether this task can be adequately solved with only video-level labels, significantly reduc…

Temporal LocalizationWeakly Supervised Action Localization

SF-Net: Single-Frame Supervision for Temporal Action Localization

2020-03-15 · ECCV 2020 8 · Fan Ma, Linchao Zhu, Yi Yang, Shengxin Zha 외

In this paper, we study an intermediate form of supervision, i.e., single-frame supervision, for temporal action localization (TAL). To obtain the single-frame supervision, the annotators are asked to identify only a sin…

Action LocalizationTemporal Action LocalizationWeakly Supervised Action Localization