LGGTMLOct 24, 2018

Learning Negotiating Behavior Between Cars in Intersections using Deep Q-Learning

arXiv:1810.10469v151 citations
Originality Incremental advance
AI Analysis

This addresses safety and efficiency for autonomous vehicles in mixed traffic scenarios, but it is incremental as it builds on existing deep Q-learning methods with specific adaptations.

The paper tackles the problem of automated vehicles negotiating with other vehicles at intersections by learning typical behaviors to avoid collisions and pass efficiently, achieving a 98% collision avoidance rate and showing that inferring information over time reduces collision rates from 1.75% to 0.85%.

This paper concerns automated vehicles negotiating with other vehicles, typically human driven, in crossings with the goal to find a decision algorithm by learning typical behaviors of other vehicles. The vehicle observes distance and speed of vehicles on the intersecting road and use a policy that adapts its speed along its pre-defined trajectory to pass the crossing efficiently. Deep Q-learning is used on simulated traffic with different predefined driver behaviors and intentions. The results show a policy that is able to cross the intersection avoiding collision with other vehicles 98% of the time, while at the same time not being too passive. Moreover, inferring information over time is important to distinguish between different intentions and is shown by comparing the collision rate between a Deep Recurrent Q-Network at 0.85% and a Deep Q-learning at 1.75%.

Foundations

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

Your Notes