Overview
Field: Computer Vision (CV) Authors: Hezhen Hu, Wangbo Zhao, Lanqing Guo Published: 2026-06-03 arXiv: 2506.00006
Abstract
This paper presents HumanNOVA, a photorealistic, universal, and rapid model for generating 3D human avatars from a single RGB image. Achieving both photorealism and generalization is challenging due to the scarcity of diverse, high-quality 3D human data. To address this, the authors build a scalable data generation pipeline that follows two strategies:
1. Leverage existing rigged assets and animate them with extensive poses from daily life. 2. Utilize existing multi-camera captures of humans and employ fitting to generate more diverse views for training.
These two strategies enable scaling up to 100k assets, significantly enhancing both the quantity and the diversity of data for robust model training.
Architecture
HumanNOVA adopts a feed-forward, token-conditioned avatar modeling framework that enables rapid inference in under one second, without test-time optimization. Given an input image and an estimated SMPL body mesh — without detailed geometry or appearance — the model:
- Encodes both inputs into compact token representations.
- Uses these tokens as conditioning signals, fused via cross-attention to construct a tri-plane-based 3D avatar representation.
Results
Extensive experiments on multiple benchmarks demonstrate the method's superiority both quantitatively and qualitatively, with robustness across diverse input image conditions.
Project page: https://HumanNOVA.github.io