paper-with-me

홈 › Papers

Towards Robust Model Watermark via Reducing Parametric Vulnerability

2023-09-09 · ICCV 2023 1 · Guanhao Gan, Yiming Li, Dongxian Wu, Shu-Tao Xia

Deep neural networks are valuable assets considering their commercial benefits and huge demands for costly annotation and computation resources. To protect the copyright of DNNs, backdoor-based ownership verification becomes popular recently, in which the model owner can watermark the model by embedding a specific backdoor behavior before releasing it. The defenders (usually the model owners) can identify whether a suspicious third-party model is ``stolen'' from them based on the presence of the behavior. Unfortunately, these watermarks are proven to be vulnerable to removal attacks even like fine-tuning. To further explore this vulnerability, we investigate the parameter space and find there exist many watermark-removed models in the vicinity of the watermarked one, which may be easily used by removal attacks. Inspired by this finding, we propose a mini-max formulation to find these watermark-removed models and recover their watermark behavior. Extensive experiments demonstrate that our method improves the robustness of the model watermarking against parametric changes and numerous watermark-removal attacks. The codes for reproducing our main experiments are available at \url{https://github.com/GuanhaoGan/robust-model-watermarking}.

📄 PDF Abstract BibTeX arXiv:2309.04777

Code (1)

guanhaogan/robust-model-watermarking 공식 구현 pytorch

Tasks

model

Similar Papers 제목 키워드 기반

LLM Watermark Evasion via Bias Inversion

2025-09-27 · Jeongyeon Hwang, Sangdon Park, Jungseul Ok arxiv

Watermarking offers a promising solution for detecting LLM-generated content, yet its robustness under realistic query-free (black-box) evasion remains an open challenge. Existing query-free attacks often achieve limited…

Revealing Weaknesses in Text Watermarking Through Self-Information Rewrite Attacks

2025-05-08 · Yixin Cheng, Hongcheng Guo, Yangming Li, Leonid Sigal

Text watermarking aims to subtly embed statistical signals into text by controlling the Large Language Model (LLM)'s sampling process, enabling watermark detectors to verify that the output was generated by the specified…

Large Language Model

RAVEN: Erasing Invisible Watermarks via Novel View Synthesis

2026-01-13 · Fahad Shamshad, Nils Lukas, Karthik Nandakumar arxiv

Invisible watermarking has become a critical mechanism for authenticating AI-generated image content, with major platforms deploying watermarking schemes at scale. However, evaluating the vulnerability of these schemes a…

Novel View Synthesis

Linear Ensembles Wash Away Watermarks: On the Fragility of Distributional Perturbations in LLMs

2026-05-28 · Zhihao Wu, Gracia Gong, Qinglin Zhu, Yudong Chen 외 arxiv

Watermarking embeds statistical signatures in AI-generated text for detection and attribution. We reveal a fundamental vulnerability: when users access multiple models (today's reality), watermarks trivially fail. Waterm…

Text Detection

Watermark Vaccine: Adversarial Attacks to Prevent Watermark Removal

2022-07-17 · Xinwei Liu, Jian Liu, Yang Bai, Jindong Gu 외

As a common security tool, visible watermarking has been widely applied to protect copyrights of digital images. However, recent works have shown that visible watermarks can be removed by DNNs without damaging their host…