CVDec 7, 2021

DCAN: Improving Temporal Action Detection via Dual Context Aggregation

arXiv:2112.03612v186 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving action localization accuracy in videos for computer vision applications, representing an incremental advancement over existing boundary-matching methods.

The paper tackles temporal action detection in videos by proposing DCAN, a method that aggregates context at boundary and proposal levels to generate high-quality action proposals, achieving state-of-the-art performance with an average mAP of 35.39% on ActivityNet v1.3 and 54.14% mAP at IoU@0.5 on THUMOS-14.

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.

Code Implementations1 repo
Foundations

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

Your Notes