Adversarial Samples Are Not Created Equal
Jennifer Crawford, Amol Khanna, Fred Lu, Amy R. Wagoner, Stella Biderman, Andre T. Nguyen, Edward Raff
TL;DR
This paper reframes adversarial vulnerability by distinguishing two distinct weaknesses: exploitation of non-robust data features and a separate vulnerability tied to sharpness in the loss landscape, termed adversarial bugs. It introduces an ensemble-based metric, $JS_\Delta$, to quantify whether an adversarial perturbation significantly manipulates data features, enabling a separation between feature-based attacks and adversarial bugs. Through CIFAR10 and SVHN experiments with various training regimes, it shows that larger perturbations tend to shift attacks toward non-robust features, while SAM reduces the occurrence of adversarial bugs but does not fundamentally increase robustness of data features. The work also re-evaluates robust datasets, revealing that non-robust features persist and that robustness gaps arise from naive distillation of robust features, offering a nuanced view of how to evaluate and improve adversarial robustness in practice.
Abstract
Over the past decade, numerous theories have been proposed to explain the widespread vulnerability of deep neural networks to adversarial evasion attacks. Among these, the theory of non-robust features proposed by Ilyas et al. has been widely accepted, showing that brittle but predictive features of the data distribution can be directly exploited by attackers. However, this theory overlooks adversarial samples that do not directly utilize these features. In this work, we advocate that these two kinds of samples - those which use use brittle but predictive features and those that do not - comprise two types of adversarial weaknesses and should be differentiated when evaluating adversarial robustness. For this purpose, we propose an ensemble-based metric to measure the manipulation of non-robust features by adversarial perturbations and use this metric to analyze the makeup of adversarial samples generated by attackers. This new perspective also allows us to re-examine multiple phenomena, including the impact of sharpness-aware minimization on adversarial robustness and the robustness gap observed between adversarially training and standard training on robust datasets.
