End-to-end Recovery of Human Shape and Pose
Angjoo Kanazawa, Michael J. Black, David W. Jacobs, Jitendra Malik
TL;DR
This work introduces HMR, an end-to-end framework that recovers a full 3D human mesh from a single RGB image by regressing SMPL shape and pose parameters. It combines reprojection losses with a factorized adversarial prior to constrain outputs to the manifold of plausible human bodies, enabling training with or without paired 3D supervision. The model uses iterative error feedback to directly predict SMPL parameters from image features and benefits from a diverse, unpaired set of 3D meshes as a weak global prior. Empirically, HMR achieves strong 3D joint estimation and segmentation performance in-the-wild and remains robust when 3D supervision is unavailable, while running in real time.
Abstract
We describe Human Mesh Recovery (HMR), an end-to-end framework for reconstructing a full 3D mesh of a human body from a single RGB image. In contrast to most current methods that compute 2D or 3D joint locations, we produce a richer and more useful mesh representation that is parameterized by shape and 3D joint angles. The main objective is to minimize the reprojection loss of keypoints, which allow our model to be trained using images in-the-wild that only have ground truth 2D annotations. However, the reprojection loss alone leaves the model highly under constrained. In this work we address this problem by introducing an adversary trained to tell whether a human body parameter is real or not using a large database of 3D human meshes. We show that HMR can be trained with and without using any paired 2D-to-3D supervision. We do not rely on intermediate 2D keypoint detections and infer 3D pose and shape parameters directly from image pixels. Our model runs in real-time given a bounding box containing the person. We demonstrate our approach on various images in-the-wild and out-perform previous optimization based methods that output 3D meshes and show competitive results on tasks such as 3D joint location estimation and part segmentation.
