paper-with-me

Papers

Generating Adversarial Examples with Better Transferability via Masking Unimportant Parameters of Surrogate Model

2023-04-14 · Dingcheng Yang, Wenjian Yu, Zihao Xiao, Jiaqi Luo

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial examples. Moreover, the transferability of the adversarial examples has received broad attention in recent years, which means that adversarial examples crafted by a surrogate model can also attack unknown models. This phenomenon gave birth to the transfer-based adversarial attacks, which aim to improve the transferability of the generated adversarial examples. In this paper, we propose to improve the transferability of adversarial examples in the transfer-based attack via masking unimportant parameters (MUP). The key idea in MUP is to refine the pretrained surrogate models to boost the transfer-based attack. Based on this idea, a Taylor expansion-based metric is used to evaluate the parameter importance score and the unimportant parameters are masked during the generation of adversarial examples. This process is simple, yet can be naturally combined with various existing gradient-based optimizers for generating adversarial examples, thus further improving the transferability of the generated adversarial examples. Extensive experiments are conducted to validate the effectiveness of the proposed MUP-based methods.

📄 PDF Abstract BibTeX arXiv:2304.06908

Code (2)

ydc123/MUP_Attack 공식 구현 pytorch
Trustworthy-AI-Group/TransferAttack pytorch

Similar Papers 제목 키워드 기반

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

On the Role of Generalization in Transferability of Adversarial Examples

2022-06-18 · Yilin Wang, Farzan Farnia

Black-box adversarial attacks designing adversarial examples for unseen neural networks (NNs) have received great attention over the past years. While several successful black-box attack schemes have been proposed in the…

Generalization Bounds

Common Knowledge Learning for Generating Transferable Adversarial Examples

2023-07-01 · Ruijie Yang, Yuanfang Guo, Junfu Wang, Jiantao Zhou 외

This paper focuses on an important type of black-box attacks, i.e., transfer-based adversarial attacks, where the adversary generates adversarial examples by a substitute (source) model and utilize them to attack an unse…

LRS: Enhancing Adversarial Transferability through Lipschitz Regularized Surrogate

2023-12-20 · Tao Wu, Tie Luo, Donald C. Wunsch

The transferability of adversarial examples is of central importance to transfer-based black-box adversarial attacks. Previous works for generating transferable adversarial examples focus on attacking \emph{given} pretra…

Adversarial Robustness

Boosting the Transferability of Video Adversarial Examples via Temporal Translation

2021-10-18 · Zhipeng Wei, Jingjing Chen, Zuxuan Wu, Yu-Gang Jiang

Although deep-learning based video recognition models have achieved remarkable success, they are vulnerable to adversarial examples that are generated by adding human-imperceptible perturbations on clean video samples. A…

Adversarial AttackTranslationVideo Recognition