paper-with-me

Papers

Extracting polygonal footprints in off-nadir images with Segment Anything Model

2024-08-16 · Kai Li, Yupeng Deng, Jingbo Chen, Yu Meng, Zhihao Xi, Junxian Ma, Chenhao Wang, Xiangyu Zhao

Building Footprint Extraction (BFE) from off-nadir aerial images often involves roof segmentation and offset prediction to adjust roof boundaries to the building footprint. However, this multi-stage approach typically produces low-quality results, limiting its applicability in real-world data production. To address this issue, we present OBMv2, an end-to-end and promptable model for polygonal footprint prediction. Unlike its predecessor OBM, OBMv2 introduces a novel Self Offset Attention (SOFA) mechanism that improves performance across diverse building types, from bungalows to skyscrapers, enabling end-to-end footprint prediction without post-processing. Additionally, we propose a Multi-level Information System (MISS) to effectively leverage roof masks, building masks, and offsets for accurate footprint prediction. We evaluate OBMv2 on the BONAI and OmniCity-view3 datasets and demonstrate its generalization on the Huizhou test set. The code will be available at https://github.com/likaiucas/OBMv2.

📄 PDF Abstract BibTeX arXiv:2408.08645

Code (1)

likaiucas/obm 공식 구현 pytorch

Tasks

PredictionRAG

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

DragOSM: Extract Building Roofs and Footprints from Aerial Images by Aligning Historical Labels

2025-09-22 · Kai Li, Xingxing Weng, Yupeng Deng, Yu Meng 외 arxiv

Extracting polygonal roofs and footprints from remote sensing images is critical for large-scale urban analysis. Most existing methods rely on segmentation-based models that assume clear semantic boundaries of roofs, but…

Learning to Extract Building Footprints from Off-Nadir Aerial Images

2022-04-28 · Jinwang Wang, Lingxuan Meng, Weijia Li, Wen Yang 외

Extracting building footprints from aerial images is essential for precise urban mapping with photogrammetric computer vision technologies. Existing approaches mainly assume that the roof and footprint of a building are …

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

2024-12-10 · Yeshwanth Kumar Adimoolam, Charalambos Poullis, Melinos Averkiou

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…

DecoderExtracting Buildings In Remote Sensing ImagesGraph LearningRoad Segmentation

Improving Building Segmentation for Off-Nadir Satellite Imagery

2021-09-08 · Hanxiang Hao, Sriram Baireddy, Kevin LaTourette, Latisha Konz 외

Automatic building segmentation is an important task for satellite imagery analysis and scene understanding. Most existing segmentation methods focus on the case where the images are taken from directly overhead (i.e., l…

Scene UnderstandingSegmentation

Approximating shapes in images with low-complexity polygons

2020-06-01 · CVPR 2020 6 · Muxingzi Li, Florent Lafarge, Renaud Marlet

We present an algorithm for extracting and vectorizing objects in images with polygons. Departing from a polygonal partition that oversegments an image into convex cells, the algorithm refines the geometry of the partiti…