paper-with-me

홈 › Papers

A Pilot Study of Query-Free Adversarial Attack against Stable Diffusion

2023-03-29 · Haomin Zhuang, Yihua Zhang, Sijia Liu

Despite the record-breaking performance in Text-to-Image (T2I) generation by Stable Diffusion, less research attention is paid to its adversarial robustness. In this work, we study the problem of adversarial attack generation for Stable Diffusion and ask if an adversarial text prompt can be obtained even in the absence of end-to-end model queries. We call the resulting problem 'query-free attack generation'. To resolve this problem, we show that the vulnerability of T2I models is rooted in the lack of robustness of text encoders, e.g., the CLIP text encoder used for attacking Stable Diffusion. Based on such insight, we propose both untargeted and targeted query-free attacks, where the former is built on the most influential dimensions in the text embedding space, which we call steerable key dimensions. By leveraging the proposed attacks, we empirically show that only a five-character perturbation to the text prompt is able to cause the significant content shift of synthesized images using Stable Diffusion. Moreover, we show that the proposed target attack can precisely steer the diffusion model to scrub the targeted image content without causing much change in untargeted image content. Our code is available at https://github.com/OPTML-Group/QF-Attack.

📄 PDF Abstract BibTeX arXiv:2303.16378

Code (1)

optml-group/qf-attack 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessAdversarial Text

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
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…

Similar Papers 제목 키워드 기반

An Evolutionary, Gradient-Free, Query-Efficient, Black-Box Algorithm for Generating Adversarial Instances in Deep Networks

2022-08-17 · Raz Lapid, Zvika Haramaty, Moshe Sipper

Deep neural networks (DNNs) are sensitive to adversarial data in a variety of scenarios, including the black-box scenario, where the attacker is only allowed to query the trained model and receive an output. Existing bla…

Q-FAKER: Query-free Hard Black-box Attack via Controlled Generation

2025-04-18 · CheolWon Na, YunSeok Choi, Jee-Hyong Lee

Many adversarial attack approaches are proposed to verify the vulnerability of language models. However, they require numerous queries and the information on the target model. Even black-box attack methods also require t…

Adversarial Attack

QFA2SR: Query-Free Adversarial Transfer Attacks to Speaker Recognition Systems

2023-05-23 · Guangke Chen, Yedi Zhang, Zhe Zhao, Fu Song

Current adversarial attacks against speaker recognition systems (SRSs) require either white-box access or heavy black-box queries to the target SRS, thus still falling behind practical attacks against proprietary commerc…

Speaker Recognition

On the Matrix-Free Generation of Adversarial Perturbations for Black-Box Attacks

2020-02-18 · Hisaichi Shibata, Shouhei Hanaoka, Yukihiro Nomura, Naoto Hayashi 외

In general, adversarial perturbations superimposed on inputs are realistic threats for a deep neural network (DNN). In this paper, we propose a practical generation method of such adversarial perturbation to be applied t…

Semantic Segmentation

GenAttack: Practical Black-box Attacks with Gradient-Free Optimization

2018-05-28 · Moustafa Alzantot, Yash Sharma, Supriyo Chakraborty, huan zhang 외

Deep neural networks are vulnerable to adversarial examples, even in the black-box setting, where the attacker is restricted solely to query access. Existing black-box approaches to generating adversarial examples typica…

Adversarial AttackAdversarial RobustnessEvolutionary Algorithms