ROJan 8, 2022

Multi-Vehicle Control in Roundabouts using Decentralized Game-Theoretic Planning

arXiv:2201.02718v1Has Code
AI Analysis

This addresses the challenge of scalable multi-vehicle control for autonomous driving in complex environments, representing an incremental improvement over existing game-theoretic methods.

The paper tackles the problem of safe navigation in dense urban driving by proposing a decentralized game-theoretic planning approach that reduces computation time by limiting interactions to nearby vehicles, achieving collision-free and efficient driving in roundabouts compared to baseline models.

Safe navigation in dense, urban driving environments remains an open problem and an active area of research. Unlike typical predict-then-plan approaches, game-theoretic planning considers how one vehicle's plan will affect the actions of another. Recent work has demonstrated significant improvements in the time required to find local Nash equilibria in general-sum games with nonlinear objectives and constraints. When applied trivially to driving, these works assume all vehicles in a scene play a game together, which can result in intractable computation times for dense traffic. We formulate a decentralized approach to game-theoretic planning by assuming that agents only play games within their observational vicinity, which we believe to be a more reasonable assumption for human driving. Games are played in parallel for all strongly connected components of an interaction graph, significantly reducing the number of players and constraints in each game, and therefore the time required for planning. We demonstrate that our approach can achieve collision-free, efficient driving in urban environments by comparing performance against an adaptation of the Intelligent Driver Model and centralized game-theoretic planning when navigating roundabouts in the INTERACTION dataset. Our implementation is available at http://github.com/sisl/DecNashPlanning.

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