Interpreting Adversarial Examples by Activation Promotion and Suppression
Kaidi Xu, Sijia Liu, Gaoyuan Zhang, Mengshu Sun, Pu Zhao, Quanfu Fan, Chuang Gan, Xue Lin
TL;DR
This work probes the interpretability of adversarial examples by proposing a promotion-suppression framework (PSE) that categorizes pixel perturbations based on their influence on true and target class logits. It connects pixel-level perturbations to image-level discriminative regions via CAM and to hidden-unit semantics via network dissection, revealing a tight link between perturbation sensitivity and concept-level interpretability. The study demonstrates that perturbations often act on discriminative regions corresponding to true- and target-class concepts, and introduces refinement strategies guided by CAM to improve attack efficiency and robustness. Overall, the paper provides a multi-level interpretation of adversarial effects and suggests interpretability-informed defenses, such as neuron masking, to bolster robustness with manageable costs to clean accuracy.
Abstract
It is widely known that convolutional neural networks (CNNs) are vulnerable to adversarial examples: images with imperceptible perturbations crafted to fool classifiers. However, interpretability of these perturbations is less explored in the literature. This work aims to better understand the roles of adversarial perturbations and provide visual explanations from pixel, image and network perspectives. We show that adversaries have a promotion-suppression effect (PSE) on neurons' activations and can be primarily categorized into three types: i) suppression-dominated perturbations that mainly reduce the classification score of the true label, ii) promotion-dominated perturbations that focus on boosting the confidence of the target label, and iii) balanced perturbations that play a dual role in suppression and promotion. We also provide image-level interpretability of adversarial examples. This links PSE of pixel-level perturbations to class-specific discriminative image regions localized by class activation mapping (Zhou et al. 2016). Further, we examine the adversarial effect through network dissection (Bau et al. 2017), which offers concept-level interpretability of hidden units. We show that there exists a tight connection between the units' sensitivity to adversarial attacks and their interpretability on semantic concepts. Lastly, we provide some new insights from our interpretation to improve the adversarial robustness of networks.
