The Relationship Between Network Similarity and Transferability of Adversarial Attacks
Gerrit Klause, Niklas Bunzel

TL;DR
This paper explores how the similarity between neural networks influences the success of transferred adversarial attacks, providing insights for designing more robust models and demonstrating predictive modeling of attack success rates.
Contribution
It introduces a detailed analysis of network similarity's impact on attack transferability and proposes a predictive model with over 90% accuracy for attack success rates.
Findings
Network similarity varies across architectures, with complex models like DenseNet showing lower similarity.
Layer similarity is highest in basic layers such as Conv2d and Dropout.
A DecisionTreeRegressor can predict attack success rates with over 90% accuracy.
Abstract
Neural networks are vulnerable to adversarial attacks, and several defenses have been proposed. Designing a robust network is a challenging task given the wide range of attacks that have been developed. Therefore, we aim to provide insight into the influence of network similarity on the success rate of transferred adversarial attacks. Network designers can then compare their new network with existing ones to estimate its vulnerability. To achieve this, we investigate the complex relationship between network similarity and the success rate of transferred adversarial attacks. We applied the Centered Kernel Alignment (CKA) network similarity score and used various methods to find a correlation between a large number of Convolutional Neural Networks (CNNs) and adversarial attacks. Network similarity was found to be moderate across different CNN architectures, with more complex models such…
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
TopicsNetwork Security and Intrusion Detection
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Global Average Pooling · Kaiming Initialization · Dense Connections · Max Pooling · Softmax · Convolution · 1x1 Convolution · Dropout · Average Pooling
