菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - Are Watermarked Images Editable? SafeMark for Watermark-Preserving Text-Guided Image Editing

This paper investigates a fundamental yet underexplored question: can watermarked images remain editable without compromising watermark integrity? We propose SafeMark, a framework for watermark-preserving text-guided image manipulation that explicitly integrates watermark integrity into the editing process. Specifically, SafeMark adds a thresholded watermark-decoding loss directly to the diffusion editor's training objective, fine-tuning the editor so that semantically valid edits also preserve the embedded watermark at the final output. This design admits a clean information-theoretic justification: maintaining high bit-accuracy on the edited image lower-bounds the mutual information that the editor channel preserves between watermark and edited output, the quantity that fundamentally controls watermark recoverability. SafeMark is compatible with differentiable diffusion-based editors, and requires no architectural modification. Extensive evaluations across multiple datasets, text-guided editing methods, and post-edit distortion settings demonstrate that SafeMark achieves high watermark bit accuracy across diverse editing settings while maintaining high-quality semantic edits, without sacrificing robustness to common post-edit distortions. These results demonstrate that semantic editability and watermark integrity are fundamentally compatible, enabling trustworthy image provenance in generative editing pipelines.

顶级标签: multi-modal computer vision model training
详细标签: image editing watermark preservation text-guided editing diffusion models information theory 或 搜索:

带水印的图片还可以编辑吗?SafeMark:一种保留水印的文本引导图像编辑方法 / Are Watermarked Images Editable? SafeMark for Watermark-Preserving Text-Guided Image Editing


1️⃣ 一句话总结

本文提出SafeMark框架,通过在扩散模型的编辑训练中加入水印解码损失,实现了在文本引导编辑图片时既能保留原有的水印信息(高比特准确率),又能保证高质量语义修改,证明水印完整性和编辑可行性可以兼得。

源自 arXiv: 2605.19511