CVOct 31, 2025

BlurGuard: A Simple Approach for Robustifying Image Protection Against AI-Powered Editing

arXiv:2511.00143v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for more robust image protection against AI-powered editing, but it is incremental as it builds on existing adversarial noise methods.

The paper tackles the problem of adversarial noise for image protection being easily reversed by simple techniques like JPEG compression, and proposes a method that applies adaptive Gaussian blur to the noise, improving worst-case protection performance against reversal techniques while reducing quality degradation.

Recent advances in text-to-image models have increased the exposure of powerful image editing techniques as a tool, raising concerns about their potential for malicious use. An emerging line of research to address such threats focuses on implanting "protective" adversarial noise into images before their public release, so future attempts to edit them using text-to-image models can be impeded. However, subsequent works have shown that these adversarial noises are often easily "reversed," e.g., with techniques as simple as JPEG compression, casting doubt on the practicality of the approach. In this paper, we argue that adversarial noise for image protection should not only be imperceptible, as has been a primary focus of prior work, but also irreversible, viz., it should be difficult to detect as noise provided that the original image is hidden. We propose a surprisingly simple method to enhance the robustness of image protection methods against noise reversal techniques. Specifically, it applies an adaptive per-region Gaussian blur on the noise to adjust the overall frequency spectrum. Through extensive experiments, we show that our method consistently improves the per-sample worst-case protection performance of existing methods against a wide range of reversal techniques on diverse image editing scenarios, while also reducing quality degradation due to noise in terms of perceptual metrics. Code is available at https://github.com/jsu-kim/BlurGuard.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes