CVAILGJun 9, 2021

Knowledge distillation: A good teacher is patient and consistent

arXiv:2106.05237v2388 citations
Originality Incremental advance
AI Analysis

This addresses the problem of making high-performance models practical for real-world applications, though it is incremental as it refines existing distillation techniques.

The paper tackles the gap between large-scale models and affordable models in computer vision by identifying robust design choices for knowledge distillation, achieving a state-of-the-art ResNet-50 model with 82.8% top-1 accuracy on ImageNet.

There is a growing discrepancy in computer vision between large-scale models that achieve state-of-the-art performance and models that are affordable in practical applications. In this paper we address this issue and significantly bridge the gap between these two types of models. Throughout our empirical investigation we do not aim to necessarily propose a new method, but strive to identify a robust and effective recipe for making state-of-the-art large scale models affordable in practice. We demonstrate that, when performed correctly, knowledge distillation can be a powerful tool for reducing the size of large models without compromising their performance. In particular, we uncover that there are certain implicit design choices, which may drastically affect the effectiveness of distillation. Our key contribution is the explicit identification of these design choices, which were not previously articulated in the literature. We back up our findings by a comprehensive empirical study, demonstrate compelling results on a wide range of vision datasets and, in particular, obtain a state-of-the-art ResNet-50 model for ImageNet, which achieves 82.8% top-1 accuracy.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes