CVMay 8, 2017

A simple yet effective baseline for 3d human pose estimation

arXiv:1705.03098v21497 citations
AI Analysis

This work identifies that visual analysis is a major error source in 3D human pose estimation, providing insights to advance the field, though it is incremental as it builds on existing 2D detection technology.

The paper tackles the problem of understanding error sources in 3D human pose estimation by building a system that predicts 3D positions from 2D joint locations, finding that a simple deep feed-forward network reduces error by about 30% on the Human3.6M benchmark and achieves state-of-the-art results when trained on 2D detector outputs.

Following the success of deep convolutional networks, state-of-the-art methods for 3d human pose estimation have focused on deep end-to-end systems that predict 3d joint locations given raw image pixels. Despite their excellent performance, it is often not easy to understand whether their remaining error stems from a limited 2d pose (visual) understanding, or from a failure to map 2d poses into 3-dimensional positions. With the goal of understanding these sources of error, we set out to build a system that given 2d joint locations predicts 3d positions. Much to our surprise, we have found that, with current technology, "lifting" ground truth 2d joint locations to 3d space is a task that can be solved with a remarkably low error rate: a relatively simple deep feed-forward network outperforms the best reported result by about 30\% on Human3.6M, the largest publicly available 3d pose estimation benchmark. Furthermore, training our system on the output of an off-the-shelf state-of-the-art 2d detector (\ie, using images as input) yields state of the art results -- this includes an array of systems that have been trained end-to-end specifically for this task. Our results indicate that a large portion of the error of modern deep 3d pose estimation systems stems from their visual analysis, and suggests directions to further advance the state of the art in 3d human pose estimation.

Code Implementations14 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes