MapAgent: An Industrial-Grade Agentic Framework for City-scale Lane-level Map Generation
Summary
MapAgent is an industrial-grade agentic framework that combines vision-language processing with constraint-aware reasoning to automatically produce specification-compliant lane-level maps, achieving over 95% automation in Baidu Maps for more than 360 cities.
View Cached Full Text
Cached at: 06/04/26, 03:41 AM
Paper page - MapAgent: An Industrial-Grade Agentic Framework for City-scale Lane-level Map Generation
Source: https://huggingface.co/papers/2606.04513
Abstract
MapAgent is an industrial-grade agentic architecture that combines vision-language processing with constraint-aware reasoning to produce specification-compliant lane maps, achieving high automation rates in large-scale urban mapping.
Lane-level mapsare critical infrastructure forautonomous drivingand lane-level navigation, yet constructing and maintaining standardized lane networks for hundreds of cities remains highly labor-intensive. Recent end-to-endvectorized mappingmethods can predict lane geometry and topology directly from sensor data, but they typically treat mapping specifications and traffic regulations as implicit, dataset-dependent supervision. Moreover, in complex scenes (e.g., worn or missing markings and occlusions), correct lane configurations are often under-determined by visual evidence alone, making specification violations a major source of human post-editing. We propose MapAgent, an industrial-grade agentic architecture that augments a vectorization backbone for specification-compliant lane-map production. Rather than merely adding an agent loop to map prediction, MapAgent couples backbone perception with explicit specification verification,constraint-aware reasoning, anddeterministic map editingunder a bounded, verification-driven Judge-Planner-Workerloop. Avision-language Judgediagnoses errors by jointly inspecting visual evidence and draft vectors, while a tool-callingPlannergenerates minimal corrective edits with post-edit re-validation. To remain scalable for city-scale production, MapAgent is selectively triggered only on tiles with low backbone confidence, adding modest overhead while preserving throughput. Experiments onreal-world datasetsshow consistent gains over strong production baselines, especially in complex and long-tail scenarios. Additionally, MapAgent has been integrated into Baidu Maps, supporting lane-level map generation for over 360 cities nationwide and elevating the overallproduction automationto over 95%, demonstrating MapAgent’s practicality and effectiveness for large-scale lane-level map generation.
View arXiv pageView PDFProject pageGitHub0Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.04513 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.04513 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.04513 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
UrbanAgent: A Tool-Augmented Agent for Cross-System Urban Tasks
UrbanAgent is a tool-augmented agent framework that uses LLMs with code execution, API calls, and MCP to handle cross-system urban requests. The authors also introduce UrbanEval, a benchmark for evaluating task results and execution quality, achieving 71% success rate over baselines.
MAP: A Map-then-Act Paradigm for Long-Horizon Interactive Agent Reasoning
The paper proposes the Map-then-Act Paradigm (MAP), a plug-and-play framework that shifts environmental understanding before execution in interactive LLM agents, achieving consistent gains across benchmarks and enabling frontier models to surpass near-zero baseline performance in 22 of 25 game environments.
@GoSailGlobal: Chinese AI Agents Most Lack the Ability to Access Local Real Data. Amap just opened a door: amap-lbs-skill, adapted for OpenClaw platform, MIT license, 9 stars, packages five things: POI search, route planning (walking/driving/cycling/bus…)
Amap officially released amap-lbs-skill, an open-source toolkit (MIT license) adapted for the OpenClaw platform, providing five types of map data services including POI search, route planning, and trip planning, enabling AI Agents to directly call real local geographic data in China and output visual map links.
Building smarter maps with GPT-4o vision fine-tuning
Grab uses OpenAI's GPT-4o vision fine-tuning to improve GrabMaps, achieving significant accuracy gains in speed limit sign localization (13%), lane counting (20%), and reducing manual mapping efforts across Southeast Asia's complex road networks.
UrbanGround: From Local Perception to Spatial Agency in a Real-Scale City
UrbanGround evaluates whether multimodal language model agents can sustain reliable navigation and spatial reasoning in a realistic 3D city replica, revealing that local perceptual skills fail to compose into extended goal-directed behavior.