paper-with-me

Papers

Minimizing Maximum Model Discrepancy for Transferable Black-box Targeted Attacks

2022-12-18 · CVPR 2023 1 · Anqi Zhao, Tong Chu, Yahao Liu, Wen Li, Jingjing Li, Lixin Duan

In this work, we study the black-box targeted attack problem from the model discrepancy perspective. On the theoretical side, we present a generalization error bound for black-box targeted attacks, which gives a rigorous theoretical analysis for guaranteeing the success of the attack. We reveal that the attack error on a target model mainly depends on empirical attack error on the substitute model and the maximum model discrepancy among substitute models. On the algorithmic side, we derive a new algorithm for black-box targeted attacks based on our theoretical analysis, in which we additionally minimize the maximum model discrepancy(M3D) of the substitute models when training the generator to generate adversarial examples. In this way, our model is capable of crafting highly transferable adversarial examples that are robust to the model variation, thus improving the success rate for attacking the black-box model. We conduct extensive experiments on the ImageNet dataset with different classification models, and our proposed approach outperforms existing state-of-the-art methods by a significant margin. Our codes will be released.

📄 PDF Abstract BibTeX arXiv:2212.09035

Code (1)

Asteriajojo/M3D 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learning transferable and discriminative features for unsupervised domain adaptation

2020-03-26 · Yuntao Du, Ruiting Zhang, Xiaowen Zhang, Yirong Yao 외

Although achieving remarkable progress, it is very difficult to induce a supervised classifier without any labeled data. Unsupervised domain adaptation is able to overcome this challenge by transferring knowledge from a …

Domain AdaptationUnsupervised Domain Adaptation

Generative neural networks for characteristic functions

2024-01-09 · Florian Brück

We provide a simulation algorithm to simulate from a (multivariate) characteristic function, which is only accessible in a black-box format. The method is based on a generative neural network, whose loss function exploit…

Logit Margin Matters: Improving Transferable Targeted Adversarial Attack by Logit Calibration

2023-03-07 · Juanjuan Weng, Zhiming Luo, Zhun Zhong, Shaozi Li 외

Previous works have extensively studied the transferability of adversarial samples in untargeted black-box scenarios. However, it still remains challenging to craft targeted adversarial examples with higher transferabili…

Adversarial Attack

Delving into Transferable Adversarial Examples and Black-box Attacks

2016-11-08 · Yanpei Liu, Xinyun Chen, Chang Liu, Dawn Song

An intriguing property of deep neural networks is the existence of adversarial examples, which can transfer among different architectures. These transferable adversarial examples may severely hinder deep neural network-b…

Adversarial AttackAdversarial Defenseimage-classificationImage Classification

Towards Transferable Targeted Attack

2020-06-01 · CVPR 2020 6 · Maosen Li, Cheng Deng, Tengjiao Li, Junchi Yan 외

An intriguing property of adversarial examples is their transferability, which suggests that black-box attacks are feasible in real-world applications. Previous works mostly study the transferability on non-targeted sett…

Metric Learning