Are classical deep neural networks weakly adversarially robust?
Nuolin Sun, Linyuan Wang, Dongyang Li, Bin Yan, Lei Li

TL;DR
This paper proposes a layer-wise feature path correlation method for adversarial example detection in DNNs, revealing inherent robustness and offering a computationally efficient alternative to adversarial training.
Contribution
It introduces a novel detection method based on feature path correlation that demonstrates inherent adversarial robustness in classical DNNs without heavy training overhead.
Findings
Achieves 82.77% clean and 44.17% adversarial accuracy on ResNet-20.
Maintains competitive performance on ResNet-18 with 80.01% clean and 46.1% adversarial accuracy.
Reveals inherent adversarial robustness in DNNs, challenging previous assumptions.
Abstract
Adversarial attacks have received increasing attention and it has been widely recognized that classical DNNs have weak adversarial robustness. The most commonly used adversarial defense method, adversarial training, improves the adversarial accuracy of DNNs by generating adversarial examples and retraining the model. However, adversarial training requires a significant computational overhead. In this paper, inspired by existing studies focusing on the clustering properties of DNN output features at each layer and the Progressive Feedforward Collapse phenomenon, we propose a method for adversarial example detection and image recognition that uses layer-wise features to construct feature paths and computes the correlation between the examples feature paths and the class-centered feature paths. Experimental results show that the recognition method achieves 82.77% clean accuracy and 44.17%…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsSoftmax · Attention Is All You Need
