paper-with-me

Papers

Convolutional Mesh Regression for Single-Image Human Shape Reconstruction

2019-05-08 · CVPR 2019 6 · Nikos Kolotouros, Georgios Pavlakos, Kostas Daniilidis

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.

📄 PDF Abstract BibTeX arXiv:1905.03244

Code (2)

nkolot/GraphCMR pytorch
xiuyu0000/new_papers_codes/tree/main/cmr mindspore

Tasks

3D geometry3D Hand Pose Estimation3D human pose and shape estimation3D Human Pose EstimationMonocular 3D Human Pose EstimationPose Estimationregression

Similar Papers 제목 키워드 기반

Learning Nonparametric Human Mesh Reconstruction from a Single Image without Ground Truth Meshes

2020-02-28 · Kevin Lin, Lijuan Wang, Ying Jin, Zicheng Liu 외

Nonparametric approaches have shown promising results on reconstructing 3D human mesh from a single monocular image. Unlike previous approaches that use a parametric human model like skinned multi-person linear model (SM…

Segmentation

3D Human Mesh Regression with Dense Correspondence

2020-06-10 · CVPR 2020 6 · Wang Zeng, Wanli Ouyang, Ping Luo, Wentao Liu 외

Estimating 3D mesh of the human body from a single 2D image is an important task with many applications such as augmented reality and Human-Robot interaction. However, prior works reconstructed 3D mesh from global image …

3D Human Pose Estimation3D Human Reconstructionregression

Dual Grid Net: hand mesh vertex regression from single depth maps

2019-07-24 · ECCV 2020 8 · Chengde Wan, Thomas Probst, Luc van Gool, Angela Yao

We present a method for recovering the dense 3D surface of the hand by regressing the vertex coordinates of a mesh model from a single depth map. To this end, we use a two-stage 2D fully convolutional network architectur…

regression

Monocular Human Shape and Pose with Dense Mesh-borne Local Image Features

2021-11-09 · Shubhendu Jena, Franck Multon, Adnane Boukhayma

We propose to improve on graph convolution based approaches for human shape and pose estimation from monocular input, using pixel-aligned local image features. Given a single input color image, existing graph convolution…

Pose Estimation

Instantiation-Net: 3D Mesh Reconstruction from Single 2D Image for Right Ventricle

2019-09-16 · Zhao-Yang Wang, Xiao-Yun Zhou, Peichao Li, Celia Riga 외

3D shape instantiation which reconstructs the 3D shape of a target from limited 2D images or projections is an emerging technique for surgical intervention. It improves the currently less-informative and insufficient 2D …