paper-with-me

Papers

ADS-C: Antidistillation Sampling for Classification

2026-07-16 · Khawaja Abaid Ullah, Mohammad Javad Khojasteh arxiv

Knowledge distillation enables an adversary to replicate a proprietary classifier by querying its prediction interface and training a surrogate on the returned probability vectors. Antidistillation sampling, proposed for large language models, counters this threat with an input-dependent, gradient-directed perturbation of the served distribution; its transfer to classification has not been studied. Adapting the defense to classification, we show its behavior is governed by the distribution of the teacher's per-input confidence margins. Because well-trained classifiers are severely overconfident, the direct transfer exhibits an inert window: below a closed-form-predictable threshold, it affects neither attacker nor defender; beyond it, the defense undergoes a phase transition and degrades the teacher faster than the attacker's student. Temperature softening rescales the transition in closed form, and every temperature configuration lies on the same unfavorable trade-off curve. Our method, ADS-C, composes the perturbation under a closed-form, per-input margin budget that provably preserves every served top-1 prediction, so the defended teacher's accuracy equals the undefended teacher's identically. Under this guarantee the distilled student still loses 17.4 percentage points on CIFAR-100, 29.6 on CIFAR-10, and 13.3 on Tiny-ImageNet; matching this degradation with the unmodified defense costs 27.5, 32.9, and 22.2 points of teacher accuracy. Because served labels are unchanged, a hard-label attacker gains nothing, while the defended soft output trains a student up to 29.7 points below that floor: the incentive to distill served probabilities is not merely removed but reversed. To our knowledge, ADS-C is the first antidistillation defense for classification whose utility cost is exactly zero.

📄 PDF Abstract BibTeX arXiv:2607.15467

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Antidistillation Sampling

2025-04-17 · Yash Savani, Asher Trockman, Zhili Feng, Avi Schwarzschild 외

Frontier models that generate extended reasoning traces inadvertently produce rich token sequences that can facilitate model distillation. Recognizing this vulnerability, model owners may seek sampling strategies that li…

Hiding in Plain Sight: Detectability-Aware Antidistillation of Reasoning Models

2026-04-25 · Max Hartman, Vidhata Jayaraman, Moulik Choraria, Yash Savani 외 arxiv

Distillation via sampling reasoning traces exposes closed-source frontier models to adversarial third parties who can bypass their guardrails and misappropriate their capabilities. Antidistillation methods aim to address…

Antidistillation Fingerprinting

2026-02-03 · Yixuan Even Xu, John Kirchenbauer, Yash Savani, Asher Trockman 외 arxiv

Model distillation enables efficient emulation of frontier large language models (LLMs), creating a need for robust mechanisms to detect when a third-party student model has trained on a teacher model's outputs. However,…

Mathematical ReasoningCode Generation

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

Information-Preserving Reformulation of Reasoning Traces for Antidistillation

2025-10-13 · Jiayu Ding, Lei Cui, Li Dong, Nanning Zheng 외 arxiv

Recent advances in Large Language Models (LLMs) show that extending the length of reasoning chains significantly improves performance on complex tasks. While revealing these reasoning traces helps users better follow, ve…