Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 2 months ago • Xiang Tang, Ruotong Li, Xiaopeng Fan

Text2Villa: Hierarchical Generation of 3D Indoor Environments with Physics-Aware Analysis-by-Synthesis

Briefing

Text2Villa is a new hierarchical system for generating villa-scale 3D interiors from natural language, with a focus on geometry that actually holds up in a game engine. The big shift is that it does not stop at room layout: it also tries to keep objects physically believable during placement, which is where many text-to-3D approaches fall apart.

At the macro level, the system uses a multi-story dataset to fine-tune an autoregressive layout generator. That lets text drive building foundations with polygonal boundaries, multiple floors, and vertical connectivity instead of the usual single-room or boxy results. For environment artists and tools teams, that matters because it moves text generation closer to something that can seed real production blockouts.

At the micro level, Text2Villa introduces an Affordance-driven Physical-Semantic Scene Graph, or A-PSSG, to encode support surfaces, containment cavities, and other placement constraints. Scene instantiation is then treated as a closed-loop analysis-by-synthesis problem, where collision detection and multimodal LLM reasoning work together to observe, evaluate, and modify the scene until penetrations, floating assets, and containment failures are resolved.

The practical takeaway is that AI scene generation is starting to look less like a one-shot prompt and more like a constrained editing system. If this approach holds up outside the paper, it could be useful for rapid prototyping, procedural interior generation, and interactive content tools where physical plausibility is non-negotiable.

“physics-aware actions under the observation-evaluation-modification mechanism”

— Text2Villa paper · Describes the closed-loop solver
Original source
Read on arXiv cs.GR
At a glance
what
Text2Villa generates multi-room 3D indoor environments from text using a hierarchical, physics-aware pipeline.
who
Authors listed are Xiang Tang, Ruotong Li, and Xiaopeng Fan.
when
Submitted July 19, 2026; revised version posted August 7, 2026.
impact
Aims to reduce mesh collisions, floating objects, and bad containment in AI-generated interiors.
Signal Positive

Promising step toward usable, physically valid AI scene generation

Discuss

Follow AI updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...