TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/CTAP: Complementary Temporal Action Proposal Generation

CTAP: Complementary Temporal Action Proposal Generation

Jiyang Gao, Kan Chen, Ram Nevatia

2018-07-12ECCV 2018 9Temporal Action Proposal Generation
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
VideoActivityNet-1.3AR@10073.17CTAP
VideoActivityNet-1.3AUC (val)65.72CTAP
Temporal Action LocalizationActivityNet-1.3AR@10073.17CTAP
Temporal Action LocalizationActivityNet-1.3AUC (val)65.72CTAP
Zero-Shot LearningActivityNet-1.3AR@10073.17CTAP
Zero-Shot LearningActivityNet-1.3AUC (val)65.72CTAP
Action LocalizationActivityNet-1.3AR@10073.17CTAP
Action LocalizationActivityNet-1.3AUC (val)65.72CTAP

Related Papers

Temporal Action Proposal Generation With Action Frequency Adaptive Network2023-06-23Improve Temporal Action Proposals using Hierarchical Context2023-04-03AOE-Net: Entities Interactions Modeling with Adaptive Attention Mechanism for Temporal Action Proposals Generation2022-10-05Pyramid Region-based Slot Attention Network for Temporal Action Proposal Generation2022-06-21ABN: Agent-Aware Boundary Networks for Temporal Action Proposal Generation2022-03-16Temporal Action Proposal Generation with Background Constraint2021-12-15AEI: Actors-Environment Interaction with Adaptive Attention for Temporal Action Proposals Generation2021-10-21Agent-Environment Network for Temporal Action Proposal Generation2021-07-17