LGAICLMay 26, 2025

DOGe: Defensive Output Generation for LLM Protection Against Knowledge Distillation

arXiv:2505.19504v212 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the issue of intellectual property theft for LLM developers by providing a practical safeguard against distillation-based imitation, though it is incremental as it builds on existing adversarial defense concepts.

The paper tackles the problem of protecting proprietary Large Language Models (LLMs) from imitation via knowledge distillation by competitors who observe publicly accessible outputs, introducing DOGe, a defensive output generation strategy that fine-tunes only the final linear layer with an adversarial loss to subtly modify outputs, resulting in student models showing catastrophically reduced performance while preserving teacher model performance.

Large Language Models (LLMs) represent substantial intellectual and economic investments, yet their effectiveness can inadvertently facilitate model imitation via knowledge distillation (KD). In practical scenarios, competitors can distill proprietary LLM capabilities by simply observing publicly accessible outputs, akin to reverse-engineering a complex performance by observation alone. Existing protective methods like watermarking only identify imitation post-hoc, while other defenses assume the student model mimics the teacher's internal logits, rendering them ineffective against distillation purely from observed output text. This paper confronts the challenge of actively protecting LLMs within the realistic constraints of API-based access. We introduce an effective and efficient Defensive Output Generation (DOGe) strategy that subtly modifies the output behavior of an LLM. Its outputs are accurate and useful for legitimate users, yet are designed to be misleading for distillation, significantly undermining imitation attempts. We achieve this by fine-tuning only the final linear layer of the teacher LLM with an adversarial loss. This targeted training approach anticipates and disrupts distillation attempts during inference time. Our experiments show that, while preserving the performance of the teacher model, student models distilled from the defensively generated outputs demonstrate catastrophically reduced performance, demonstrating DOGe as a practical safeguard against KD-based model imitation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes