Skip to content

hzlbbfrog/Generative-BIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative AIBIM

This repository is the official implementation of the Structural Design Pipeline Integrating BIM and Generative AI (Generative AIBIM).

✒️ Introduction

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

📅 Updates

  • 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.

🥰 Cite Generative AIBIM!

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}
}

💓 Acknowledgements

This repo benefits from OpenAI improved-diffusion, DDIM, and StructGAN.
Thanks for their wonderful works!

About

Generative Structural Design Based on BIM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages