paper-with-me

Papers

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 literature, the underlying factors driving the transferability of black-box adversarial examples still lack a thorough understanding. In this paper, we aim to demonstrate the role of the generalization properties of the substitute classifier used for generating adversarial examples in the transferability of the attack scheme to unobserved NN classifiers. To do this, we apply the max-min adversarial example game framework and show the importance of the generalization properties of the substitute NN in the success of the black-box attack scheme in application to different NN classifiers. We prove theoretical generalization bounds on the difference between the attack transferability rates on training and test samples. Our bounds suggest that a substitute NN with better generalization behavior could result in more transferable adversarial examples. In addition, we show that standard operator norm-based regularization methods could improve the transferability of the designed adversarial examples. We support our theoretical results by performing several numerical experiments showing the role of the substitute network's generalization in generating transferable adversarial examples. Our empirical results indicate the power of Lipschitz regularization methods in improving the transferability of adversarial examples.

📄 PDF Abstract BibTeX arXiv:2206.09238

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization Bounds

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Boosting Adversarial Transferability through Augmentation in Hypothesis Space

2025-01-01 · CVPR 2025 1 · Yu Guo, Weiquan Liu, Qingshan Xu, Shijun Zheng 외

Adversarial examples can mislead deep neural networks with subtle perturbations, causing them to make incorrect predictions. Notably, adversarial examples crafted for one model can also deceive other models, a phenom…

Stochastic Optimization

Improving the Transferability of Adversarial Attacks by an Input Transpose

2025-03-02 · Qing Wan, Shilong Deng, Xun Wang

Deep neural networks (DNNs) are highly susceptible to adversarial examples--subtle perturbations applied to inputs that are often imperceptible to humans yet lead to incorrect model predictions. In black-box scenarios, h…

Stochastic Combinatorial Ensembles for Defending Against Adversarial Examples

2018-08-20 · George A. Adam, Petr Smirnov, David Duvenaud, Benjamin Haibe-Kains 외

Many deep learning algorithms can be easily fooled with simple adversarial examples. To address the limitations of existing defenses, we devised a probabilistic framework that can generate an exponentially large ensemble…

Adversarial AttackMetric Learning

Improving the Transferability of Adversarial Attacks on Face Recognition with Beneficial Perturbation Feature Augmentation

2022-10-28 · Fengfan Zhou, Hefei Ling, Yuxuan Shi, Jiazhong Chen 외

Face recognition (FR) models can be easily fooled by adversarial examples, which are crafted by adding imperceptible perturbations on benign face images. The existence of adversarial face examples poses a great threat to…

Adversarial AttackFace Recognition

Boosting Adversarial Transferability by Achieving Flat Local Maxima

2023-06-08 · NeurIPS 2023 11 · Zhijin Ge, Hongying Liu, Xiaosen Wang, Fanhua Shang 외

Transfer-based attack adopts the adversarial examples generated on the surrogate model to attack various models, making it applicable in the physical world and attracting increasing interest. Recently, various adversaria…