Robust Feature-Level Adversaries are Interpretability Tools
Stephen Casper, Max Nadeau, Dylan Hadfield-Menell, Gabriel Kreiman
TL;DR
This paper introduces feature-level adversaries that perturb latent representations of generative models to create perceptible, interpretable attacks on vision systems. It defines a differentiable pipeline with patch, region, and generalized-patch attacks, augmented by disguise regularizers to produce attacks that are both effective and interpretable, even at ImageNet scale. The authors demonstrate robust, universal, disguised, physically-realizable, and black-box attack capabilities and show how these adversaries illuminate network representations via copy/paste interpretability tests. They also position these attacks as practical tools for diagnosing model weaknesses and guiding future defenses and adversarial training.
Abstract
The literature on adversarial attacks in computer vision typically focuses on pixel-level perturbations. These tend to be very difficult to interpret. Recent work that manipulates the latent representations of image generators to create "feature-level" adversarial perturbations gives us an opportunity to explore perceptible, interpretable adversarial attacks. We make three contributions. First, we observe that feature-level attacks provide useful classes of inputs for studying representations in models. Second, we show that these adversaries are uniquely versatile and highly robust. We demonstrate that they can be used to produce targeted, universal, disguised, physically-realizable, and black-box attacks at the ImageNet scale. Third, we show how these adversarial images can be used as a practical interpretability tool for identifying bugs in networks. We use these adversaries to make predictions about spurious associations between features and classes which we then test by designing "copy/paste" attacks in which one natural image is pasted into another to cause a targeted misclassification. Our results suggest that feature-level attacks are a promising approach for rigorous interpretability research. They support the design of tools to better understand what a model has learned and diagnose brittle feature associations. Code is available at https://github.com/thestephencasper/feature_level_adv
