Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

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

Related benchmarks

TaskDatasetResultRank
3D Human Mesh Recovery3DPW (test)
PA-MPJPE45.1
264
3D Human Pose Estimation3DPW
PA-MPJPE45.1
119
3D Human Mesh Recovery3DPW
PA-MPJPE60.6
72
3D Human Pose and Shape EstimationAGORA (test)
NMJE (All)127.6
41
3D Whole-body Human Pose and Shape EstimationAGORA SMPL-X (test)
NMVE (All)126.4
22
3D Whole-Body Mesh RecoveryAGORA (test)
NMVE130.6
20
Expressive Human Pose and Shape EstimationARCTIC (test)
PA-PVE (All)33
13
Whole-body Mesh RecoveryEHF
PVEJ (All)70.8
11
3D Whole-Body Mesh RecoveryAGORA (val)
MPVPE (All)168.6
10
3D Whole-body Pose and Shape EstimationEHF (test)
PA MPVPE (All)48.7
9
Showing 10 of 33 rows

Other info

Code

Follow for update