ROCVLGNEOct 9, 2020

Robust Behavioral Cloning for Autonomous Vehicles using End-to-End Imitation Learning

arXiv:2010.04767v441 citations
AI Analysis

This work addresses the problem of reliable autonomous driving control for vehicle systems, but it appears incremental as it builds on existing imitation learning methods with a novel control law.

The authors tackled robust behavioral cloning for autonomous vehicles using end-to-end imitation learning, resulting in a lightweight pipeline that trained and deployed three driving behavior models in simulation, with analysis of computational efficiency and robustness through exhaustive experimentation.

In this work, we present a lightweight pipeline for robust behavioral cloning of a human driver using end-to-end imitation learning. The proposed pipeline was employed to train and deploy three distinct driving behavior models onto a simulated vehicle. The training phase comprised of data collection, balancing, augmentation, preprocessing and training a neural network, following which, the trained model was deployed onto the ego vehicle to predict steering commands based on the feed from an onboard camera. A novel coupled control law was formulated to generate longitudinal control commands on-the-go based on the predicted steering angle and other parameters such as actual speed of the ego vehicle and the prescribed constraints for speed and steering. We analyzed computational efficiency of the pipeline and evaluated robustness of the trained models through exhaustive experimentation during the deployment phase. We also compared our approach against state-of-the-art implementation in order to comment on its validity.

Code Implementations2 repos
Foundations

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

Your Notes