paper-with-me

홈 › Papers

PVMark: Enabling Public Verifiability for LLM Watermarking Schemes

2025-10-30 · Haohua Duan, Liyao Xiang, Xin Zhang arxiv

Watermarking schemes for large language models (LLMs) have been proposed to identify the source of the generated text, mitigating the potential threats emerged from model theft. However, current watermarking solutions hardly resolve the trust issue: the non-public watermark detection cannot prove itself faithfully conducting the detection. We observe that it is attributed to the secret key mostly used in the watermark detection -- it cannot be public, or the adversary may launch removal attacks provided the key; nor can it be private, or the watermarking detection is opaque to the public. To resolve the dilemma, we propose PVMark, a plugin based on zero-knowledge proof (ZKP), enabling the watermark detection process to be publicly verifiable by third parties without disclosing any secret key. PVMark hinges upon the proof of `correct execution' of watermark detection on which a set of ZKP constraints are built, including mapping, random number generation, comparison, and summation. We implement multiple variants of PVMark in Python, Rust and Circom, covering combinations of three watermarking schemes, three hash functions, and four ZKP protocols, to show our approach effectively works under a variety of circumstances. By experimental results, PVMark efficiently enables public verifiability on the state-of-the-art LLM watermarking schemes yet without compromising the watermarking performance, promising to be deployed in practice.

📄 PDF Abstract BibTeX arXiv:2510.26274

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Waterfall: Framework for Robust and Scalable Text Watermarking and Provenance for LLMs

2024-07-05 · Gregory Kang Ruey Lau, Xinyuan Niu, Hieu Dao, Jiangwei Chen 외

Protecting intellectual property (IP) of text such as articles and code is increasingly important, especially as sophisticated attacks become possible, such as paraphrasing by large language models (LLMs) or even unautho…

ArticlesComputational Efficiency

SoK: How Robust is Audio Watermarking in Generative AI models?

2025-03-24 · Yizhu Wen, Ashwin Innuganti, Aaron Bien Ramos, Hanqing Guo 외

Audio watermarking is increasingly used to verify the provenance of AI-generated content, enabling applications such as detecting AI-generated speech, protecting music IP, and defending against voice cloning. To be effec…

Voice Cloning

SoK: How Robust is Image Classification Deep Neural Network Watermarking? (Extended Version)

2021-08-11 · Nils Lukas, Edward Jiang, Xinda Li, Florian Kerschbaum

Deep Neural Network (DNN) watermarking is a method for provenance verification of DNN models. Watermarking should be robust against watermark removal attacks that derive a surrogate model that evades provenance verificat…

image-classificationImage Classification

Publicly-Detectable Watermarking for Language Models

2023-10-27 · Jaiden Fairoze, Sanjam Garg, Somesh Jha, Saeed Mahloujifar 외

We present a publicly-detectable watermarking scheme for LMs: the detection algorithm contains no secret information, and it is executable by anyone. We embed a publicly-verifiable cryptographic signature into LM output …

README: Robust Error-Aware Digital Signature Framework via Deep Watermarking Model

2025-07-06 · Hyunwook Choi, Sangyun Won, Daeyeon Hwang, Junhyeok Choi

Deep learning-based watermarking has emerged as a promising solution for robust image authentication and protection. However, existing models are limited by low embedding capacity and vulnerability to bit-level errors, m…