paper-with-me

Papers

DuMapNet: An End-to-End Vectorization System for City-Scale Lane-Level Map Generation

2024-06-20 · Deguo Xia, Weiming Zhang, Xiyan Liu, Wei zhang, Chenting Gong, Jizhou Huang, Mengmeng Yang, Diange Yang

Generating city-scale lane-level maps faces significant challenges due to the intricate urban environments, such as blurred or absent lane markings. Additionally, a standard lane-level map requires a comprehensive organization of lane groupings, encompassing lane direction, style, boundary, and topology, yet has not been thoroughly examined in prior research. These obstacles result in labor-intensive human annotation and high maintenance costs. This paper overcomes these limitations and presents an industrial-grade solution named DuMapNet that outputs standardized, vectorized map elements and their topology in an end-to-end paradigm. To this end, we propose a group-wise lane prediction (GLP) system that outputs vectorized results of lane groups by meticulously tailoring a transformer-based network. Meanwhile, to enhance generalization in challenging scenarios, such as road wear and occlusions, as well as to improve global consistency, a contextual prompts encoder (CPE) module is proposed, which leverages the predicted results of spatial neighborhoods as contextual information. Extensive experiments conducted on large-scale real-world datasets demonstrate the superiority and effectiveness of DuMapNet. Additionally, DuMap-Net has already been deployed in production at Baidu Maps since June 2023, supporting lane-level map generation tasks for over 360 cities while bringing a 95% reduction in costs. This demonstrates that DuMapNet serves as a practical and cost-effective industrial solution for city-scale lane-level map generation.

📄 PDF Abstract BibTeX arXiv:2406.14255

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MapAgent: An Industrial-Grade Agentic Framework for City-scale Lane-level Map Generation

2026-06-03 · Deguo Xia, Zihan Li, Haochen Zhao, Dong Xie 외 arxiv

Lane-level maps are critical infrastructure for autonomous driving and lane-level navigation, yet constructing and maintaining standardized lane networks for hundreds of cities remains highly labor-intensive. Recent end-…

Autonomous Driving

AutoVecCoder: Teaching LLMs to Generate Explicitly Vectorized Code

2026-05-18 · Shangzhan Li, Xinyu Yin, Xuanyu Jin, Ye He 외 arxiv

Vectorization via Single Instruction, Multiple Data (SIMD) architectures is a cornerstone of high-performance computing. To fully exploit hardware potential, developers often resort to explicit vectorization using intrin…

Reinforcement LearningCode Generation

A Formalization of Image Vectorization by Region Merging

2024-09-24 · Roy Y. He, Sung Ha Kang, Jean-Michel Morel

Image vectorization converts raster images into vector graphics composed of regions separated by curves. Typical vectorization methods first define the regions by grouping similar colored regions via color quantization, …

Image SegmentationQuantizationSemantic SegmentationVector Graphics

Automated Identification of Toxic Code Reviews Using ToxiCR

2022-02-26 · Jaydeb Sarker, Asif Kamal Turzo, Ming Dong, Amiangshu Bosu

Toxic conversations during software development interactions may have serious repercussions on a Free and Open Source Software (FOSS) development project. For example, victims of toxic conversations may become afraid to …

Where can I drive? A System Approach: Deep Ego Corridor Estimation for Robust Automated Driving

2020-04-16 · Thomas Michalke, Di Feng, Claudius Gläser, Fabian Timm

Lane detection is an essential part of the perception sub-architecture of any automated driving (AD) or advanced driver assistance system (ADAS). When focusing on low-cost, large scale products for automated driving, mod…

Lane DetectionSemantic Segmentation