CVMay 4, 2017

Action Tubelet Detector for Spatio-Temporal Action Localization

arXiv:1705.01861v3346 citations
Originality Incremental advance
AI Analysis

This addresses the problem of more efficient and accurate action localization in videos for computer vision applications, representing an incremental improvement over existing frame-based approaches.

The paper tackles spatio-temporal action localization by proposing the ACT-detector, which processes sequences of frames to output tubelets, improving detection performance over frame-level methods. It achieves state-of-the-art results on J-HMDB and UCF-101 datasets, with gains in accuracy and localization, especially at high overlap thresholds.

Current state-of-the-art approaches for spatio-temporal action localization rely on detections at the frame level that are then linked or tracked across time. In this paper, we leverage the temporal continuity of videos instead of operating at the frame level. We propose the ACtion Tubelet detector (ACT-detector) that takes as input a sequence of frames and outputs tubelets, i.e., sequences of bounding boxes with associated scores. The same way state-of-the-art object detectors rely on anchor boxes, our ACT-detector is based on anchor cuboids. We build upon the SSD framework. Convolutional features are extracted for each frame, while scores and regressions are based on the temporal stacking of these features, thus exploiting information from a sequence. Our experimental results show that leveraging sequences of frames significantly improves detection performance over using individual frames. The gain of our tubelet detector can be explained by both more accurate scores and more precise localization. Our ACT-detector outperforms the state-of-the-art methods for frame-mAP and video-mAP on the J-HMDB and UCF-101 datasets, in particular at high overlap thresholds.

Code Implementations2 repos
Foundations

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

Your Notes