CVJun 18, 2022

Context-aware Proposal Network for Temporal Action Detection

arXiv:2206.09082v14 citationsh-index: 47
Originality Incremental advance
AI Analysis

This is an incremental improvement for video analysis tasks, specifically enhancing temporal action detection in untrimmed videos.

The paper tackles temporal action detection in videos by introducing a Context-aware Proposal Network (CPN) that aggregates contextual information from proposals, achieving a 45.8% average mAP on the test set and improving the previous champion result by 1.1%.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes