paper-with-me

Papers

HR-Pro: Point-supervised Temporal Action Localization via Hierarchical Reliability Propagation

2023-08-24 · Huaxin Zhang, Xiang Wang, Xiaohao Xu, Zhiwu Qing, Changxin Gao, Nong Sang

Point-supervised Temporal Action Localization (PSTAL) is an emerging research direction for label-efficient learning. However, current methods mainly focus on optimizing the network either at the snippet-level or the instance-level, neglecting the inherent reliability of point annotations at both levels. In this paper, we propose a Hierarchical Reliability Propagation (HR-Pro) framework, which consists of two reliability-aware stages: Snippet-level Discrimination Learning and Instance-level Completeness Learning, both stages explore the efficient propagation of high-confidence cues in point annotations. For snippet-level learning, we introduce an online-updated memory to store reliable snippet prototypes for each class. We then employ a Reliability-aware Attention Block to capture both intra-video and inter-video dependencies of snippets, resulting in more discriminative and robust snippet representation. For instance-level learning, we propose a point-based proposal generation approach as a means of connecting snippets and instances, which produces high-confidence proposals for further optimization at the instance level. Through multi-level reliability-aware learning, we obtain more reliable confidence scores and more accurate temporal boundaries of predicted proposals. Our HR-Pro achieves state-of-the-art performance on multiple challenging benchmarks, including an impressive average mAP of 60.3% on THUMOS14. Notably, our HR-Pro largely surpasses all previous point-supervised methods, and even outperforms several competitive fully supervised methods. Code will be available at https://github.com/pipixin321/HR-Pro.

📄 PDF Abstract BibTeX arXiv:2308.12608

Code (1)

pipixin321/hr-pro 공식 구현 pytorch

Tasks

Action LocalizationTemporal Action LocalizationWeakly Supervised Action Localization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Weakly-Supervised Action Localization by Hierarchically-structured Latent Attention Modeling

2023-08-19 · ICCV 2023 1 · Guiqin Wang, Peng Zhao, Cong Zhao, Shusen Yang 외

Weakly-supervised action localization aims to recognize and localize action instancese in untrimmed videos with only video-level labels. Most existing models rely on multiple instance learning(MIL), where the predictions…

Action LocalizationMultiple Instance LearningWeakly Supervised Action Localization

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

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

Boosting Point-Supervised Temporal Action Localization through Integrating Query Reformation and Optimal Transport

2025-01-01 · CVPR 2025 1 · Mengnan Liu, Le Wang, Sanping Zhou, Kun Xia 외

Point-supervised Temporal Action Localization poses significant challenges due to the difficulty of identifying complete actions with a single-point annotation per action. Existing methods typically employ Multiple …

Action LocalizationMultiple Instance LearningTemporal Action Localization

OnPoint: Offline-to-Online Multi-Level Distillation for Point-Supervised Online Temporal Action Localization

2026-07-01 · Sakib Reza, Gauri Jagatap, Mohsen Moghaddam, Octavia Camps 외 arxiv

Temporal Action Localization (TAL) typically relies on segment annotations or offline access to full videos, limiting scalability and online use. We introduce Point-Supervised Online TAL (POTAL), which localizes actions …

Temporal Action Localization