paper-with-me

Papers

Fuzziness-tuned: Improving the Transferability of Adversarial Examples

2023-03-17 · Xiangyuan Yang, Jie Lin, HANLIN ZHANG, Xinyu Yang, Peng Zhao

With the development of adversarial attacks, adversairal examples have been widely used to enhance the robustness of the training models on deep neural networks. Although considerable efforts of adversarial attacks on improving the transferability of adversarial examples have been developed, the attack success rate of the transfer-based attacks on the surrogate model is much higher than that on victim model under the low attack strength (e.g., the attack strength $\epsilon=8/255$). In this paper, we first systematically investigated this issue and found that the enormous difference of attack success rates between the surrogate model and victim model is caused by the existence of a special area (known as fuzzy domain in our paper), in which the adversarial examples in the area are classified wrongly by the surrogate model while correctly by the victim model. Then, to eliminate such enormous difference of attack success rates for improving the transferability of generated adversarial examples, a fuzziness-tuned method consisting of confidence scaling mechanism and temperature scaling mechanism is proposed to ensure the generated adversarial examples can effectively skip out of the fuzzy domain. The confidence scaling mechanism and the temperature scaling mechanism can collaboratively tune the fuzziness of the generated adversarial examples through adjusting the gradient descent weight of fuzziness and stabilizing the update direction, respectively. Specifically, the proposed fuzziness-tuned method can be effectively integrated with existing adversarial attacks to further improve the transferability of adverarial examples without changing the time complexity. Extensive experiments demonstrated that fuzziness-tuned method can effectively enhance the transferability of adversarial examples in the latest transfer-based attacks.

📄 PDF Abstract BibTeX arXiv:2303.10078

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Example Soups: Improving Transferability and Stealthiness for Free

2024-02-27 · Bo Yang, Hengwei Zhang, Jindong Wang, Yulong Yang 외

Transferable adversarial examples cause practical security risks since they can mislead a target model without knowing its internal knowledge. A conventional recipe for maximizing transferability is to keep only the opti…

Arabic Synonym BERT-based Adversarial Examples for Text Classification

2024-02-05 · Norah Alshahrani, Saied Alshahrani, Esma Wali, Jeanna Matthews

Text classification systems have been proven vulnerable to adversarial text examples, modified versions of the original text examples that are often unnoticed by human eyes, yet can force text classification models to al…

Adversarial TextLanguage ModelingLanguage ModellingMasked Language Modeling+2

TranSegPGD: Improving Transferability of Adversarial Examples on Semantic Segmentation

2023-12-03 · Xiaojun Jia, Jindong Gu, Yihao Huang, Simeng Qin 외

Transferability of adversarial examples on image classification has been systematically explored, which generates adversarial examples in black-box mode. However, the transferability of adversarial examples on semantic s…

Adversarial Attackimage-classificationImage ClassificationSegmentation+1

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 e…

Transferable Adversarial Examples with Bayes Approach

2022-08-13 · Mingyuan Fan, Cen Chen, Wenmeng Zhou, Yinggui Wang

The vulnerability of deep neural networks (DNNs) to black-box adversarial attacks is one of the most heated topics in trustworthy AI. In such attacks, the attackers operate without any insider knowledge of the model, mak…