Papers › Distilling the Knowledge in a Neural Network
Distilling the Knowledge in a Neural Network
Geoffrey Hinton, Oriol Vinyals, Jeff Dean
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. Unfortunately, making predictions using a whole ensemble of models is cumbersome and may be too computationally expensive to allow deployment to a large number of users, especially if the individual models are large neural nets. Caruana and his collaborators have shown that it is possible to compress the knowledge in an ensemble into a single model which is much easier to deploy and we develop this approach further using a different compression technique. We achieve some surprising results on MNIST and we show that we can significantly improve the acoustic model of a heavily used commercial system by distilling the knowledge in an ensemble of models into a single model. We also introduce a new type of ensemble composed of one or more full models and many specialist models which learn to distinguish fine-grained classes that the full models confuse. Unlike a mixture of experts, these specialist models can be trained rapidly and in parallel.
In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.
Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1503.02531")
Code
Syntology Ran 16 of 37 code samples harvested from 14 repositories linked to this paper; 21 have no recorded run. Of those that ran: 6 ran · honoured contract; 8 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.
By repository: community (archive-listed): 36 samples from 14 repositories, 16 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
64 repositories listed; official and paper-mentioned ones first.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
37 samples harvested; 16 ran; 6 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.
Licence: 10 of the 37 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from 14 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
a427a6169de8f607 · report
2cbf06e40dbf54ee · report
0a330946ecfac712 · report
274528b19a06a729 · report
7308ca9b35a3b212 · report
7ee88cf415894459 · report
62f639fec5cb08e5 · report
8a5635108617215c · report
9c20329610d8c5e5 · report
acb7b29614f1a161 · report
0bd196791b1b86e6 · report
bee766c6e15044c2 · report
ec78bec91ac01396 · report
cb5cbea0e8219ff5 · report
00a58257f6886584 · report
95712f5d0bd66d34 · report
f0854de100bbea76 · report
6300eb91406d21bf · report
77551a1423d80be3 · report
00c0d849e940be32 · report
f14f766b7e289b16 · report
671c7f056497a8b6 · report
1b249ba85d8cf4ba · report
978081881d93f4be · report
a8b17275da494ca9 · report
240a91c16bc48dd5 · report
9f00b79fbcd75706 · report
2d50b69c5762cfbe · report
3ec85b13b3da58a4 · report
9eb8ac7c03e9b11b · report
37db7f404db2f6ab · report
f7005e3d307e1c00 · report
c3041253233293ca · report
b7e8ebfd9b3a5233 · report
41bcf9c6e97f30d5 · report
5b365f68a2be17aa · report
9b8289076669fe4f · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Knowledge Distillation | CIFAR-100 | resnet8x4 (T: resnet32x4 S: resnet8x4) | Top-1 Accuracy (%) | 73.33 | #20 of 27 | Archive leaderboard | report |
| Knowledge Distillation | CIFAR-100 | vgg8 (T:vgg13 S:vgg8) | Top-1 Accuracy (%) | 72.98 | #21 of 27 | Archive leaderboard | report |
| Knowledge Distillation | CIFAR-100 | resnet110 (T:resnet110 S:resnet20) | Top-1 Accuracy (%) | 70.67 | #27 of 27 | Archive leaderboard | report |
| Knowledge Distillation | ImageNet | ADLIK-MO(T: ResNet101 S: ResNet50) | CRD training setting | ✘ | #22 of 52 | Archive leaderboard | report |
| Knowledge Distillation | ImageNet | ADLIK-MO(T: ResNet101 S: ResNet50) | Top-1 accuracy % | 77.14 | #22 of 52 | Archive leaderboard | report |
| Knowledge Distillation | ImageNet | ADLIK-MO(T: ResNet101 S: ResNet50) | model size | 99M | #22 of 52 | Archive leaderboard | report |
| Knowledge Distillation | ImageNet | KD (T: ResNet-34 S:ResNet-18) | CRD training setting | ✓ | #50 of 52 | Archive leaderboard | report |
| Knowledge Distillation | ImageNet | KD (T: ResNet-34 S:ResNet-18) | Top-1 accuracy % | 70.66 | #50 of 52 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Introduced by this paper: Knowledge Distillation
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