SOTAVerified

Polygonal Building Extraction by Frame Field Learning

2021-06-19CVPR 2021Code Available1· sign in to hype

Nicolas Girard, Dmitriy Smirnov, Justin Solomon, Yuliya Tarabalka

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

While state of the art image segmentation models typically output segmentations in raster format, applications in geographic information systems often require vector polygons. To help bridge the gap between deep network output and the format used in downstream tasks, we add a frame field output to a deep segmentation model for extracting buildings from remote sensing images. We train a deep neural network that aligns a predicted frame field to ground truth contours. This additional objective improves segmentation quality by leveraging multi-task learning and provides structural information that later facilitates polygonization; we also introduce a polygonization algorithm that that utilizes the frame field along with the raster segmentation. Our code is available at https://github.com/Lydorn/Polygonization-by-Frame-Field-Learning.

Tasks

Reproductions