Efficiency and Composition
KD
In brief — site editorial, not from the paper
Trains a smaller model to imitate a larger one's outputs, keeping much of the capability at a fraction of the serving cost.
Definition
KD transfers a trained teacher model's learned behavioral distribution into a smaller student model, most commonly by training the student to match the teacher's soft probability output distribution, enabling compression of capability without commensurate compression of performance [72, 84]. Its Cross-Model Transfer classification captures the defining structural property: a complete, separately trained model is the proximate information source for the student's training—not a labeled dataset, not a teacher's parameters directly, but the teacher's output distribution. This cross-model information flow distinguishes KD from all other compression-adjacent techniques: Model Compression operates on a single model's own parameters while KD requires a functioning teacher model to generate training signal, making Teacher-Derived. The Computational Efficiency goal drives the student's architectural reduction (smaller, faster inference). From a validation standpoint, a KD event establishes a strict behavioral dependency chain: verifying the student model requires comprehensive technical documentation of both the teacher model's original training data provenance and the exact algorithmic distillation protocol used to generate the soft targets, ensuring full auditability of the behavioral alignment downstream. The student artifact inherits the teacher's behavioral envelope but introduces a compression-induced approximation gap; this gap must be characterized quantitatively—via behavioral regression testing across the teacher's validated operational envelope.
Verbatim from the paper — Efficiency and Composition
Nearest profiles
Model Compression (0.50), PEFT (LoRA, adapters) (0.58), MoE (0.62), Task Arith. & Model Merging (0.62), DP-FT (0.67)
Computed from the taxonomy data (Gower distance over all six dimensions)
References
- [72] Jianping Gou, Baosheng Yu, Stephen J. Maybank, and Dacheng Tao 2021. Knowledge Distillation: A Survey. Int J Comput Vis
- [84] Geoffrey Hinton, Oriol Vinyals, and Jeff Dean 2015. Distilling the Knowledge in a Neural Network. arXiv
Numbered as in the paper
Cite this row
KD — six-dimensional profile D1: cross-model-transfer D2: computational-efficiency D3: teacher-derived D4: ad-hoc-permanent, scheduled-permanent D5: surrogate-model D6: dl, fm, llm, mllm Source: arXiv:2608.06246Compare with another technique Find in the explorer