CVAug 20, 2019

Human Mesh Recovery from Monocular Images via a Skeleton-disentangled Representation

arXiv:1908.07172v2196 citations
AI Analysis

This addresses the problem of accurate 3D human reconstruction from single views for computer vision applications, representing an incremental advance with specific architectural improvements.

The paper tackles 3D human mesh recovery from monocular images/videos by proposing a skeleton-disentangled representation that decouples skeleton from details, achieving state-of-the-art performance with 15.4% MPJPE and 23.8% PA-MPJPE improvements on Human3.6M.

We describe an end-to-end method for recovering 3D human body mesh from single images and monocular videos. Different from the existing methods try to obtain all the complex 3D pose, shape, and camera parameters from one coupling feature, we propose a skeleton-disentangling based framework, which divides this task into multi-level spatial and temporal granularity in a decoupling manner. In spatial, we propose an effective and pluggable "disentangling the skeleton from the details" (DSD) module. It reduces the complexity and decouples the skeleton, which lays a good foundation for temporal modeling. In temporal, the self-attention based temporal convolution network is proposed to efficiently exploit the short and long-term temporal cues. Furthermore, an unsupervised adversarial training strategy, temporal shuffles and order recovery, is designed to promote the learning of motion dynamics. The proposed method outperforms the state-of-the-art 3D human mesh recovery methods by 15.4% MPJPE and 23.8% PA-MPJPE on Human3.6M. State-of-the-art results are also achieved on the 3D pose in the wild (3DPW) dataset without any fine-tuning. Especially, ablation studies demonstrate that skeleton-disentangled representation is crucial for better temporal modeling and generalization.

Code Implementations2 repos
Foundations

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

Your Notes