paper-with-me

홈 › Papers

Toward effective protection against diffusion based mimicry through score distillation

2023-10-02 · Haotian Xue, Chumeng Liang, Xiaoyu Wu, Yongxin Chen

While generative diffusion models excel in producing high-quality images, they can also be misused to mimic authorized images, posing a significant threat to AI systems. Efforts have been made to add calibrated perturbations to protect images from diffusion-based mimicry pipelines. However, most of the existing methods are too ineffective and even impractical to be used by individual users due to their high computation and memory requirements. In this work, we present novel findings on attacking latent diffusion models (LDM) and propose new plug-and-play strategies for more effective protection. In particular, we explore the bottleneck in attacking an LDM, discovering that the encoder module rather than the denoiser module is the vulnerable point. Based on this insight, we present our strategy using Score Distillation Sampling (SDS) to double the speed of protection and reduce memory occupation by half without compromising its strength. Additionally, we provide a robust protection strategy by counterintuitively minimizing the semantic loss, which can assist in generating more natural perturbations. Finally, we conduct extensive experiments to substantiate our findings and comprehensively evaluate our newly proposed strategies. We hope our insights and protective measures can contribute to better defense against malicious diffusion-based mimicry, advancing the development of secure AI systems. The code is available in https://github.com/xavihart/Diff-Protect

📄 PDF Abstract BibTeX arXiv:2311.12832

Code (1)

xavihart/diff-protect 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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…

Similar Papers 제목 키워드 기반

StyleGuard: Preventing Text-to-Image-Model-based Style Mimicry Attacks by Style Perturbations

2025-05-24 · YanJie Li, Wenxuan Zhang, Xinqi Lyu, Yihao Liu 외

Recently, text-to-image diffusion models have been widely used for style mimicry and personalized customization through methods such as DreamBooth and Textual Inversion. This has raised concerns about intellectual proper…

Disrupting Style Mimicry Attacks on Video Imagery

2024-05-11 · Josephine Passananti, Stanley Wu, Shawn Shan, Haitao Zheng 외

Generative AI models are often used to perform mimicry attacks, where a pretrained model is fine-tuned on a small sample of images to learn to mimic a specific artist of interest. While researchers have introduced multip…

Nearly Zero-Cost Protection Against Mimicry by Personalized Diffusion Models

2024-12-16 · CVPR 2025 1 · Namhyuk Ahn, KiYoon Yoo, Wonhyuk Ahn, Daesik Kim 외

Recent advancements in diffusion models revolutionize image generation but pose risks of misuse, such as replicating artworks or generating deepfakes. Existing image protection methods, though effective, struggle to bala…

Image Generation

VOID: Defeating Unauthorized Mimicry in Latent Diffusion Models

2026-06-10 · Chunlin Qiu, Ang Li, Tianxiao Huang, Ruilin Gan 외 arxiv

While Latent Diffusion Models (LDMs) have revolutionized visual synthesis, they are increasingly exploited for unauthorized mimicry of individuals. Existing defenses inject deceptive perturbations to steer the generated …

GLEAN: Generative Learning for Eliminating Adversarial Noise

2024-09-15 · Justin Lyu Kim, Kyoungwan Woo

In the age of powerful diffusion models such as DALL-E and Stable Diffusion, many in the digital art community have suffered style mimicry attacks due to fine-tuning these models on their works. The ability to mimic an a…