CVMar 14, 2022

RCL: Recurrent Continuous Localization for Temporal Action Detection

arXiv:2203.07112v148 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses a foundational bottleneck in action detection for video analysis, offering a novel method that is incremental but provides strong specific gains.

The paper tackles the problem of temporal action detection by introducing a continuous anchoring representation to replace dense discretized grids, achieving state-of-the-art results with ~2% mAP improvement and 52.92% mAP@0.5 on THUMOS14 and 37.65% mAP on ActivityNet v1.3.

Temporal representation is the cornerstone of modern action detection techniques. State-of-the-art methods mostly rely on a dense anchoring scheme, where anchors are sampled uniformly over the temporal domain with a discretized grid, and then regress the accurate boundaries. In this paper, we revisit this foundational stage and introduce Recurrent Continuous Localization (RCL), which learns a fully continuous anchoring representation. Specifically, the proposed representation builds upon an explicit model conditioned with video embeddings and temporal coordinates, which ensure the capability of detecting segments with arbitrary length. To optimize the continuous representation, we develop an effective scale-invariant sampling strategy and recurrently refine the prediction in subsequent iterations. Our continuous anchoring scheme is fully differentiable, allowing to be seamlessly integrated into existing detectors, e.g., BMN and G-TAD. Extensive experiments on two benchmarks demonstrate that our continuous representation steadily surpasses other discretized counterparts by ~2% mAP. As a result, RCL achieves 52.92% mAP@0.5 on THUMOS14 and 37.65% mAP on ActivtiyNet v1.3, outperforming all existing single-model detectors.

Foundations

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

Your Notes