CVApr 17, 2017

AMTnet: Action-Micro-Tube Regression by End-to-end Trainable Deep Architecture

arXiv:1704.04952v273 citations
Originality Incremental advance
AI Analysis

This work addresses the inefficiency and sub-optimality in action detection for video analysis, offering a more integrated and faster solution, though it is incremental as it builds on region proposal networks.

The paper tackles the problem of action detection in videos by proposing a deep network architecture that regresses and classifies 3D region proposals across successive frames, eliminating the need for post-processing to form action tubes. It achieves promising results on J-HMDB-21 and UCF-101 datasets, outperforming state-of-the-art methods when using only appearance features and reducing computation time by 50%.

Dominant approaches to action detection can only provide sub-optimal solutions to the problem, as they rely on seeking frame-level detections, to later compose them into "action tubes" in a post-processing step. With this paper we radically depart from current practice, and take a first step towards the design and implementation of a deep network architecture able to classify and regress whole video subsets, so providing a truly optimal solution of the action detection problem. In this work, in particular, we propose a novel deep net framework able to regress and classify 3D region proposals spanning two successive video frames, whose core is an evolution of classical region proposal networks (RPNs). As such, our 3D-RPN net is able to effectively encode the temporal aspect of actions by purely exploiting appearance, as opposed to methods which heavily rely on expensive flow maps. The proposed model is end-to-end trainable and can be jointly optimised for action localisation and classification in a single step. At test time the network predicts "micro-tubes" encompassing two successive frames, which are linked up into complete action tubes via a new algorithm which exploits the temporal encoding learned by the network and cuts computation time by 50%. Promising results on the J-HMDB-21 and UCF-101 action detection datasets show that our model does outperform the state-of-the-art when relying purely on appearance.

Foundations

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

Your Notes