Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DCAN: Improving Temporal Action Detection via Dual Context Aggregation

About

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 boundary level and precise evaluation of boundaries. For matching evaluation, Coarse-to-fine Matching (CFM) is designed to aggregate context on the proposal level and refine the matching map from coarse to fine. We conduct extensive experiments on ActivityNet v1.3 and THUMOS-14. DCAN obtains an average mAP of 35.39% on ActivityNet v1.3 and reaches mAP 54.14% at IoU@0.5 on THUMOS-14, which demonstrates DCAN can generate high-quality proposals and achieve state-of-the-art performance. We release the code at https://github.com/cg1177/DCAN.

Guo Chen, Yin-Dong Zheng, Limin Wang, Tong Lu• 2021

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.554.1
330
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.551.78
185
Temporal Action ProposalActivityNet v1.3 (val)
AUC67.93
114
Temporal Action DetectionActivityNet 1.3
mAP@0.551.8
93
Temporal Action DetectionTHUMOS 14
mAP@0.368.2
71
Temporal Action Proposal GenerationTHUMOS 14
AR@5042.65
41
Temporal Action DetectionTHUMOS14 (test)
mAP52.3
25
Temporal Forgery LocalizationTVIL 5 (test)
AP@0.51.49
11
Temporal Forgery LocalizationForgeryNet Balanced (test)
AP@0.5112
6
Temporal Forgery LocalizationForgeryNet (Balanced)
AP@0.562.8
5
Showing 10 of 12 rows

Other info

Code

Follow for update