This repository is the official implementation of the Structural Design Pipeline Integrating BIM and Generative AI (Generative AIBIM).
- 🍊 Paper: [Journal Version] and [ArXiv Version]
- 🍉 Webpage: [Project page]
- 🍓 Authors: Zhili He (HKUST), Yu-Hsing Wang (HKUST), and Jian Zhang (Southeast University)
This repository mainly includes 4 parts:
- Generative AIBIM: Structural design pipeline integrating BIM and generative AI
This pipeline contains 4 stages. Stage I and Stage III are converting 3D BIM models to 2D architectural drawings and converting 2D structural drawings to 3D BIM models.
We write Python and Dynamo scripts to implement the two stages.
The simple tutorial and implementation code are publicly available at Structural design pipeline. - Stage II introduces the the Physics-based Conditional Diffusion Model (PCDM). The code is openly accessible at PCDM.
- Modified-dataset.
- Evaluation code including Score_IoU and FID.
- DDIM sampling for PCDM
2024/09/01
: Our paper is publicly available. Link → Journal version.2024/08/26
: Our paper is finally accepted by a prestigious journal, Information Fusion!2023/11/07
: The preprint of our paper is available online on arXiv. Link → Arxiv Paper.2023/11/04
: The preprint of our paper is submitted to arXiv.2022/12/06
: This repository is built up! It is for the course project of CIVL 5220 Building Information Modeling and Digital Construction. Course instructor: Jack C.P. Cheng, Department of Civil and Environmental Engineering, HKUST.
If you have any problems, please do not hesitate to contact us!
You are very welcome to cite our paper!
The BibTeX entry is as follows:
@article{Generative_AIBIM,
title = {Generative AIBIM: An automatic and intelligent structural design pipeline integrating BIM and generative AI},
journal = {Information Fusion},
volume = {114},
pages = {102654},
year = {2025},
issn = {1566-2535},
doi = {https://doi.org/10.1016/j.inffus.2024.102654},
url = {https://www.sciencedirect.com/science/article/pii/S1566253524004329},
author = {Zhili He and Yu-Hsing Wang and Jian Zhang},
keywords = {Generative AI, Diffusion model, Building information modeling, Intelligent structural design, Shear wall structure}
}
This repo benefits from OpenAI improved-diffusion, DDIM, and StructGAN.
Thanks for their wonderful works!