paper-with-me

Papers

ORC: Network Group-based Knowledge Distillation using Online Role Change

2022-06-01 · ICCV 2023 1 · Junyong Choi, Hyeon Cho, Seokhwa Cheung, Wonjun Hwang

In knowledge distillation, since a single, omnipotent teacher network cannot solve all problems, multiple teacher-based knowledge distillations have been studied recently. However, sometimes their improvements are not as good as expected because some immature teachers may transfer the false knowledge to the student. In this paper, to overcome this limitation and take the efficacy of the multiple networks, we divide the multiple networks into teacher and student groups, respectively. That is, the student group is a set of immature networks that require learning the teacher's knowledge, while the teacher group consists of the selected networks that are capable of teaching successfully. We propose our online role change strategy where the top-ranked networks in the student group are able to promote to the teacher group at every iteration. After training the teacher group using the error samples of the student group to refine the teacher group's knowledge, we transfer the collaborative knowledge from the teacher group to the student group successfully. We verify the superiority of the proposed method on CIFAR-10, CIFAR-100, and ImageNet which achieves high performance. We further show the generality of our method with various backbone architectures such as ResNet, WRN, VGG, Mobilenet, and Shufflenet.

📄 PDF Abstract BibTeX arXiv:2206.01186

Code (1)

choijunyong/orckd 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Online Adversarial Knowledge Distillation for Graph Neural Networks

2021-12-28 · Can Wang, Zhe Wang, Defang Chen, Sheng Zhou 외

Knowledge distillation, a technique recently gaining popularity for enhancing model generalization in Convolutional Neural Networks (CNNs), operates under the assumption that both teacher and student models are trained o…

Knowledge Distillation

Online Policy Distillation with Decision-Attention

2024-06-08 · Xinqiang Yu, Chuanguang Yang, Chengqing Yu, Libo Huang 외

Policy Distillation (PD) has become an effective method to improve deep reinforcement learning tasks. The core idea of PD is to distill policy knowledge from a teacher agent to a student agent. However, the teacher-stude…

Deep Reinforcement LearningKnowledge DistillationTransfer Learning

Online Knowledge Distillation with Diverse Peers

2019-12-01 · Defang Chen, Jian-Ping Mei, Can Wang, Yan Feng 외

Distillation is an effective knowledge-transfer technique that uses predicted distributions of a powerful teacher model as soft targets to train a less-parameterized student model. A pre-trained high capacity teacher, ho…

Knowledge DistillationTransfer Learning

Channel Self-Supervision for Online Knowledge Distillation

2022-03-22 · Shixiao Fan, Xuan Cheng, Xiaomin Wang, Chun Yang 외

Recently, researchers have shown an increased interest in the online knowledge distillation. Adopting an one-stage and end-to-end training fashion, online knowledge distillation uses aggregated intermediated predictions …

DiversityKnowledge DistillationSelf-Supervised Learning

Leave No One Behind: Online Self-Supervised Self-Distillation for Sequential Recommendation

2024-03-22 · Shaowei Wei, Zhengwei Wu, Xin Li, Qintong Wu 외

Sequential recommendation methods play a pivotal role in modern recommendation systems. A key challenge lies in accurately modeling user preferences in the face of data sparsity. To tackle this challenge, recent methods …

ClusteringContrastive LearningOnline ClusteringRecommendation Systems+2