CVCRLGIVFeb 16, 2022

Applying adversarial networks to increase the data efficiency and reliability of Self-Driving Cars

arXiv:2202.07815v11 citations
Originality Incremental advance
AI Analysis

This addresses safety and reliability issues for self-driving cars by improving data efficiency and robustness against adversarial attacks, though it is incremental as it builds on existing adversarial training methods.

The paper tackles the problem of CNNs being vulnerable to small perturbations in images, which is critical for self-driving cars to prevent collisions, by implementing an Adversarial Self-Driving framework using GANs to generate perturbed data for training, resulting in an 18% accuracy increase in a real-world car and no collisions in 30 minutes of simulation.

Convolutional Neural Networks (CNNs) are vulnerable to misclassifying images when small perturbations are present. With the increasing prevalence of CNNs in self-driving cars, it is vital to ensure these algorithms are robust to prevent collisions from occurring due to failure in recognizing a situation. In the Adversarial Self-Driving framework, a Generative Adversarial Network (GAN) is implemented to generate realistic perturbations in an image that cause a classifier CNN to misclassify data. This perturbed data is then used to train the classifier CNN further. The Adversarial Self-driving framework is applied to an image classification algorithm to improve the classification accuracy on perturbed images and is later applied to train a self-driving car to drive in a simulation. A small-scale self-driving car is also built to drive around a track and classify signs. The Adversarial Self-driving framework produces perturbed images through learning a dataset, as a result removing the need to train on significant amounts of data. Experiments demonstrate that the Adversarial Self-driving framework identifies situations where CNNs are vulnerable to perturbations and generates new examples of these situations for the CNN to train on. The additional data generated by the Adversarial Self-driving framework provides sufficient data for the CNN to generalize to the environment. Therefore, it is a viable tool to increase the resilience of CNNs to perturbations. Particularly, in the real-world self-driving car, the application of the Adversarial Self-Driving framework resulted in an 18 % increase in accuracy, and the simulated self-driving model had no collisions in 30 minutes of driving.

Foundations

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

Your Notes