paper-with-me

Papers

Warfare:Breaking the Watermark Protection of AI-Generated Content

2023-09-27 · Guanlin Li, Yifei Chen, Jie Zhang, Shangwei Guo, Han Qiu, Guoyin Wang, Jiwei Li, Tianwei Zhang

AI-Generated Content (AIGC) is rapidly expanding, with services using advanced generative models to create realistic images and fluent text. Regulating such content is crucial to prevent policy violations, such as unauthorized commercialization or unsafe content distribution. Watermarking is a promising solution for content attribution and verification, but we demonstrate its vulnerability to two key attacks: (1) Watermark removal, where adversaries erase embedded marks to evade regulation, and (2) Watermark forging, where they generate illicit content with forged watermarks, leading to misattribution. We propose Warfare, a unified attack framework leveraging a pre-trained diffusion model for content processing and a generative adversarial network for watermark manipulation. Evaluations across datasets and embedding setups show that Warfare achieves high success rates while preserving content quality. We further introduce Warfare-Plus, which enhances efficiency without compromising effectiveness. The code can be found in https://github.com/GuanlinLee/warfare.

📄 PDF Abstract BibTeX arXiv:2310.07726

Code (1)

guanlinlee/warfare 공식 구현 pytorch

Tasks

Generative Adversarial Network

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 제목 키워드 기반

Dynamic watermarks in images generated by diffusion models

2025-02-13 · Yunzhuo Chen, Naveed Akhtar, Nur Al Hasan Haldar, Ajmal Mian

High-fidelity text-to-image diffusion models have revolutionized visual content generation, but their widespread use raises significant ethical concerns, including intellectual property protection and the misuse of synth…

SSIM

Watermarking Large Language Models and the Generated Content: Opportunities and Challenges

2024-10-24 · Ruisi Zhang, Farinaz Koushanfar

The widely adopted and powerful generative large language models (LLMs) have raised concerns about intellectual property rights violations and the spread of machine-generated misinformation. Watermarking serves as a prom…

Code GenerationMisinformation

Secure and Robust Watermarking for AI-generated Images: A Comprehensive Survey

2025-09-30 · Jie Cao, Qi Li, Zelin Zhang, Jianbing Ni 외 arxiv

The rapid progress of Generative Artificial Intelligence (GenAI) has enabled the effortless synthesis of high-quality visual content, while simultaneously raising pressing concerns about intellectual property protection,…

A Recipe for Watermarking Diffusion Models

2023-03-17 · Yunqing Zhao, Tianyu Pang, Chao Du, Xiao Yang 외

Diffusion models (DMs) have demonstrated advantageous potential on generative tasks. Widespread interest exists in incorporating DMs into downstream applications, such as producing or editing photorealistic images. Howev…

Towards Robust Content Watermarking Against Removal and Forgery Attacks

2026-04-08 · Yifan Zhu, Yihan Wang, Xiao-Shan Gao arxiv

Generated contents have raised serious concerns about copyright protection, image provenance, and credit attribution. A potential solution for these problems is watermarking. Recently, content watermarking for text-to-im…