CVApr 26, 2016

Spot On: Action Localization from Pointly-Supervised Proposals

arXiv:1604.07602v2127 citations
AI Analysis

This work addresses the problem of reducing annotation effort for video action localization, which is incremental as it builds on existing proposal-based methods but introduces a more efficient annotation scheme.

The paper tackles spatio-temporal action localization in videos by using point annotations on sparse frames instead of cumbersome box annotations, achieving results comparable to box annotations and competitive performance with state-of-the-art methods on UCF Sports and UCF 101 datasets.

We strive for spatio-temporal localization of actions in videos. The state-of-the-art relies on action proposals at test time and selects the best one with a classifier trained on carefully annotated box annotations. Annotating action boxes in video is cumbersome, tedious, and error prone. Rather than annotating boxes, we propose to annotate actions in video with points on a sparse subset of frames only. We introduce an overlap measure between action proposals and points and incorporate them all into the objective of a non-convex Multiple Instance Learning optimization. Experimental evaluation on the UCF Sports and UCF 101 datasets shows that (i) spatio-temporal proposals can be used to train classifiers while retaining the localization performance, (ii) point annotations yield results comparable to box annotations while being significantly faster to annotate, (iii) with a minimum amount of supervision our approach is competitive to the state-of-the-art. Finally, we introduce spatio-temporal action annotations on the train and test videos of Hollywood2, resulting in Hollywood2Tubes, available at http://tinyurl.com/hollywood2tubes.

Foundations

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

Your Notes