Skip to content

CVEO/BFA-YOLO

Repository files navigation

BFA-YOLO: A balanced multiscale object detection network for building façade attachments detection

PDF

The detection of façade elements on buildings, such as doors, windows, balconies, air conditioning units, billboards, and glass curtain walls, is a critical step in automating the creation of Building Information Modeling (BIM). Yet, this field faces significant challenges, including the uneven distribution of façade elements, the presence of small objects, and substantial background noise, which hamper detection accuracy. To address these issues, we develop the BFA-YOLO model and the BFA-3D dataset in this study. The BFA-YOLO model is an advanced architecture designed specifically for analyzing multi-view images of façade attachments. It integrates three novel components: the Feature Balanced Spindle Module (FBSM) that tackles the issue of uneven object distribution; the Target Dynamic Alignment Task Detection Head (TDATH) that enhances the detection of small objects; and the Position Memory Enhanced Self-Attention Mechanism (PMESA), aimed at reducing the impact of background noise. These elements collectively enable BFA-YOLO to effectively address each challenge, thereby improving model robustness and detection precision. The BFA-3D dataset, offers multi-view images with precise annotations across a wide range of façade attachment categories. This dataset is developed to address the limitations present in existing façade detection datasets, which often feature a single perspective and insufficient category coverage. Through comparative analysis, BFA-YOLO demonstrated improvements of 1.8% and 2.9% in mAP50 on the BFA-3D dataset and the public Façade-WHU dataset, respectively, when compared to the baseline YOLOv8 model. These results highlight the superior performance of BFA-YOLO in façade element detection and the advancement of intelligent BIM technologies.

Model Structure

Structure Figure

Data Preparation

Download

Training

python train.py

Publication

If you want to use this work, please consider citing the following paper.

@misc{chen2024bfayolobalancedmultiscaleobject,
      title={BFA-YOLO: A balanced multiscale object detection network for building fa\c{c}ade attachments detection}, 
      author={Yangguang Chen and Tong Wang and Guanzhou Chen and Kun Zhu and Xiaoliang Tan and Jiaqi Wang and Wenchao Guo and Qing Wang and Xiaolong Luo and Xiaodong Zhang},
      year={2024},
      eprint={2409.04025},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2409.04025}, 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages