ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2020
Year
… However, we argue that knowledge distillation is not always … to impact the efficacy of knowledge distillation where one is … called Teacher Assistant Knowledge Distillation (TAKD), which …
Knowledge distillation is a cornerstone technique for deploying large models in resource-constrained environments. However, practitioners often observe that a massive teacher model fails to improve a tiny student model, a phenomenon this paper systematically addresses. By introducing a teacher assistant of intermediate capacity, the authors provide a simple yet effective fix that can be immediately adopted in production pipelines.
The paper is significant because it challenges the assumption that bigger teachers always yield better students. It offers a principled way to bridge the capacity gap, which is a common pain point in real-world deployments. This insight is especially relevant for edge AI and mobile applications where model size is tightly constrained.
On CIFAR-100, using a ResNet-110 teacher and a ResNet-20 student, TAKD improves student accuracy by 2-3% over direct distillation. On ImageNet, a ResNet-34 student with a ResNet-152 teacher sees a 1.5% top-1 accuracy boost. The assistant model itself is typically 2-4x smaller than the teacher, adding only moderate training overhead.
This work has influenced subsequent research on multi-stage distillation and curriculum learning for knowledge transfer. It is widely cited in papers on model compression and efficient deep learning. For practitioners, TAKD offers a drop-in improvement that requires no changes to existing architectures, making it a valuable tool for deploying high-performance models on edge devices.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba