paper-with-me

홈 › Papers

LaneGraph2Seq: Lane Topology Extraction with Language Model via Vertex-Edge Encoding and Connectivity Enhancement

2024-01-31 · Renyuan Peng, Xinyue Cai, Hang Xu, Jiachen Lu, Feng Wen, Wei zhang, Li Zhang

Understanding road structures is crucial for autonomous driving. Intricate road structures are often depicted using lane graphs, which include centerline curves and connections forming a Directed Acyclic Graph (DAG). Accurate extraction of lane graphs relies on precisely estimating vertex and edge information within the DAG. Recent research highlights Transformer-based language models' impressive sequence prediction abilities, making them effective for learning graph representations when graph data are encoded as sequences. However, existing studies focus mainly on modeling vertices explicitly, leaving edge information simply embedded in the network. Consequently, these approaches fall short in the task of lane graph extraction. To address this, we introduce LaneGraph2Seq, a novel approach for lane graph extraction. It leverages a language model with vertex-edge encoding and connectivity enhancement. Our serialization strategy includes a vertex-centric depth-first traversal and a concise edge-based partition sequence. Additionally, we use classifier-free guidance combined with nucleus sampling to improve lane connectivity. We validate our method on prominent datasets, nuScenes and Argoverse 2, showcasing consistent and compelling results. Our LaneGraph2Seq approach demonstrates superior performance compared to state-of-the-art techniques in lane graph extraction.

📄 PDF Abstract BibTeX arXiv:2401.17609

Code (2)

fudan-zvg/roadnet 공식 구현 pytorch
fudan-zvg/roadnetworktransformer pytorch

Tasks

Autonomous DrivingLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Bezier Everywhere All at Once: Learning Drivable Lanes as Bezier Graphs

2024-01-01 · CVPR 2024 1 · Hugh Blayney, Hanlin Tian, Hamish Scott, Nils Goldbeck 외

Knowledge of lane topology is a core problem in autonomous driving. Aerial imagery can provide high resolution quickly updatable lane source data but detecting lanes from such data has so far been an expensive manual…

AllAutonomous Driving

Topology Preserving Local Road Network Estimation from Single Onboard Camera Image

2021-12-19 · CVPR 2022 1 · Yigit Baran Can, Alexander Liniger, Danda Pani Paudel, Luc van Gool

Knowledge of the road network topology is crucial for autonomous planning and navigation. Yet, recovering such topology from a single image has only been explored in part. Furthermore, it needs to refer to the ground pla…

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

2026-07-01 · Julian Brandes, Philipp Crocoll, Wolfram Burgard arxiv

High definition map generation is essential for autonomous driving, yet remains a labor-intensive process at scale. We present MapDreamer, a generative diffusion model that synthesizes lane-level vector maps with explici…

Autonomous Driving

SeqGrowGraph: Learning Lane Topology as a Chain of Graph Expansions

2025-07-07 · Mengwei Xie, Shuang Zeng, Xinyuan Chang, Xinran Liu 외 arxiv

Accurate lane topology is essential for autonomous driving, yet traditional methods struggle to model the complex, non-linear structures-such as loops and bidirectional lanes-prevalent in real-world road structure. We pr…

Autonomous Driving

LATO: 3D Mesh Flow Matching with Structured TOpology Preserving LAtents

2026-03-06 · Tianhao Zhao, Youjia Zhang, Hang Long, Jinshen Zhang 외 arxiv

In this paper, we introduce LATO, a novel topology-preserving latent representation that enables scalable, flow matching-based synthesis of explicit 3D meshes. LATO represents a mesh as a Vertex Displacement Field (VDF) …