CVJan 9, 2018

Adversarial Spheres

arXiv:1801.02774v3335 citations
Originality Highly original
AI Analysis

This foundational work addresses the problem of understanding adversarial examples for the machine learning community, offering a theoretical explanation based on high-dimensional geometry.

The paper investigates the cause of adversarial vulnerability in computer vision models by analyzing a synthetic dataset of two concentric high-dimensional spheres, proving that any model with a small constant test error fraction is vulnerable to adversarial perturbations of size O(1/√d), and showing that trained neural networks approach this bound.

State of the art computer vision models have been shown to be vulnerable to small adversarial perturbations of the input. In other words, most images in the data distribution are both correctly classified by the model and are very close to a visually similar misclassified image. Despite substantial research interest, the cause of the phenomenon is still poorly understood and remains unsolved. We hypothesize that this counter intuitive behavior is a naturally occurring result of the high dimensional geometry of the data manifold. As a first step towards exploring this hypothesis, we study a simple synthetic dataset of classifying between two concentric high dimensional spheres. For this dataset we show a fundamental tradeoff between the amount of test error and the average distance to nearest error. In particular, we prove that any model which misclassifies a small constant fraction of a sphere will be vulnerable to adversarial perturbations of size $O(1/\sqrt{d})$. Surprisingly, when we train several different architectures on this dataset, all of their error sets naturally approach this theoretical bound. As a result of the theory, the vulnerability of neural networks to small adversarial perturbations is a logical consequence of the amount of test error observed. We hope that our theoretical analysis of this very simple case will point the way forward to explore how the geometry of complex real-world data sets leads to adversarial examples.

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