paper-with-me

Papers

Learning to Extract Building Footprints from Off-Nadir Aerial Images

2022-04-28 · Jinwang Wang, Lingxuan Meng, Weijia Li, Wen Yang, Lei Yu, Gui-Song Xia

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 well overlapped, which may not hold in off-nadir aerial images as there is often a big offset between them. In this paper, we propose an offset vector learning scheme, which turns the building footprint extraction problem in off-nadir images into an instance-level joint prediction problem of the building roof and its corresponding "roof to footprint" offset vector. Thus the footprint can be estimated by translating the predicted roof mask according to the predicted offset vector. We further propose a simple but effective feature-level offset augmentation module, which can significantly refine the offset vector prediction by introducing little extra cost. Moreover, a new dataset, Buildings in Off-Nadir Aerial Images (BONAI), is created and released in this paper. It contains 268,958 building instances across 3,300 aerial images with fully annotated instance-level roof, footprint, and corresponding offset vector for each building. Experiments on the BONAI dataset demonstrate that our method achieves the state-of-the-art, outperforming other competitors by 3.37 to 7.39 points in F1-score. The codes, datasets, and trained models are available at https://github.com/jwwangchn/BONAI.git.

📄 PDF Abstract BibTeX arXiv:2204.13637

Code (1)

jwwangchn/bonai 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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

2024-08-16 · Kai Li, Yupeng Deng, Jingbo Chen, Yu Meng 외

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 pr…

PredictionRAG

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…

Detecting Building Changes with Off-Nadir Aerial Images

2023-01-26 · Chao Pang, Jiang Wu, Jian Ding, Can Song 외

The tilted viewing nature of the off-nadir aerial images brings severe challenges to the building change detection (BCD) problem: the mismatch of the nearby buildings and the semantic ambiguity of the building facades. T…

Building change detection for remote sensing imagesChange Detection

Depth-Enhanced Feature Pyramid Network for Occlusion-Aware Verification of Buildings from Oblique Images

2020-11-26 · Qing Zhu, Shengzhi Huang, Han Hu, Haifeng Li 외

Detecting the changes of buildings in urban environments is essential. Existing methods that use only nadir images suffer from severe problems of ambiguous features and occlusions between buildings and other regions. Fur…

Supervised domain adaptation for building extraction from off-nadir aerial images

2023-11-07 · Bipul Neupane, Jagannath Aryal, Abbas Rajabifard

Building extraction $-$ needed for inventory management and planning of urban environment $-$ is affected by the misalignment between labels and off-nadir source imagery in training data. Teacher-Student learning of nois…

Domain AdaptationEarth ObservationExperimental DesignKnowledge Distillation+3