This competition embarks on this challenge by utilizing a building footprint dataset from the Tokyo area as the primary training set, with plans to extend testing to other Japanese regions. This approach aims to inspire the development of models with robust generalization capabilities, capable of overcoming the hurdles of automatic building footprint detection and extraction across various landscapes. Overcoming this challenge signifies the creation of a novel approach for efficient, cost-effective, and precise building footprint extraction at a national level with minimal regional data, showcasing its potential applicability worldwide.
- We proposed using customized YOLOv8m-seg instance segmentation model for the task.
- We leveraged open-source Microsoft Building Footprint Dataset to expand the diversity of the training dataset.
- To improve the label-efficiency, we proposed using segmentation-guided diffusion as our diffusion augmentation pipeline to create synthetic dataset for the YOLOv8 training, without relying extra dataset.
- Our solution ranked 1st out of all participating teams! 🏅
- Feel free to check our technical report here
Rank # | Team | Private F1 Score |
---|---|---|
1 | DoubleY (our Team) | 0.89711 |
2 | BDASL | 0.68453 |
3 | Big Ben | 0.60649 |
4 | Edge 1234 | 0.58565 |
5 | The Curio Cat | 0.51963 |
Our paper has been accepted by IEEE BigData 2024! Please cite our paper if this repo helps your research. The preprint is available here
@InProceedings{Wong2024,
title = {Cross-City Building Instance Segmentation: From More Data to Diffusion-Augmentation},
author = {Yi Jie Wong and Yin-Loon Khor and Mau-Luen Tham and Ban-Hoe Kwan and Anissa Mokraoui and Yoong Choon Chang},
booktitle={2024 IEEE International Conference on Big Data (Big Data)},
year={2024}}