paper-with-me

홈 › Papers

HPRNet: Hierarchical Point Regression for Whole-Body Human Pose Estimation

2021-06-08 · Nermin Samet, Emre Akbas

In this paper, we present a new bottom-up one-stage method for whole-body pose estimation, which we call "hierarchical point regression," or HPRNet for short. In standard body pose estimation, the locations of $\sim 17$ major joints on the human body are estimated. Differently, in whole-body pose estimation, the locations of fine-grained keypoints (68 on face, 21 on each hand and 3 on each foot) are estimated as well, which creates a scale variance problem that needs to be addressed. To handle the scale variance among different body parts, we build a hierarchical point representation of body parts and jointly regress them. The relative locations of fine-grained keypoints in each part (e.g. face) are regressed in reference to the center of that part, whose location itself is estimated relative to the person center. In addition, unlike the existing two-stage methods, our method predicts whole-body pose in a constant time independent of the number of people in an image. On the COCO WholeBody dataset, HPRNet significantly outperforms all previous bottom-up methods on the keypoint detection of all whole-body parts (i.e. body, foot, face and hand); it also achieves state-of-the-art results on face (75.4 AP) and hand (50.4 AP) keypoint detection. Code and models are available at \url{https://github.com/nerminsamet/HPRNet}.

📄 PDF Abstract BibTeX arXiv:2106.04269

Code (1)

nerminsamet/HPRNet 공식 구현 pytorch

Tasks

2D Human Pose EstimationFace DetectionFacial Landmark DetectionFoot keypoint detectionHand Pose EstimationKeypoint DetectionMulti-Person Pose EstimationPose Estimationregression

Similar Papers 제목 키워드 기반

ZoomNAS: Searching for Whole-body Human Pose Estimation in the Wild

2022-08-23 · Lumin Xu, Sheng Jin, Wentao Liu, Chen Qian 외

This paper investigates the task of 2D whole-body human pose estimation, which aims to localize dense landmarks on the entire human body including body, feet, face, and hands. We propose a single-network approach, termed…

2D Human Pose EstimationNeural Architecture SearchPose Estimation

SHPR-Net: Deep Semantic Hand Pose Regression From Point Clouds

2018-08-06 · IEEE Access 2018 8 · Xinghao Chen, Guijin Wang, Cairong Zhang, Tae-Kyun Kim 외

3D hand pose estimation is an essential problem for human computer interaction. Most of the existing depth-based hand pose estimation methods consume 2D depth map or 3D volume via 2D/3D convolutional neural networks (CNN…

3D Hand Pose EstimationHand Pose EstimationPose Estimationregression+1

Whole-Body Human Pose Estimation in the Wild

2020-07-23 · ECCV 2020 8 · Sheng Jin, Lumin Xu, Jin Xu, Can Wang 외

This paper investigates the task of 2D human whole-body pose estimation, which aims to localize dense landmarks on the entire human body including face, hands, body, and feet. As existing datasets do not have whole-body …

2D Human Pose EstimationFacial Landmark DetectionHand Pose EstimationKeypoint Estimation+1

RTMW: Real-Time Multi-Person 2D and 3D Whole-body Pose Estimation

2024-07-11 · Tao Jiang, Xinchen Xie, Yining Li

Whole-body pose estimation is a challenging task that requires simultaneous prediction of keypoints for the body, hands, face, and feet. Whole-body pose estimation aims to predict fine-grained pose information for the hu…

2D Human Pose Estimation2D Pose Estimation3D Human Pose Estimation3D Pose Estimation+1

AnyBody: Free-Form Whole-Body Humanoid Control from Arbitrary Keypoint Guidance

2026-06-28 · Shuning Li, Sikai Li, Jiachen Li, Mingyu Ding arxiv

We present AnyBody, a unified whole-body humanoid controller driven by an arbitrary subset of body keypoints chosen at deploy time. Prior physics-based trackers either rely on expensive full-body motion capture and error…