CVPR 2023

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

1International Digital Economy Academy (IDEA), 2Shenzhen International Graduate School, Tsinghua University
OSX is a one-stage pipeline for expressive whole-body (body, face, and hand) mesh recoveries from monocular images. It is the top-1 method on AGORA Smpl-X Leaderboard (dated March 2023).

Abstract

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.

Comparisons with Other Methods

AGORA dataset. From left to right: 1. Input, 2. ExPose, 3. Hand4Whoe, 4. OSX (Ours)

EHF dataset. From left to right: 1. Input, 2. ExPose, 3. Hand4Whoe, 4. OSX (Ours)

UBody dataset. From left to right: 1. Input, 2. ExPose, 3. Hand4Whoe, 4. OSX (Ours)

UBody Dataset

UBody is a large-scale Upper-Body dataset with the following annotations:
  • 2D whole-body keypoints
  • 3D SMPLX annotations
  • frame validity label
  • person bbox, hand bbox

Example of 15 Scenes in UBody

ConductMusic

Conference

Entertainment

Fitness

Interview

LiveVlog

MagicShow

Movie

Olympic

OnlineClass

SignLanguage

Singing

Speech

TVShow

BibTeX

@article{lin2023osx,
  author    = {Lin, Jing and Zeng, Ailing and Wang, Haoqian and Zhang, Lei and Li, Yu},
  title     = {One-Stage 3D Whole-Body Mesh Recovery with Component Aware Transformer},
  journal   = {CVPR},
  year      = {2023},
}

Contact Us