paper-with-me

홈 › Papers

Complementary Relation Contrastive Distillation

2021-03-29 · CVPR 2021 1 · Jinguo Zhu, Shixiang Tang, Dapeng Chen, Shijie Yu, Yakun Liu, Aijun Yang, Mingzhe Rong, Xiaohua Wang

Knowledge distillation aims to transfer representation ability from a teacher model to a student model. Previous approaches focus on either individual representation distillation or inter-sample similarity preservation. While we argue that the inter-sample relation conveys abundant information and needs to be distilled in a more effective way. In this paper, we propose a novel knowledge distillation method, namely Complementary Relation Contrastive Distillation (CRCD), to transfer the structural knowledge from the teacher to the student. Specifically, we estimate the mutual relation in an anchor-based way and distill the anchor-student relation under the supervision of its corresponding anchor-teacher relation. To make it more robust, mutual relations are modeled by two complementary elements: the feature and its gradient. Furthermore, the low bound of mutual information between the anchor-teacher relation distribution and the anchor-student relation distribution is maximized via relation contrastive loss, which can distill both the sample representation and the inter-sample relations. Experiments on different benchmarks demonstrate the effectiveness of our proposed CRCD.

📄 PDF Abstract BibTeX arXiv:2103.16367

Code (1)

Lechatelia/CRCD pytorch

Tasks

Knowledge DistillationRelation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Complementary Calibration: Boosting General Continual Learning with Collaborative Distillation and Self-Supervision

2021-09-03 · Zhong Ji, Jin Li, Qiang Wang, Zhongfei Zhang

General Continual Learning (GCL) aims at learning from non independent and identically distributed stream data without catastrophic forgetting of the old tasks that don't rely on task boundaries during both training and …

Continual LearningContrastive LearningKnowledge DistillationRelation

Discriminative and Consistent Representation Distillation

2024-07-16 · Nikolaos Giakoumoglou, Tania Stathaki

Knowledge Distillation (KD) aims to transfer knowledge from a large teacher model to a smaller student model. While contrastive learning has shown promise in self-supervised learning by creating discriminative representa…

Causal InferenceContrastive LearningKnowledge DistillationSelf-Supervised Learning

MaskCLIP: Masked Self-Distillation Advances Contrastive Language-Image Pretraining

2022-08-25 · CVPR 2023 1 · Xiaoyi Dong, Jianmin Bao, Yinglin Zheng, Ting Zhang 외

This paper presents a simple yet effective framework MaskCLIP, which incorporates a newly proposed masked self-distillation into contrastive language-image pretraining. The core idea of masked self-distillation is to dis…

Representation Learning

Contrastive Continual Multi-view Clustering with Filtered Structural Fusion

2023-09-26 · Xinhang Wan, Jiyuan Liu, Hao Yu, Ao Li 외

Multi-view clustering thrives in applications where views are collected in advance by extracting consistent and complementary information among views. However, it overlooks scenarios where data views are collected sequen…

ClusteringContrastive LearningKnowledge Distillation

KDC-MAE: Knowledge Distilled Contrastive Mask Auto-Encoder

2024-11-19 · Maheswar Bora, Saurabh Atreya, Aritra Mukherjee, Abhijit Das

In this work, we attempted to extend the thought and showcase a way forward for the Self-supervised Learning (SSL) learning paradigm by combining contrastive learning, self-distillation (knowledge distillation) and maske…

Contrastive LearningKnowledge DistillationSelf-Supervised Learning