Source-linked AI summary

Collaborative Regression of Expressive Bodies using Moderation

Yao Feng, Vasileios Choutas, Timo Bolkart, Dimitrios Tzionas, Michael J. Black

arXiv:2105.05301v2cs.CV

TL;DR

Existing monocular methods separately handle body, face, and hands, leaving detailed faces and robust whole-body estimation difficult in challenging images. PIXIE combines confidence-weighted part experts, gendered shape learning, and detailed facial modeling to reconstruct animatable whole-body avatars from one RGB image. The paper reports more accurate whole-body and facial shape than prior work, while identifying clothing, misalignment, skin-tone, and extreme-ambiguity limitations.

  • Problem

    Body, face, and hand reconstruction methods have complementary strengths but are typically developed separately, with face methods struggling on small or occluded faces and whole-body methods lacking detailed facial geometry.

  • Method

    PIXIE uses confidence-weighted moderation across body, face, and hand experts, gendered shape loss, shared SMPL-X shape modeling, and facial albedo and displacement prediction.

  • Results

    PIXIE estimates more accurate whole-body shape and detailed facial shape than the state of the art, producing expressive, animatable 3D humans from a single RGB image.

  • Takeaways & Limitations

    Confidence-aware fusion and shared body-face modeling let PIXIE exploit complementary part information while retaining detailed, fully animatable faces.

  • Takeaways & Limitations

    PIXIE does not model clothing, can misalign meshes, may explain skin appearance through lighting rather than albedo, and remains challenged by self-contact and extreme ambiguities.

Abstract

from arXiv · show

Recovering expressive humans from images is essential for understanding human behavior. Methods that estimate 3D bodies, faces, or hands have progressed significantly, yet separately. Face methods recover accurate 3D shape and geometric details, but need a tight crop and struggle with extreme views and low resolution. Whole-body methods are robust to a wide range of poses and resolutions, but provide only a rough 3D face shape without details like wrinkles. To get the best of both worlds, we introduce PIXIE, which produces animatable, whole-body 3D avatars with realistic facial detail, from a single image. For this, PIXIE uses two key observations. First, existing work combines independent estimates from body, face, and hand experts, by trusting them equally. PIXIE introduces a novel moderator that merges the features of the experts, weighted by their confidence. All part experts can contribute to the whole, using SMPL-X's shared shape space across all body parts. Second, human shape is highly correlated with gender, but existing work ignores this. We label training images as male, female, or non-binary, and train PIXIE to infer "gendered" 3D body shapes with a novel shape loss. In addition to 3D body pose and shape parameters, PIXIE estimates expression, illumination, albedo and 3D facial surface displacements. Quantitative and qualitative evaluation shows that PIXIE estimates more accurate whole-body shape and detailed face shape than the state of the art. Models and code are available at https://pixie.is.tue.mpg.de.

1. Introduction

PIXIE reconstructs expressive whole-body 3D humans from a single RGB image by combining body, face, and hand experts with confidence-weighted moderation, gendered shape reasoning, and detailed facial modeling.

  • PIXIE targets whole-body 3D shape and pose, facial expressions, and hand gestures despite variation, articulation, clothing, occlusion, and small deformable faces and hands.
  • Face-only methods recover detailed facial shape but struggle with tight-crop, extreme-view, low-resolution, and occluded inputs, while whole-body methods often produce average-looking faces without fine details.
  • A confidence-weighted moderator fuses body, face, and hand features, using full-body context and SMPL-X’s shared shape space to improve inference under occlusion and blur.
  • PIXIE implicitly reasons about male, female, and non-binary shape priors during training, requiring no gender labels at inference and allowing face information to inform body shape.
  • Its face expert estimates albedo and dense 3D surface displacements, using confidence gating and shared body-face shape modeling to produce detailed, animatable faces.
  • PIXIE is presented as a step toward automatic, accurate, and realistic 3D avatar creation from a single RGB image.

2. Related work

