EmbTracker: Traceable Black-box Watermarking for Federated Language Models
Abstract
Federated Language Model (FedLM) allows a collaborative learning without sharing raw data, yet it introduces a critical vulnerability, as every untrustworthy client may leak the received functional model instance. Current watermarking schemes for FedLM often require white-box access and client-side cooperation, providing only group-level proof of ownership rather than individual traceability. We propose EmbTracker, a server-side, traceable black-box watermarking framework specifically designed for FedLMs. EmbTracker achieves black-box verifiability by embedding a backdoor-based watermark detectable through simple API queries. Client-level traceability is realized by injecting unique identity-specific watermarks into the model distributed to each client. In this way, a leaked model can be attributed to a specific culprit, ensuring robustness even against non-cooperative participants. Extensive experiments on various language and vision-language models demonstrate that EmbTracker achieves robust traceability with verification rates near 100\%, high resilience against removal attacks (fine-tuning, pruning, quantization), and negligible impact on primary task performance (typically within 1-2\%).
Cite
@article{arxiv.2603.12089,
title = {EmbTracker: Traceable Black-box Watermarking for Federated Language Models},
author = {Haodong Zhao and Jinming Hu and Yijie Bai and Tian Dong and Wei Du and Zhuosheng Zhang and Yanjiao Chen and Haojin Zhu and Gongshen Liu},
journal= {arXiv preprint arXiv:2603.12089},
year = {2026}
}
Comments
Work in progress