Source-linked AI summary

WorldFlow3D: Flowing Through 3D Distributions for Unbounded World Generation

Amogh Joshi, Julian Ost, Felix Heide

arXiv:2603.29089v1cs.CVcs.AIcs.GR

TL;DR

Unbounded 3D scene generation must capture realistic geometry, texture, and spatial context beyond object-level synthesis while avoiding dependence on real captures or limited spatial extent. WorldFlow3D addresses this by flowing through hierarchical volumetric data distributions with latent-free representations and explicit controls, achieving favorable fidelity across real outdoor and synthetic indoor scenes. The paper concludes that this formulation provides generalizable, efficient generation of unbounded worlds across distinct data distributions.

  • Problem

    Existing approaches are limited by reliance on real data, restricted spatial extent, data-distribution specificity, or inadequate scene fidelity and controllability.

  • Method

    WorldFlow3D models 3D generation as sequential flow matching across progressively richer volumetric scene distributions, using latent-free TUDF representations and controllable layouts and attributes.

  • Results

    WorldFlow3D achieves favorable geometric and texture fidelity across real open-world driving scenes and synthetic indoor scenes, with efficient convergence and large-scale generation.

  • Takeaways & Limitations

    Flowing through hierarchical distributions supports controllable, latent-free generation of effectively unbounded scenes across distinct real and synthetic data distributions.

  • Takeaways & Limitations

    Direct volumetric generation is most natural when the data space is tractable, while latent-space flows remain necessary where compression is warranted.

Abstract

from arXiv · show

Unbounded 3D world generation is emerging as a foundational task for scene modeling in computer vision, graphics, and robotics. In this work, we present WorldFlow3D, a novel method capable of generating unbounded 3D worlds. Building upon a foundational property of flow matching - namely, defining a path of transport between two data distributions - we model 3D generation more generally as a problem of flowing through 3D data distributions, not limited to conditional denoising. We find that our latent-free flow approach generates causal and accurate 3D structure, and can use this as an intermediate distribution to guide the generation of more complex structure and high-quality texture - all while converging more rapidly than existing methods. We enable controllability over generated scenes with vectorized scene layout conditions for geometric structure control and visual texture control through scene attributes. We confirm the effectiveness of WorldFlow3D on both real outdoor driving scenes and synthetic indoor scenes, validating cross-domain generalizability and high-quality generation on real data distributions. We confirm favorable scene generation fidelity over approaches in all tested settings for unbounded scene generation. For more, see https://light.princeton.edu/worldflow3d.

1. Introduction

WorldFlow3D addresses the difficulty of generating realistic, diverse, controllable 3D scenes at unbounded scale, where reconstruction depends on real data and prior methods trade off extent, fidelity, or generality. It reframes generation as sequential flow through 3D distributions and validates latent-free, controllable generation across outdoor and indoor domains.

  • Reconstruction-based scene modeling relies on real data, motivating purely generative approaches for producing unlimited 3D data.
  • Large-scale realistic scenes require broader spatial understanding than object generation, while procedural methods sacrifice photorealistic texture and structural realism.
  • Open-world outdoor scenes are structurally sparse, and existing scene generators are limited by data-distribution specificity or fixed spatial extent.
  • WorldFlow3D models generation as transport through sequential 3D data distributions, producing volumetric scenes from noise through coarse structure to detailed geometry and texture.
  • The method provides vectorized layout control for structure and scene-attribute control for texture, while supporting latent-free training and efficient large-scale inference.
  • WorldFlow3D is validated on real open-world driving scenes and synthetic indoor rooms, with favorable geometric and texture fidelity across experiments.

2. Related Work

Prior 3D scene-generation research spans handcrafted, procedural, object-centric, and hierarchical latent approaches, but these methods remain constrained in realism, variability, fidelity, extent, or controllability. WorldFlow3D is positioned as a controllable, unbounded method intended to generalize across domains.

  • Handcrafted simulated worlds support large-scale experimentation but are expensive and time-consuming to design.
  • Procedural modeling reduces manual construction effort but sacrifices photorealism and variability, while component-based pipelines face cohesion limits.
  • Table 1 summarizes recent 3D scene-generation methods and states that WorldFlow3D is the only approach satisfying all listed desirable criteria.
  • Recent hierarchical scene generators extend object-level synthesis to indoor and outdoor environments.
  • Existing methods introduce multi-resolution, controllable, textured, latent, or patch-wise scene representations, yet remain limited in spatial extent or geometric fidelity.
  • Overall, prior work trades off fidelity, texture synthesis, spatial extent, and controllability, motivating a controllable unbounded method that generalizes across domains.

3. WorldFlow3D

WorldFlow3D generates scenes by flowing through a hierarchy of volumetric distributions, from noise and coarse geometry to fine geometry and appearance. It combines latent-free TUDF representations, controllable conditioning, and chunk-aware velocity averaging for large or unbounded scenes.

  • 3.1. Flowing Through Hierarchical Data Distributions: Conditional flow matching learns velocity fields along paths between data distributions and can model non-diffusion transport between arbitrary distributions.
  • 3.1. Flowing Through Hierarchical Data Distributions: The method formulates hierarchical 3D generation as transport between progressively richer distributions, with an independent learned flow for each adjacent level.
  • 3.1. Flowing Through Hierarchical Data Distributions: When finer levels add attributes, the method pads lower-level target distributions with Gaussian noise in the new source dimensions.
  • 3.2. 3D Scene Generation: Scenes are represented directly as raw volumetric tensors using TUDF geometry and optional sparse surface attributes across multiple resolutions.
  • 3.2. 3D Scene Generation: Direct volumetric generation removes the latent autoencoder intermediate, avoiding its compression bottleneck and reconstruction error when the data space is tractable.
  • 3.3. Unbounded World Synthesis with Chunk-Aware Velocity Averaging: Large scenes are partitioned into overlapping chunks because a single inference pass exceeds available compute, and chunk velocities are integrated simultaneously through the flow ODE.
  • 3.3. Unbounded World Synthesis with Chunk-Aware Velocity Averaging: Feather-weighted averaging combines overlapping chunk velocity fields, improving geometry and reducing border artifacts in unbounded generation.
  • 3.4. Controllability: Geometric layouts encode structural boundaries and object extents, while scene attributes encode visual descriptors such as environment type and lighting.

4. Assessment

WorldFlow3D is evaluated against recent generative baselines across real outdoor driving scenes and synthetic indoor rooms, using quantitative, qualitative, controllability, ablation, and efficiency assessments. It outperforms existing approaches across quantitative evaluations while producing high-quality geometry, controllable scenes, and faster training convergence.

  • 3D Generation Results: WorldFlow3D is compared with existing generative methods on Waymo outdoor scenes and 3D-FRONT indoor scenes across real and synthetic distributions.The evaluation uses large-scale 96m × 96m outdoor scenes and small-scale 2m × 2m indoor scenes.
  • 3D Generation Results: The evaluation measures coverage, alignment, fidelity, diversity, and feature-based distributional distance using COV, JSD, MMD, 1-NNA, and FDC.COV, MMD, and 1-NNA are also computed with Chamfer Distance and Earth Mover’s Distance as underlying similarities.
  • 3D Generation Results: Across multiple data distributions, WorldFlow3D outperforms existing baselines in all quantitative evaluations, with higher geometric fidelity, diversity, and distribution coverage.Visual comparisons likewise report higher quality and 3D consistency than competing methods.
  • Controllability Evaluation: WorldFlow3D adheres to vectorized road-map and scene-attribute controls while retaining object-level geometric control and visually diverse textures.The controllability evaluation includes fine-grained structure control for vehicles and visual texture control through scene attributes.
  • Ablation Study: The latent-free hierarchical flow-through-distributions approach produces more realistic, high-quality geometry than latent diffusion, latent flow, and flow-from-noise variants.The ablation evaluates smaller scenes to focus metric variation on geometric quality, and reports that the proposed approach outperforms latent-based methods.
  • Training Efficiency: 2× more efficient training is reported for WorldFlow3D than traditional generative approaches, with finer-distribution flow models reaching high quality in 12 hours.The method requires no autoencoder and is reported to reach high fidelity within hours for finer distributions and less than a day for full convergence.

5. Conclusion

WorldFlow3D models 3D generation as flowing through hierarchical distributions, producing unbounded worlds with controllable, high-quality geometry and texture. Validation across real and synthetic data supports its generalizability, fidelity, and efficiency.

  • WorldFlow3D reframes 3D generation as flowing through hierarchical distributions.
  • The method produces unbounded 3D worlds with explicit scene control and high-quality geometry and texture.
  • Validation across real and synthetic data distributions supports WorldFlow3D’s generalizability, fidelity, and efficiency.
  • The framework could extend flow matching to animated 3D scenes and radiance fields.
Loading 2603.29089v1…