ROLGNov 7, 2024

IGDrivSim: A Benchmark for the Imitation Gap in Autonomous Driving

arXiv:2411.04653v22 citationsh-index: 67Has CodeIROS
Originality Incremental advance
AI Analysis

This work addresses a specific problem in self-driving research by providing a benchmark to study and reduce imitation gaps, though it is incremental in nature.

The paper tackles the imitation gap in autonomous driving, where discrepancies between human perception and vehicle sensors cause imitation learning failures, and shows that combining imitation with reinforcement learning using penalty rewards effectively mitigates these issues.

Developing autonomous vehicles that can navigate complex environments with human-level safety and efficiency is a central goal in self-driving research. A common approach to achieving this is imitation learning, where agents are trained to mimic human expert demonstrations collected from real-world driving scenarios. However, discrepancies between human perception and the self-driving car's sensors can introduce an $\textit{imitation}$ gap, leading to imitation learning failures. In this work, we introduce $\textbf{IGDrivSim}$, a benchmark built on top of the Waymax simulator, designed to investigate the effects of the imitation gap in learning autonomous driving policy from human expert demonstrations. Our experiments show that this perception gap between human experts and self-driving agents can hinder the learning of safe and effective driving behaviors. We further show that combining imitation with reinforcement learning, using a simple penalty reward for prohibited behaviors, effectively mitigates these failures. Our code is open-sourced at: https://github.com/clemgris/IGDrivSim.git.

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