paper-with-me

홈 › Papers

Proposal-based Temporal Action Localization with Point-level Supervision

2023-10-09 · Yuan Yin, Yifei HUANG, Ryosuke Furuta, Yoichi Sato

Point-level supervised temporal action localization (PTAL) aims at recognizing and localizing actions in untrimmed videos where only a single point (frame) within every action instance is annotated in training data. Without temporal annotations, most previous works adopt the multiple instance learning (MIL) framework, where the input video is segmented into non-overlapped short snippets, and action classification is performed independently on every short snippet. We argue that the MIL framework is suboptimal for PTAL because it operates on separated short snippets that contain limited temporal information. Therefore, the classifier only focuses on several easy-to-distinguish snippets instead of discovering the whole action instance without missing any relevant snippets. To alleviate this problem, we propose a novel method that localizes actions by generating and evaluating action proposals of flexible duration that involve more comprehensive temporal information. Moreover, we introduce an efficient clustering algorithm to efficiently generate dense pseudo labels that provide stronger supervision, and a fine-grained contrastive loss to further refine the quality of pseudo labels. Experiments show that our proposed method achieves competitive or superior performance to the state-of-the-art methods and some fully-supervised methods on four benchmarks: ActivityNet 1.3, THUMOS 14, GTEA, and BEOID datasets.

📄 PDF Abstract BibTeX arXiv:2310.05511

Code (0)

등록된 구현이 없습니다.

Tasks

Action ClassificationAction LocalizationMultiple Instance LearningTemporal Action Localization

Similar Papers 제목 키워드 기반

Pointly-Supervised Action Localization

2018-05-29 · Pascal Mettes, Cees G. M. Snoek

This paper strives for spatio-temporal localization of human actions in videos. In the literature, the consensus is to achieve localization by training on bounding box annotations provided for each frame of each training…

Action LocalizationMultiple Instance LearningTemporal Localization

Realigning Confidence with Temporal Saliency Information for Point-Level Weakly-Supervised Temporal Action Localization

2024-01-01 · CVPR 2024 1 · Ziying Xia, Jian Cheng, Siyu Liu, Yongxiang Hu 외

Point-level weakly-supervised temporal action localization (P-TAL) aims to localize action instances in untrimmed videos through the use of single-point annotations in each instance. Existing methods predict the clas…

Action LocalizationTemporal Action LocalizationWeakly-supervised Temporal Action Localization

Spatio-Temporal Action Detection with Cascade Proposal and Location Anticipation

2017-07-31 · Zhenheng Yang, Jiyang Gao, Ram Nevatia

In this work, we address the problem of spatio-temporal action detection in temporally untrimmed videos. It is an important and challenging task as finding accurate human actions in both temporal and spatial space is imp…

Action DetectionRegion Proposal

Point-Level Temporal Action Localization: Bridging Fully-supervised Proposals to Weakly-supervised Losses

2020-12-15 · Chen Ju, Peisen Zhao, Ya zhang, Yanfeng Wang 외

Point-Level temporal action localization (PTAL) aims to localize actions in untrimmed videos with only one timestamp annotation for each action instance. Existing methods adopt the frame-level prediction paradigm to lear…

Action LocalizationPredictionTemporal Action LocalizationWeakly Supervised Action Localization

POTLoc: Pseudo-Label Oriented Transformer for Point-Supervised Temporal Action Localization

2023-10-20 · Elahe Vahdani, YingLi Tian

This paper tackles the challenge of point-supervised temporal action detection, wherein only a single frame is annotated for each action instance in the training set. Most of the current methods, hindered by the sparse n…

Action DetectionAction LocalizationPseudo LabelTemporal Action Localization+1