paper-with-me

Papers

Knowledge Distillation Meets Self-Supervision

2020-06-12 · ECCV 2020 8 · Guodong Xu, Ziwei Liu, Xiaoxiao Li, Chen Change Loy

Knowledge distillation, which involves extracting the "dark knowledge" from a teacher network to guide the learning of a student network, has emerged as an important technique for model compression and transfer learning. Unlike previous works that exploit architecture-specific cues such as activation and attention for distillation, here we wish to explore a more general and model-agnostic approach for extracting "richer dark knowledge" from the pre-trained teacher model. We show that the seemingly different self-supervision task can serve as a simple yet powerful solution. For example, when performing contrastive learning between transformed entities, the noisy predictions of the teacher network reflect its intrinsic composition of semantic and pose information. By exploiting the similarity between those self-supervision signals as an auxiliary task, one can effectively transfer the hidden information from the teacher to the student. In this paper, we discuss practical ways to exploit those noisy self-supervision signals with selective transfer for distillation. We further show that self-supervision signals improve conventional distillation with substantial gains under few-shot and noisy-label scenarios. Given the richer knowledge mined from self-supervision, our knowledge distillation approach achieves state-of-the-art performance on standard benchmarks, i.e., CIFAR100 and ImageNet, under both similar-architecture and cross-architecture settings. The advantage is even more pronounced under the cross-architecture setting, where our method outperforms the state of the art CRD by an average of 2.3% in accuracy rate on CIFAR100 across six different teacher-student pairs.

📄 PDF Abstract BibTeX arXiv:2006.07114

Code (2)

xuguodong03/SSKD 공식 구현 pytorch
yoshitomo-matsubara/torchdistill pytorch

Tasks

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

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 제목 키워드 기반

DIOD: Self-Distillation Meets Object Discovery

2024-01-01 · CVPR 2024 1 · Sandra Kara, Hejer Ammar, Julien Denize, Florian Chabot 외

Instance segmentation demands substantial labeling resources. This has prompted increased interest to explore the object discovery task as an unsupervised alternative. In particular promising results were achieved in…

Instance SegmentationKnowledge DistillationObjectObject Discovery+1

Knowledge Distillation Using Hierarchical Self-Supervision Augmented Distribution

2021-09-07 · Chuanguang Yang, Zhulin An, Linhang Cai, Yongjun Xu

Knowledge distillation (KD) is an effective framework that aims to transfer meaningful information from a large teacher to a smaller student. Generally, KD often involves how to define and transfer knowledge. Previous KD…

image-classificationImage ClassificationKnowledge Distillationobject-detection+2

Knowledge Distillation as Self-Supervised Learning

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Self-supervised learning (SSL) methods have been shown to effectively train large neural networks with unlabeled data. These networks can produce useful image representations that can exceed the performance of supervised…

Knowledge DistillationSelf-Supervised Learning

Bayesian Optimization Meets Self-Distillation

2023-04-25 · ICCV 2023 1 · Hyunjae Lee, Heon Song, Hyeonsoo Lee, Gi-hyeon Lee 외

Bayesian optimization (BO) has contributed greatly to improving model performance by suggesting promising hyperparameter configurations iteratively based on observations from multiple training trials. However, only parti…

Bayesian Optimizationimage-classificationImage ClassificationLearning with noisy labels+1

KD-MVS: Knowledge Distillation Based Self-supervised Learning for Multi-view Stereo

2022-07-21 · Yikang Ding, Qingtian Zhu, Xiangyue Liu, Wentao Yuan 외

Supervised multi-view stereo (MVS) methods have achieved remarkable progress in terms of reconstruction quality, but suffer from the challenge of collecting large-scale ground-truth depth. In this paper, we propose a nov…

Knowledge DistillationSelf-Supervised Learning