AdvPaint: Protecting Images from Inpainting Manipulation via Adversarial Attention Disruption
Joonsung Jeon, Woo Jae Kim, Suhyeon Ha, Sooel Son, Sung-eui Yoon
TL;DR
AdvPaint addresses the risk of inpainting abuses by diffusion models by introducing adversarial perturbations that disrupt attention in the inpainting U-Net. It anders attention mechanisms—both cross-attention (image-to-prompt alignment) and self-attention (image semantics)—via two loss terms and a two-stage region strategy based on an enlarged bounding box around the target object. Across extensive experiments on Stable Diffusion inpainting and multiple mask configurations, AdvPaint consistently outperforms prior defenses in FID, precision, and LPIPS, and shows robustness to real-world mask variations. This approach offers a practical, attack-specific defense that can safeguard user images from unauthorized region replacements while highlighting considerations for extending protection to other diffusion-based or transformer-guided generation systems.
Abstract
The outstanding capability of diffusion models in generating high-quality images poses significant threats when misused by adversaries. In particular, we assume malicious adversaries exploiting diffusion models for inpainting tasks, such as replacing a specific region with a celebrity. While existing methods for protecting images from manipulation in diffusion-based generative models have primarily focused on image-to-image and text-to-image tasks, the challenge of preventing unauthorized inpainting has been rarely addressed, often resulting in suboptimal protection performance. To mitigate inpainting abuses, we propose ADVPAINT, a novel defensive framework that generates adversarial perturbations that effectively disrupt the adversary's inpainting tasks. ADVPAINT targets the self- and cross-attention blocks in a target diffusion inpainting model to distract semantic understanding and prompt interactions during image generation. ADVPAINT also employs a two-stage perturbation strategy, dividing the perturbation region based on an enlarged bounding box around the object, enhancing robustness across diverse masks of varying shapes and sizes. Our experimental results demonstrate that ADVPAINT's perturbations are highly effective in disrupting the adversary's inpainting tasks, outperforming existing methods; ADVPAINT attains over a 100-point increase in FID and substantial decreases in precision.
