English

Context-aware Proposal Network for Temporal Action Detection

Computer Vision and Pattern Recognition 2022-06-22 v1

Abstract

This technical report presents our first place winning solution for temporal action detection task in CVPR-2022 AcitivityNet Challenge. The task aims to localize temporal boundaries of action instances with specific classes in long untrimmed videos. Recent mainstream attempts are based on dense boundary matchings and enumerate all possible combinations to produce proposals. We argue that the generated proposals contain rich contextual information, which may benefits detection confidence prediction. To this end, our method mainly consists of the following three steps: 1) action classification and feature extraction by Slowfast, CSN, TimeSformer, TSP, I3D-flow, VGGish-audio, TPN and ViViT; 2) proposal generation. Our proposed Context-aware Proposal Network (CPN) builds on top of BMN, GTAD and PRN to aggregate contextual information by randomly masking some proposal features. 3) action detection. The final detection prediction is calculated by assigning the proposals with corresponding video-level classifcation results. Finally, we ensemble the results under different feature combination settings and achieve 45.8% performance on the test set, which improves the champion result in CVPR-2021 ActivityNet Challenge by 1.1% in terms of average mAP.

Keywords

Cite

@article{arxiv.2206.09082,
  title  = {Context-aware Proposal Network for Temporal Action Detection},
  author = {Xiang Wang and Huaxin Zhang and Shiwei Zhang and Changxin Gao and Yuanjie Shao and Nong Sang},
  journal= {arXiv preprint arXiv:2206.09082},
  year   = {2022}
}

Comments

First place winning solution for temporal action detection task in CVPR-2022 AcitivityNet Challenge. arXiv admin note: substantial text overlap with arXiv:2106.11812

R2 v1 2026-06-24T11:55:46.021Z