CVFeb 25, 2019

Deep High-Resolution Representation Learning for Human Pose Estimation

arXiv:1902.09212v15074 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate human pose estimation for computer vision applications, representing an incremental advancement over existing methods that recover high-resolution from low-resolution representations.

The paper tackles human pose estimation by proposing a network that maintains high-resolution representations throughout the process, leading to more accurate and spatially precise keypoint heatmaps. It achieves superior results on COCO and MPII datasets, with concrete improvements in pose estimation benchmarks.

This is an official pytorch implementation of Deep High-Resolution Representation Learning for Human Pose Estimation. In this work, we are interested in the human pose estimation problem with a focus on learning reliable high-resolution representations. Most existing methods recover high-resolution representations from low-resolution representations produced by a high-to-low resolution network. Instead, our proposed network maintains high-resolution representations through the whole process. We start from a high-resolution subnetwork as the first stage, gradually add high-to-low resolution subnetworks one by one to form more stages, and connect the mutli-resolution subnetworks in parallel. We conduct repeated multi-scale fusions such that each of the high-to-low resolution representations receives information from other parallel representations over and over, leading to rich high-resolution representations. As a result, the predicted keypoint heatmap is potentially more accurate and spatially more precise. We empirically demonstrate the effectiveness of our network through the superior pose estimation results over two benchmark datasets: the COCO keypoint detection dataset and the MPII Human Pose dataset. The code and models have been publicly available at \url{https://github.com/leoxiaobin/deep-high-resolution-net.pytorch}.

Code Implementations39 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