paper-with-me

홈 › Papers

ROBIN: Robust and Invisible Watermarks for Diffusion Models with Adversarial Optimization

2024-11-06 · Huayang Huang, Yu Wu, Qian Wang

Watermarking generative content serves as a vital tool for authentication, ownership protection, and mitigation of potential misuse. Existing watermarking methods face the challenge of balancing robustness and concealment. They empirically inject a watermark that is both invisible and robust and passively achieve concealment by limiting the strength of the watermark, thus reducing the robustness. In this paper, we propose to explicitly introduce a watermark hiding process to actively achieve concealment, thus allowing the embedding of stronger watermarks. To be specific, we implant a robust watermark in an intermediate diffusion state and then guide the model to hide the watermark in the final generated image. We employ an adversarial optimization algorithm to produce the optimal hiding prompt guiding signal for each watermark. The prompt embedding is optimized to minimize artifacts in the generated image, while the watermark is optimized to achieve maximum strength. The watermark can be verified by reversing the generation process. Experiments on various diffusion models demonstrate the watermark remains verifiable even under significant image tampering and shows superior invisibility compared to other state-of-the-art robust watermarking methods. Code is available at https://github.com/Hannah1102/ROBIN.

📄 PDF Abstract BibTeX arXiv:2411.03862

Code (1)

hannah1102/robin 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Invisible Image Watermarks Are Provably Removable Using Generative AI

2023-06-02 · Xuandong Zhao, Kexun Zhang, Zihao Su, Saastha Vasan 외

Invisible watermarks safeguard images' copyrights by embedding hidden messages only detectable by owners. They also prevent people from misusing images, especially those generated by AI models. We propose a family of reg…

DenoisingImage Denoising

A Somewhat Robust Image Watermark against Diffusion-based Editing Models

2023-11-22 · Mingtian Tan, Tianhao Wang, Somesh Jha

Recently, diffusion models (DMs) have become the state-of-the-art method for image synthesis. Editing models based on DMs, known for their high fidelity and precision, have inadvertently introduced new challenges related…

Image Generation

WMCopier: Forging Invisible Image Watermarks on Arbitrary Images

2025-03-28 · Ziping Dong, Chao Shuai, Zhongjie Ba, Peng Cheng 외

Invisible Image Watermarking is crucial for ensuring content provenance and accountability in generative AI. While Gen-AI providers are increasingly integrating invisible watermarking systems, the robustness of these sch…

Assessing the Efficacy of Invisible Watermarks in AI-Generated Medical Images

2024-02-05 · Xiaodan Xing, Huiyu Zhou, Yingying Fang, Guang Yang

AI-generated medical images are gaining growing popularity due to their potential to address the data scarcity challenge in the real world. However, the issue of accurate identification of these synthetic images, particu…

First-Place Solution to NeurIPS 2024 Invisible Watermark Removal Challenge

2025-08-28 · Fahad Shamshad, Tameem Bakr, Yahia Shaaban, Noor Hussein 외 arxiv

Content watermarking is an important tool for the authentication and copyright protection of digital media. However, it is unclear whether existing watermarks are robust against adversarial attacks. We present the winnin…