Pith. sign in

REVIEW 25 cited by

Towards Understanding Ensemble, Knowledge Distillation and Self-Distillation in Deep Learning

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2012.09816 v3 pith:XJBBNVVW submitted 2020-12-17 cs.LG cs.NEmath.OCstat.ML

classification cs.LGcs.NEmath.OCstat.ML
keywords ensembledistillationknowledgelearningaccuracydeeptestimprove
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

We formally study how ensemble of deep learning models can improve test accuracy, and how the superior performance of ensemble can be distilled into a single model using knowledge distillation. We consider the challenging case where the ensemble is simply an average of the outputs of a few independently trained neural networks with the SAME architecture, trained using the SAME algorithm on the SAME data set, and they only differ by the random seeds used in the initialization. We show that ensemble/knowledge distillation in Deep Learning works very differently from traditional learning theory (such as boosting or NTKs, neural tangent kernels). To properly understand them, we develop a theory showing that when data has a structure we refer to as ``multi-view'', then ensemble of independently trained neural networks can provably improve test accuracy, and such superior test accuracy can also be provably distilled into a single model by training a single model to match the output of the ensemble instead of the true label. Our result sheds light on how ensemble works in deep learning in a way that is completely different from traditional theorems, and how the ``dark knowledge'' is hidden in the outputs of the ensemble and can be used in distillation. In the end, we prove that self-distillation can also be viewed as implicitly combining ensemble and knowledge distillation to improve test accuracy.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 25 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Representations Shape Weak-to-Strong Generalization: Theoretical Insights and Empirical Predictions

    cs.LG 2025-02 conditional novelty 8.0 of 10

    Weak-to-strong performance is governed by the overlap between the weak model's unlearnable error space and the strong model's principal-representation space, quantified by ||P_s(I-P_w)||.

  2. Machine Understanding of Scientific Language

    cs.CL 2025-06 conditional novelty 7.0 of 10

    The thesis defines and evaluates tasks and datasets for automatic fact checking, cite-worthiness, exaggeration detection, and information change measurement in science communication, culminating in SPICED, a cross-med...

  3. Self-Improvement in Language Models: The Sharpening Mechanism

    cs.AI 2024-12 conditional novelty 7.0 of 10

    Self-improvement in language models can be understood as amortizing best-of-N inference-time selection, with minimax-optimal guarantees for SFT and provable coverage-free benefits for RL with exploration.

  4. A Unified Approach to Interpreting Knowledge Distillation for Large Language Models via Interactions

    cs.LG 2026-05 conditional novelty 6.5 of 10

    KD sparsifies complex interactions in student LLMs; a Complex Interaction Penalty that enforces this improves multiple KD methods on in- and out-of-domain benchmarks.

  5. V-Simba: Unleashing the Architectural Potential of RL in Visual Continuous Control

    cs.LG 2026-08 conditional novelty 6.0 of 10

    V-Simba, a visual RL architecture combining layer normalization, weight decay, and a distributional critic, matches or outperforms complex baselines on 29 continuous control tasks while using less compute.

  6. Multi-Turn On-Policy Distillation with Prefix Replay

    cs.LG 2026-07 conditional novelty 6.0 of 10

    ReOPD offline-distills multi-turn agentic LLMs via teacher-prefix replay plus step-decay sampling, matching online OPD accuracy at ≥4× speed with zero tool calls.

  7. Aggregate Models, Not Explanations: Improving Feature Importance Estimation

    stat.ML 2026-02 conditional novelty 6.0 of 10

    For risk-based feature importance (LOCO, SAGE), computing importance on an ensemble of models is more accurate than averaging individual models' importance scores, because model-level ensembling reduces the excess ris...

  8. Muon in Associative Memory Learning: Training Dynamics and Scaling Laws

    cs.LG 2026-02 conditional novelty 6.0 of 10

    In a linear softmax memory model, Muon equalizes learning across frequency tiers and gives exponential (noiseless) or T^{-2} (noisy power-law) convergence, versus polynomial or T^{-(1-1/β)} for gradient descent.

  9. Entropy-Preserving Supervised Fine-Tuning via Adaptive Self-Distillation for Large Reasoning Models

    cs.LG 2026-02 conditional novelty 6.0 of 10

    CurioSFT preserves exploration during supervised fine-tuning by distilling toward the model's own temperature-scaled distribution and adaptively increasing entropy at high-entropy tokens, improving SFT accuracy by ~2....

  10. Dark Side of Modalities: Reinforced Multimodal Distillation for Multimodal Knowledge Graph Reasoning

    cs.MM 2025-07 conditional novelty 6.0 of 10

    A unimodal student model, taught by reinforcement-selected combinations of multimodal teachers via neighbor-decoupled knowledge distillation, sets new state-of-the-art results on five multimodal knowledge graph reason...

  11. Distillation of atomistic foundation models across architectures and chemical domains

    physics.comp-ph 2025-06 conditional novelty 6.0 of 10

    Distillation of atomistic foundation models via synthetic data yields 10x-100x faster student potentials with near-teacher accuracy.

  12. Training Dynamics Underlying Language Model Scaling Laws: Loss Deceleration and Zero-Sum Learning

    cs.LG 2025-06 conditional novelty 6.0 of 10

    Loss deceleration, a piecewise-linear break in log-log loss curves, is attributed to zero-sum learning where per-example gradients oppose one another, and scaling helps by mitigating it.

  13. Kernel-based Unsupervised Embedding Alignment for Enhanced Visual Representation in Vision-language Models

    cs.CV 2025-06 conditional novelty 6.0 of 10

    Fine-tuning CLIP's visual encoder to match DINOv2's kernel-based similarity structure improves its fine-grained visual perception while preserving its alignment to text.

  14. Understanding Overadaptation in Supervised Fine-Tuning: The Role of Ensemble Methods

    cs.AI 2025-06 conditional novelty 6.0 of 10

    Weight averaging of pretrained and fine-tuned models is shown, in a linear model and on three LLM families, to reduce overadaptation and improve both downstream and retained knowledge.

  15. Model Fusion via Neuron Transplantation

    cs.LG 2025-02 conditional novelty 6.0 of 10

    A new fusion method, Neuron Transplantation, concatenates ensemble members and prunes back down to a single model's size, outperforming individual models after fine-tuning.

  16. Can Diffusion Models Learn Hidden Inter-Feature Rules Behind Images?

    cs.CV 2025-02 conditional novelty 6.0 of 10

    Diffusion models trained with denoising score matching can follow coarse image rules but cannot reliably reproduce fine-grained inter-feature rules, and a two-layer network analysis shows a constant error for such rules.

  17. On Local Overfitting and Forgetting in Deep Neural Networks

    cs.LG 2024-12 conditional novelty 6.0 of 10

    Networks routinely forget some test points during training even while overall accuracy improves, and combining mid-training checkpoints selected by a forget-score recovers some of this lost accuracy.

  18. SPRKD: Effective Knowledge Distillation for Deep Neural Networks via Saddle Region Approximation

    cs.LG 2026-07 reject novelty 5.0 of 10

    SPRKD distills weak-teacher saddle-region information into a small student, but its only tabulated result matches scratch training and larger claimed gains are untabulated.

  19. SDD: Self-Degraded Defense against Malicious Fine-tuning

    cs.CR 2025-07 reject novelty 5.0 of 10

    SDD makes an LLM reply to harmful prompts with irrelevant high-quality text, so that malicious fine-tuning degrades general ability and the model cannot follow harmful instructions.

  20. Forget Me Not: Fighting Local Overfitting with Knowledge Fusion and Distillation

    cs.LG 2025-07 conditional novelty 5.0 of 10

    Checkpoint fusion guided by a 'forget' metric, followed by distillation, lets a single model recover test points that were learned and then forgotten during training, improving accuracy, especially under label noise.

  21. Right Time to Learn:Promoting Generalization via Bio-inspired Spacing Effect in Knowledge Distillation

    cs.LG 2025-02 conditional novelty 5.0 of 10

    Training the teacher a small number of steps ahead of the student and freezing it during distillation improves student generalization by up to 3.4% on image benchmarks.

  22. sDREAMER: Self-distilled Mixture-of-Modality-Experts Transformer for Automatic Sleep Staging

    cs.LG 2025-01 conditional novelty 5.0 of 10

    A mixture-of-modality-experts transformer with self-distillation reports improved mouse sleep staging and enables single-channel inference after multi-channel training.

  23. Efficient Logit-based Knowledge Distillation of Deep Spiking Neural Networks for Full-Range Timestep Deployment

    cs.LG 2025-01 conditional novelty 5.0 of 10

    Temporal-wise logits distillation with ensemble self-distillation lets one SNN, trained at T=6, be deployed at T=1 through T=6 without retraining and with competitive accuracy.

  24. Multi-Branch Mutual-Distillation Transformer for EEG-Based Seizure Subtype Classification

    eess.SP 2024-12 conditional novelty 4.0 of 10

    A multi-branch Transformer with mutual distillation between raw EEG and wavelet bands achieves the best reported accuracy and balanced accuracy on CHSZ and TUSZ seizure subtype classification.

  25. Learning Causality for Modern Machine Learning

    cs.LG 2025-06 conditional novelty 2.0 of 10

    A thesis compiling six papers that use causal invariance to improve graph neural networks' out-of-distribution generalization, interpretability, and robustness.

Pith tools