Rethinking and Red-Teaming Protective Perturbation in Personalized Diffusion Models
Yixin Liu, Ruoxi Chen, Xun Chen, Lichao Sun
TL;DR
The paper addresses how minor protective perturbations enable shortcut learning in personalized diffusion models by inducing latent-space image–prompt misalignment in CLIP, creating a spurious link between a unique identifier $V^*$ and injected noise $ abla\,Delta$. It proposes a systematic red-teaming framework that combines efficient image restoration-based purification with Contrastive Decoupling Learning (CDL) using a dedicated noise token $V_N^*$ to decouple learning of the personalized concept from noise patterns, all grounded in a Structural Causal Model. The authors demonstrate superior effectiveness, efficiency, and faithfulness over existing purification methods across seven protections and show resilience to adaptive perturbations, while also highlighting a robustness–efficiency trade-off between purification backbones. This framework provides practical defenses for PDM protections and offers a generalizable approach to mitigating shortcut learning in other generative-security contexts.
Abstract
Personalized diffusion models (PDMs) have become prominent for adapting pre-trained text-to-image models to generate images of specific subjects using minimal training data. However, PDMs are susceptible to minor adversarial perturbations, leading to significant degradation when fine-tuned on corrupted datasets. These vulnerabilities are exploited to create protective perturbations that prevent unauthorized image generation. Existing purification methods attempt to red-team the protective perturbation to break the protection but often over-purify images, resulting in information loss. In this work, we conduct an in-depth analysis of the fine-tuning process of PDMs through the lens of shortcut learning. We hypothesize and empirically demonstrate that adversarial perturbations induce a latent-space misalignment between images and their text prompts in the CLIP embedding space. This misalignment causes the model to erroneously associate noisy patterns with unique identifiers during fine-tuning, resulting in poor generalization. Based on these insights, we propose a systematic red-teaming framework that includes data purification and contrastive decoupling learning. We first employ off-the-shelf image restoration techniques to realign images with their original semantic content in latent space. Then, we introduce contrastive decoupling learning with noise tokens to decouple the learning of personalized concepts from spurious noise patterns. Our study not only uncovers shortcut learning vulnerabilities in PDMs but also provides a thorough evaluation framework for developing stronger protection. Our extensive evaluation demonstrates its advantages over existing purification methods and its robustness against adaptive perturbations.
