paper-with-me

홈 › Papers

MAP-Net: Multi Attending Path Neural Network for Building Footprint Extraction from Remote Sensed Imagery

2019-10-26 · Qing Zhu, Cheng Liao, Han Hu, Xiaoming Mei, Haifeng Li

Accurately and efficiently extracting building footprints from a wide range of remote sensed imagery remains a challenge due to their complex structure, variety of scales and diverse appearances. Existing convolutional neural network (CNN)-based building extraction methods are complained that they cannot detect the tiny buildings because the spatial information of CNN feature maps are lost during repeated pooling operations of the CNN, and the large buildings still have inaccurate segmentation edges. Moreover, features extracted by a CNN are always partial which restricted by the size of the respective field, and large-scale buildings with low texture are always discontinuous and holey when extracted. This paper proposes a novel multi attending path neural network (MAP-Net) for accurately extracting multiscale building footprints and precise boundaries. MAP-Net learns spatial localization-preserved multiscale features through a multi-parallel path in which each stage is gradually generated to extract high-level semantic features with fixed resolution. Then, an attention module adaptively squeezes channel-wise features from each path for optimization, and a pyramid spatial pooling module captures global dependency for refining discontinuous building footprints. Experimental results show that MAP-Net outperforms state-of-the-art (SOTA) algorithms in boundary localization accuracy as well as continuity of large buildings. Specifically, our method achieved 0.68\%, 1.74\%, 1.46\% precision, and 1.50\%, 1.53\%, 0.82\% IoU score improvement without increasing computational complexity compared with the latest HRNetv2 on the Urban 3D, Deep Globe and WHU datasets, respectively. The TensorFlow implementation is available at https://github.com/lehaifeng/MAPNet.

📄 PDF Abstract BibTeX arXiv:1910.12060

Code (1)

lehaifeng/MAPNet 공식 구현 tf

Similar Papers 제목 키워드 기반

MultiScale Probability Map guided Index Pooling with Attention-based learning for Road and Building Segmentation

2023-02-18 · Shirsha Bose, Ritesh Sur Chowdhury, Debabrata Pal, Shivashish Bose 외

Efficient road and building footprint extraction from satellite images are predominant in many remote sensing applications. However, precise segmentation map extraction is quite challenging due to the diverse building st…

PCFootprint: A Large-Scale Dataset and Benchmark for Vectorized Building Footprint Extraction from Aerial LiDAR Point Clouds

2026-06-18 · Haoyuan Shen, Kuihao Wang, Ruisheng Wang, Yujun Liu arxiv

Building footprint extraction is a fundamental task in photogrammetry, remote sensing, and computer vision. Recent image-based methods have achieved remarkable progress in extracting vectorized footprints from high-resol…

Scene UnderstandingPoint Clouds

BiSVP: Building Footprint Extraction via Bidirectional Serialized Vertex Prediction

2023-03-01 · Mingming Zhang, Ye Du, Zhenghui Hu, Qingjie Liu 외

Extracting building footprints from remote sensing images has been attracting extensive attention recently. Dominant approaches address this challenging problem by generating vectorized building masks with cumbersome ref…

Instance SegmentationPredictionSemantic Segmentation

Building Footprint Extraction with Graph Convolutional Network

2023-05-08 · Yilei Shi, Qinyu Li, Xiaoxiang Zhu

Building footprint information is an essential ingredient for 3-D reconstruction of urban models. The automatic generation of building footprints from satellite images presents a considerable challenge due to the complex…

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