CVFeb 5, 2018

Road Segmentation in SAR Satellite Images with Deep Fully-Convolutional Neural Networks

arXiv:1802.01445v2195 citations
AI Analysis

This addresses the problem of automatically updating maps for cartography, but it is incremental as it adapts existing deep learning methods to SAR data.

The paper tackled road segmentation in SAR satellite images by evaluating Fully-Convolutional Neural Networks, showing promising results with successful extraction of most roads in the test dataset, though performance did not scale well with network depth.

Remote sensing is extensively used in cartography. As transportation networks grow and change, extracting roads automatically from satellite images is crucial to keep maps up-to-date. Synthetic Aperture Radar satellites can provide high resolution topographical maps. However roads are difficult to identify in these data as they look visually similar to targets such as rivers and railways. Most road extraction methods on Synthetic Aperture Radar images still rely on a prior segmentation performed by classical computer vision algorithms. Few works study the potential of deep learning techniques, despite their successful applications to optical imagery. This letter presents an evaluation of Fully-Convolutional Neural Networks for road segmentation in SAR images. We study the relative performance of early and state-of-the-art networks after carefully enhancing their sensitivity towards thin objects by adding spatial tolerance rules. Our models shows promising results, successfully extracting most of the roads in our test dataset. This shows that, although Fully-Convolutional Neural Networks natively lack efficiency for road segmentation, they are capable of good results if properly tuned. As the segmentation quality does not scale well with the increasing depth of the networks, the design of specialized architectures for roads extraction should yield better performances.

Foundations

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

Your Notes