paper-with-me

Papers

Boosting Black-box Attack to Deep Neural Networks with Conditional Diffusion Models

2023-10-11 · Renyang Liu, Wei Zhou, Tianwei Zhang, Kangjie Chen, Jun Zhao, Kwok-Yan Lam

Existing black-box attacks have demonstrated promising potential in creating adversarial examples (AE) to deceive deep learning models. Most of these attacks need to handle a vast optimization space and require a large number of queries, hence exhibiting limited practical impacts in real-world scenarios. In this paper, we propose a novel black-box attack strategy, Conditional Diffusion Model Attack (CDMA), to improve the query efficiency of generating AEs under query-limited situations. The key insight of CDMA is to formulate the task of AE synthesis as a distribution transformation problem, i.e., benign examples and their corresponding AEs can be regarded as coming from two distinctive distributions and can transform from each other with a particular converter. Unlike the conventional \textit{query-and-optimization} approach, we generate eligible AEs with direct conditional transform using the aforementioned data converter, which can significantly reduce the number of queries needed. CDMA adopts the conditional Denoising Diffusion Probabilistic Model as the converter, which can learn the transformation from clean samples to AEs, and ensure the smooth development of perturbed noise resistant to various defense strategies. We demonstrate the effectiveness and efficiency of CDMA by comparing it with nine state-of-the-art black-box attacks across three benchmark datasets. On average, CDMA can reduce the query count to a handful of times; in most cases, the query count is only ONE. We also show that CDMA can obtain $>99\%$ attack success rate for untarget attacks over all datasets and targeted attack over CIFAR-10 with the noise budget of $\epsilon=16$.

📄 PDF Abstract BibTeX arXiv:2310.07492

Code (1)

ryliu68/CDMA 공식 구현 pytorch

Tasks

Adversarial AttackDenoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Boosting Black-Box Attack with Partially Transferred Conditional Adversarial Distribution

2020-06-15 · CVPR 2022 1 · Yan Feng, Baoyuan Wu, Yanbo Fan, Li Liu 외

This work studies black-box adversarial attacks against deep neural networks (DNNs), where the attacker can only access the query feedback returned by the attacked DNN model, while other information such as model paramet…

Adversarial Attack

Salient Conditional Diffusion for Defending Against Backdoor Attacks

2023-01-31 · Brandon B. May, N. Joseph Tatro, Dylan Walker, Piyush Kumar 외

We propose a novel algorithm, Salient Conditional Diffusion (Sancdifi), a state-of-the-art defense against backdoor attacks. Sancdifi uses a denoising diffusion probabilistic model (DDPM) to degrade an image with noise a…

Denoising

UFID: A Unified Framework for Input-level Backdoor Detection on Diffusion Models

2024-04-01 · Zihan Guan, Mengxuan Hu, Sheng Li, Anil Vullikanti

Diffusion models are vulnerable to backdoor attacks, where malicious attackers inject backdoors by poisoning certain training samples during the training stage. This poses a significant threat to real-world applications …

Boosting Black-Box Adversarial Attacks with Meta Learning

2022-03-28 · Junjie Fu, Jian Sun, Gang Wang

Deep neural networks (DNNs) have achieved remarkable success in diverse fields. However, it has been demonstrated that DNNs are very vulnerable to adversarial examples even in black-box settings. A large number of black-…

Adversarial AttackMeta-Learning

Breaking Free: How to Hack Safety Guardrails in Black-Box Diffusion Models!

2024-02-07 · Shashank Kotyan, Po-Yuan Mao, Pin-Yu Chen, Danilo Vasconcellos Vargas

Deep neural networks can be exploited using natural adversarial samples, which do not impact human perception. Current approaches often rely on deep neural networks' white-box nature to generate these adversarial samples…

Evolutionary AlgorithmsImage GenerationMisclassification Rate - Natural Adversarial Samples