DCLGMLMar 7, 2020

A machine learning environment for evaluating autonomous driving software

arXiv:2003.03576v19 citations
AI Analysis

This work addresses the problem of safely testing autonomous driving software in scenarios that cannot be replicated in the real world, though it is incremental as it builds on existing simulation and machine learning tools.

The authors tackled the need for safe testing environments for autonomous vehicles by developing a hybrid photorealistic simulation system that connects CARLA and TensorFlow to detect corner case behaviors, achieving performance measurements from real setups.

Autonomous vehicles need safe development and testing environments. Many traffic scenarios are such that they cannot be tested in the real world. We see hybrid photorealistic simulation as a viable tool for developing AI (artificial intelligence) software for autonomous driving. We present a machine learning environment for detecting autonomous vehicle corner case behavior. Our environment is based on connecting the CARLA simulation software to TensorFlow machine learning framework and custom AI client software. The AI client software receives data from a simulated world via virtual sensors and transforms the data into information using machine learning models. The AI clients control vehicles in the simulated world. Our environment monitors the state assumed by the vehicle AIs to the ground truth state derived from the simulation model. Our system can search for corner cases where the vehicle AI is unable to correctly understand the situation. In our paper, we present the overall hybrid simulator architecture and compare different configurations. We present performance measurements from real setups, and outline the main parameters affecting the hybrid simulator performance.

Foundations

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

Your Notes