LGCRCVFeb 2, 2024

On the Multi-modal Vulnerability of Diffusion Models

arXiv:2402.01369v220 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This addresses a security problem for users of diffusion models in image generation, though it is incremental as it builds on prior single-modal vulnerability studies.

The paper tackles the vulnerability of diffusion models to multi-modal attacks by analyzing text and image feature spaces, revealing a misalignment in robustness, and proposes MMP-Attack, which achieves superior manipulation capability and efficiency in generating specific objects while eliminating original ones.

Diffusion models have been widely deployed in various image generation tasks, demonstrating an extraordinary connection between image and text modalities. Although prior studies have explored the vulnerability of diffusion models from the perspectives of text and image modalities separately, the current research landscape has not yet thoroughly investigated the vulnerabilities that arise from the integration of multiple modalities, specifically through the joint analysis of textual and visual features. In this paper, we are the first to visualize both text and image feature space embedded by diffusion models and observe a significant difference. The prompts are embedded chaotically in the text feature space, while in the image feature space they are clustered according to their subjects. These fascinating findings may underscore a potential misalignment in robustness between the two modalities that exists within diffusion models. Based on this observation, we propose MMP-Attack, which leverages multi-modal priors (MMP) to manipulate the generation results of diffusion models by appending a specific suffix to the original prompt. Specifically, our goal is to induce diffusion models to generate a specific object while simultaneously eliminating the original object. Our MMP-Attack shows a notable advantage over existing studies with superior manipulation capability and efficiency. Our code is publicly available at \url{https://github.com/ydc123/MMP-Attack}.

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