paper-with-me

홈 › Papers

Collaborative Threshold Watermarking

2026-02-11 · Tameem Bakr, Anish Ambreth, Nils Lukas arxiv

In federated learning (FL), $K$ clients jointly train a model without sharing raw data. Because each participant invests data and compute, clients need mechanisms to later prove the provenance of a jointly trained model. Model watermarking embeds a hidden signal in the weights, but naive approaches either do not scale with many clients as per-client watermarks dilute as $K$ grows, or give any individual client the ability to verify and potentially remove the watermark. We introduce $(t,K)$-threshold watermarking: clients collaboratively embed a shared watermark during training, while only coalitions of at least $t$ clients can reconstruct the watermark key and verify a suspect model. We secret-share the watermark key $τ$ so that coalitions of fewer than $t$ clients cannot reconstruct it, and verification can be performed without revealing $τ$ in the clear. We instantiate our protocol in the white-box setting and evaluate it on image classification tasks on both IID and non-IID partitions, as well as language models fine-tuning setting. Our watermark remains detectable at scale ($K=128$) with minimal accuracy loss and stays above the detection threshold ($z\ge 4$) under attacks including adaptive fine-tuning using up to 20% of the training data. Code is available at https://github.com/tameemalaa/collaborative-threshold-watermark.

📄 PDF Abstract BibTeX arXiv:2602.10765

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationFederated Learning

Similar Papers 제목 키워드 기반

CATMark: A Context-Aware Thresholding Framework for Robust Cross-Task Watermarking in Large Language Models

2025-09-27 · Yu Zhang, Shuliang Liu, Xu Yang, Xuming Hu arxiv

Watermarking algorithms for Large Language Models (LLMs) effectively identify machine-generated content by embedding and detecting hidden statistical features in text. However, such embedding leads to a decline in text q…

Text Generation

Audio Codec Augmentation for Robust Collaborative Watermarking of Speech Synthesis

2024-09-20 · Lauri Juvela, Xin Wang

Automatic detection of synthetic speech is becoming increasingly important as current synthesis methods are both near indistinguishable from human speech and widely accessible to the public. Audio watermarking and other …

Face SwappingSpeech Synthesis

Auditing Cross-Lingual Fairness in Language Model Watermarking

2026-08-20 · Alexander Nemecek, Osama Zafar, Debargha Ganguly, Vikash Singh 외 arxiv

Watermarking schemes for large language model output are evaluated almost exclusively on English text using each scheme's detection threshold and a narrow set of quality measurements. Multilingual deployment exposes eval…

Collaborative Watermarking for Adversarial Speech Synthesis

2023-09-26 · Lauri Juvela, Xin Wang

Advances in neural speech synthesis have brought us technology that is not only close to human naturalness, but is also capable of instant voice cloning with little data, and is highly accessible with pre-trained models …

Speaker VerificationSpeech SynthesisSynthetic Speech DetectionVoice Cloning

ClearMark: Intuitive and Robust Model Watermarking via Transposed Model Training

2023-10-25 · Torsten Krauß, Jasper Stang, Alexandra Dmitrienko

Due to costly efforts during data acquisition and model training, Deep Neural Networks (DNNs) belong to the intellectual property of the model creator. Hence, unauthorized use, theft, or modification may lead to legal re…

Decision Makingmodel