paper-with-me

Papers

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 architectures or parameters, which poses threats to many real-world applications. We find that existing transferable attacks do not distinguish between style and content features during optimization, limiting their attack transferability. To improve attack transferability, we propose a novel attack method called style-less perturbation (StyLess). Specifically, instead of using a vanilla network as the surrogate model, we advocate using stylized networks, which encode different style features by perturbing an adaptive instance normalization. Our method can prevent adversarial examples from using non-robust style features and help generate transferable perturbations. Comprehensive experiments show that our method can significantly improve the transferability of adversarial examples. Furthermore, our approach is generic and can outperform state-of-the-art transferable attacks when combined with other attack techniques.

📄 PDF Abstract BibTeX arXiv:2304.11579

Code (1)

uhiu/styless 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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

Boosting the Targeted Transferability of Adversarial Examples via Salient Region & Weighted Feature Drop

2024-11-11 · Shanjun Xu, Linghui Li, Kaiguo Yuan, Bingyu Li

Deep neural networks can be vulnerable to adversarially crafted examples, presenting significant risks to practical applications. A prevalent approach for adversarial attacks relies on the transferability of adversarial …

Boosting Adversarial Transferability with Spatial Adversarial Alignment

2025-01-02 · Zhaoyu Chen, Haijing Guo, Kaixun Jiang, Jiyuan Fu 외

Deep neural networks are vulnerable to adversarial examples that exhibit transferability across various models. Numerous approaches are proposed to enhance the transferability of adversarial examples, including advanced …

Data Augmentation

Boosting Adversarial Transferability of MLP-Mixer

2022-04-26 · Haoran Lyu, Yajie Wang, Yu-an Tan, Huipeng Zhou 외

The security of models based on new architectures such as MLP-Mixer and ViTs needs to be studied urgently. However, most of the current researches are mainly aimed at the adversarial attack against ViTs, and there is sti…

Adversarial Attack