Nearly Zero-Cost Protection Against Mimicry by Personalized Diffusion Models
Namhyuk Ahn, KiYoon Yoo, Wonhyuk Ahn, Daesik Kim, Seung-Hun Nam
TL;DR
The paper tackles the risk of diffusion-model mimicry by proposing FastProtect, a protection framework that pre-trains a mixture of perturbations (MoP) and uses a multi-layer protection loss to harden images against personalization-based attacks. During inference, adaptive targeted protection and LPIPS-driven strength scaling adjust perturbations to maximize invisibility while preserving protection efficacy, achieving near real-time latency even for high-resolution inputs. Across object, face, painting, and cartoon domains, FastProtect delivers comparable protection to prior methods with orders-of-magnitude latency reductions, and ablations confirm the benefits of the assignment mechanism and multi-layer losses. This approach enables practical, scalable image protection for owners and platforms deploying personalized diffusion models, with robust performance in black-box and arbitrary-resolution scenarios.
Abstract
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 balance protection efficacy, invisibility, and latency, thus limiting practical use. We introduce perturbation pre-training to reduce latency and propose a mixture-of-perturbations approach that dynamically adapts to input images to minimize performance degradation. Our novel training strategy computes protection loss across multiple VAE feature spaces, while adaptive targeted protection at inference enhances robustness and invisibility. Experiments show comparable protection performance with improved invisibility and drastically reduced inference time. The code and demo are available at https://webtoon.github.io/impasto
