深度高分辨率表示学习用于人体姿态估计

Deep High-Resolution Representation Learning for Human Pose Estimation

王井东 Jingdong Wang · Microsoft Research Asia / USTC · 2019-02-25 · arXiv:1902.09212 ↗ · 被引 5157

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

本文是深度高分辨率表示学习用于人体姿态估计的官方 PyTorch 实现。我们关注人体姿态估计问题,重点学习可靠的高分辨率表示。大多数现有方法从高到低分辨率网络产生的低分辨率表示中恢复高分辨率表示。相反,我们提出的网络在整个过程中保持高分辨率表示。我们从高分辨率子网络作为第一阶段开始,逐步添加高到低分辨率子网络形成更多阶段,并将多分辨率子网络并行连接。我们进行重复的多尺度融合,使得每个高到低分辨率表示反复从其他并行表示接收信息,从而产生丰富的高分辨率表示。因此,预测的关键点热图可能更准确且空间上更精确。我们通过在两个基准数据集(COCO 关键点检测数据集和 MPII 人体姿态数据集)上的优越姿态估计结果,实证证明了我们网络的有效性。代码和模型已在 https://github.com/leoxiaobin/deep-high-resolution-net.pytorch 公开。

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}.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 12)

阅读逐段中英对照全文 →