MLLGDec 20, 2014

Explaining and Harnessing Adversarial Examples

arXiv:1412.6572v322230 citations
Originality Highly original
AI Analysis

This addresses the problem of adversarial robustness in machine learning models, particularly neural networks, with a novel explanation and practical improvement.

The paper argues that the linear nature of neural networks is the primary cause of their vulnerability to adversarial examples, leading to a simple method for generating such examples and reducing test error on MNIST through adversarial training.

Several machine learning models, including neural networks, consistently misclassify adversarial examples---inputs formed by applying small but intentionally worst-case perturbations to examples from the dataset, such that the perturbed input results in the model outputting an incorrect answer with high confidence. Early attempts at explaining this phenomenon focused on nonlinearity and overfitting. We argue instead that the primary cause of neural networks' vulnerability to adversarial perturbation is their linear nature. This explanation is supported by new quantitative results while giving the first explanation of the most intriguing fact about them: their generalization across architectures and training sets. Moreover, this view yields a simple and fast method of generating adversarial examples. Using this approach to provide examples for adversarial training, we reduce the test set error of a maxout network on the MNIST dataset.

Code Implementations59 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