Building Extraction from Satellite Images Using Mask R-CNN with Building Boundary Regularization

Abstract

The DeepGlobe Building Extraction Challenge poses the problem of localizing all building polygons in the given satellite images. We can create polygons using an existing instance segmentation algorithm based on Mask R-CNN. However, polygons produced from instance segmentation have irregular shapes, which are far different from real building footprint boundaries and therefore cannot be directly applied to many cartographic and engineering applications. Hence, we present a method combining Mask R-CNN with building boundary regularization. Through the experiments, we find that the proposed method and Mask R-CNN achieve almost equivalent performance in terms of accuracy and completeness. However, compared to Mask R-CNN, our method produces better regularized polygons which are beneficial in many applications

Cite

Text

Zhao et al. "Building Extraction from Satellite Images Using Mask R-CNN with Building Boundary Regularization." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018. doi:10.1109/CVPRW.2018.00045

Markdown

[Zhao et al. "Building Extraction from Satellite Images Using Mask R-CNN with Building Boundary Regularization." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018.](https://mlanthology.org/cvprw/2018/zhao2018cvprw-building/) doi:10.1109/CVPRW.2018.00045

BibTeX

@inproceedings{zhao2018cvprw-building,
  title     = {{Building Extraction from Satellite Images Using Mask R-CNN with Building Boundary Regularization}},
  author    = {Zhao, Kang and Kang, Jungwon and Jung, Jaewook and Sohn, Gunho},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2018},
  pages     = {247-251},
  doi       = {10.1109/CVPRW.2018.00045},
  url       = {https://mlanthology.org/cvprw/2018/zhao2018cvprw-building/}
}