paper-with-me

홈 › Papers

RCL: Recurrent Continuous Localization for Temporal Action Detection

2022-03-14 · CVPR 2022 1 · Qiang Wang, Yanhao Zhang, Yun Zheng, Pan Pan

Temporal representation is the cornerstone of modern action detection techniques. State-of-the-art methods mostly rely on a dense anchoring scheme, where anchors are sampled uniformly over the temporal domain with a discretized grid, and then regress the accurate boundaries. In this paper, we revisit this foundational stage and introduce Recurrent Continuous Localization (RCL), which learns a fully continuous anchoring representation. Specifically, the proposed representation builds upon an explicit model conditioned with video embeddings and temporal coordinates, which ensure the capability of detecting segments with arbitrary length. To optimize the continuous representation, we develop an effective scale-invariant sampling strategy and recurrently refine the prediction in subsequent iterations. Our continuous anchoring scheme is fully differentiable, allowing to be seamlessly integrated into existing detectors, e.g., BMN and G-TAD. Extensive experiments on two benchmarks demonstrate that our continuous representation steadily surpasses other discretized counterparts by ~2% mAP. As a result, RCL achieves 52.92% mAP@0.5 on THUMOS14 and 37.65% mAP on ActivtiyNet v1.3, outperforming all existing single-model detectors.

📄 PDF Abstract BibTeX arXiv:2203.07112

Code (0)

등록된 구현이 없습니다.

Tasks

Action Detection

Similar Papers 제목 키워드 기반

Modeling Spatio-Temporal Human Track Structure for Action Localization

2018-06-28 · Guilhem Chéron, Anton Osokin, Ivan Laptev, Cordelia Schmid

This paper addresses spatio-temporal localization of human actions in video. In order to localize actions in time, we propose a recurrent localization network (RecLNet) designed to model the temporal structure of actions…

Action LocalizationHuman DetectionOptical Flow EstimationSpatio-Temporal Action Localization+2

Progress Regression RNN for Online Spatial-Temporal Action Localization in Unconstrained Videos

2019-03-01 · Bo Hu, Jianfei Cai, Tat-Jen Cham, Junsong Yuan

Previous spatial-temporal action localization methods commonly follow the pipeline of object detection to estimate bounding boxes and labels of actions. However, the temporal relation of an action has not been fully expl…

Action Localizationobject-detectionObject DetectionPosition+2

Temporal Action Localization With Pyramid of Score Distribution Features

2016-06-01 · CVPR 2016 6 · Jun Yuan, Bingbing Ni, Xiaokang Yang, Ashraf A. Kassim

We investigate the feature design and classification architectures in temporal action localization. This application focuses on detecting and labeling actions in untrimmed videos, which brings more challenge than classif…

Action LocalizationTemporal Action Localization

Exploring Temporal Context and Human Movement Dynamics for Online Action Detection in Videos

2021-06-26 · Vasiliki I. Vasileiou, Nikolaos Kardaris, Petros Maragos

Nowadays, the interaction between humans and robots is constantly expanding, requiring more and more human motion recognition applications to operate in real time. However, most works on temporal action detection and rec…

Action DetectionAction LocalizationOnline Action DetectionTemporal Action Localization

Enhancing Temporal Action Localization: Advanced S6 Modeling with Recurrent Mechanism

2024-07-18 · Sangyoun Lee, Juho Jung, Changdae Oh, Sunghee Yun

Temporal Action Localization (TAL) is a critical task in video analysis, identifying precise start and end times of actions. Existing methods like CNNs, RNNs, GCNs, and Transformers have limitations in capturing long-ran…

Action LocalizationTemporal Action Localization