paper-with-me

홈 › Papers

Rethinking and Defending Protective Perturbation in Personalized Diffusion Models

2024-06-27 · Yixin Liu, Ruoxi Chen, Xun Chen, Lichao Sun

Personalized diffusion models (PDMs) have become prominent for adapting pretrained 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 mitigate this issue 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 defense 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 meanings 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 fundamental shortcut learning vulnerabilities in PDMs but also provides a comprehensive evaluation framework for developing stronger protection. Our extensive evaluation demonstrates its superiority over existing purification methods and stronger robustness against adaptive perturbation.

📄 PDF Abstract BibTeX arXiv:2406.18944

Code (1)

liuyixin-louis/diffshortcut 공식 구현 pytorch

Tasks

Contrastive LearningImage GenerationImage Restoration

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…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Can Protective Perturbation Safeguard Personal Data from Being Exploited by Stable Diffusion?

2023-11-30 · CVPR 2024 1 · Zhengyue Zhao, Jinhao Duan, Kaidi Xu, Chenan Wang 외

Stable Diffusion has established itself as a foundation model in generative AI artistic applications, receiving widespread research and application. Some recent fine-tuning methods have made it feasible for individuals t…

CAT: Contrastive Adversarial Training for Evaluating the Robustness of Protective Perturbations in Latent Diffusion Models

2025-02-11 · Sen Peng, Mingyue Wang, Jianfei He, Jijia Yang 외

Latent diffusion models have recently demonstrated superior capabilities in many downstream image synthesis tasks. However, customization of latent diffusion models using unauthorized data can severely compromise the pri…

Image Generation

De-AntiFake: Rethinking the Protective Perturbations Against Voice Cloning Attacks

2025-07-03 · Wei Fan, Kejiang Chen, Chang Liu, Weiming Zhang 외

The rapid advancement of speech generation models has heightened privacy and security concerns related to voice cloning (VC). Recent studies have investigated disrupting unauthorized voice cloning by introducing adversar…

Voice Cloning

Protective Perturbations against Unauthorized Data Usage in Diffusion-based Image Generation

2024-12-25 · Sen Peng, Jijia Yang, Mingyue Wang, Jianfei He 외

Diffusion-based text-to-image models have shown immense potential for various image-related tasks. However, despite their prominence and popularity, customizing these models using unauthorized data also brings serious pr…

Image Generation

Towards Robust Defense against Customization via Protective Perturbation Resistant to Diffusion-based Purification

2025-09-17 · Wenkui Yang, Jie Cao, Junxian Duan, Ran He arxiv

Diffusion models like Stable Diffusion have become prominent in visual synthesis tasks due to their powerful customization capabilities, which also introduce significant security risks, including deepfakes and copyright …