Pyramid Diffusion for Fine 3D Large Scene Generation
Yuheng Liu, Xinke Li, Xueting Li, Lu Qi, Chongshou Li, Ming-Hsuan Yang
TL;DR
This work tackles the challenge of generating large-scale 3D outdoor scenes with diffusion models, constrained by data availability and memory. It introduces Pyramid Discrete Diffusion (PDD), a coarse-to-fine, multi-scale diffusion framework with scene subdivision and scale-adaptive conditioning to progressively refine scenes from small to large scales, enabling both unconditional and conditional generation and cross-dataset transfer. The approach demonstrates superior semantic coherence and fidelity compared with strong baselines, and extends to infinite scene generation via subdivision-guided refinement, while preserving training efficiency through parallelizable scale-specific models. The results indicate that PDD can efficiently adapt synthetic-trained models to real-world data and scale to unbounded scenes, offering practical impact for autonomous driving, robotics, and virtual environment creation.
Abstract
Diffusion models have shown remarkable results in generating 2D images and small-scale 3D objects. However, their application to the synthesis of large-scale 3D scenes has been rarely explored. This is mainly due to the inherent complexity and bulky size of 3D scenery data, particularly outdoor scenes, and the limited availability of comprehensive real-world datasets, which makes training a stable scene diffusion model challenging. In this work, we explore how to effectively generate large-scale 3D scenes using the coarse-to-fine paradigm. We introduce a framework, the Pyramid Discrete Diffusion model (PDD), which employs scale-varied diffusion models to progressively generate high-quality outdoor scenes. Experimental results of PDD demonstrate our successful exploration in generating 3D scenes both unconditionally and conditionally. We further showcase the data compatibility of the PDD model, due to its multi-scale architecture: a PDD model trained on one dataset can be easily fine-tuned with another dataset. Code is available at https://github.com/yuhengliu02/pyramid-discrete-diffusion.
