New AI Approach Automatically Creates Maps from Satellite Images

There are over 20 million miles of roads across the globe, and many of them have not yet been mapped. This problem creates many roadblocks for digital maps…

Nefi Alarcon
2 min readbeginner
--
View Original

Overview

Researchers at MIT have developed a deep learning method called RoadTracer that automatically creates roadmaps from aerial images, achieving 45% more accuracy than existing methods. This approach is particularly beneficial for mapping areas with outdated maps, such as rural regions.

What You'll Learn

1

How to utilize deep learning for mapping using aerial images

2

Why RoadTracer is more effective than traditional mapping methods

3

When to apply AI techniques for improving map accuracy in remote areas

Key Questions Answered

How does RoadTracer improve mapping accuracy?
RoadTracer improves mapping accuracy by using a step-by-step approach that starts from a known road location and analyzes surrounding areas to determine the next point on the road. This method reduces errors caused by obstacles like buildings and shadows, making it 45% more accurate than existing mapping techniques.
What technology does MIT use to train the RoadTracer model?
The MIT team trained the RoadTracer model using NVIDIA Tesla V100 GPUs on the Amazon Web Services cloud, employing the cuDNN-accelerated TensorFlow deep learning framework. This setup allowed them to analyze aerial images from 25 cities across six countries.
What challenges do current mapping efforts face?
Current mapping efforts often struggle with precision, especially in areas with buildings, trees, or shadows that obscure roads. These factors can lead to inaccuracies in the mapping process, which RoadTracer aims to address through its unique methodology.
When will the research on RoadTracer be presented?
The research on RoadTracer will be presented in June at the Conference on Computer Vision and Pattern Recognition (CVPR) in Salt Lake City, Utah. This conference is a significant event for advancements in computer vision technologies.

Key Statistics & Figures

Mapping accuracy improvement
45%
RoadTracer's accuracy compared to existing mapping methods.
Number of cities used for training
25
The model was trained on aerial images from 25 cities across six countries.

Technologies & Tools

Some links below are affiliate links. We may earn a commission if you make a purchase.

Hardware
Nvidia Tesla V100 Gpus
Used for training the RoadTracer model on aerial images.
Software
Tensorflow
The deep learning framework used to develop and train the RoadTracer model.
Software
Cudnn
Accelerates deep learning computations in TensorFlow.
Cloud
Amazon Web Services
Provided the cloud infrastructure for training the model.

Key Actionable Insights

1
Implementing RoadTracer can significantly enhance the accuracy of mapping projects, especially in under-mapped regions. By leveraging deep learning techniques, teams can automate the mapping process and reduce manual errors.
This approach is particularly useful in rural or frequently changing areas where traditional mapping methods may fall short.
2
Utilizing NVIDIA Tesla V100 GPUs and TensorFlow can optimize the training of deep learning models for mapping applications. This setup allows for efficient processing of large datasets, improving model performance.
When working with extensive aerial imagery, having the right hardware and software stack is crucial for achieving timely and accurate results.

Common Pitfalls

1
Many mapping techniques fail to account for obstacles like buildings and trees, leading to inaccuracies in road detection.
This often occurs because traditional methods attempt to analyze all pixels simultaneously, which can overwhelm the model and introduce errors. A more focused approach, like that of RoadTracer, helps mitigate this issue.