Lane-Level Route Planning for Autonomous Vehicles
Mitchell Jones, Maximilian Haas-Heger, Jur van den Berg

TL;DR
This paper introduces a fast, lane-level route planning algorithm for autonomous vehicles that minimizes expected travel costs by efficiently solving a stochastic Markov Decision Process using a Dijkstra-like method.
Contribution
It presents a novel, efficient approach to lane-level route planning by solving a stochastic MDP with a Dijkstra-like algorithm, enabling real-time autonomous vehicle decision-making.
Findings
The algorithm efficiently computes optimal routes with $O(n \, log \, n)$ complexity.
It effectively models lane change uncertainties as a stochastic MDP.
The approach improves lane selection and route planning for autonomous vehicles.
Abstract
We present an algorithm that, given a representation of a road network in lane-level detail, computes a route that minimizes the expected cost to reach a given destination. In doing so, our algorithm allows us to solve for the complex trade-offs encountered when trying to decide not just which roads to follow, but also when to change between the lanes making up these roads, in order to -- for example -- reduce the likelihood of missing a left exit while not unnecessarily driving in the leftmost lane. This routing problem can naturally be formulated as a Markov Decision Process (MDP), in which lane change actions have stochastic outcomes. However, MDPs are known to be time-consuming to solve in general. In this paper, we show that -- under reasonable assumptions -- we can use a Dijkstra-like approach to solve this stochastic problem, and benefit from its efficient running…
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
TopicsTransportation Planning and Optimization · Autonomous Vehicle Technology and Safety · Traffic control and management
