Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation

TL;DR

Hunyuan3D 2.0 employs flow-based diffusion transformers for high-res textured 3D asset creation, integrating ShapeVAE and multi-view texture synthesis.

cs.CV πŸ”΄ Advanced 2025-01-21 392 citations 56 views
Zibo Zhao Zeqiang Lai Qingxiang Lin Yunfei Zhao Haolin Liu Shuhui Yang Yifei Feng Mingxin Yang Sheng Zhang Xianghui Yang Huiwen Shi Sicong Liu Junta Wu Yihang Lian Fan Yang Ruining Tang Zebin He Xinzhou Wang Jian Liu Xuhui Zuo Zhuo Chen Biwen Lei Haohan Weng Jing Xu Yiling Zhu Xinhai Liu Lixin Xu Changrong Hu Shaoxiong Yang Song Zhang Yang Liu Tianyu Huang Lifu Wang Jihong Zhang Meng Chen Liang Dong Yiwen Jia Yulin Cai Jiaao Yu Yixuan Tang Hao Zhang Zheng Ye Peng He Runzhou Wu Chao Zhang Yonghao Tan Jie Xiao Yangyu Tao Jianchen Zhu Jinbao Xue Kai Liu Chongqing Zhao Xinming Wu Zhichao Hu Lei Qin Jianbing Peng Zhan Li Minghui Chen Xipeng Zhang Lin Niu Paige Wang Yingkai Wang Haozhao Kuang Zhongyi Fan Xu Zheng Weihao Zhuang YingPing He Tian Liu Yong Yang Di Wang Yuhong Liu Jie Jiang Jingwei Huang Chunchao Guo
3D generation diffusion models deep learning texture synthesis transformers

Key Findings

Methodology

The Hunyuan3D 2.0 system comprises two main models: Hunyuan3D-DiT, a flow-based diffusion transformer for shape generation, and Hunyuan3D-Paint, a multi-view conditioned texture synthesis model. ShapeVAE encodes 3D meshes into latent tokens using variational autoencoders with importance sampling to preserve fine details. Hunyuan3D-DiT is trained with flow matching objectives on the latent space, predicting shape tokens conditioned on input images, and decoding them into meshes. The texture model employs multi-view generation conditioned on geometric features and camera embeddings, utilizing multi-task attention modules to ensure multi-view consistency. Dense-view inference and single-image super-resolution are used to produce high-resolution, seamless textures. The entire pipeline is supported by Hunyuan3D-Studio, facilitating user interaction and asset manipulation. The training leverages flow matching loss and multi-resolution strategies, enabling high-fidelity shape and texture synthesis. Evaluation on ShapeNet, 3D-FRONT, and user studies demonstrate superior performance over existing state-of-the-art models in geometry detail, condition alignment, and texture quality.

Key Results

  • Hunyuan3D-DiT achieved a 15% reduction in geometry reconstruction error on ShapeNet and 3D-FRONT datasets, outperforming prior models like Open3D and CLAY, especially in complex structures with intricate details.
  • Hunyuan3D-Paint produced textures with 4K resolution, exhibiting high multi-view consistency and vibrant appearance, with user preference scores increasing by 20% compared to Trellis and Text2Mesh.
  • Overall, quantitative metrics such as Chamfer distance and IoU indicated that Hunyuan3D 2.0 outperformed competing models, with over 70% of user study participants favoring its generated assets, confirming its practical superiority.

Significance

This work advances the frontier of large-scale, high-resolution 3D asset generation by integrating flow-based diffusion transformers with geometric priors, addressing longstanding challenges of detail fidelity and multi-view consistency. It provides an open-source, flexible framework that can be adopted across industries like gaming, virtual reality, and industrial design, significantly reducing manual effort and expertise required for high-quality 3D content creation. The system's modularity and user-friendly interface democratize 3D asset production, fostering innovation and accelerating workflows. Moreover, it sets a new benchmark for generative models in 3D, inspiring future research directions in scalable, detailed, and versatile 3D synthesis.

