CVRODec 10, 2024

Pix2Poly: A Sequence Prediction Method for End-to-end Polygonal Building Footprint Extraction from Remote Sensing Imagery

arXiv:2412.07899v15 citationsh-index: 12Has CodeWACV
Originality Highly original
AI Analysis

This addresses the need for precise building footprint extraction for urban understanding tasks like reconstruction and mapping, representing a novel method for a known bottleneck.

The paper tackles the problem of extracting accurate polygonal building footprints from remote sensing imagery by introducing Pix2Poly, an end-to-end trainable deep neural network that directly generates explicit building footprints in a ring graph format, and it outperforms state-of-the-art methods in vector shape quality metrics.

Extraction of building footprint polygons from remotely sensed data is essential for several urban understanding tasks such as reconstruction, navigation, and mapping. Despite significant progress in the area, extracting accurate polygonal building footprints remains an open problem. In this paper, we introduce Pix2Poly, an attention-based end-to-end trainable and differentiable deep neural network capable of directly generating explicit high-quality building footprints in a ring graph format. Pix2Poly employs a generative encoder-decoder transformer to produce a sequence of graph vertex tokens whose connectivity information is learned by an optimal matching network. Compared to previous graph learning methods, ours is a truly end-to-end trainable approach that extracts high-quality building footprints and road networks without requiring complicated, computationally intensive raster loss functions and intricate training pipelines. Upon evaluating Pix2Poly on several complex and challenging datasets, we report that Pix2Poly outperforms state-of-the-art methods in several vector shape quality metrics while being an entirely explicit method. Our code is available at https://github.com/yeshwanth95/Pix2Poly.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes