paper-with-me

Papers

PolyWorld: Polygonal Building Extraction with Graph Neural Networks in Satellite Images

2021-11-30 · CVPR 2022 1 · Stefano Zorzi, Shabab Bazrafkan, Stefan Habenschuss, Friedrich Fraundorfer

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.

📄 PDF Abstract BibTeX arXiv:2111.15491

Code (1)

zorzi-s/polyworldpretrainednetwork 공식 구현 pytorch

Tasks

Graph Neural NetworkInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Re:PolyWorld - A Graph Neural Network for Polygonal Scene Parsing

2023-01-01 · ICCV 2023 1 · Stefano Zorzi, Friedrich Fraundorfer

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

PolyR-CNN: R-CNN for end-to-end polygonal building outline extraction

2024-07-20 · Weiqin Jiao, Claudio Persello, George Vosselman

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 Images

PolyRoof: Precision Roof Polygonization in Urban Residential Building with Graph Neural Networks

2025-03-13 · Chaikal Amrullah, Daniel Panangian, Ksenia Bittner

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…

Position

P2PFormer: A Primitive-to-polygon Method for Regular Building Contour Extraction from Remote Sensing Images

2024-06-05 · Tao Zhang, Shiqing Wei, Yikang Zhou, Muying Luo 외

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…

Position

Accurate Polygonal Mapping of Buildings in Satellite Imagery

2022-08-01 · Bowen Xu, Jiakun Xu, Nan Xue, Gui-Song Xia

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…