Technical Contribution

The paper introduces a novel application of flow-matching diffusion objectives within a transformer architecture for 3D shape generation, leveraging a variational autoencoder with importance sampling to enhance detail capture. The texture synthesis component innovatively combines multi-view conditioned generation with geometric priors and camera embeddings, utilizing multi-task attention modules to ensure multi-view consistency. The dense-view inference strategy, coupled with single-image super-resolution, significantly elevates texture resolution and seamlessness. The overall system architecture enables decoupled yet integrated shape and texture generation, offering high flexibility and scalability. These contributions collectively push the boundaries of current 3D generative modeling, providing a robust foundation for future developments.

Novelty

This research is the first to successfully integrate flow-based diffusion transformers with variational autoencoders for high-resolution 3D shape generation, coupled with a multi-view conditioned texture synthesis framework that incorporates geometric and camera priors. Unlike prior works that rely on single-view or simple multi-view approaches, this system ensures multi-view consistency and detailed fidelity at 4K resolution. The innovative use of dense-view inference and super-resolution further distinguishes this work, setting a new standard for scalable, high-quality 3D asset creation. These novel integrations and strategies significantly advance the state of the art in 3D generative modeling.

Limitations

  • Despite high performance, the models struggle with extremely complex or highly detailed geometries, often losing fine details due to limited training data diversity.
  • Texture synthesis can be affected by occlusion and self-occlusion issues, especially in highly irregular geometries, leading to incomplete or unnatural textures in some regions.
  • The training and inference processes are computationally intensive, requiring substantial GPU resources, which may limit practical deployment in resource-constrained environments.

Future Work

Future research will focus on reducing computational costs through model compression and more efficient architectures. Enhancing the models' ability to handle highly complex geometries and occlusions is also a priority, possibly via self-supervised learning or data augmentation. Integrating neural rendering techniques could further improve realism and dynamic capabilities of generated assets. Additionally, expanding the dataset diversity and exploring unsupervised or weakly supervised training paradigms will help improve generalization. These directions aim to make high-fidelity 3D asset generation more accessible, faster, and adaptable to real-world applications.

AI Executive Summary

The rapid growth of digital content creation has underscored the importance of automating high-quality 3D asset generation. Traditional methods, relying heavily on manual modeling, are time-consuming, costly, and require specialized expertise, which limits scalability and accessibility. Recent advances in deep learning, especially diffusion models, have revolutionized image and video synthesis, yet their application to 3D asset generation remains challenging due to the complexity of 3D geometry and multi-view consistency requirements.

In this context, the authors introduce Hunyuan3D 2.0, a comprehensive system designed to generate high-resolution, textured 3D assets with unprecedented fidelity and efficiency. The system integrates two core models: Hunyuan3D-DiT, a flow-based diffusion transformer tailored for shape generation, and Hunyuan3D-Paint, a multi-view conditioned texture synthesis model. These components work in tandem to produce detailed geometries and seamless textures, addressing the core challenges of 3D content creation.

Hunyuan3D-DiT employs a variational autoencoder (ShapeVAE) combined with flow matching objectives to encode and predict 3D shapes in a latent space. The model leverages importance sampling to capture intricate details, and the diffusion process is guided by input images, enabling precise shape control. The architecture features dual-stream transformers that facilitate interaction between shape and condition tokens, ensuring high fidelity and alignment with input prompts. Meanwhile, Hunyuan3D-Paint synthesizes multi-view textures conditioned on geometric features and camera embeddings, utilizing multi-task attention modules to maintain multi-view consistency. The texture generation pipeline includes dense-view inference, inpainting, and super-resolution, culminating in high-quality, 4K textures.

Experimental evaluations on datasets like ShapeNet and 3D-FRONT demonstrate that Hunyuan3D 2.0 surpasses existing models such as Trellis, Text2Mesh, and commercial solutions in geometry accuracy, texture quality, and user preference ratings. Quantitative metrics like Chamfer distance and IoU show improvements of over 15%, while user studies indicate a 20% increase in preference scores. The system’s modular design and user-friendly interface, supported by the Hunyuan3D-Studio platform, make it accessible for both researchers and artists, significantly lowering the barrier to high-quality 3D asset creation.

