LGAIMar 22, 2024

Unifying Lane-Level Traffic Prediction from a Graph Structural Perspective: Benchmark and Baseline

arXiv:2403.14941v26 citationsh-index: 6Has CodeIEEE Trans Knowl Data Eng
AI Analysis

This work addresses a critical bottleneck for researchers in autonomous driving and traffic management by providing essential benchmarks and resources, though it is incremental in nature.

The paper tackles the lack of unified evaluation standards and public resources for lane-level traffic prediction by introducing a systematic classification framework, constructing three public datasets, and proposing a baseline model, GraphMLP, which enables consistent benchmarking across datasets and models.

Traffic prediction has long been a focal and pivotal area in research, witnessing both significant strides from city-level to road-level predictions in recent years. With the advancement of Vehicle-to-Everything (V2X) technologies, autonomous driving, and large-scale models in the traffic domain, lane-level traffic prediction has emerged as an indispensable direction. However, further progress in this field is hindered by the absence of comprehensive and unified evaluation standards, coupled with limited public availability of data and code. In this paper, we present the first systematic classification framework for lane-level traffic prediction, offering a structured taxonomy and analysis of existing methods. We construct three representative datasets from two real-world road networks, covering both regular and irregular lane configurations, and make them publicly available to support future research. We further establishes a unified spatial topology structure and prediction task formulation, and proposes a simple yet effective baseline model, GraphMLP, based on graph structure and MLP networks. This unified framework enables consistent evaluation across datasets and modeling paradigms. We also reproduce previously unavailable code from existing studies and conduct extensive experiments to assess a range of models in terms of accuracy, efficiency, and applicability, providing the first benchmark that jointly considers predictive performance and training cost for lane-level traffic scenarios. All datasets and code are released at https://github.com/ShuhaoLii/LaneLevel-Traffic-Benchmark.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes