CVMar 16, 2020

House-GAN: Relational Generative Adversarial Networks for Graph-constrained House Layout Generation

arXiv:2003.06988v1284 citations
AI Analysis

This addresses the need for automated and realistic house layout generation for architects and designers, though it is incremental as it builds on GANs with a relational twist.

The paper tackles the problem of generating house layouts from architectural constraints represented as graphs, and demonstrates that their relational GAN approach outperforms existing methods in realism, diversity, and compatibility, as validated on 117,000 real floorplan images.

This paper proposes a novel graph-constrained generative adversarial network, whose generator and discriminator are built upon relational architecture. The main idea is to encode the constraint into the graph structure of its relational networks. We have demonstrated the proposed architecture for a new house layout generation problem, whose task is to take an architectural constraint as a graph (i.e., the number and types of rooms with their spatial adjacency) and produce a set of axis-aligned bounding boxes of rooms. We measure the quality of generated house layouts with the three metrics: the realism, the diversity, and the compatibility with the input graph constraint. Our qualitative and quantitative evaluations over 117,000 real floorplan images demonstrate that the proposed approach outperforms existing methods and baselines. We will publicly share all our code and data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes