CVCRJun 14, 2023

On the Robustness of Latent Diffusion Models

arXiv:2306.08257v129 citationsh-index: 26Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses a critical gap in understanding the security of state-of-the-art generative models, which is important for developers and users, but it is incremental as it builds on existing adversarial attack research.

The paper tackles the understudied robustness of latent diffusion models by analyzing white-box and black-box vulnerabilities, including transfer attacks, and proposes automatic dataset construction pipelines to facilitate research in this area.

Latent diffusion models achieve state-of-the-art performance on a variety of generative tasks, such as image synthesis and image editing. However, the robustness of latent diffusion models is not well studied. Previous works only focus on the adversarial attacks against the encoder or the output image under white-box settings, regardless of the denoising process. Therefore, in this paper, we aim to analyze the robustness of latent diffusion models more thoroughly. We first study the influence of the components inside latent diffusion models on their white-box robustness. In addition to white-box scenarios, we evaluate the black-box robustness of latent diffusion models via transfer attacks, where we consider both prompt-transfer and model-transfer settings and possible defense mechanisms. However, all these explorations need a comprehensive benchmark dataset, which is missing in the literature. Therefore, to facilitate the research of the robustness of latent diffusion models, we propose two automatic dataset construction pipelines for two kinds of image editing models and release the whole dataset. Our code and dataset are available at \url{https://github.com/jpzhang1810/LDM-Robustness}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes