Contrastive Representation Distillation
Yonglong Tian, Dilip Krishnan, Phillip Isola

TL;DR
This paper introduces a contrastive learning-based approach for neural network knowledge transfer that captures more structural information than traditional distillation, leading to improved performance across various tasks.
Contribution
It proposes a novel contrastive representation distillation method that outperforms existing distillation techniques in multiple transfer learning scenarios.
Findings
Outperforms traditional knowledge distillation methods.
Sets new state-of-the-art in several transfer tasks.
Sometimes surpasses teacher network performance.
Abstract
Often we wish to transfer representational knowledge from one neural network to another. Examples include distilling a large network into a smaller one, transferring knowledge from one sensory modality to a second, or ensembling a collection of models into a single estimator. Knowledge distillation, the standard approach to these problems, minimizes the KL divergence between the probabilistic outputs of a teacher and student network. We demonstrate that this objective ignores important structural knowledge of the teacher network. This motivates an alternative objective by which we train a student to capture significantly more information in the teacher's representation of the data. We formulate this objective as contrastive learning. Experiments demonstrate that our resulting new objective outperforms knowledge distillation and other cutting-edge distillers on a variety of knowledge…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Generative Adversarial Networks and Image Synthesis
MethodsKnowledge Distillation
