HouseTune: Two-Stage Floorplan Generation with LLM Assistance
Ziyang Zong, Guanying Chen, Zhaohuan Zhan, Fengcheng Yu, Guang Tan
TL;DR
HouseTune addresses natural-language floorplan generation by decoupling reasoning and geometric refinement into two stages: an LLM uses Chain-of-Thought prompting to generate an initial Layout-Init, which is then refined by a dual-conditioned diffusion model to Layout-Final. The forward and reverse diffusion processes are conditioned on the Layout-Init to enforce geometric and spatial constraints, and a Transformer-based architecture handles the denoising with both continuous and discrete coordinate representations. On the RPlan dataset, HouseTune achieves state-of-the-art performance, notably boosting diversity by about 28% and improving compatibility by about 79% over prior diffusion-based methods, while remaining robust to different LLMs and prompting strategies. The approach reduces dependence on extensive domain-specific training data and broadens accessibility to non-expert users, with potential to extend to other architectural design tasks in the future.
Abstract
This paper proposes a two-stage text-to-floorplan generation framework that combines the reasoning capability of Large Language Models (LLMs) with the generative power of diffusion models. In the first stage, we leverage a Chain-of-Thought (CoT) prompting strategy to guide an LLM in generating an initial layout (Layout-Init) from natural language descriptions, which ensures a user-friendly and intuitive design process. However, Layout-Init may lack precise geometric alignment and fine-grained structural details. To address this, the second stage employs a conditional diffusion model to refine Layout-Init into a final floorplan (Layout-Final) that better adheres to physical constraints and user requirements. Unlike prior methods, our approach effectively reduces the difficulty of floorplan generation learning without the need for extensive domain-specific training data. Experimental results demonstrate that our approach achieves state-of-the-art performance across all metrics, which validates its effectiveness in practical home design applications.
