DCAN: Improving Temporal Action Detection via Dual Context Aggregation
Guo Chen, Yin-Dong Zheng, Limin Wang, Tong Lu

TL;DR
DCAN introduces a dual context aggregation approach at boundary and proposal levels, significantly enhancing temporal action detection accuracy by capturing long-range and semantic context, achieving state-of-the-art results.
Contribution
The paper proposes the Dual Context Aggregation Network (DCAN), a novel end-to-end method that improves temporal action detection by aggregating context at multiple levels for better proposal quality.
Findings
Achieves 35.39% mAP on ActivityNet v1.3
Reaches 54.14% mAP at [email protected] on THUMOS-14
Outperforms previous state-of-the-art methods
Abstract
Temporal action detection aims to locate the boundaries of action in the video. The current method based on boundary matching enumerates and calculates all possible boundary matchings to generate proposals. However, these methods neglect the long-range context aggregation in boundary prediction. At the same time, due to the similar semantics of adjacent matchings, local semantic aggregation of densely-generated matchings cannot improve semantic richness and discrimination. In this paper, we propose the end-to-end proposal generation method named Dual Context Aggregation Network (DCAN) to aggregate context on two levels, namely, boundary level and proposal level, for generating high-quality action proposals, thereby improving the performance of temporal action detection. Specifically, we design the Multi-Path Temporal Context Aggregation (MTCA) to achieve smooth context aggregation on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsHuman Pose and Action Recognition · Multimodal Machine Learning Applications · Video Surveillance and Tracking Methods
