paper-with-me

Papers

CTAP: Complementary Temporal Action Proposal Generation

2018-07-12 · ECCV 2018 9 · Jiyang Gao, Kan Chen, Ram Nevatia

Temporal action proposal generation is an important task, akin to object proposals, temporal action proposals are intended to capture "clips" or temporal intervals in videos that are likely to contain an action. Previous methods can be divided to two groups: sliding window ranking and actionness score grouping. Sliding windows uniformly cover all segments in videos, but the temporal boundaries are imprecise; grouping based method may have more precise boundaries but it may omit some proposals when the quality of actionness score is low. Based on the complementary characteristics of these two methods, we propose a novel Complementary Temporal Action Proposal (CTAP) generator. Specifically, we apply a Proposal-level Actionness Trustworthiness Estimator (PATE) on the sliding windows proposals to generate the probabilities indicating whether the actions can be correctly detected by actionness scores, the windows with high scores are collected. The collected sliding windows and actionness proposals are then processed by a temporal convolutional neural network for proposal ranking and boundary adjustment. CTAP outperforms state-of-the-art methods on average recall (AR) by a large margin on THUMOS-14 and ActivityNet 1.3 datasets. We further apply CTAP as a proposal generation method in an existing action detector, and show consistent significant improvements.

📄 PDF Abstract BibTeX arXiv:1807.04821

Code (1)

jiyanggao/CTAP 공식 구현 tf

Tasks

Temporal Action Proposal Generation

Similar Papers 제목 키워드 기반

Complementary Boundary Generator with Scale-Invariant Relation Modeling for Temporal Action Localization: Submission to ActivityNet Challenge 2020

2020-07-20 · Haisheng Su, Jinyuan Feng, Hao Shao, Zhenyu Jiang 외

This technical report presents an overview of our solution used in the submission to ActivityNet Challenge 2020 Task 1 (\textbf{temporal action localization/detection}). Temporal action localization requires to not only …

Action LocalizationDiversityTemporal Action Localization

BSN++: Complementary Boundary Regressor with Scale-Balanced Relation Modeling for Temporal Action Proposal Generation

2020-09-15 · Haisheng Su, Weihao Gan, Wei Wu, Yu Qiao 외

Generating human action proposals in untrimmed videos is an important yet challenging task with wide applications. Current methods often suffer from the noisy boundary locations and the inferior quality of confidence sco…

Action LocalizationRelationTemporal Action LocalizationTemporal Action Proposal Generation

Multi-Granularity Fusion Network for Proposal and Activity Localization: Submission to ActivityNet Challenge 2019 Task 1 and Task 2

2019-07-29 · Haisheng Su, Xu Zhao, Shuming Liu

This technical report presents an overview of our solution used in the submission to ActivityNet Challenge 2019 Task 1 (\textbf{temporal action proposal generation}) and Task 2 (\textbf{temporal action localization/detec…

Action LocalizationDiversityRe-RankingTask 2+2

Temporal Context Aggregation Network for Temporal Action Proposal Refinement

2021-03-24 · CVPR 2021 1 · Zhiwu Qing, Haisheng Su, Weihao Gan, Dongliang Wang 외

Temporal action proposal generation aims to estimate temporal intervals of actions in untrimmed videos, which is a challenging yet important task in the video understanding field. The proposals generated by current metho…

Action DetectionAction LocalizationRetrievalTemporal Action Localization+2

BSN: Boundary Sensitive Network for Temporal Action Proposal Generation

2018-06-08 · ECCV 2018 9 · Tianwei Lin, Xu Zhao, Haisheng Su, Chongjing Wang 외

Temporal action proposal generation is an important yet challenging problem, since temporal proposals with rich action content are indispensable for analysing real-world videos with long duration and high proportion irre…

Action DetectionTemporal Action LocalizationTemporal Action Proposal Generation