Robust Watermarking Using Generative Priors Against Image Editing: From Benchmarking to Advances
Shilin Lu, Zihan Zhou, Jiayou Lu, Yuanzhi Zhu, Adams Wai-Kin Kong
TL;DR
This work introduces W-Bench, the first comprehensive benchmark for assessing watermark robustness against image edits enabled by large generative models, covering image regeneration, global/local editing, and image-to-video generation. It reveals that existing watermarking methods are fragile under such edits and proposes VINE, a robust watermarking approach that combines frequency-aware surrogate attacks with a strong generative prior (SDXL-Turbo) via a condition adaptor to embed watermarks with high perceptual quality. Through extensive experiments and ablations, VINE-B and VINE-R outperform prior methods in both image quality and robustness, highlighting the value of one-step pretrained diffusion backbones for watermarking. Limitations include partially limited performance on image-to-video generation and higher computational demands, suggesting directions for making the approach more scalable and broadly applicable.
Abstract
Current image watermarking methods are vulnerable to advanced image editing techniques enabled by large-scale text-to-image models. These models can distort embedded watermarks during editing, posing significant challenges to copyright protection. In this work, we introduce W-Bench, the first comprehensive benchmark designed to evaluate the robustness of watermarking methods against a wide range of image editing techniques, including image regeneration, global editing, local editing, and image-to-video generation. Through extensive evaluations of eleven representative watermarking methods against prevalent editing techniques, we demonstrate that most methods fail to detect watermarks after such edits. To address this limitation, we propose VINE, a watermarking method that significantly enhances robustness against various image editing techniques while maintaining high image quality. Our approach involves two key innovations: (1) we analyze the frequency characteristics of image editing and identify that blurring distortions exhibit similar frequency properties, which allows us to use them as surrogate attacks during training to bolster watermark robustness; (2) we leverage a large-scale pretrained diffusion model SDXL-Turbo, adapting it for the watermarking task to achieve more imperceptible and robust watermark embedding. Experimental results show that our method achieves outstanding watermarking performance under various image editing techniques, outperforming existing methods in both image quality and robustness. Code is available at https://github.com/Shilin-LU/VINE.
