Enhancing Adversarial Transferability via Component-Wise Transformation
Hangyu Liu, Bo Peng, Can Cui, Pengxiang Ding, Donglin Wang
TL;DR
The paper tackles the limited cross-architecture transferability of adversarial examples by introducing Component-Wise Transformation (CWT), a block-wise input transformation that uses per-block interpolation and selective rotation to diversify attention across models. By integrating CWT into MI-FGSM and averaging gradients over $N$ transformed copies, the method improves transferability to both CNN- and Transformer-based targets on ImageNet. Experiments show CWT achieving state-of-the-art attack success rates and reduced standard deviation across defenses, with ablations guiding recommended settings such as $n=2$, $s_{max}=1.3$, $r=26^{\circ}$, $k=2$, and $N=20$. This work provides a novel perspective on input transformations, highlighting how localized, diverse perturbations can generalize better across architectures and defenses while remaining computationally efficient.
Abstract
Deep Neural Networks (DNNs) are highly vulnerable to adversarial examples, which pose significant challenges in security-sensitive applications. Among various adversarial attack strategies, input transformation-based attacks have demonstrated remarkable effectiveness in enhancing adversarial transferability. However, existing methods still perform poorly across different architectures, even though they have achieved promising results within the same architecture. This limitation arises because, while models of the same architecture may focus on different regions of the object, the variation is even more pronounced across different architectures. Unfortunately, current approaches fail to effectively guide models to attend to these diverse regions. To address this issue, this paper proposes a novel input transformation-based attack method, termed Component-Wise Transformation (CWT). CWT applies interpolation and selective rotation to individual image blocks, ensuring that each transformed image highlights different target regions, thereby improving the transferability of adversarial examples. Extensive experiments on the standard ImageNet dataset show that CWT consistently outperforms state-of-the-art methods in both attack success rates and stability across CNN- and Transformer-based models.
