paper-with-me

홈 › Papers

Distribution Shift Matters for Knowledge Distillation with Webly Collected Images

2023-07-21 · ICCV 2023 1 · Jialiang Tang, Shuo Chen, Gang Niu, Masashi Sugiyama, Chen Gong

Knowledge distillation aims to learn a lightweight student network from a pre-trained teacher network. In practice, existing knowledge distillation methods are usually infeasible when the original training data is unavailable due to some privacy issues and data management considerations. Therefore, data-free knowledge distillation approaches proposed to collect training instances from the Internet. However, most of them have ignored the common distribution shift between the instances from original training data and webly collected data, affecting the reliability of the trained student network. To solve this problem, we propose a novel method dubbed ``Knowledge Distillation between Different Distributions" (KD$^{3}$), which consists of three components. Specifically, we first dynamically select useful training instances from the webly collected data according to the combined predictions of teacher network and student network. Subsequently, we align both the weighted features and classifier parameters of the two networks for knowledge memorization. Meanwhile, we also build a new contrastive learning block called MixDistribution to generate perturbed data with a new distribution for instance alignment, so that the student network can further learn a distribution-invariant representation. Intensive experiments on various benchmark datasets demonstrate that our proposed KD$^{3}$ can outperform the state-of-the-art data-free knowledge distillation approaches.

📄 PDF Abstract BibTeX arXiv:2307.11469

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData-free Knowledge DistillationKnowledge DistillationManagementMemorization

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.…
Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Revisiting Knowledge Distillation under Distribution Shift

2023-12-25 · Songming Zhang, Ziyu Lyu, Xiaofeng Chen

Knowledge distillation transfers knowledge from large models into small models, and has recently made remarkable achievements. However, few studies has investigated the mechanism of knowledge distillation against distrib…

Data AugmentationDiversityKnowledge Distillation

MoPro: Webly Supervised Learning with Momentum Prototypes

2020-09-17 · ICLR 2021 1 · Junnan Li, Caiming Xiong, Steven C. H. Hoi

We propose a webly-supervised representation learning method that does not suffer from the annotation unscalability of supervised learning, nor the computation unscalability of self-supervised learning. Most existing wor…

Contrastive Learningimage-classificationImage ClassificationRepresentation Learning+1

Image to Video Domain Adaptation Using Web Supervision

2019-08-05 · Andrew Kae, Yale Song

Training deep neural networks typically requires large amounts of labeled data which may be scarce or expensive to obtain for a particular target domain. As an alternative, we can leverage webly-supervised data (i.e. res…

Domain Adaptation

Can Students Outperform Teachers in Knowledge Distillation based Model Compression?

2021-01-01 · Xiang Deng, Zhongfei Zhang

Knowledge distillation (KD) is an effective technique to compress a large model (teacher) to a compact one (student) by knowledge transfer. The ideal case is that the teacher is compressed to the small student without an…

Knowledge DistillationModel CompressionTransfer Learning

Momentum Adversarial Distillation: Handling Large Distribution Shifts in Data-Free Knowledge Distillation

2022-09-21 · Kien Do, Hung Le, Dung Nguyen, Dang Nguyen 외

Data-free Knowledge Distillation (DFKD) has attracted attention recently thanks to its appealing capability of transferring knowledge from a teacher network to a student network without using training data. The main idea…

Data-free Knowledge DistillationKnowledge Distillation