Browse State-of-the-Art › Knowledge Distillation
Knowledge Distillation
1,740 papers with code · 7 benchmarks · 6 datasets archive 2025-07-28
Knowledge distillation is the process of transferring knowledge from a large model to a smaller one. While large models (such as very deep neural networks or ensembles of many models) have higher knowledge capacity than small models, this capacity might not be fully utilized.
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
11 leaderboard tables shown for this task, 7 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted. 10 shown of 11 until expanded.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| ImageNet (52 rows) | ScaleKD (T:BEiT-L S:ViT-B/14) | ScaleKD: Strong Vision Transformers Could Be Excellent Teachers | code | — | Compare |
| CIFAR-100 (27 rows) | SRD (T:resnet-32x4, S:shufflenet-v2) | Understanding the Role of the Projector in Knowledge Distillation | code | — | Compare |
| COCO (Common Objects in Context) (4 rows) | ADLIK-Faster (T: Faster R-CNN vit-base S: Faster R-CNN deit-small) | Focal and Global Knowledge Distillation for Detectors | code | — | Compare |
| COCO 2017 val (3 rows) | ReviewKD++(T: faster rcnn(resnet101), S:faster rcnn(resnet50)) | Improving Knowledge Distillation via Regularizing Feature Norm and... | code | Syntology ran 3 of 3 samples · 0 unverified | Compare |
| PASCAL VOC (2 rows) | LSHFM (T: ResNet101 S: ResNet50) | Distilling Knowledge by Mimicking Features | code | Syntology ran 5 of 6 samples · 1 unverified | Compare |
| Cityscapes (1 row) | CAST | CAST: Contrastive Adaptation and Distillation for Semi-Supervised... | — | — | Compare |
| KITTI (1 row) | TIE-KD (T: Adabins S: MobileNetV2) | TIE-KD: Teacher-Independent and Explainable Knowledge Distillation... | code | — | Compare |
| big content (0 rows) | no rows in the archive | — | — | ||
| en es (0 rows) | no rows in the archive | — | — | ||
| en pt br (0 rows) | no rows in the archive | — | — | ||
| small content (0 rows) | no rows in the archive | — | — | ||
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
6 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
2 subtasks in the archive's task tree.
Most implemented papers archive 2025-07-28
30 shown of 1,740 papers with code (4,240 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
7 Aug 2017 234 repositories listed Syntology ran 11 of 11 samples · 0 unverified · 6 pointer-only (licence)Our novel Focal Loss focuses training on a sparse set of hard examples and prevents the vast number of easy negatives from overwhelming the detector during training.
-
9 Mar 2015 64 repositories listed Syntology ran 15 of 37 samples · 22 unverified · 10 pointer-only (licence)A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.
-
23 Aug 2019 40 repositories listed Syntology ran 6 of 32 samples · 26 unverifiedRecent developments in natural language representations have been accompanied by large and expensive models that leverage vast amounts of general-domain text through self-supervised pre-training.
-
8 Jun 2020 37 repositories listed Syntology ran 73 of 119 samples · 46 unverified · 33 pointer-only (licence)In this paper, we propose FastSpeech 2, which addresses the issues in FastSpeech and better solves the one-to-many mapping problem in TTS by 1) directly training the model with ground-truth target instead of the…
-
2 Oct 2019 37 repositories listed Syntology ran 19 of 27 samples · 8 unverifiedAs Transfer Learning from large-scale pre-trained models becomes more prevalent in Natural Language Processing (NLP), operating these large models in on-the-edge and/or under constrained computational training or…
-
30 Oct 2017 24 repositories listed Syntology ran 4 of 7 samples · 3 unverified · 3 pointer-only (licence)Over the last decade, Convolutional Neural Network (CNN) models have been highly successful in solving complex vision problems.
-
21 Apr 2020 12 repositories listed Syntology ran 0 of 1 samples · 1 unverifiedThe training is based on the idea that a translated sentence should be mapped to the same location in the vector space as the original sentence.
-
9 Jun 2021 10 repositories listedIn particular, we uncover that there are certain implicit design choices, which may drastically affect the effectiveness of distillation.
-
23 Sep 2019 10 repositories listed Syntology ran 0 of 4 samples · 4 unverified · 4 pointer-only (licence)To accelerate inference and reduce model size while maintaining accuracy, we first propose a novel Transformer distillation method that is specially designed for knowledge distillation (KD) of the Transformer-based…
-
7 Nov 2022 8 repositories listedAccurate whole-body multi-person pose estimation and tracking is an important yet challenging topic in computer vision.
-
19 Apr 2021 7 repositories listed Syntology ran 5 of 8 samples · 3 unverified · 5 pointer-only (licence)Knowledge distillation transfers knowledge from the teacher network to the student one, with the goal of greatly improving the performance of the student network.
-
8 Oct 2019 7 repositories listed Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)With 10 distinct participants, the final test accuracy of each model on average receives a 20% gain on top of what's possible without collaboration and is only a few percent lower than the performance each model would…
-
12 Dec 2016 7 repositories listed Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)Attention plays a critical role in human visual experience.
-
25 Jun 2016 6 repositories listed Syntology ran 0 of 2 samples · 2 unverifiedWe demonstrate that standard knowledge distillation applied to word-level prediction can be effective for NMT, and also introduce two novel sequence-level versions of knowledge distillation that further improve…
-
23 May 2024 5 repositories listedTo leverage more modalities, some recent efforts have been made to learn a unified visual object tracking model for any modality.
-
6 Feb 2024 5 repositories listed Syntology ran 5 of 5 samples · 0 unverified · 4 pointer-only (licence)Knowledge distillation (KD) is widely used for compressing a teacher model to a smaller student model, reducing its inference cost and memory footprint while preserving model capabilities.
-
26 Jan 2022 5 repositories listed Syntology ran 14 of 18 samples · 4 unverified · 15 pointer-only (licence)Knowledge distillation (KD) achieves promising results on the challenging problem of unsupervised anomaly detection (AD).
-
27 Sep 2020 5 repositories listedTransformer-based pre-training models like BERT have achieved remarkable performance in many natural language processing tasks.
-
7 May 2020 5 repositories listed Syntology ran 1 of 11 samples · 10 unverifiedKeywords: entropy minimisation, maximum entropy, confidence penalty, self knowledge distillation, label correction, label noise, semi-supervised learning, output regularisation
-
25 Aug 2019 5 repositories listed Syntology ran 9 of 27 samples · 18 unverified · 27 pointer-only (licence)Pre-trained language models such as BERT have proven to be highly effective for natural language processing (NLP) tasks.
-
5 Feb 2024 4 repositories listed Syntology ran 3 of 14 samples · 11 unverifiedIt can simultaneously perform the three common retrieval functionalities of embedding model: dense retrieval, multi-vector retrieval, and sparse retrieval, which provides a unified model foundation for real-world IR…
-
26 Sep 2023 4 repositories listed Syntology ran 9 of 9 samples · 0 unverified · 9 pointer-only (licence)Tracking using bio-inspired event cameras has drawn more and more attention in recent years.
-
5 Jun 2023 4 repositories listedTo address these challenges, we develop Orca (We are working with our legal team to publicly release a diff of the model weights in accordance with LLaMA's release policy to be published at https://aka.
-
23 May 2023 4 repositories listed Syntology ran 7 of 11 samples · 4 unverified · 4 pointer-only (licence)In this paper, we delve deeper into the Kullback-Leibler (KL) Divergence loss and mathematically prove that it is equivalent to the Decoupled Kullback-Leibler (DKL) Divergence loss that consists of 1) a weighted Mean…
-
20 Mar 2023 4 repositories listedWe then show that the normalisation of representations is tightly coupled with the training dynamics of this projector, which can have a large impact on the students performance.
-
16 Dec 2022 4 repositories listedThe success of deep learning heavily relies on large-scale data with comprehensive labels, which is more expensive and time-consuming to fetch in 3D compared to 2D images or natural languages.
-
18 Oct 2022 4 repositories listed Syntology ran 0 of 5 samples · 5 unverifiedThen, we introduce a novel structure-mixing knowledge distillation strategy to enhance the learning ability of MLPs for structure information.
-
13 Jul 2022 4 repositories listed Syntology ran 2 of 6 samples · 4 unverifiedThrough the preliminary study on diffusion model parameterization, we find that previous gradient-based TTS models require hundreds or thousands of iterations to guarantee high sample quality, which poses a challenge…
-
21 Jun 2021 4 repositories listed Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)The key to our method is a set of learnable triplet queries and a structured triplet detector which could be jointly optimized from the training set in an end-to-end manner.
-
20 May 2021 4 repositories listedFederated Learning (FL) is a decentralized machine-learning paradigm, in which a global server iteratively averages the model parameters of local users without accessing their data.
Syntology lines on 22 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections