Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Structure Invariant Transformation for better Adversarial Transferability

About

Given the severe vulnerability of Deep Neural Networks (DNNs) against adversarial examples, there is an urgent need for an effective adversarial attack to identify the deficiencies of DNNs in security-sensitive applications. As one of the prevalent black-box adversarial attacks, the existing transfer-based attacks still cannot achieve comparable performance with the white-box attacks. Among these, input transformation based attacks have shown remarkable effectiveness in boosting transferability. In this work, we find that the existing input transformation based attacks transform the input image globally, resulting in limited diversity of the transformed images. We postulate that the more diverse transformed images result in better transferability. Thus, we investigate how to locally apply various transformations onto the input image to improve such diversity while preserving the structure of image. To this end, we propose a novel input transformation based attack, called Structure Invariant Attack (SIA), which applies a random image transformation onto each image block to craft a set of diverse images for gradient calculation. Extensive experiments on the standard ImageNet dataset demonstrate that SIA exhibits much better transferability than the existing SOTA input transformation based attacks on CNN-based and transformer-based models, showing its generality and superiority in boosting transferability. Code is available at https://github.com/xiaosen-wang/SIT.

Xiaosen Wang, Zeliang Zhang, Jianping Zhang• 2023

Related benchmarks

TaskDatasetResultRank
Adversarial AttackImageNet (val)--
222
Untargeted Adversarial AttackCIFAR-10 (test)
ASR62
95
Adversarial Attack TransferabilityImageNet (test)
VGG16 Accuracy42.22
93
Adversarial Attack TransferabilityImageNet-1k (val)
ASR (VGG16)51.11
93
Adversarial Attack TransferabilityImageNet
Transfer Success Rate (Target: VGG16)91.15
93
Image ClassificationCXR14
AUC0.72
76
Targeted Adversarial AttackImageNet-Compatible
Avg Success Rate67.7
73
Targeted Adversarial AttackCIFAR-10
ASR43.2
43
Adversarial Attack TransferabilityImageNet-Compatible
Transferability on ViT100
29
Adversarial Attack TransferabilityImageNet-compatible (test)
RN1817.4
22
Showing 10 of 23 rows

Other info

Follow for update