paper-with-me

Papers

SceneCraft: Layout-Guided 3D Scene Generation

2024-10-11 · Xiuyu Yang, Yunze Man, Jun-Kun Chen, Yu-Xiong Wang

The creation of complex 3D scenes tailored to user specifications has been a tedious and challenging task with traditional 3D modeling tools. Although some pioneering methods have achieved automatic text-to-3D generation, they are generally limited to small-scale scenes with restricted control over the shape and texture. We introduce SceneCraft, a novel method for generating detailed indoor scenes that adhere to textual descriptions and spatial layout preferences provided by users. Central to our method is a rendering-based technique, which converts 3D semantic layouts into multi-view 2D proxy maps. Furthermore, we design a semantic and depth conditioned diffusion model to generate multi-view images, which are used to learn a neural radiance field (NeRF) as the final scene representation. Without the constraints of panorama image generation, we surpass previous methods in supporting complicated indoor space generation beyond a single room, even as complicated as a whole multi-bedroom apartment with irregular shapes and layouts. Through experimental analysis, we demonstrate that our method significantly outperforms existing approaches in complex indoor scene generation with diverse textures, consistent geometry, and realistic visual quality. Code and more results are available at: https://orangesodahub.github.io/SceneCraft

📄 PDF Abstract BibTeX arXiv:2410.09049

Code (1)

orangesodahub/scenecraft 공식 구현 jax

Tasks

3D GenerationImage GenerationNeRFScene GenerationText to 3D

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SceneCraft: An LLM Agent for Synthesizing 3D Scene as Blender Code

2024-03-02 · Ziniu Hu, Ahmet Iscen, Aashi Jain, Thomas Kipf 외

This paper introduces SceneCraft, a Large Language Model (LLM) Agent converting text descriptions into Blender-executable Python scripts which render complex scenes with up to a hundred 3D assets. This process requires c…

Language ModelingLanguage ModellingLarge Language Model

SceneCrafter: Controllable Multi-View Driving Scene Editing

2025-01-01 · CVPR 2025 1 · Zehao Zhu, Yuliang Zou, Chiyu Max Jiang, Bo Sun 외

Simulation is crucial for developing and evaluating autonomous vehicle (AV) systems. Recent literature builds on a new generation of generative models to synthesize highly realistic images for full-stack simulation. …

Unraveling the Effects of Synthetic Data on End-to-End Autonomous Driving

2025-03-23 · Junhao Ge, Zuhong Liu, Longteng Fan, Yifan Jiang 외

End-to-end (E2E) autonomous driving (AD) models require diverse, high-quality data to perform well across various driving scenarios. However, collecting large-scale real-world data is expensive and time-consuming, making…

3DGSAutonomous DrivingDiversityNeRF+1

SceneCraft: Interactive System for Image Editing via Scene Graph

2026-06-15 · Duc-Manh Phan, Ngoc-Dai Tran, Duy-Khang Do, Tam V. Nguyen 외 arxiv

Recent advances in generative AI have enabled natural language-driven image editing, yet existing systems often fail in complex scenes with multiple interacting objects because they rely heavily on users crafting precise…

Prompt EngineeringImage Editing

LAYOUTDREAMER: Physics-guided Layout for Text-to-3D Compositional Scene Generation

2025-02-04 · Yang Zhou, Zongjin He, Qixuan Li, Chao Wang

Recently, the field of text-guided 3D scene generation has garnered significant attention. High-quality generation that aligns with physical realism and high controllability is crucial for practical 3D scene applications…

3DGSScene GenerationText to 3D