AIAny
Icon for item

Hunyuan3D-Buffalo 1.0: A Unified Multimodal Model for Scalable 3D Generation, Understanding, and Editing

Provides a unified multimodal framework for large-scale 3D understanding, text-to-3D generation, and instruction-guided 3D editing. Trains on an 87M-sample 3D multimodal corpus (25M understanding, 50M generation, 12M editing) and pairs a vision-language model with a diffusion-based 3D synthesizer to preserve structure and enable part-aware edits; suited for researchers building text-driven 3D asset pipelines but requires large compute and data.

Introduction

Most 3D modeling research is split between isolated generation, understanding, or editing tasks and is limited by the scarcity of large, geometrically consistent multimodal editing data. The core insight behind this work is that joint training on a purpose-built, large-scale 3D multimodal corpus plus an architecture that separates semantic reasoning (VLM) from high-fidelity synthesis (DiT) yields mutual gains across generation, understanding, and structure-preserving editing.

Key Findings
  • Scale and data engineering matter: the authors construct an 87M-sample 3D multimodal corpus (25M understanding samples, 50M text→3D pairs, 12M editing pairs) to close the data bottleneck for unified training. This enables capability transfer between tasks.
  • Hybrid architecture: a vision-language model supplies semantic, structural, and spatial conditions for a specialized Hunyuan3D DiT diffusion decoder, separating multimodal reasoning from synthesis so each component leverages pretrained priors effectively.
  • Editing and part generation: editing conditions the diffusion process on source-object representations to preserve unedited regions and overall structure; part-level generation is supported by text-grounded conditioning.
  • Empirical outcomes: reported results show state-of-the-art or leading performance on text-to-3D generation and 3D editing benchmarks, while also improving understanding and part-generation, indicating unified training benefits cross-task performance.
Who it's for and tradeoffs

Great fit if you are a researcher or engineering team building text-driven 3D asset pipelines, exploring unified multimodal 3D models, or needing controllable, structure-preserving 3D edits and part-aware synthesis.
Look elsewhere if you need an out-of-the-box lightweight solution: the approach relies on very large synthetic/augmented datasets and substantial compute for training, so replication or production deployment without access to similar data and resources will be costly.

Method snapshot

The practical takeaway is a two-part design: (1) a VLM for rich multimodal conditioning and spatial/semantic grounding, and (2) a diffusion-based 3D generator (Hunyuan3D DiT) that accepts those conditions plus optional source-object encodings for editing. The paper emphasizes dataset construction and conditioning strategies as central engineering contributions rather than novel single-module algorithms.

Information

  • Websitearxiv.org
  • OrganizationsTencent
  • AuthorsJunliang Ye, Kenkun Liu, Guocun Wang, Yang Li, Yansong Qu, Chunshi Wang, Jingwei Xu, Yunhan Yang, Zibo Zhao, Jiachen Xu
  • Published date2026/08/03

More Items

Introduces physical rank consistency (PRC) and ActionPiece, a learned action tokenizer that preserves local physical relationships via joint supervision of representation learning and quantization, improving autoregressive vision-language-action policy performance across multiple benchmarks.

Suppresses grid-like and granular “digital ripple” artifacts introduced by iterative reference-conditioned image editing using selective spectral notching, structure-aware smoothing, and cleaned-reference regeneration. Prioritizes low-distortion filtering when artifacts are spectrally separable and visual reconstruction when artifacts overlap content.

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.