CVMar 22, 2023

Road Extraction with Satellite Images and Partial Road Maps

arXiv:2303.12394v132 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the problem of incomplete road mapping for geospatial and urban planning applications, offering an incremental improvement by leveraging existing partial maps.

The paper tackles road extraction from satellite images by incorporating partial road maps, achieving state-of-the-art performance with IoU scores of 70.71% on SpaceNet and 75.52% on OSM datasets.

Road extraction is a process of automatically generating road maps mainly from satellite images. Existing models all target to generate roads from the scratch despite that a large quantity of road maps, though incomplete, are publicly available (e.g. those from OpenStreetMap) and can help with road extraction. In this paper, we propose to conduct road extraction based on satellite images and partial road maps, which is new. We then propose a two-branch Partial to Complete Network (P2CNet) for the task, which has two prominent components: Gated Self-Attention Module (GSAM) and Missing Part (MP) loss. GSAM leverages a channel-wise self-attention module and a gate module to capture long-range semantics, filter out useless information, and better fuse the features from two branches. MP loss is derived from the partial road maps, trying to give more attention to the road pixels that do not exist in partial road maps. Extensive experiments are conducted to demonstrate the effectiveness of our model, e.g. P2CNet achieves state-of-the-art performance with the IoU scores of 70.71% and 75.52%, respectively, on the SpaceNet and OSM datasets.

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