Prior work reconstructs body, face, hands, or whole bodies using landmarks, statistical models, optimization, and regression, but important integration and scalability gaps remain.

  • Body reconstruction: Body reconstruction spans 2D or 3D landmarks, proxy representations, statistical-model parameters, and directly regressed or reconstructed 3D surfaces.
  • Face reconstruction: Face methods estimate statistical-model parameters through optimization or regression, often jointly modeling geometry, albedo, and lighting with analysis-by-synthesis.
  • Face reconstruction: Face-specific approaches need tightly cropped images and struggle with non-frontal or undetected faces, whereas integrating face and body regression supports robust head pose and shape estimation.
  • Hand reconstruction: Hand reconstruction increasingly uses monocular RGB images to predict 3D joints, statistical hand-model parameters, or 3D surfaces.
  • Whole-body reconstruction: Whole-body statistical models jointly capture body, face, and hand surfaces, extending earlier holistic methods that estimated only landmarks.
  • Whole-body reconstruction: Optimization-based whole-body methods work but are slow and do not scale to large datasets.
  • Whole-body reconstruction: Deep regressors quickly predict SMPL-X parameters, but ExPose merges expert outputs by always trusting them rather than evaluating expert confidence.
  • Whole-body reconstruction: PIXIE uses fully analog face-body and hand-body fusion in one shared SMPL-X shape space, with end-to-end training and no stitching or intermediate tasks.

3. Method

PIXIE reconstructs expressive SMPL-X humans by combining body, face, and hand experts with confidence-weighted moderation, gendered shape priors, and detailed facial appearance branches. It is trained end to end with body, hand, face, photometric, identity, prior, and feature-update losses.

  • Architecture: PIXIE uses body, face/head, and hand expert subnetworks with a moderator that confidence-weights feature fusion for robust inference under ambiguities.The moderators estimate expert confidence and fuse body-part features before face/head and hand regression.
  • Expressive 3D Body Model: PIXIE uses SMPL-X, a shared whole-body shape space that jointly represents body, face, and hand shape, pose, facial expression, and finger articulation.The model represents shape with β, pose with θ, and expression with ψ, and uses a weak-perspective camera.
  • Architecture: The fused face/head regressor predicts expressions, head and jaw pose, body shape, and facial appearance, while a detail branch adds dense 3D surface displacements.Facial displacements are converted from FLAME’s UV map to SMPL-X’s and applied to the inferred head shape.
  • Training Losses: A gender-specific shape prior models male and female shape distributions during training, while unknown-gender images use an all-scan Gaussian prior and require no gender labels at inference.The gendered prior uses the mean and covariance of SMPL-X shape parameters registered from CAESAR scans.
  • Training Setup: PIXIE is trained on whole-body, hand-only, and face/head datasets, with gender annotations obtained by majority voting over predictions from multiple photos per identity.The training procedure uses multi-step training with part-only pretraining before full-network training.

4. Experiments

PIXIE is evaluated across whole-body, body-only, face-only, and hand-only benchmarks using metrics that capture both joint and surface accuracy. It generally matches or exceeds prior methods, with robustness under occlusion and improved realism from its moderator and gendered shape loss, while retaining known limitations in mesh alignment, clothing, and skin-tone estimation.

  • Evaluation Metrics: V2V measures mean per-vertex surface error and captures 3D shape errors and unnatural limb rotations that MPJPE can miss.P2S also captures shape errors but not unnatural limb rotations when joint positions match.
  • Quantitative Evaluation: PIXIE evaluates whole-body, body-only, hand-only, and face-only performance on EHF, AGORA, 3DPW, NoW, and FreiHAND.Whole-body metrics jointly assess body, face, and hands; variants isolate individual parts.
  • Quantitative Evaluation: PIXIE outperforms existing methods on AGORA across varying occlusion levels and remains competitive with occlusion-aware PARE on body-only metrics.AGORA is described as more complex and natural than EHF, making it more representative of real-world scenarios.
  • Ablations: Removing the gendered shape loss increases PA-V2V error from 50.9 to 51.7 mm, while qualitative ablations show less realistic body shapes.The shared SMPL-X shape space allows different body parts to contribute to whole-body shape.
  • Parts-only Evaluation: On parts-only benchmarks, PIXIE leads on stricter 3DPW TR-MPJPE and V2V, outperforms most face methods except Feng et al., and is competitive for hands.Its hand expert is on par with ExPose, slightly below MANO CNN, and above Zhou et al.
  • Qualitative Evaluation: Qualitatively, PIXIE improves robustness to ambiguous hands, occlusion, head rotations, facial expressions, and gender-inaccurate or average-looking body shapes.Compared with Zhou et al., PIXIE does not require tight face crops and produces inferred facial details, albedo, and lighting.
  • Limitations: The authors identify mesh-to-image misalignment, absent clothing modeling, lighting–albedo ambiguity, self-contact, and extreme ambiguities as future-work limitations.The photometric formulation can make the model explain image evidence with lighting rather than albedo, causing wrong skin-tone predictions.

5. Conclusion

PIXIE reconstructs an animatable, expressive whole-body 3D avatar with detailed facial appearance from a single RGB image by combining body, face, and hand expertise.

  • PIXIE recovers an animatable 3D avatar with a detailed face from a single RGB image.
  • A confidence-aware moderator fuses body, head, and face expert features to exploit their complementary strengths.
  • PIXIE uses a shared face-body shape space and implicit gender reasoning to improve whole-body shape realism.
  • The method estimates realistic facial albedo and geometric details alongside articulated hands and expressive body pose.

A. Implementation Details

PIXIE is trained with augmented body, face, and hand crops, staged feature alignment, and full-network training before inference combines global and local pose estimates.

  • Training augments body, face, and hand crops with flipping, rotation, color noise, and crop-center translation.
  • Feature alignment places body-image features in the same space as face-only and hand-only features for fused regressors.
  • Full-network training includes moderators and full-body SMPL-X ground truth, while unavailable skin masks remove selected losses.
  • Adam optimization uses a learning rate of 0.0001, with batch sizes of 16, 16, and 8 for body, hand, and face subnetworks.
  • During inference, hand and face crops come from body-regressor locations, and hand and face cameras are ignored for full-body pose.
  • Absolute head and wrist orientations are converted to parent-relative orientations before application to the posed SMPL-X body.

B.1. Body-face correlations discussion

PIXIE’s shared SMPL-X shape space lets facial evidence inform whole-body shape, producing gender-consistent bodies and plausible BMI even from face-only images.

  • PIXIE’s face expert can contribute to whole-body shape because SMPL-X shares a shape space across body, hand, and face.
  • Applied to face-only images, PIXIE predicts bodies with correct gender cues and plausible BMI.
  • For the sumo wrestler, PIXIE predicts BMI 26.9 versus the mean shape’s BMI 26.1.

B.2. Qualitative Evaluation

Qualitative evaluations report plausible, detailed reconstructions and improved robustness to blur and occlusion, while identifying remaining failures in body shape, skin tone, and extreme views.

  • Qualitative Evaluation: PIXIE is two orders of magnitude faster than MTC and predicts more accurate 3D body shapes.When 2D joint estimates are accurate, MTC and SMPLify-X can align bodies better with the image.
  • Qualitative Evaluation: PIXIE’s moderator improves robustness to blur and occlusion by fusing global body features with local part features.
  • Qualitative Evaluation: Qualitative results show visually plausible body shapes with detailed facial expressions and more plausible facially informed reconstructions than MTC.
  • Failure Cases: Gender priors and shared shape space do not suffice to perfectly estimate full-body 3D shape.
  • Failure Cases: The photometric term can make PIXIE explain image evidence through lighting rather than albedo, producing incorrect skin-tone predictions.
  • Failure Cases: A perspective camera model could improve robustness to extreme viewing angles beyond the employed weak-perspective formulation.
Loading 2105.05301v2…