CVJul 19, 2017

Detecting Parts for Action Localization

arXiv:1707.06005v22 citations
AI Analysis

This addresses the problem of robust human action localization in videos for computer vision applications, representing an incremental improvement with a novel part-based method.

The paper tackles action localization in videos by developing a framework that tracks people and extracts full-body human tubes even with occlusions or truncations, achieving state-of-the-art results on the JHMDB and DALY datasets.

In this paper, we propose a new framework for action localization that tracks people in videos and extracts full-body human tubes, i.e., spatio-temporal regions localizing actions, even in the case of occlusions or truncations. This is achieved by training a novel human part detector that scores visible parts while regressing full-body bounding boxes. The core of our method is a convolutional neural network which learns part proposals specific to certain body parts. These are then combined to detect people robustly in each frame. Our tracking algorithm connects the image detections temporally to extract full-body human tubes. We apply our new tube extraction method on the problem of human action localization, on the popular JHMDB dataset, and a very recent challenging dataset DALY (Daily Action Localization in YouTube), showing state-of-the-art results.

Foundations

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

Your Notes