AskReference
Cover of AI for Architecture: Proceedings of the 5th International Conference on Computational Design (CCD 2024)

AI for Architecture: Proceedings of the 5th International Conference on Computational Design (CCD 2024)

Jiayan Fu

PublisherSpringer Nature Singapore Pte Ltd.Published2026pages249LanguageEnglishISBN-139789819509737ISBN-109819509734FormatPDF
View ebook
Digital Twins for Intelligent ConstructionInteractive Installations and Responsive EnvironmentsVirtual and Augmented Reality in DesignGenerative Landscape DesignUrban Data AnalyticsAI for Urban Planning and PolicySimulation and Modeling of Urban SystemsAI-Generated Art and MediaData-Driven Storytelling and Visualization

About this book

This open access book series includes compilations of selected papers from the International Conference on Computational Design and Robotic Fabrication. The books focus on novel techniques for computational design and robotic fabrication. It not only aims at the most recent research results from the key scholars in the computational design and robotic fabrication, but also offers an in-depth examination of intelligence in design and construction industry, referring to the invention and application of machine intelligence in architecture.The proceedings in this series are related with Sustainable Development Goals 11 (Sustainable Cities & Communities) and 9 (Industry Innovation & Infrastructure). The contents make valuable contributions to academic researchers, designers, and engineers in the industry. As well, readers will encounter new ideas about understanding intelligence in architecture.

Questions & Answers from this book

7 questions5 chapters covered18 topics

Questions and answers are connected to the referenced book and its available source material.

Chapter 1: Computational Design and Intelligent Construction

How do House-GAN++ and the method by Zheng and Petzold differ in their approach to generating floor plan layouts?

House-GAN++ directly represents a floor plan as a graph, where rooms are nodes and their relationships are edges, and it generates the layout conditioned on room count, types, and areas. Zheng and Petzold differ by separating the prediction of room topology from the prediction of room geometry, using subgraph neural networks for topology and neural-guided plan sketching for geometry. In short, House-GAN++ uses a unified graph-based generative process, while Zheng and Petzold decouple topological reasoning from geometric layout generation.

Intermediatep. 29-49
Read answer

What is the role of graph neural networks (GNN) in the cross-modal spatial layout generation method proposed in this chapter?

In the proposed method, the GNN acts as the generative model that receives feature embeddings created by AI agents from text, graph, and boundary inputs, and outputs node and edge features that are converted into a detailed 3D spatial layout. Nodes represent spatial grids and edges represent wall categories, so the GNN learns to infer layout details such as wall types and spatial divisions from the fused cross-modal inputs.

Intermediatep. 29-34
Read answer

How does the RoomGNN approach convert bubble diagrams and building boundaries into a format suitable for AI generative models?

RoomGNN first uses AI agents to convert bubble diagrams and building boundaries into structured text. Those structured data are then turned into room feature embeddings by mapping room coordinates inside the boundary, applying a Signed Distance Function to color potential diffusion areas, and overlaying a grid to compute influence probabilities. These embeddings become node features for the GNN, whose edges represent wall categories, enabling the model to generate spatial layouts.

Intermediatep. 30-37
Read answer

You may also be interested in