CVIVAug 20, 2023

Boosting Adversarial Transferability by Block Shuffle and Rotation

arXiv:2308.10299v3122 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of black-box adversarial attacks for security researchers and practitioners, but it is incremental as it builds upon existing input transformation methods.

The authors tackled the problem of limited transferability of adversarial examples across different deep neural networks by proposing a novel input transformation method called block shuffle and rotation (BSR), which significantly improved transferability on the ImageNet dataset, outperforming state-of-the-art methods.

Adversarial examples mislead deep neural networks with imperceptible perturbations and have brought significant threats to deep learning. An important aspect is their transferability, which refers to their ability to deceive other models, thus enabling attacks in the black-box setting. Though various methods have been proposed to boost transferability, the performance still falls short compared with white-box attacks. In this work, we observe that existing input transformation based attacks, one of the mainstream transfer-based attacks, result in different attention heatmaps on various models, which might limit the transferability. We also find that breaking the intrinsic relation of the image can disrupt the attention heatmap of the original image. Based on this finding, we propose a novel input transformation based attack called block shuffle and rotation (BSR). Specifically, BSR splits the input image into several blocks, then randomly shuffles and rotates these blocks to construct a set of new images for gradient calculation. Empirical evaluations on the ImageNet dataset demonstrate that BSR could achieve significantly better transferability than the existing input transformation based methods under single-model and ensemble-model settings. Combining BSR with the current input transformation method can further improve the transferability, which significantly outperforms the state-of-the-art methods. Code is available at https://github.com/Trustworthy-AI-Group/BSR

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes