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

Convolutional Mesh Regression for Single-Image Human Shape Reconstruction

About

This paper addresses the problem of 3D human pose and shape estimation from a single image. Previous approaches consider a parametric model of the human body, SMPL, and attempt to regress the model parameters that give rise to a mesh consistent with image evidence. This parameter regression has been a very challenging task, with model-based approaches underperforming compared to nonparametric solutions in terms of pose estimation. In our work, we propose to relax this heavy reliance on the model's parameter space. We still retain the topology of the SMPL template mesh, but instead of predicting model parameters, we directly regress the 3D location of the mesh vertices. This is a heavy task for a typical network, but our key insight is that the regression becomes significantly easier using a Graph-CNN. This architecture allows us to explicitly encode the template mesh structure within the network and leverage the spatial locality the mesh has to offer. Image-based features are attached to the mesh vertices and the Graph-CNN is responsible to process them on the mesh structure, while the regression target for each vertex is its 3D location. Having recovered the complete 3D geometry of the mesh, if we still require a specific model parametrization, this can be reliably regressed from the vertices locations. We demonstrate the flexibility and the effectiveness of our proposed graph-based mesh regression by attaching different types of features on the mesh vertices. In all cases, we outperform the comparable baselines relying on model parameter regression, while we also achieve state-of-the-art results among model-based pose estimation approaches.

Nikos Kolotouros, Georgios Pavlakos, Kostas Daniilidis• 2019

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationMPI-INF-3DHP (test)--
559
3D Human Pose EstimationHuman3.6M (test)
MPJPE (Average)74.7
547
3D Human Pose Estimation3DPW (test)
PA-MPJPE70.2
505
3D Human Pose EstimationHuman3.6M (Protocol 2)
Average MPJPE50.1
315
3D Human Mesh Recovery3DPW (test)
PA-MPJPE69.1
264
3D Human Pose EstimationHuman3.6M--
160
3D Human Pose and Shape Estimation3DPW (test)
MPJPE-PA69.1
158
3D Hand ReconstructionFreiHAND (test)
F@15mm89.8
148
3D Human Pose EstimationHuman3.6M Protocol #2 (test)
Average Error50.1
140
Human Mesh Recovery3DPW
PA-MPJPE70.2
123
Showing 10 of 68 rows

Other info

Code

Follow for update