CVJun 13, 2019

Slim DensePose: Thrifty Learning from Sparse Annotations and Motion Cues

arXiv:1906.05706v131 citations
Originality Incremental advance
AI Analysis

This work addresses the annotation bottleneck for dense human pose estimation, offering a more practical approach for researchers and applications, though it is incremental in leveraging existing geometric properties.

The paper tackles the high annotation cost of DensePose by proposing efficient strategies using video frames and motion cues, demonstrating significantly improved pose estimation results over strong baselines.

DensePose supersedes traditional landmark detectors by densely mapping image pixels to body surface coordinates. This power, however, comes at a greatly increased annotation time, as supervising the model requires to manually label hundreds of points per pose instance. In this work, we thus seek methods to significantly slim down the DensePose annotations, proposing more efficient data collection strategies. In particular, we demonstrate that if annotations are collected in video frames, their efficacy can be multiplied for free by using motion cues. To explore this idea, we introduce DensePose-Track, a dataset of videos where selected frames are annotated in the traditional DensePose manner. Then, building on geometric properties of the DensePose mapping, we use the video dynamic to propagate ground-truth annotations in time as well as to learn from Siamese equivariance constraints. Having performed exhaustive empirical evaluation of various data annotation and learning strategies, we demonstrate that doing so can deliver significantly improved pose estimation results over strong baselines. However, despite what is suggested by some recent works, we show that merely synthesizing motion patterns by applying geometric transformations to isolated frames is significantly less effective, and that motion cues help much more when they are extracted from videos.

Foundations

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

Your Notes