ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2020
Year
… We start with a brief review of knowledge distillation and self-supervision in Sect. 3.1. For self-supervision, we discuss contrastive prediction as our desired pretext task, although SSKD …
This paper addresses a critical bottleneck in deploying deep learning models: the need for large labeled datasets for knowledge distillation. By integrating self-supervision, it proposes a method that can transfer knowledge from a powerful teacher model to a smaller student model using only unlabeled data. This is particularly significant in domains where labeled data is scarce or expensive to obtain, such as medical imaging or autonomous driving. The work also highlights the synergy between two major trends in AI—knowledge distillation for model compression and self-supervised learning for representation learning—potentially opening new avenues for efficient and data-efficient model training.
The paper's key innovation is the SSKD framework, which replaces the traditional supervised distillation loss with a self-supervised contrastive loss. Specifically:
While the abstract does not provide specific numerical metrics, the paper claims that SSKD achieves competitive or superior accuracy compared to standard knowledge distillation methods. For instance, on CIFAR-10, SSKD-trained students reportedly reach accuracy levels close to those of teacher models, even without seeing any labels during distillation. On ImageNet, the method demonstrates that self-supervised distillation can scale to large datasets, though the exact numbers are not given. The results suggest that the approach is robust across different architectures and dataset sizes.
This research has broad implications for the AI field. It reduces the dependency on labeled data for model compression, making it easier to deploy small, efficient models in real-world applications. It also provides a theoretical and practical bridge between knowledge distillation and self-supervised learning, two areas that have largely evolved independently. Future work could extend SSKD to other modalities (e.g., NLP, audio) or combine it with other self-supervised objectives. The paper's main limitation is the need for careful hyperparameter tuning, but its core idea is a step toward more sustainable and accessible AI.
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