CVLGNEROApr 25, 2017

Explaining How a Deep Neural Network Trained with End-to-End Learning Steers a Car

arXiv:1704.07911v1433 citations
Originality Incremental advance
AI Analysis

This addresses the interpretability challenge for autonomous driving systems, providing insights into black-box models, but is incremental as it builds on existing PilotNet technology.

The paper tackled the problem of explaining how a deep neural network (PilotNet) steers a car by identifying key elements in road images that influence its decisions, showing it learns both obvious features like lane markings and subtle ones like bushes and atypical vehicles.

As part of a complete software stack for autonomous driving, NVIDIA has created a neural-network-based system, known as PilotNet, which outputs steering angles given images of the road ahead. PilotNet is trained using road images paired with the steering angles generated by a human driving a data-collection car. It derives the necessary domain knowledge by observing human drivers. This eliminates the need for human engineers to anticipate what is important in an image and foresee all the necessary rules for safe driving. Road tests demonstrated that PilotNet can successfully perform lane keeping in a wide variety of driving conditions, regardless of whether lane markings are present or not. The goal of the work described here is to explain what PilotNet learns and how it makes its decisions. To this end we developed a method for determining which elements in the road image most influence PilotNet's steering decision. Results show that PilotNet indeed learns to recognize relevant objects on the road. In addition to learning the obvious features such as lane markings, edges of roads, and other cars, PilotNet learns more subtle features that would be hard to anticipate and program by engineers, for example, bushes lining the edge of the road and atypical vehicle classes.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes