Volume IX
Model Distillation
Knowledge transfer from large to small models: teacher-student frameworks, logit distillation, feature matching, and self-distillation.
Foundations
Dark Knowledge & Information in Soft Labels
Why soft labels carry exponentially more information than hard labels: the information-theoretic analysis, dark knowledge in incorrect class probabilities, inter-class similarity structure, and the implicit curriculum from teacher confidence.
Knowledge Distillation: Theory & Methods
Transferring knowledge from teacher to student: soft targets, temperature scaling, feature-based distillation, relation-based distillation, and the theory of why distillation works better than training from scratch.
Distillation Methods
Feature-Based & Relation-Based Distillation
Beyond logit matching: FitNets for intermediate layers, attention transfer, contrastive representation distillation (CRD), relational knowledge distillation (RKD), and when feature matching outperforms logit distillation.
Online & Mutual Distillation
Distillation without a pre-trained teacher: deep mutual learning, online knowledge distillation, born-again networks, co-distillation, and ensemble distillation — when and why these outperform standard teacher-student frameworks.
Advanced Techniques
Data-Free & Zero-Shot Distillation
Distillation without access to original training data: generating synthetic data from the teacher, DeepInversion, contrastive data-free methods, and when zero-shot distillation is necessary (privacy, data deletion, proprietary models).
Task-Specific Distillation: Detection, Segmentation & NLP
Adapting distillation to specific tasks: distilling object detectors (feature pyramid matching), segmentation models (pixel-level KD), NLP models (TinyBERT, DistilBERT), and task-aware loss design.
Self-Distillation & Internal Knowledge Transfer
When the model teaches itself: self-distillation within a single network, deeper layers teaching shallower ones, auxiliary classifiers as teachers, label refinery, and why self-distillation improves even large models.
LLM Distillation
LLM Distillation & Synthetic Data
Distilling large language models: on-policy vs off-policy distillation, synthetic data generation, step-by-step distillation, constitutional AI as distillation, and open-source model distillation pipelines.
Speculative Decoding & Draft Model Distillation
Training efficient draft models for speculative decoding: distilling small models to match large model token distributions, acceptance rate optimization, MedUSA heads, and Eagle-style draft architectures.
Reward & Preference Distillation
Distilling alignment: transferring reward models, DPO as implicit distillation, RLHF teacher-student transfer, constitutional AI self-distillation, and maintaining alignment when compressing models.