DynamicRouteGPT: A Real-Time Multi-Vehicle Dynamic Navigation Framework Based on Large Language Models
Ziai Zhou, Bin Zhou, Hao Liu

TL;DR
DynamicRouteGPT leverages large language models, causal inference, and real-time data to enable efficient, explainable multi-vehicle navigation in complex traffic environments, surpassing traditional and RL-based methods.
Contribution
It introduces a novel real-time dynamic path planning framework combining LLMs, causal graphs, and classical algorithms without pre-training, enhancing adaptability and explainability.
Findings
Achieves state-of-the-art performance in real-time multi-vehicle navigation.
Provides explainable path decisions through causal reasoning.
Demonstrates broad applicability across diverse traffic scenarios.
Abstract
Real-time dynamic path planning in complex traffic environments presents challenges, such as varying traffic volumes and signal wait times. Traditional static routing algorithms like Dijkstra and A* compute shortest paths but often fail under dynamic conditions. Recent Reinforcement Learning (RL) approaches offer improvements but tend to focus on local optima, risking dead-ends or boundary issues. This paper proposes a novel approach based on causal inference for real-time dynamic path planning, balancing global and local optimality. We first use the static Dijkstra algorithm to compute a globally optimal baseline path. A distributed control strategy then guides vehicles along this path. At intersections, DynamicRouteGPT performs real-time decision-making for local path selection, considering real-time traffic, driving preferences, and unexpected events. DynamicRouteGPT integrates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Web Data Mining and Analysis
MethodsCausal inference · Focus
