MapDreamer: Aerial Imagery Conditioned Latent Diffusion for Lane-Level Map Generation

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

MapDreamer is a generative diffusion model designed to synthesize lane-level vector maps with explicit topology directly from a single aerial image, addressing the labor-intensive nature of high-definition map generation for autonomous driving. The model learns a compact latent representation of lane centerlines and their topological relations using a variational autoencoder, subsequently predicting graphs via a transformer-based latent diffusion model. It conditions each denoising step on dense aerial features injected through cross-attention to align generated maps with the observed scene. To manage varying lane counts, MapDreamer incorporates a lane cardinality module paired with background ghost lane latents, preventing slot collapse during diffusion. Additionally, it employs a sliding-window global graph aggregation strategy to stitch local tiles into city-scale maps while preserving connectivity through encoded lane boundaries. Experiments conducted on UrbanLaneGraph, derived from Argoverse 2, demonstrate improved geometric and topological fidelity compared to non-generative baselines.

Key takeaway

For autonomous driving engineers tasked with generating or updating high-definition maps, MapDreamer offers a significant advancement. You should evaluate this latent diffusion approach for its ability to synthesize lane-level vector maps directly from aerial imagery, potentially reducing manual labor and improving fidelity. Consider integrating its sliding-window aggregation for scalable city-level map creation, streamlining your workflow for large-scale deployments.

Key insights

MapDreamer generates lane-level vector maps from aerial images using a latent diffusion model conditioned on dense features and a novel aggregation strategy.

Principles

Method

MapDreamer uses a VAE for latent lane representation, then a transformer-based latent diffusion model conditioned by aerial features via cross-attention. It employs a lane cardinality module and ghost latents, plus a sliding-window aggregation for city-scale maps.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.