paper-with-me

Papers

Multi-Teacher Knowledge Distillation for Incremental Implicitly-Refined Classification

2022-02-23 · Longhui Yu, Zhenyu Weng, Yuqing Wang, Yuesheng Zhu

Incremental learning methods can learn new classes continually by distilling knowledge from the last model (as a teacher model) to the current model (as a student model) in the sequentially learning process. However, these methods cannot work for Incremental Implicitly-Refined Classification (IIRC), an incremental learning extension where the incoming classes could have two granularity levels, a superclass label and a subclass label. This is because the previously learned superclass knowledge may be occupied by the subclass knowledge learned sequentially. To solve this problem, we propose a novel Multi-Teacher Knowledge Distillation (MTKD) strategy. To preserve the subclass knowledge, we use the last model as a general teacher to distill the previous knowledge for the student model. To preserve the superclass knowledge, we use the initial model as a superclass teacher to distill the superclass knowledge as the initial model contains abundant superclass knowledge. However, distilling knowledge from two teacher models could result in the student model making some redundant predictions. We further propose a post-processing mechanism, called as Top-k prediction restriction to reduce the redundant predictions. Our experimental results on IIRC-ImageNet120 and IIRC-CIFAR100 show that the proposed method can achieve better classification accuracy compared with existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2202.11384

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationIncremental LearningKnowledge Distillation

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

Class Incremental Learning with Multi-Teacher Distillation

2024-01-01 · CVPR 2024 1 · Haitao Wen, Lili Pan, Yu Dai, Heqian Qiu 외

Distillation strategies are currently the primary approaches for mitigating forgetting in class incremental learning (CIL). Existing methods generally inherit previous knowledge from a single teacher. However teacher…

class-incremental learningClass Incremental LearningDiversityIncremental Learning

Teacher Agent: A Knowledge Distillation-Free Framework for Rehearsal-based Video Incremental Learning

2023-06-01 · Shengqin Jiang, Yaoyu Fang, Haokui Zhang, Qingshan Liu 외

Rehearsal-based video incremental learning often employs knowledge distillation to mitigate catastrophic forgetting of previously learned data. However, this method faces two major challenges for video task: substantial …

Incremental LearningKnowledge DistillationVideo Understanding

Patient Knowledge Distillation for BERT Model Compression

2019-08-25 · IJCNLP 2019 11 · Siqi Sun, Yu Cheng, Zhe Gan, Jingjing Liu

Pre-trained language models such as BERT have proven to be highly effective for natural language processing (NLP) tasks. However, the high demand for computing resources in training such models hinders their application …

Knowledge DistillationmodelModel Compression

Adapt Your Teacher: Improving Knowledge Distillation for Exemplar-free Continual Learning

2023-08-18 · Filip Szatkowski, Mateusz Pyla, Marcin Przewięźlikowski, Sebastian Cygert 외

In this work, we investigate exemplar-free class incremental learning (CIL) with knowledge distillation (KD) as a regularization strategy, aiming to prevent forgetting. KD-based methods are successfully used in CIL, but …

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+3

Dual-Teacher Class-Incremental Learning With Data-Free Generative Replay

2021-06-17 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

This paper proposes two novel knowledge transfer techniques for class-incremental learning (CIL). First, we propose data-free generative replay (DF-GR) to mitigate catastrophic forgetting in CIL by using synthetic sample…

class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation+1