paper-with-me

Papers

Can LLM Watermarks Robustly Prevent Unauthorized Knowledge Distillation?

2025-02-17 · Leyi Pan, Aiwei Liu, Shiyu Huang, Yijian Lu, Xuming Hu, Lijie Wen, Irwin King, Philip S. Yu

The radioactive nature of Large Language Model (LLM) watermarking enables the detection of watermarks inherited by student models when trained on the outputs of watermarked teacher models, making it a promising tool for preventing unauthorized knowledge distillation. However, the robustness of watermark radioactivity against adversarial actors remains largely unexplored. In this paper, we investigate whether student models can acquire the capabilities of teacher models through knowledge distillation while avoiding watermark inheritance. We propose two categories of watermark removal approaches: pre-distillation removal through untargeted and targeted training data paraphrasing (UP and TP), and post-distillation removal through inference-time watermark neutralization (WN). Extensive experiments across multiple model pairs, watermarking schemes and hyper-parameter settings demonstrate that both TP and WN thoroughly eliminate inherited watermarks, with WN achieving this while maintaining knowledge transfer efficiency and low computational overhead. Given the ongoing deployment of watermarking techniques in production LLMs, these findings emphasize the urgent need for more robust defense strategies. Our code is available at https://github.com/THU-BPM/Watermark-Radioactivity-Attack.

📄 PDF Abstract BibTeX arXiv:2502.11598

Code (1)

thu-bpm/watermark-radioactivity-attack 공식 구현

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Unified Attacks to Large Language Model Watermarks: Spoofing and Scrubbing in Unauthorized Knowledge Distillation

2025-04-24 · Xin Yi, Yue Li, Shunfan Zheng, LinLin Wang 외

Watermarking has emerged as a critical technique for combating misinformation and protecting intellectual property in large language models (LLMs). A recent discovery, termed watermark radioactivity, reveals that waterma…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1

Protecting Language Models Against Unauthorized Distillation through Trace Rewriting

2026-02-16 · Xinhang Ma, William Yeoh, Ning Zhang, Yevgeniy Vorobeychik arxiv

Knowledge distillation is a widely adopted technique for transferring capabilities from LLMs to smaller, more efficient student models. However, unauthorized use of knowledge distillation takes unfair advantage of the co…

Knowledge Distillation

Asking Back: Interaction-Layer Antidistillation Watermarks

2026-05-15 · Guang Yang, Amir Ghasemian, Fengchen Liu, Zhong Wang 외 arxiv

Detecting unauthorized knowledge distillation from a deployed LLM API is hard because the defender controls neither the attacker's training pipeline nor the next-token logits. Existing defenses operate on the teacher's o…

Knowledge Distillation

Watermark-embedded Adversarial Examples for Copyright Protection against Diffusion Models

2024-04-15 · CVPR 2024 1 · Peifei Zhu, Tsubasa Takahashi, Hirokatsu Kataoka

Diffusion Models (DMs) have shown remarkable capabilities in various image-generation tasks. However, there are growing concerns that DMs could be used to imitate unauthorized creations and thus raise copyright issues. T…

Conditional Image GenerationImage Generation

DistilLock: Safeguarding LLMs from Unauthorized Knowledge Distillation on the Edge

2025-10-19 · Asmita Mohanty, Gezheng Kang, Lei Gao, Murali Annavaram arxiv

Large Language Models (LLMs) have demonstrated strong performance across diverse tasks, but fine-tuning them typically relies on cloud-based, centralized infrastructures. This requires data owners to upload potentially s…

Computational EfficiencyKnowledge Distillation