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

栏目: IT技术 · 发布时间: 4年前

内容简介: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 d

Content provided by Nelson Nauata, the first author of the paper House-GAN: Relational Generative Adversarial Networks for Graph-constrained House Layout Generation.

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.

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

What’s New:This paper proposes a novel house layout generation problem, whose task is to take a bubble diagram as an input, and generates a diverse set of realistic and compatible house layouts. The house layout generation poses a new challenge: The graph is enforced as a constraint. We present a novel generative model called House-GAN that employs relational generator and discriminator, where the constraint is encoded into the graph structure of their relational neural networks.

How It Works:In the house layout generation problem, a bubble diagram is represented as a graph where 1) nodes encode rooms with their room types and 2) edges encode their spatial adjacency. A house layout is represented as a set of axis-aligned bounding boxes of rooms. In House-GAN architecture, we employ convolutional message passing neural networks (Conv-MPN), which differ from graph convolutional networks (GCNs) in that 1) a node represents a room as a feature volume in the design space (as opposed to a 1D latent vector), and 2) convolutions update features in the design space (as opposed to multilayer perceptron). The architecture enables more effective higher-order reasoning for composing layouts and validating adjacency constraints.

Key Insights:This paper proposes a house layout generation problem and a graph-constrained relational generative adversarial network as an effective solution. We demonstrate the benefits of exploiting spatial information in our house layout generation problem, via convolutional message passing, as opposed to state-of-the-art GCN-based methods in the literature. We believe that this paper makes an important step towards computer aided design of house layouts.

Behind The Scenes:Our Conv-MPN paper served as inspiration for House-GAN and it has been shown to be a simple and effective technique for geometry related tasks we have tested so far. It is accepted to CVPR 2020.

Anything else?

We believe some challenges are 1) finding effective and memory efficient solutions for preserving spatial information during message passing and 2) tackling potential limitations in the current state of adversarial networks. The current state of our method is still in early stages in enabling automated house layout generation. We believe that being able to include more realistic architectural constraints and outputting cad-level models will be essential for next steps.

The paper House-GAN: Relational Generative Adversarial Networks for Graph-constrained House Layout Generation is on arXiv . Click here to visit the project website.

Meet the authors: Nelson Nauata , Kai-Hung Chang , Chin-Yi Cheng, Greg Mori , and Yasutaka Furukawa from Simon Fraser University and Autodesk Research.

Share Your Research With Synced Review

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

Share My Research is Synced’s new column that welcomes scholars to share their own research breakthroughs with over 1.5M global AI enthusiasts. Beyond technological advances, Share My Research also calls for interesting stories behind the research and exciting research ideas. Share your research with us by clicking here .


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Spark SQL内核剖析

Spark SQL内核剖析

朱锋、张韶全、黄明 / 电子工业出版社 / 2018-8 / 69.00元

Spark SQL 是 Spark 技术体系中较有影响力的应用(Killer application),也是 SQL-on-Hadoop 解决方案 中举足轻重的产品。《Spark SQL内核剖析》由 11 章构成,从源码层面深入介绍 Spark SQL 内部实现机制,以及在实际业务场 景中的开发实践,其中包括 SQL 编译实现、逻辑计划的生成与优化、物理计划的生成与优化、Aggregation 算......一起来看看 《Spark SQL内核剖析》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试