DiffZOO: A Purely Query-Based Black-Box Attack for Red-teaming Text-to-Image Generative Model via Zeroth Order Optimization
Pucheng Dang, Xing Hu, Dong Li, Rui Zhang, Qi Guo, Kaidi Xu
TL;DR
This paper tackles safety risks in text-to-image diffusion models by introducing DiffZOO, a purely black-box red-teaming method that requires only API access to craft attack prompts. It leverages Zeroth Order Optimization to estimate gradients in a discrete prompt space through continuous position replacement vectors (C-PRV) and discrete position replacement vectors (D-PRV), enabling token substitutions without a text encoder. The approach shows that DiffZOO can significantly improve attack success rates across multiple safety mechanisms and online services, outperforming prior black-box methods by notable margins (e.g., an average ASR increase of at least $8.5\%$). This work provides a practical, gradient-free tool for evaluating and stress-testing the robustness of T2I diffusion models against red-teaming attempts, while acknowledging potential ethical and regulatory considerations around misuse.
Abstract
Current text-to-image (T2I) synthesis diffusion models raise misuse concerns, particularly in creating prohibited or not-safe-for-work (NSFW) images. To address this, various safety mechanisms and red teaming attack methods are proposed to enhance or expose the T2I model's capability to generate unsuitable content. However, many red teaming attack methods assume knowledge of the text encoders, limiting their practical usage. In this work, we rethink the case of \textit{purely black-box} attacks without prior knowledge of the T2l model. To overcome the unavailability of gradients and the inability to optimize attacks within a discrete prompt space, we propose DiffZOO which applies Zeroth Order Optimization to procure gradient approximations and harnesses both C-PRV and D-PRV to enhance attack prompts within the discrete prompt domain. We evaluated our method across multiple safety mechanisms of the T2I diffusion model and online servers. Experiments on multiple state-of-the-art safety mechanisms show that DiffZOO attains an 8.5% higher average attack success rate than previous works, hence its promise as a practical red teaming tool for T2l models.
