Awesome
BuildingFunctionMapping
Buildings, as fundamental man-made structures in urban environments, serve as crucial indicators for understanding various city function zones. In this study, we proposed a semi-supervised framework to identify every building's function in large-scale urban areas with multi-modality remote-sensing data. In detail, optical images, building height LiDAR, and nighttime-light data are collected to describe the morphological attributes of buildings. Then, the area of interest (AOI) and building masks from the volunteered geographic information (VGI) data are collected to form sparsely labeled samples.
This work is accepted by IGARSS 2024 (oral). See you in Athens!
Contact me at ashelee@whu.edu.cn
- [Paper](https://arxiv.org/abs/2405.05133](https://ieeexplore.ieee.org/document/10641437 )
- My homepage
Our previous works:
- Paraformer (L2HNet V2): accepted by :rocket: CVPR 2024 (Highlight), the hybrid CNN-ViT framework for HR land-cover mapping using LR labels.Code
- SegLand: accepted by :rocket: CVPRW 2024 (Oral) and won 1st place in OpenEarthMap Challenge, discovering novel classes in land-cover mapping.Code
- L2HNet V1: accepted by ISPRS P&RS in 2022, The low-to-high network for HR land-cover mapping using LR labels.
- SinoLC-1: accepted by ESSD in 2023, the first 1-m resolution national-scale land-cover map of China.Data
Data description
Multi-modality remote-sensing data:
-
The HR optical images (1 m/pixel) are collected from the Google Earth imagery. The images contained three bands of red, green, and blue.
-
The building height LiDAR (10 m/pixel) is from the Chinese building height estimate dataset (CNBH-10 m).
-
The nighttime-light data (10 m/pixel) are from the SDGSAT-1, the world’s first scientific satellite for sustainable development goals.
Weak labels:
-
The AOI data (vector) are collected from the OSM data. The AOI data contains over 100 building function types (e.g., cinema, hospital, department, and market).
-
The building masks (vector) are from the building rooftop dataset containing 90 Chinese cities' building masks.
Function type description
The classification system includes seven typical building function types:
- Residential (labeled value: 1)
- Commercial (labeled value: 2)
- Public service (labeled value: 3)
- Public health (labeled value: 4)
- Sport and art (labeled value: 6)
- Industrial (labeled value: 7)
- Unlabled buildings (labeled value: 20)
Data download
- The HR optical images (1 m/pixel)
- The building height LiDAR (10 m/pixel)
- nighttime-light data (10 m/pixel)
- Weak label
Citation
@INPROCEEDINGS{10641437,
author={Li, Zhuohong and He, Wei and Li, Jiepan and Zhang, Hongyan},
booktitle={IGARSS 2024 - 2024 IEEE International Geoscience and Remote Sensing Symposium},
title={Identifying Every Building’s Function in Large-Scale Urban areas with Multi-Modality Remote-Sensing Data},
year={2024},
volume={},
number={},
pages={310-314}
}
@article{li2022breaking,
title={Breaking the resolution barrier: A low-to-high network for large-scale high-resolution land-cover mapping using low-resolution labels},
author={Li, Zhuohong and Zhang, Hongyan and Lu, Fangxiao and Xue, Ruoyao and Yang, Guangyi and Zhang, Liangpei},
journal={ISPRS Journal of Photogrammetry and Remote Sensing},
volume={192},
pages={244--267},
year={2022},
publisher={Elsevier}
}