ROAILGSep 14, 2021

Learning to Navigate Intersections with Unsupervised Driver Trait Inference

arXiv:2109.06783v218 citations
Originality Incremental advance
AI Analysis

This addresses safety and efficiency for autonomous vehicles in complex traffic scenarios, though it is incremental as it builds on existing unsupervised and reinforcement learning techniques.

The paper tackled the problem of autonomous vehicles navigating uncontrolled intersections by inferring driver traits from trajectories without labels, resulting in a method that outperformed state-of-the-art baselines in a T-intersection scenario.

Navigation through uncontrolled intersections is one of the key challenges for autonomous vehicles. Identifying the subtle differences in hidden traits of other drivers can bring significant benefits when navigating in such environments. We propose an unsupervised method for inferring driver traits such as driving styles from observed vehicle trajectories. We use a variational autoencoder with recurrent neural networks to learn a latent representation of traits without any ground truth trait labels. Then, we use this trait representation to learn a policy for an autonomous vehicle to navigate through a T-intersection with deep reinforcement learning. Our pipeline enables the autonomous vehicle to adjust its actions when dealing with drivers of different traits to ensure safety and efficiency. Our method demonstrates promising performance and outperforms state-of-the-art baselines in the T-intersection scenario.

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