Road Extraction with Satellite Images and Partial Road Maps
Qianxiong Xu, Cheng Long, Liang Yu, Chen Zhang

TL;DR
This paper introduces a novel method for road extraction from satellite images by leveraging partial road maps, using a two-branch neural network with attention mechanisms and a specialized loss function, achieving state-of-the-art results.
Contribution
The paper proposes a new approach combining satellite images and partial maps with a two-branch network, GSAM, and MP loss for improved road extraction.
Findings
P2CNet achieves IoU scores of 70.71% and 75.52% on SpaceNet and OSM datasets.
The model outperforms existing methods in road extraction accuracy.
Extensive experiments validate the effectiveness of the proposed approach.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutomated Road and Building Extraction · Data Management and Algorithms · Advanced Image and Video Retrieval Techniques
