CVAug 4, 2016

Deep Learning for Detecting Multiple Space-Time Action Tubes in Videos

arXiv:1608.01529v1215 citations
Originality Incremental advance
AI Analysis

It improves action detection in videos, which is important for applications like surveillance and video analysis, but is incremental as it builds on existing detection frameworks.

The paper tackles the problem of detecting and classifying multiple concurrent actions in untrimmed videos, achieving new state-of-the-art results with a 20% mAP gain on UCF-101 and 11% on J-HMDB-21, while significantly increasing detection speed.

In this work, we propose an approach to the spatiotemporal localisation (detection) and classification of multiple concurrent actions within temporally untrimmed videos. Our framework is composed of three stages. In stage 1, appearance and motion detection networks are employed to localise and score actions from colour images and optical flow. In stage 2, the appearance network detections are boosted by combining them with the motion detection scores, in proportion to their respective spatial overlap. In stage 3, sequences of detection boxes most likely to be associated with a single action instance, called action tubes, are constructed by solving two energy maximisation problems via dynamic programming. While in the first pass, action paths spanning the whole video are built by linking detection boxes over time using their class-specific scores and their spatial overlap, in the second pass, temporal trimming is performed by ensuring label consistency for all constituting detection boxes. We demonstrate the performance of our algorithm on the challenging UCF101, J-HMDB-21 and LIRIS-HARL datasets, achieving new state-of-the-art results across the board and significantly increasing detection speed at test time. We achieve a huge leap forward in action detection performance and report a 20% and 11% gain in mAP (mean average precision) on UCF-101 and J-HMDB-21 datasets respectively when compared to the state-of-the-art.

Foundations

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

Your Notes