paper-with-me

Papers

Global Collinearity-aware Polygonizer for Polygonal Building Mapping in Remote Sensing

2025-05-02 · Fahong Zhang, Yilei Shi, Xiao Xiang Zhu

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 framework, processes binary masks produced by any instance segmentation model. The algorithm begins by collecting polylines sampled along the contours of the binary masks. These polylines undergo a refinement process using a transformer-based regression module to ensure they accurately fit the contours of the targeted building instances. Subsequently, a collinearity-aware polygon simplification module simplifies these refined polylines and generate the final polygon representation. This module employs dynamic programming technique to optimize an objective function that balances the simplicity and fidelity of the polygons, achieving globally optimal solutions. Furthermore, the optimized collinearity-aware objective is seamlessly integrated into network training, enhancing the cohesiveness of the entire pipeline. The effectiveness of GCP has been validated on two public benchmarks for polygonal building mapping. Further experiments reveal that applying the collinearity-aware polygon simplification module to arbitrary polylines, without prior knowledge, enhances accuracy over traditional methods such as the Douglas-Peucker algorithm. This finding underscores the broad applicability of GCP. The code for the proposed method will be made available at https://github.com/zhu-xlab.

📄 PDF Abstract BibTeX arXiv:2505.01385

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

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…

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

Polygonizer: An auto-regressive building delineator

2023-04-08 · Maxim Khomiakov, Michael Riis Andersen, Jes Frellsen

In geospatial planning, it is often essential to represent objects in a vectorized format, as this format easily translates to downstream tasks such as web development, graphics, or design. While these problems are frequ…

Semantic Segmentation

ACPV-Net: All-Class Polygonal Vectorization for Seamless Vector Map Generation from Aerial Imagery

2026-03-17 · Weiqin Jiao, Hao Cheng, George Vosselman, Claudio Persello arxiv

We tackle the problem of generating a complete vector map representation from aerial imagery in a single run: producing polygons for all land-cover classes with shared boundaries and without gaps or overlaps. Existing po…

HiT: Building Mapping with Hierarchical Transformers

2023-09-18 · Mingming Zhang, Qingjie Liu, Yunhong Wang

Deep learning-based methods have been extensively explored for automatic building mapping from high-resolution remote sensing images over recent years. While most building mapping models produce vector polygons of buildi…

Instance SegmentationSemantic Segmentation