paper-with-me

Papers

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

2020-03-15 · ECCV 2020 8 · Fan Ma, Linchao Zhu, Yi Yang, Shengxin Zha, Gourab Kundu, Matt Feiszli, Zheng Shou

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 single frame within the temporal window of an action. This can significantly reduce the labor cost of obtaining full supervision which requires annotating the action boundary. Compared to the weak supervision that only annotates the video-level label, the single-frame supervision introduces extra temporal action signals while maintaining low annotation overhead. To make full use of such single-frame supervision, we propose a unified system called SF-Net. First, we propose to predict an actionness score for each video frame. Along with a typical category score, the actionness score can provide comprehensive information about the occurrence of a potential action and aid the temporal boundary refinement during inference. Second, we mine pseudo action and background frames based on the single-frame annotations. We identify pseudo action frames by adaptively expanding each annotated single frame to its nearby, contextual frames and we mine pseudo background frames from all the unannotated frames across multiple videos. Together with the ground-truth labeled frames, these pseudo-labeled frames are further used for training the classifier. In extensive experiments on THUMOS14, GTEA, and BEOID, SF-Net significantly improves upon state-of-the-art weakly-supervised methods in terms of both segment localization and single-frame localization. Notably, SF-Net achieves comparable results to its fully-supervised counterpart which requires much more resource intensive annotations. The code is available at https://github.com/Flowerfan/SF-Net.

📄 PDF Abstract BibTeX arXiv:2003.06845

Code (1)

Flowerfan/SF-Net 공식 구현 pytorch

Tasks

Action LocalizationTemporal Action LocalizationWeakly Supervised Action Localization

Similar Papers 제목 키워드 기반

Exploring the Temporal Consistency for Point-Level Weakly-Supervised Temporal Action Localization

2026-02-05 · Yunchuan Ma, Laiyun Qing, Guorong Li, Yuqing Liu 외 arxiv

Point-supervised Temporal Action Localization (PTAL) adopts a lightly frame-annotated paradigm (\textit{i.e.}, labeling only a single frame per action instance) to train a model to effectively locate action instances wit…

Weakly-supervised Temporal Action LocalizationMulti-Task Learning

Spatio-Temporal Instance Learning: Action Tubes from Class Supervision

2018-07-08 · Pascal Mettes, Cees G. M. Snoek

The goal of this work is spatio-temporal action localization in videos, using only the supervision from video-level class labels. The state-of-the-art casts this weakly-supervised action localization regime as a Multiple…

Action LocalizationMultiple Instance LearningRerankingSpatio-Temporal Action Localization+2

Divide and Conquer for Single-Frame Temporal Action Localization

2021-01-01 · ICCV 2021 10 · Chen Ju, Peisen Zhao, Siheng Chen, Ya zhang 외

Single-frame temporal action localization (STAL) aims to localize actions in untrimmed videos with only one timestamp annotation for each action instance. Existing methods adopt the one-stage framework but couple the…

Action LocalizationTemporal Action Localization

Human Action Localization with Sparse Spatial Supervision

2016-05-17 · Philippe Weinzaepfel, Xavier Martin, Cordelia Schmid

We introduce an approach for spatio-temporal human action localization using sparse spatial supervision. Our method leverages the large amount of annotated humans available today and extracts human tubes by combining a s…

Action LocalizationDiversity

Dilation-Erosion for Single-Frame Supervised Temporal Action Localization

2022-12-13 · Bin Wang, Yan Song, Fanming Wang, Yang Zhao 외

To balance the annotation labor and the granularity of supervision, single-frame annotation has been introduced in temporal action localization. It provides a rough temporal location for an action but implicitly overstat…

Action LocalizationTemporal Action Localization