CVLGROAug 29, 2020

Driving Through Ghosts: Behavioral Cloning with False Positives

arXiv:2008.12969v119 citations
AI Analysis

This addresses safety issues in autonomous driving by enabling robust policy learning despite noisy perception, though it is incremental as it builds on existing behavioral cloning methods.

The paper tackles the problem of autonomous driving policies being misled by false positive detections from imperfect perception systems, proposing a behavioral cloning approach that uses a probabilistic representation of perceptual uncertainty to learn safe driving policies, and demonstrates in CARLA simulator that it overcomes critical false positives that cause failures or overly conservative behavior.

Safe autonomous driving requires robust detection of other traffic participants. However, robust does not mean perfect, and safe systems typically minimize missed detections at the expense of a higher false positive rate. This results in conservative and yet potentially dangerous behavior such as avoiding imaginary obstacles. In the context of behavioral cloning, perceptual errors at training time can lead to learning difficulties or wrong policies, as expert demonstrations might be inconsistent with the perceived world state. In this work, we propose a behavioral cloning approach that can safely leverage imperfect perception without being conservative. Our core contribution is a novel representation of perceptual uncertainty for learning to plan. We propose a new probabilistic birds-eye-view semantic grid to encode the noisy output of object perception systems. We then leverage expert demonstrations to learn an imitative driving policy using this probabilistic representation. Using the CARLA simulator, we show that our approach can safely overcome critical false positives that would otherwise lead to catastrophic failures or conservative behavior.

Foundations

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

Your Notes