One-Stage 3D Whole-Body Mesh Recovery with Component Aware Transformer

CVPR 2023  ·  Jing Lin, Ailing Zeng, Haoqian Wang, Lei Zhang, Yu Li ·

Whole-body mesh recovery aims to estimate the 3D human body, face, and hands parameters from a single image. It is challenging to perform this task with a single network due to resolution issues, i.e., the face and hands are usually located in extremely small regions. Existing works usually detect hands and faces, enlarge their resolution to feed in a specific network to predict the parameter, and finally fuse the results. While this copy-paste pipeline can capture the fine-grained details of the face and hands, the connections between different parts cannot be easily recovered in late fusion, leading to implausible 3D rotation and unnatural pose. In this work, we propose a one-stage pipeline for expressive whole-body mesh recovery, named OSX, without separate networks for each part. Specifically, we design a Component Aware Transformer (CAT) composed of a global body encoder and a local face/hand decoder. The encoder predicts the body parameters and provides a high-quality feature map for the decoder, which performs a feature-level upsample-crop scheme to extract high-resolution part-specific features and adopt keypoint-guided deformable attention to estimate hand and face precisely. The whole pipeline is simple yet effective without any manual post-processing and naturally avoids implausible prediction. Comprehensive experiments demonstrate the effectiveness of OSX. Lastly, we build a large-scale Upper-Body dataset (UBody) with high-quality 2D and 3D whole-body annotations. It contains persons with partially visible bodies in diverse real-life scenarios to bridge the gap between the basic task and downstream applications.

PDF Abstract CVPR 2023 PDF CVPR 2023 Abstract

Datasets


Introduced in the Paper:

UBody

Used in the Paper:

MS COCO Human3.6M MPII 3DPW AGORA ExPose

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
3D Human Pose Estimation 3DPW OSX PA-MPJPE 45.1 # 35
MPJPE 74.7 # 38
3D Multi-Person Mesh Recovery AGORA OSX FB-NMVE 130.6 # 3
B-NMVE 85.3 # 2
FB-MVE 122.8 # 3
F-MVE 36.2 # 2
LH/RH-MVE 45.7 # 2
3D Human Reconstruction EHF OSX MPVPE 70.8 # 3
PA V2V (mm), whole body 48.7 # 3
PA V2V (mm), face 6 # 2
3D Human Pose Estimation UBody OSX PVE-All 81.9 # 3
PVE-Hands 41.5 # 3
PVE-Face 212 # 1
PA-PVE-All 42.2 # 3
PA-PVE-Hands 8.6 # 3
PA-PVE-Face 2.0 # 2

Methods