# Convolutional Mesh Regression for Single-Image Human Shape   Reconstruction

**Authors:** Nikos Kolotouros, Georgios Pavlakos, Kostas Daniilidis

arXiv: 1905.03244 · 2019-05-09

## TL;DR

This paper introduces a graph convolutional neural network approach for direct 3D mesh vertex regression from a single image, outperforming traditional parameter regression methods in human shape reconstruction.

## Contribution

It proposes a novel mesh regression method using Graph-CNNs that directly predicts 3D vertex locations, reducing reliance on parametric models like SMPL.

## Key findings

- Outperforms model parameter regression baselines
- Achieves state-of-the-art results in pose estimation
- Demonstrates flexibility with different vertex features

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.03244/full.md

## Figures

57 figures with captions in the complete paper: https://tomesphere.com/paper/1905.03244/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1905.03244/full.md

---
Source: https://tomesphere.com/paper/1905.03244