Adversarial Attack via Dual-Stage Network Erosion
Yexin Duan, Junhua Zou, Xingyu Zhou, Wu Zhang, Jin Zhang, Zhisong Pan

TL;DR
This paper introduces Dual-Stage Network Erosion (DSNE), a novel method that enhances the transferability of adversarial examples by applying feature-level perturbations and ensemble techniques, revealing new vulnerabilities in neural network architectures.
Contribution
The paper proposes DSNE, a dual-stage perturbation approach that implicitly creates diverse models for better transferability of adversarial examples, especially in residual networks.
Findings
Improved transferability of adversarial examples on various networks.
Comparable computational cost to state-of-the-art methods.
Enhanced transferability in residual networks by biasing residual block information.
Abstract
Deep neural networks are vulnerable to adversarial examples, which can fool deep models by adding subtle perturbations. Although existing attacks have achieved promising results, it still leaves a long way to go for generating transferable adversarial examples under the black-box setting. To this end, this paper proposes to improve the transferability of adversarial examples, and applies dual-stage feature-level perturbations to an existing model to implicitly create a set of diverse models. Then these models are fused by the longitudinal ensemble during the iterations. The proposed method is termed Dual-Stage Network Erosion (DSNE). We conduct comprehensive experiments both on non-residual and residual networks, and obtain more transferable adversarial examples with the computational cost similar to the state-of-the-art method. In particular, for the residual networks, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications
MethodsResidual Connection · Batch Normalization · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Residual Block
