MAAIROFeb 1, 2024

Multi-agent Path Finding for Cooperative Autonomous Driving

arXiv:2402.00334v111 citationsh-index: 6ICRA
Originality Incremental advance
AI Analysis

This work addresses efficient path planning for connected autonomous vehicles at intersections, with direct applicability to traffic and multi-robot scenarios, though it is incremental as it builds on prior MAPF and control theory insights.

The paper tackles the problem of cooperative autonomous driving at intersections by hybridizing multi-agent path finding algorithms with crossing order optimization, resulting in an algorithm (OBS-KATS) that significantly outperforms existing methods across various conditions.

Anticipating possible future deployment of connected and automated vehicles (CAVs), cooperative autonomous driving at intersections has been studied by many works in control theory and intelligent transportation across decades. Simultaneously, recent parallel works in robotics have devised efficient algorithms for multi-agent path finding (MAPF), though often in environments with simplified kinematics. In this work, we hybridize insights and algorithms from MAPF with the structure and heuristics of optimizing the crossing order of CAVs at signal-free intersections. We devise an optimal and complete algorithm, Order-based Search with Kinematics Arrival Time Scheduling (OBS-KATS), which significantly outperforms existing algorithms, fixed heuristics, and prioritized planning with KATS. The performance is maintained under different vehicle arrival rates, lane lengths, crossing speeds, and control horizon. Through ablations and dissections, we offer insight on the contributing factors to OBS-KATS's performance. Our work is directly applicable to many similarly scaled traffic and multi-robot scenarios with directed lanes.

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