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

I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image

About

Most of the previous image-based 3D human pose and mesh estimation methods estimate parameters of the human mesh model from an input image. However, directly regressing the parameters from the input image is a highly non-linear mapping because it breaks the spatial relationship between pixels in the input image. In addition, it cannot model the prediction uncertainty, which can make training harder. To resolve the above issues, we propose I2L-MeshNet, an image-to-lixel (line+pixel) prediction network. The proposed I2L-MeshNet predicts the per-lixel likelihood on 1D heatmaps for each mesh vertex coordinate instead of directly regressing the parameters. Our lixel-based 1D heatmap preserves the spatial relationship in the input image and models the prediction uncertainty. We demonstrate the benefit of the image-to-lixel prediction and show that the proposed I2L-MeshNet outperforms previous methods. The code is publicly available https://github.com/mks0601/I2L-MeshNet_RELEASE.

Gyeongsik Moon, Kyoung Mu Lee• 2020

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationHuman3.6M (test)--
547
3D Human Pose Estimation3DPW (test)
PA-MPJPE57.7
505
3D Human Pose EstimationHuman3.6M (Protocol 2)
Average MPJPE55.7
315
3D Human Mesh Recovery3DPW (test)
PA-MPJPE57.7
264
3D Human Pose EstimationHuman3.6M (subjects 9 and 11)--
180
3D Human Pose EstimationHuman3.6M--
160
3D Human Pose and Shape Estimation3DPW (test)
MPJPE-PA57.7
158
3D Hand ReconstructionFreiHAND (test)
F@15mm97.3
148
3D Human Pose EstimationHuman3.6M Protocol #2 (test)--
140
Human Mesh Recovery3DPW
PA-MPJPE57.7
123
Showing 10 of 67 rows

Other info

Code

Follow for update