LGAIMLJun 9, 2022

Adversarial Noises Are Linearly Separable for (Nearly) Random Neural Networks

Stanford
arXiv:2206.04316v12 citationsh-index: 41
Originality Incremental advance
AI Analysis

This work provides theoretical insights into the structure of adversarial examples for neural networks, which could aid in developing more robust defenses against adversarial attacks.

The paper demonstrates that adversarial noises generated by one-step gradient methods are linearly separable when paired with their labels, and proves this property for two-layer networks with random initialization and the neural tangent kernel setup. Experiments show that a linear classifier trained on training adversarial noises can effectively classify test adversarial noises, indicating a distributional perturbation effect.

Adversarial examples, which are usually generated for specific inputs with a specific model, are ubiquitous for neural networks. In this paper we unveil a surprising property of adversarial noises when they are put together, i.e., adversarial noises crafted by one-step gradient methods are linearly separable if equipped with the corresponding labels. We theoretically prove this property for a two-layer network with randomly initialized entries and the neural tangent kernel setup where the parameters are not far from initialization. The proof idea is to show the label information can be efficiently backpropagated to the input while keeping the linear separability. Our theory and experimental evidence further show that the linear classifier trained with the adversarial noises of the training data can well classify the adversarial noises of the test data, indicating that adversarial noises actually inject a distributional perturbation to the original data distribution. Furthermore, we empirically demonstrate that the adversarial noises may become less linearly separable when the above conditions are compromised while they are still much easier to classify than original features.

Foundations

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

Your Notes