CVLGDec 9, 2021

Road Extraction from Overhead Images with Graph Neural Networks

arXiv:2112.05215v16 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and complete road extraction for applications like mapping and navigation, though it is incremental as it builds on existing segmentation and graph-based methods.

The paper tackles automatic road graph extraction from aerial and satellite images by proposing a method that directly infers the final road graph in a single pass, achieving competitive results on the RoadTracer dataset and outperforming existing approaches in speed.

Automatic road graph extraction from aerial and satellite images is a long-standing challenge. Existing algorithms are either based on pixel-level segmentation followed by vectorization, or on iterative graph construction using next move prediction. Both of these strategies suffer from severe drawbacks, in particular high computing resources and incomplete outputs. By contrast, we propose a method that directly infers the final road graph in a single pass. The key idea consists in combining a Fully Convolutional Network in charge of locating points of interest such as intersections, dead ends and turns, and a Graph Neural Network which predicts links between these points. Such a strategy is more efficient than iterative methods and allows us to streamline the training process by removing the need for generation of starting locations while keeping the training end-to-end. We evaluate our method against existing works on the popular RoadTracer dataset and achieve competitive results. We also benchmark the speed of our method and show that it outperforms existing approaches. This opens the possibility of in-flight processing on embedded devices.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes