paper-with-me

Papers

The Ultimate Combo: Boosting Adversarial Example Transferability by Composing Data Augmentations

2023-12-18 · Zebin Yun, Achi-Or Weingarten, Eyal Ronen, Mahmood Sharif

To help adversarial examples generalize from surrogate machine-learning (ML) models to targets, certain transferability-based black-box evasion attacks incorporate data augmentations (e.g., random resizing). Yet, prior work has explored limited augmentations and their composition. To fill the gap, we systematically studied how data augmentation affects transferability. Specifically, we explored 46 augmentation techniques originally proposed to help ML models generalize to unseen benign samples, and assessed how they impact transferability, when applied individually or composed. Performing exhaustive search on a small subset of augmentation techniques and genetic search on all techniques, we identified augmentation combinations that help promote transferability. Extensive experiments with the ImageNet and CIFAR-10 datasets and 18 models showed that simple color-space augmentations (e.g., color to greyscale) attain high transferability when combined with standard augmentations. Furthermore, we discovered that composing augmentations impacts transferability mostly monotonically (i.e., more augmentations $\rightarrow$ $\ge$transferability). We also found that the best composition significantly outperformed the state of the art (e.g., 91.8% vs. $\le$82.5% average transferability to adversarially trained targets on ImageNet). Lastly, our theoretical analysis, backed by empirical evidence, intuitively explains why certain augmentations promote transferability.

📄 PDF Abstract BibTeX arXiv:2312.11309

Code (1)

yundaqwe/ultimate-combo 공식 구현

Tasks

Adversarial RobustnessData Augmentation

Similar Papers 제목 키워드 기반

Defending Adversarial Attacks via Semantic Feature Manipulation

2020-02-03 · Shuo Wang, Tianle Chen, Surya Nepal, Carsten Rudolph 외

Machine learning models have demonstrated vulnerability to adversarial attacks, more specifically misclassification of adversarial examples. In this paper, we propose a one-off and attack-agnostic Feature Manipulation (F…

General Classification

Boosting the Transferability of Adversarial Attacks with Global Momentum Initialization

2022-11-21 · Jiafeng Wang, Zhaoyu Chen, Kaixun Jiang, Dingkang Yang 외

Deep Neural Networks (DNNs) are vulnerable to adversarial examples, which are crafted by adding human-imperceptible perturbations to the benign inputs. Simultaneously, adversarial examples exhibit transferability across …

Boosting the Local Invariance for Better Adversarial Transferability

2025-03-08 · Bohan Liu, Xiaosen Wang

Transfer-based attacks pose a significant threat to real-world applications by directly targeting victim models with adversarial examples generated on surrogate models. While numerous approaches have been proposed to enh…

Boosting the Adversarial Transferability of Surrogate Models with Dark Knowledge

2022-06-16 · Dingcheng Yang, Zihao Xiao, Wenjian Yu

Deep neural networks (DNNs) are vulnerable to adversarial examples. And, the adversarial examples have transferability, which means that an adversarial example for a DNN model can fool another model with a non-trivial pr…

Adversarial AttackFace VerificationImage Classification

StyLess: Boosting the Transferability of Adversarial Examples

2023-04-23 · CVPR 2023 1 · Kaisheng Liang, Bin Xiao

Adversarial attacks can mislead deep neural networks (DNNs) by adding imperceptible perturbations to benign examples. The attack transferability enables adversarial examples to attack black-box DNNs with unknown architec…