ReCo:Residential Community Layout Planning Dataset

Citation Author(s):
Xi
Chen
Fudan University
Yun
Xiong
Fudan University
Siqi
Wang
Tongji University
Haofen
Wang
Tongji University
Tao
Sheng
Fudan University
Yao
Zhang
Fudan University
Yu
Ye
Tongji University
Submitted by:
Xi Chen
Last updated:
Wed, 03/22/2023 - 08:03
DOI:
10.21227/rzq0-et86
Data Format:
Research Article Link:
License:
0
0 ratings - Please login to submit your rating.

Abstract 

Layout planning is centrally important in the field of architecture and urban design. Among the various basic units carrying urban functions, residential community plays a vital part for supporting human life. Therefore, the layout planning of residential community has always been of concern, and has attracted particular attention since the advent of deep learning that facilitates the automated layout generation and spatial pattern recognition. However, the research circles generally suffer from the insufficiency of residential community layout benchmark or high-quality datasets, which hampers the future exploration of data-driven methods for residential community layout planning. The lack of datasets is largely due to the difficulties of large-scale real-world residential data acquisition and long-term expert screening. In order to address the issues and advance a benchmark dataset for various intelligent spatial design and analysis applications in the development of smart city, we introduce Residential Community Layout Planning (ReCo) Dataset, which is the first and largest open-source vector dataset related to real-world community to date. ReCo Dataset is presented in multiple data formats with 37,646 residential community layout plans, covering 598,728 residential buildings with height information. ReCo can be conveniently adapted for residential community layout related urban design tasks, e.g., generative layout design, morphological pattern recognition and spatial evaluation. To validate the utility of ReCo in automated residential community layout planning, two Generative Adversarial Network (GAN) based generative models are further applied to the dataset. We expect ReCo Dataset to inspire more creative and practical work in intelligent design and beyond.

Instructions: 

Detailed information for our dataset please see our article preprint at arXiv: https://arxiv.org/abs/2206.04678

Our dataset is under the CC BY-NC-SA license.

ReCo dataset is designed for Community Layout Planning tasks which is one of the three typical tasks of layout planning.

  1. Please download the dataset and put the JSON file under the main directory.
  2. Please make sure that the JSON file is named as ReCo_json.json
  3. You can plot one of example of the data by using "_id" as index through plot_2d_from_json.py.
  4. make_image_data.py can help you to build an image dataset from ReCo_json.json file.