Research
Human Mesh Modeling for Anny Body
Overview Research area: 3D human body modeling and Human Mesh Recovery (HMR) in computer vision and graphics. Technical level: Intermediate — the core ideas are conceptually accessible, but the evalua
- arXiv
- 2511.03589
- Published
- 2025-11-05
- Authors
- Romain Brégier, Guénolé Fiche, Laura Bravo-Sánchez, Thomas Lucas, Matthieu Armando, Philippe Weinzaepfel, Grégory Rogez, Fabien Baradel
AI summary
Overview
Research area: 3D human body modeling and Human Mesh Recovery (HMR) in computer vision and graphics.
Technical level: Intermediate — the core ideas are conceptually accessible, but the evaluation involves standard benchmarks and metrics (MPJPE, PVE, PA-alignment) that non-specialists may need to look up.
One-sentence scope: The paper introduces Anny, an open, scan-free parametric human body model built from MakeHuman's artist-designed anthropometric assets instead of 3D body scans, along with Anny-One, a 780k-image synthetic dataset used to train competitive Human Mesh Recovery models.
What This Paper Is About
Most parametric 3D human body models — the SMPL family being the dominant example — learn their shape spaces from expensive 3D body scans. Those scan datasets are proprietary, privacy-sensitive, demographically narrow (mostly adults from a few industrialized countries), and often fail to represent children, elderly people, or uncommon body types. This paper asks whether a body model can instead be built from open, artist-designed anthropometric knowledge, and whether such a model is expressive enough to serve as a drop-in replacement in real computer-vision pipelines.
Key Contributions
-
Anny, a scan-free differentiable body model. A PyTorch-based parametric mesh model (13,718 vertices, 163 bones) grounded in MakeHuman's community-designed assets, with an interpretable shape space driven by semantic phenotype parameters (age, gender, height, weight, muscle, proportions, and local traits). Released under the Apache 2.0 license.
-
Anthropometric calibration to population statistics. A statistical shape distribution calibrated against World Health Organization growth standards for height-for-age and BMI-for-age, producing realistic variation across the full human lifespan — from infants to elders — within a single unified model.
-
Anny-One, a large-scale synthetic dataset. 780k photorealistic images (1280×1280, Blender Cycles) of diverse humans in procedurally generated indoor scenes, with expressive body, hand, and face poses, varied clothing, and precise ground-truth annotations.
-
Empirical validation across three axes. Scan fitting (millimeter-level accuracy on real scans), shape-diversity comparison against SMPL-X+A, and Human Mesh Recovery experiments showing that Anny and Anny-One match or exceed scan-based alternatives on standard benchmarks.
Main Findings
-
Scan fitting is competitive without scan training data. Anny registers to the 3DBodyTex adult scan set with a 2.5 mm average point-to-mesh error, close to the 1.9 mm achieved by SMPL-X with 300 shape components and the 1.8 mm reported for ATLAS. On three commercial child scans, Anny achieved 2.0 mm versus SMPL-X's 3.2 mm.
-
Anny's shape space is broader than SMPL-X+A's. When SMPL-X+A was fitted to 8,000 meshes sampled uniformly from Anny's shape space, a thick tail of cases had no close equivalent (5.0 mm mean RMS error), particularly for very tall individuals. The reverse direction was easier (3.2 mm), indicating Anny covers morphologies SMPL-X cannot reach.
-
WHO calibration improves realism. Sampling Anny's calibrated shape distribution better matches WHO weight-for-height reference data than sampling SMPL-X+A. The paper notes that naive sampling of SMPL-X's neutral shape distribution yields bodies averaging 172 cm tall with a BMI of 25.5 kg/m², higher than global adolescent averages.
-
Anny is a viable drop-in for SMPL-X in HMR. Retraining HMR2.0 and Multi-HMR to output Anny parameters instead of SMPL-X parameters under the same BEDLAM training setup produced comparable or slightly better results on 3DPW and EHF, despite Anny's non-data-driven design.
-
Anny-One substantially improves results on diverse populations. For Multi-HMR trained on AGORA (the only standard benchmark with children), pretraining on Anny-One instead of BEDLAM dropped Per Vertex Error on AGORA-Kids from 186.0 to 113.9 mm. Full-scale training with Anny-One plus Anny outperformed every alternative configuration in the table.
-
State-of-the-art competitive multi-person HMR. Multi-HMR+Anny trained on a large data mixture achieved the best or near-best results across 3DPW, EMDB, Hi4D, and CMU-Toddler, with particularly large gains on CMU-Toddler (Pair-PA-MPJPE 263.8 versus Multi-HMR's 638.9).
-
The model is explicitly not a demographic truth claim. The authors caution that phenotypes reflect MakeHuman artists' preconceptions and should not be read as faithful encodings of identity characteristics like gender, age, or ethnicity.
Methodology in Plain English
Rather than learning a shape space by statistically analyzing thousands of 3D body scans, the researchers started from MakeHuman — a free, community-driven character-modeling framework whose artists have spent decades hand-crafting how human bodies vary with traits like age, weight, and muscle. They took 1,136 prototypical mesh variations made by those artists and turned them into a continuous, differentiable shape space through piecewise multilinear interpolation: setting a parameter like "age" to a value between two prototypes blends the corresponding meshes proportionally.
Those shape parameters feed into a standard skeletal rig, where pose rotations drive forward kinematics and linear blend skinning, all implemented in PyTorch and NVIDIA Warp so gradients flow backward for optimization. A bounding-volume hierarchy checks for self-intersecting faces between different body parts and discards invalid meshes during data generation.
To make the model statistically realistic, the authors fit Beta distributions to each major phenotype parameter (conditioned on age and gender) so that sampled bodies reproduce WHO growth-chart means and standard deviations for height and BMI. They also built linear vertex regressors to map between Anny's topology and SMPL-X's and HumGen3D's, enabling evaluation on existing benchmarks and integration with existing synthetic-scene pipelines (cyclic consistency errors were 1.3 mm for SMPL-X and 1.7 mm for HumGen3D).
For the Anny-One dataset, they placed HumGen3D characters clothed from a large library into Infinigen Indoors procedural scenes, sampled body poses from AMASS and hand poses from GRAB, sampled body shapes from the calibrated phenotype distribution, rendered up to 40 human-centric camera views per scene with random fields of view, and filtered out self-colliding configurations. They then adapted two off-the-shelf HMR architectures (HMR2.0 for single-person, Multi-HMR for multi-person) to predict Anny parameters and trained them on this data, evaluating on 3DPW, EMDB, Hi4D, CMU-Toddler, EHF, and AGORA.
Why This Matters
Impact on research. Anny offers a fundamentally different foundation for human modeling — one that is open-source, privacy-free, interpretable, and lifespan-spanning. Scan-based models carry hidden biases from limited training populations, and their license restrictions have historically constrained reproducibility and commercial use. Anny removes both obstacles while remaining competitive in accuracy, which could shift how the field builds and evaluates body models. It also supplies the research community with a large, precisely annotated synthetic dataset for HMR training at a scale that would be impractical to collect from real images.
Real-world applications:
- Fashion and apparel. Retailers and virtual try-on systems need body models that represent real customer diversity, including children and elderly shoppers, not just young adults.
- Games, film, and animation. Anny's interpretable phenotype parameters and Mixamo-compatible skeleton let artists drive character variation with semantic sliders rather than abstract latent codes.
- Health and ergonomics. Fitting Anny to population statistics supports ergonomic design, growth monitoring, and pediatric applications where scan datasets are scarce or ethically fraught.
- AR/VR and robotics. Human-aware perception systems, avatar creation, and human-robot interaction all benefit from a free, redistributable body model with clean ground-truth synthesis.
Industry relevance. The Apache 2.0 license is a significant practical factor. Existing body models are often gated behind research-only terms, which complicates deployment in commercial products. A permissively licensed model that performs comparably removes a real legal and operational bottleneck for companies building human-centric vision or graphics products.
Future Directions
-
Reducing the manual phenotype gap. Anny's shape space comes from discrete artist-authored prototypes; expanding coverage of extreme or rare morphologies (the paper mentions 2.4-meter-tall individuals) may require new blendshapes or hybrid approaches that combine artistic priors with limited real scans.
-
Addressing representational fairness explicitly. The authors acknowledge that phenotypes encode artists' stereotypes. Follow-up work could quantify which populations remain poorly represented and develop calibration strategies that go beyond WHO statistics, which themselves cover only certain regions and age ranges.
-
Scaling HMR training further. The gains from Anny-One were largest in the pretraining regime. Whether performance keeps improving with more synthetic data, larger backbones, or combined real-synthetic curricula remains open.
-
Extending the model's scope. Current work excludes clothing deformation, hair, and fine skin details. Closing that gap — potentially via cloth simulation or learned residual layers on top of Anny — would broaden its applicability to fitting in-the-wild imagery.
-
Understanding why Anny helps. The paper notes that the precise reason Anny-parameterized HMR sometimes outperforms SMPL-X-parameterized HMR is unclear. Controlled studies on parameterization and gradient behavior could yield generalizable insight beyond this specific model.
Target Audience
Computer vision and graphics researchers working on human body modeling, human mesh recovery, or synthetic data generation will find the primary value here. Practitioners building avatar systems, virtual try-on, or human-aware perception products will find the open license and interoperability mappings practically useful. Anthropometry and ergonomics researchers interested in population-representative body modeling may also benefit, particularly from the WHO calibration methodology. Some familiarity with 3D mesh representations and standard HMR benchmarks is helpful, but the core argument — that artistic anthropometric knowledge can substitute for expensive scan data — is accessible to a broader technical audience.
Authors’ abstract
Parametric body models provide the structural basis for many human-centric tasks, yet existing models often rely on costly 3D scans and learned shape spaces that are proprietary and demographically narrow. We introduce Anny, a simple, fully differentiable, and scan-free human body model grounded in anthropometric knowledge from the MakeHuman community. Anny defines a continuous, interpretable shape space, where phenotype parameters (e.g. gender, age, height, weight) control blendshapes spanning a wide range of human forms---across ages (from infants to elders), body types, and proportions. Calibrated using WHO population statistics, Anny provides realistic and demographically grounded human shape variation within a single unified model. We release the Anny body model and its code under the Apache 2.0 license. Thanks to its openness and semantic control, Anny serves as a versatile foundation for 3D human modeling---supporting millimeter-accurate scan fitting, controlled synthetic data generation, and Human Mesh Recovery (HMR). We further introduce Anny-One, a collection of 780k photorealistic images generated with Anny, showing that despite its simplicity, HMR models trained with Anny can match the performance of those trained with scan-based body models.