Image-Conditioned Graph Generation for Road Network Extraction

31 Oct 2019  Â·  Davide Belli, Thomas Kipf ·

Deep generative models for graphs have shown great promise in the area of drug design, but have so far found little application beyond generating graph-structured molecules. In this work, we demonstrate a proof of concept for the challenging task of road network extraction from image data. This task can be framed as image-conditioned graph generation, for which we develop the Generative Graph Transformer (GGT), a deep autoregressive model that makes use of attention mechanisms for image conditioning and the recurrent generation of graphs. We benchmark GGT on the application of road network extraction from semantic segmentation data. For this, we introduce the Toulouse Road Network dataset, based on real-world publicly-available data. We further propose the StreetMover distance: a metric based on the Sinkhorn distance for effectively evaluating the quality of road network generation. The code and dataset are publicly available.

PDF Abstract

Datasets


Introduced in the Paper:

TRN
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Graph Generation Toulouse Road Network GGT StreetMover 0.0158 # 1
Graph Generation Toulouse Road Network GraphRNN StreetMover 0.0245 # 3
Graph Generation Toulouse Road Network RNN StreetMover 0.0289 # 5
Graph Generation Toulouse Road Network GGT without CA StreetMover 0.0192 # 2

Methods