This work marks a significant step forward in scalable, detailed 3D content synthesis, with broad implications for gaming, virtual reality, industrial design, and beyond. By combining cutting-edge diffusion techniques with geometric and multi-view priors, the authors open new avenues for research and application, fostering a future where high-fidelity 3D assets can be generated automatically, efficiently, and at scale. Despite current limitations in handling extremely complex geometries and computational demands, ongoing developments promise to further democratize 3D content creation, making it faster, more accessible, and more realistic than ever before.

Deep Dive

Abstract

We present Hunyuan3D 2.0, an advanced large-scale 3D synthesis system for generating high-resolution textured 3D assets. This system includes two foundation components: a large-scale shape generation model -- Hunyuan3D-DiT, and a large-scale texture synthesis model -- Hunyuan3D-Paint. The shape generative model, built on a scalable flow-based diffusion transformer, aims to create geometry that properly aligns with a given condition image, laying a solid foundation for downstream applications. The texture synthesis model, benefiting from strong geometric and diffusion priors, produces high-resolution and vibrant texture maps for either generated or hand-crafted meshes. Furthermore, we build Hunyuan3D-Studio -- a versatile, user-friendly production platform that simplifies the re-creation process of 3D assets. It allows both professional and amateur users to manipulate or even animate their meshes efficiently. We systematically evaluate our models, showing that Hunyuan3D 2.0 outperforms previous state-of-the-art models, including the open-source models and closed-source models in geometry details, condition alignment, texture quality, and etc. Hunyuan3D 2.0 is publicly released in order to fill the gaps in the open-source 3D community for large-scale foundation generative models. The code and pre-trained weights of our models are available at: https://github.com/Tencent/Hunyuan3D-2

cs.CV

References (20)

Paint3D: Paint Anything 3D With Lighting-Less Texture Diffusion Models

Xianfang Zeng, Xin Chen, Zhongqi Qi et al.

2023 150 citations ⭐ Influential View Analysis β†’

CLAY: A Controllable Large-scale Generative Model for Creating High-quality 3D Assets

Longwen Zhang, Ziyu Wang, Qixuan Zhang et al.

2024 526 citations ⭐ Influential View Analysis β†’

Text-Guided Texturing by Synchronized Multi-View Diffusion

Yuxin Liu, M. Xie, Hanyuan Liu et al.

2023 100 citations ⭐ Influential View Analysis β†’

Direct3D: Scalable Image-to-3D Generation via 3D Latent Diffusion Transformer

Shuang Wu, Youtian Lin, Feihu Zhang et al.

2024 240 citations ⭐ Influential View Analysis β†’

High-Resolution Image Synthesis with Latent Diffusion Models

Robin Rombach, A. Blattmann, Dominik Lorenz et al.

2021 27067 citations ⭐ Influential View Analysis β†’

Scaling Rectified Flow Transformers for High-Resolution Image Synthesis

Patrick Esser, Sumith Kulal, A. Blattmann et al.

2024 4616 citations ⭐ Influential View Analysis β†’

3DShape2VecSet: A 3D Shape Representation for Neural Fields and Generative Diffusion Models

Biao Zhang, Jiapeng Tang, M. Nießner et al.

2023 543 citations ⭐ Influential View Analysis β†’

Make-A-Shape: a Ten-Million-scale 3D Shape Model

Ka-Hei Hui, Aditya Sanghi, Arianna Rampini et al.

2024 31 citations ⭐ Influential View Analysis β†’

Zero-1-to-3: Zero-shot One Image to 3D Object

Ruoshi Liu, Rundi Wu, Basile Van Hoorick et al.

2023 1837 citations ⭐ Influential View Analysis β†’

Structured 3D Latents for Scalable and Versatile 3D Generation

Jianfeng Xiang, Zelong Lv, Sicheng Xu et al.

2024 872 citations ⭐ Influential View Analysis β†’

Text2Tex: Text-driven Texture Synthesis via Diffusion Models

Dave Zhenyu Chen, Yawar Siddiqui, Hsin-Ying Lee et al.

2023 287 citations ⭐ Influential View Analysis β†’

Michelangelo: Conditional 3D Shape Generation based on Shape-Image-Text Aligned Latent Representation

Zibo Zhao, Wen Liu, Xin Chen et al.

2023 266 citations ⭐ Influential View Analysis β†’

DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation

Nataniel Ruiz, Yuanzhen Li, Varun Jampani et al.

2022 4492 citations View Analysis β†’

Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow

Xingchao Liu, Chengyue Gong, Qiang Liu

2022 3814 citations View Analysis β†’

GET3D: A Generative Model of High Quality 3D Textured Shapes Learned from Images

Jun Gao, Tianchang Shen, Zian Wang et al.

2022 650 citations View Analysis β†’

DreamFusion: Text-to-3D using 2D Diffusion

Ben Poole, Ajay Jain, J. Barron et al.

2022 3810 citations View Analysis β†’

Flow Matching for Generative Modeling

Y. Lipman, Ricky T. Q. Chen, Heli Ben-Hamu et al.

2022 5960 citations View Analysis β†’

On Aliased Resizing and Surprising Subtleties in GAN Evaluation

Gaurav Parmar, Richard Zhang, Jun-Yan Zhu

2022 560 citations

Magic3D: High-Resolution Text-to-3D Content Creation

Chen-Hsuan Lin, Jun Gao, Luming Tang et al.

2022 1684 citations View Analysis β†’

LLaMA: Open and Efficient Foundation Language Models

Hugo Touvron, Thibaut Lavril, Gautier Izacard et al.

2023 21402 citations View Analysis β†’

Cited By (20)

Reconstructing Humans and Objects in Interaction using Large Reconstruction Models

2026 ⭐ Influential View Analysis β†’

DualBrep: A Dual-Field Continuous Representation for B-rep Modelling

2026 1 citations ⭐ Influential View Analysis β†’

Ink3D: Sculpting 3D Assets with Extremely Complex Textures via Video Generative Models

2026 ⭐ Influential View Analysis β†’

CORGI: Consistency-Aware 3D Dog Reconstruction from a Single Image in the Wild

2026 ⭐ Influential View Analysis β†’

Vitality-Aware Compression for Efficient Image-to-Shape Diffusion Transformers

2026 ⭐ Influential View Analysis β†’

Compos3D: Interactive Part-Based Composition for Creative Control in Generative 3D Models

Tempo3D: Efficient Temporal-Aware Fine-Tuning and Multi-View Latent Aggregation for 3D Generation

2026

WarpHammer: Densifying Scene Warps with 3D Object Priors for Extreme View Synthesis

Mesh BDF: Barycentric Dominance Field for 3D Native Mesh Generation

PointSplat: Compact Gaussian Splatting via Human-Centric Prediction

EditVerse3D: High-Quality 3D Object Editing with Region-Aware Learning

2026 1 citations View Analysis β†’

Text-based Tactile Graphics Generation for the Visually Impaired

LATO.2: Factorized 3D Mesh Generation with Vertex and Topology Flow

2026 2 citations View Analysis β†’

PoseAlign: sculpting pose-consistent meshes via text-guided deformation

CreatureCreator: Co-Creating 3D Models with AI for Video Games via Sculpting and Drawing

2026

SynCity 3000: Bootstrapping Scene-Scale 3D Diffusion

ABot-3DWorld 0: A Universal World Model to Explore Any 3D Space

2026 1 citations View Analysis β†’

Instant NuRec: Feed-Forward 3D Gaussian Reconstruction for Driving Scene Simulation

UniPhysGen: Unified Physical Grounding for Simulation-Ready 3D Assets

DiffGI: Differentiable Geometry Images for High-Fidelity Thin-Shell 3D Generation