Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Pose2Mesh: Graph Convolutional Network for 3D Human Pose and Mesh Recovery from a 2D Human Pose

About

Most of the recent deep learning-based 3D human pose and mesh estimation methods regress the pose and shape parameters of human mesh models, such as SMPL and MANO, from an input image. The first weakness of these methods is an appearance domain gap problem, due to different image appearance between train data from controlled environments, such as a laboratory, and test data from in-the-wild environments. The second weakness is that the estimation of the pose parameters is quite challenging owing to the representation issues of 3D rotations. To overcome the above weaknesses, we propose Pose2Mesh, a novel graph convolutional neural network (GraphCNN)-based system that estimates the 3D coordinates of human mesh vertices directly from the 2D human pose. The 2D human pose as input provides essential human body articulation information, while having a relatively homogeneous geometric property between the two domains. Also, the proposed system avoids the representation issues, while fully exploiting the mesh topology using a GraphCNN in a coarse-to-fine manner. We show that our Pose2Mesh outperforms the previous 3D human pose and mesh estimation methods on various benchmark datasets. For the codes, see https://github.com/hongsukchoi/Pose2Mesh_RELEASE.

Hongsuk Choi, Gyeongsik Moon, Kyoung Mu Lee• 2020

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationHuman3.6M (test)--
547
3D Human Pose Estimation3DPW (test)
PA-MPJPE56.3
505
3D Human Pose EstimationHuman3.6M (Protocol 2)
Average MPJPE64.9
315
3D Human Mesh Recovery3DPW (test)
PA-MPJPE34.6
264
3D Human Pose EstimationHuman3.6M (subjects 9 and 11)--
180
3D Human Pose and Shape Estimation3DPW (test)
MPJPE-PA58.3
158
3D Hand ReconstructionFreiHAND (test)
F@15mm97.3
148
3D Human Pose EstimationHuman3.6M Protocol #2 (test)
Average Error47
140
Human Mesh Recovery3DPW
PA-MPJPE58.9
123
3D Human Mesh RecoveryHuman3.6M (test)
PA-MPJPE34.6
120
Showing 10 of 44 rows

Other info

Code

Follow for update