Polygonal Building Segmentation by Frame Field Learning
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 utilizes the frame field along with the raster segmentation. Our code is available at https://github.com/Lydorn/Polygonization-by-Frame-Field-Learning.
Code (2)
Tasks
Image SegmentationMulti-Task LearningSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
Polygonal Building Extraction by Frame Field Learning
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 netw…
Image SegmentationMulti-Task LearningSegmentationSemantic SegmentationBuilding Footprint Extraction in Dense Areas using Super Resolution and Frame Field Learning
Despite notable results on standard aerial datasets, current state-of-the-arts fail to produce accurate building footprints in dense areas due to challenging properties posed by these areas and limited data availability.…
Super-ResolutionPolyWorld: Polygonal Building Extraction with Graph Neural Networks in Satellite Images
While most state-of-the-art instance segmentation methods produce binary segmentation masks, geographic and cartographic applications typically require precise vector polygons of extracted objects instead of rasterized o…
Graph Neural NetworkInstance SegmentationSegmentationSemantic SegmentationGlobal Collinearity-aware Polygonizer for Polygonal Building Mapping in Remote Sensing
This paper addresses the challenge of mapping polygonal buildings from remote sensing images and introduces a novel algorithm, the Global Collinearity-aware Polygonizer (GCP). GCP, built upon an instance segmentation fra…
Instance SegmentationSemantic SegmentationRe:PolyWorld - A Graph Neural Network for Polygonal Scene Parsing
While most state-of-the-art instance segmentation methods produce pixel-wise segmentation masks, numerous applications demand precise vector polygons of detected objects instead of rasterized output. This paper propo…
Graph Neural NetworkInstance SegmentationScene ParsingSemantic Segmentation+1