Multi-Teacher Knowledge Distillation for Incremental Implicitly-Refined Classification
Longhui Yu, Zhenyu Weng, Yuqing Wang, Yuesheng Zhu

TL;DR
This paper introduces a Multi-Teacher Knowledge Distillation approach for Incremental Implicitly-Refined Classification, effectively preserving both superclass and subclass knowledge during incremental learning, leading to improved accuracy.
Contribution
The paper proposes a novel multi-teacher distillation strategy and a post-processing mechanism to handle hierarchical class knowledge in incremental learning.
Findings
Achieves higher classification accuracy on IIRC-ImageNet120 and IIRC-CIFAR100 datasets.
Effectively preserves hierarchical class knowledge during incremental learning.
Reduces redundant predictions with Top-k restriction.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsKnowledge Distillation
