PolyWorld: 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 output. This paper introduces PolyWorld, a neural network that directly extracts building vertices from an image and connects them correctly to create precise polygons. The model predicts the connection strength between each pair of vertices using a graph neural network and estimates the assignments by solving a differentiable optimal transport problem. Moreover, the vertex positions are optimized by minimizing a combined segmentation and polygonal angle difference loss. PolyWorld significantly outperforms the state of the art in building polygonization and achieves not only notable quantitative results, but also produces visually pleasing building polygons. Code and trained weights are publicly available at https://github.com/zorzi-s/PolyWorldPretrainedNetwork.
Code (1)
Tasks
Graph Neural NetworkInstance SegmentationSegmentationSemantic SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Re: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+1PolyR-CNN: R-CNN for end-to-end polygonal building outline extraction
Polygonal building outline extraction has been a research focus in recent years. Most existing methods have addressed this challenging task by decomposing it into several subtasks and employing carefully designed archite…
Extracting Buildings In Remote Sensing ImagesPolyRoof: Precision Roof Polygonization in Urban Residential Building with Graph Neural Networks
The growing demand for detailed building roof data has driven the development of automated extraction methods to overcome the inefficiencies of traditional approaches, particularly in handling complex variations in build…
PositionP2PFormer: A Primitive-to-polygon Method for Regular Building Contour Extraction from Remote Sensing Images
Extracting building contours from remote sensing imagery is a significant challenge due to buildings' complex and diverse shapes, occlusions, and noise. Existing methods often struggle with irregular contours, rounded co…
PositionAccurate Polygonal Mapping of Buildings in Satellite Imagery
This paper studies the problem of polygonal mapping of buildings by tackling the issue of mask reversibility that leads to a notable performance gap between the predicted masks and polygons from the learning-based method…