paper-with-me

홈 › Papers

A Contrastive Knowledge Transfer Framework for Model Compression and Transfer Learning

2023-03-14 · Kaiqi Zhao, Yitao Chen, Ming Zhao

Knowledge Transfer (KT) achieves competitive performance and is widely used for image classification tasks in model compression and transfer learning. Existing KT works transfer the information from a large model ("teacher") to train a small model ("student") by minimizing the difference of their conditionally independent output distributions. However, these works overlook the high-dimension structural knowledge from the intermediate representations of the teacher, which leads to limited effectiveness, and they are motivated by various heuristic intuitions, which makes it difficult to generalize. This paper proposes a novel Contrastive Knowledge Transfer Framework (CKTF), which enables the transfer of sufficient structural knowledge from the teacher to the student by optimizing multiple contrastive objectives across the intermediate representations between them. Also, CKTF provides a generalized agreement to existing KT techniques and increases their performance significantly by deriving them as specific cases of CKTF. The extensive evaluation shows that CKTF consistently outperforms the existing KT works by 0.04% to 11.59% in model compression and by 0.4% to 4.75% in transfer learning on various models and datasets.

📄 PDF Abstract BibTeX arXiv:2303.07599

Code (1)

kaiqi123/cktf 공식 구현 pytorch

Tasks

image-classificationImage ClassificationModel CompressionTransfer Learning

Similar Papers 제목 키워드 기반

Prototypical Contrastive Predictive Coding

2021-09-29 · ICLR 2022 4 · Kyungmin Lee

Transferring representational knowledge of a model to another is a wide-ranging topic in machine learning. Those applications include the distillation of a large supervised or self-supervised teacher model to a smaller s…

Contrastive LearningKnowledge DistillationModel CompressionSelf-Supervised Learning

Contrastive Representation Distillation

2019-10-23 · ICLR 2020 1 · Yonglong Tian, Dilip Krishnan, Phillip Isola

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 en…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

Wasserstein Contrastive Representation Distillation

2020-12-15 · CVPR 2021 1 · Liqun Chen, Dong Wang, Zhe Gan, Jingjing Liu 외

The primary goal of knowledge distillation (KD) is to encapsulate the information of a model learned from a teacher network into a student network, with the latter being more compact than the former. Existing work, e.g.,…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

Multi-level Knowledge Distillation via Knowledge Alignment and Correlation

2020-12-01 · Fei Ding, Yin Yang, Hongxin Hu, Venkat Krovi 외

Knowledge distillation (KD) has become an important technique for model compression and knowledge transfer. In this work, we first perform a comprehensive analysis of the knowledge transferred by different KD methods. We…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

A Functional Perspective on Knowledge Distillation in Neural Networks

2025-10-14 · Israel Mason-Williams, Gabryel Mason-Williams, Helen Yannakoudakis arxiv

Knowledge distillation is considered a compression mechanism when judged on the resulting student's accuracy and loss, yet its functional impact is poorly understood. We quantify the compression capacity of knowledge dis…

Knowledge Distillation