MAPSTER


Building Better, Smarter Maps.

Overview

Creating and maintaining maps is both expensive and labor-intensive. As a result, maps often have poor coverage, or contain outdated information. For example, many villages in Indonesia are not covered by street maps. Below, the closest mapped roads (bottom, in black) to a village may be miles away:

Additionally, street map metadata, such as the number of lanes, speed limits, turn restrictions, and the positions of crosswalks and parking spaces, is often poor quality or completely missing. This metadata is crucial for navigation applications and autonomous vehicles.

Our goal is to leverage GPS trajectories, satellite and aerial imagery, drone imagery, and other data sources to improve the accuracy and coverage of maps, and to reduce the delay between physical road network changes and updates to the map.


News

Projects


Capturing Road Topology

In many countries, street maps have poor coverage outside urban centers, and exhibit a long delay between road network modifications and map updates. By leveraging satellite imagery and GPS trajectories, we can automatically infer the road topology on a large-scale, thereby reducing the cost of tracing roads by hand. To this end, we developed RoadTracer, RoadRunner and Sat2Graph.

RoadTracer infers road topology from satellite imagery via an iterative graph construction process for extracting graph structures from images. The road network is constructed by adding individual road segments one at a time, using a CNN to decide on the next segment to add given the portion of the road network constructed so far.

RoadRunner constructs road network maps from GPS trajectories via a highly accurate two-stage method. In the first stage, a novel approach generates a high precision map by incrementally following the flow of trajectories, using the connectivity between observations in each trajectory to correctly infer road segment connectivity. In the second stage, roads inferred by existing methods are merged into the map to improve recall without sacrificing precision.

Existing imagery-based road graph extraction solutions fall into two categories: (1) pixelwise segmentation-based approaches, which predict whether each pixel is on a road, and (2) graph-based approaches, which predict the road graph iteratively. We find that these two approaches have complementary strengths while suffering from their own inherent limitations. We developed Sat2Graph, which combines the advantages of the two prior categories into a unified framework. The key idea in Sat2Graph is a novel encoding scheme, graph-tensor encoding (GTE), which encodes the road graph into a tensor representation. GTE makes it possible to train a simple, non-recurrent, supervised model to predict a rich set of features that capture the graph structure directly from an image.

Machine-Assisted Map Editing

Despite over a decade of research in automatic map inference, systems that automatically construct road maps have not gained traction in OpenStreetMap and other mapping communities. High error rates makes straightforward integration of automatically inferred roads into the map impractical.

We built Machine-Assisted iD, where we extended the web-based OpenStreetMap editor, iD, with machine-assistance functionality. By tackling the addition of major, arterial roads in regions where existing maps have poor coverage, and the incremental improvement of coverage in regions where major roads are already mapped, MAiD substantially improves mapping productivity.


Tag Road Attributes

Detailed road attributes enrich maps and enable numerous new applications. For example, mapping the number of lanes on each road makes lane-to-lane navigation possible, where a navigation system informs the driver which lanes will diverge to the correct branch at a junction. Similarly, maps that incorporate the presence of bicycle lanes along each road enable cyclists to make more informed decisions when choosing a route. Additionally, maps with up-to-date road conditions and road types improve the efficiency of road maintenance and disaster relief.

Unfortunately, producing and maintaining digital maps with road attributes is tedious and labor-intensive. In response, we developed RoadTagger, which uses an end-to-end architecture that combines both Convolutional Neural Networks (CNNs) and Graph Neural Networks (GNNs) to automate the inference of road attributes from satellite imagery.

Drones for Real-Time Data

Small quadcopter drones hold the potential to enable real-time map updates.

Publications

People