CVApr 19, 2019

STEP: Spatio-Temporal Progressive Learning for Video Action Detection

arXiv:1904.09288v1158 citations
Originality Incremental advance
AI Analysis

It improves spatio-temporal modeling for video action detection, addressing spatial displacement in action tubes, but is incremental as it builds on existing detection methods.

The paper tackles video action detection by proposing a progressive learning framework that refines proposals over steps, achieving mAP of 75.0% on UCF101 and 18.6% on AVA with minimal initial proposals.

In this paper, we propose Spatio-TEmporal Progressive (STEP) action detector---a progressive learning framework for spatio-temporal action detection in videos. Starting from a handful of coarse-scale proposal cuboids, our approach progressively refines the proposals towards actions over a few steps. In this way, high-quality proposals (i.e., adhere to action movements) can be gradually obtained at later steps by leveraging the regression outputs from previous steps. At each step, we adaptively extend the proposals in time to incorporate more related temporal context. Compared to the prior work that performs action detection in one run, our progressive learning framework is able to naturally handle the spatial displacement within action tubes and therefore provides a more effective way for spatio-temporal modeling. We extensively evaluate our approach on UCF101 and AVA, and demonstrate superior detection results. Remarkably, we achieve mAP of 75.0% and 18.6% on the two datasets with 3 progressive steps and using respectively only 11 and 34 initial proposals.

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