paper-with-me

홈 › Papers

DynamicRouteGPT: A Real-Time Multi-Vehicle Dynamic Navigation Framework Based on Large Language Models

2024-08-26 · Ziai Zhou, Bin Zhou, Hao liu

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 Markov chains, Bayesian inference, and large-scale pretrained language models like Llama3 8B to provide an efficient path planning solution. It dynamically adjusts to traffic scenarios and driver preferences and requires no pre-training, offering broad applicability across road networks. A key innovation is the construction of causal graphs for counterfactual reasoning, optimizing path decisions. Experimental results show that our method achieves state-of-the-art performance in real-time dynamic path planning for multiple vehicles while providing explainable path selections, offering a novel and efficient solution for complex traffic environments.

📄 PDF Abstract BibTeX arXiv:2408.14185

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceCausal InferencecounterfactualCounterfactual ReasoningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Bi-Objective Routing of Multiple Vehicles

2020-05-28 · Jakob Bossek, Christian Grimme, Heike Trautmann

In practice, e.g. in delivery and service scenarios, Vehicle-Routing-Problems (VRPs) often imply repeated decision making on dynamic customer requests. As in classical VRPs, tours have to be planned short while the numbe…

Decision MakingSequential Decision Making

Balanced dynamic multiple travelling salesmen: algorithms and continuous approximations

2020-08-27 · Wolfgang Garn

Dynamic routing occurs when customers are not known in advance, e.g. for real-time routing. Two heuristics are proposed that solve the balanced dynamic multiple travelling salesmen problem (BD-mTSP). These heuristics rep…

Real-time Eco-Driving Control in Electrified Connected and Autonomous Vehicles using Approximate Dynamic Programming

2021-08-05 · Shreshta Rajakumar Deshpande, Shobhit Gupta, Abhishek Gupta, Marcello Canova

Connected and Automated Vehicles (CAVs), particularly those with a hybrid electric powertrain, have the potential to significantly improve vehicle energy savings in real-world driving conditions. In particular, the Eco-D…

Autonomous VehiclesModel Predictive Control

LiveMap: Real-Time Dynamic Map in Automotive Edge Computing

2020-12-16 · Qiang Liu, Tao Han, Jiang, Xie 외

Autonomous driving needs various line-of-sight sensors to perceive surroundings that could be impaired under diverse environment uncertainties such as visual occlusion and extreme weather. To improve driving safety, we e…

Autonomous DrivingDeep Reinforcement LearningEdge-computingObject+3

RTMaps-based Local Dynamic Map for multi-ADAS data fusion

2022-05-13 · Marcos Nieto, Mikel Garcia, Itziar Urbieta, Oihana Otaegui

Work on Local Dynamic Maps (LDM) implementation is still in its early stages, as the LDM standards only define how information shall be structured in databases, while the mechanism to fuse or link information across diff…

Decision Making