ROSYJan 15, 2021

Interaction-Aware Behavior Planning for Autonomous Vehicles Validated with Real Traffic Data

arXiv:2101.05985v120 citations
Originality Incremental advance
AI Analysis

This addresses safety and efficiency challenges for autonomous vehicles in mixed traffic, but it is incremental as it builds on existing POMDP and Monte-Carlo Tree Search methods.

The paper tackles the problem of autonomous vehicles planning behaviors amidst uncertain interactions with other traffic participants by formulating it as a POMDP and learning human behavior models from real traffic data, resulting in successful lane changes without collisions in simulations and real data.

Autonomous vehicles (AVs) need to interact with other traffic participants who can be either cooperative or aggressive, attentive or inattentive. Such different characteristics can lead to quite different interactive behaviors. Hence, to achieve safe and efficient autonomous driving, AVs need to be aware of such uncertainties when they plan their own behaviors. In this paper, we formulate such a behavior planning problem as a partially observable Markov Decision Process (POMDP) where the cooperativeness of other traffic participants is treated as an unobservable state. Under different cooperativeness levels, we learn the human behavior models from real traffic data via the principle of maximum likelihood. Based on that, the POMDP problem is solved by Monte-Carlo Tree Search. We verify the proposed algorithm in both simulations and real traffic data on a lane change scenario, and the results show that the proposed algorithm can successfully finish the lane changes without collisions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes