CVOct 7, 2021

Learning to Regress Bodies from Images using Differentiable Semantic Rendering

arXiv:2110.03480v263 citations
AI Analysis

This work addresses the challenge of accurate 3D human body estimation from images, which is crucial for applications in computer vision and graphics, by incorporating clothing semantics to improve performance over existing methods.

The paper tackles the problem of regressing 3D human body shape and pose from monocular images by introducing a Differentiable Semantic Rendering (DSR) loss that uses clothing semantics to penalize clothed and non-clothed regions differently, outperforming previous state-of-the-art methods on 3DPW and Human3.6M datasets.

Learning to regress 3D human body shape and pose (e.g.~SMPL parameters) from monocular images typically exploits losses on 2D keypoints, silhouettes, and/or part-segmentation when 3D training data is not available. Such losses, however, are limited because 2D keypoints do not supervise body shape and segmentations of people in clothing do not match projected minimally-clothed SMPL shapes. To exploit richer image information about clothed people, we introduce higher-level semantic information about clothing to penalize clothed and non-clothed regions of the image differently. To do so, we train a body regressor using a novel Differentiable Semantic Rendering - DSR loss. For Minimally-Clothed regions, we define the DSR-MC loss, which encourages a tight match between a rendered SMPL body and the minimally-clothed regions of the image. For clothed regions, we define the DSR-C loss to encourage the rendered SMPL body to be inside the clothing mask. To ensure end-to-end differentiable training, we learn a semantic clothing prior for SMPL vertices from thousands of clothed human scans. We perform extensive qualitative and quantitative experiments to evaluate the role of clothing semantics on the accuracy of 3D human pose and shape estimation. We outperform all previous state-of-the-art methods on 3DPW and Human3.6M and obtain on par results on MPI-INF-3DHP. Code and trained models are available for research at https://dsr.is.tue.mpg.de/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes