M2KD: Multi-model and Multi-level Knowledge Distillation for Incremental Learning
Peng Zhou, Long Mai, Jianming Zhang, Ning Xu, Zuxuan Wu, Larry S., Davis

TL;DR
This paper introduces a multi-model, multi-level knowledge distillation approach for incremental learning, leveraging all previous models and intermediate features to better retain old knowledge and improve performance.
Contribution
It proposes a novel strategy that distills knowledge from all previous models and intermediate features, enhancing old class retention in incremental learning.
Findings
Improves performance on old classes compared to standard methods.
Uses mask-based pruning for memory-efficient model reconstruction.
Achieves better overall accuracy on benchmark datasets.
Abstract
Incremental learning targets at achieving good performance on new categories without forgetting old ones. Knowledge distillation has been shown critical in preserving the performance on old classes. Conventional methods, however, sequentially distill knowledge only from the last model, leading to performance degradation on the old classes in later incremental learning steps. In this paper, we propose a multi-model and multi-level knowledge distillation strategy. Instead of sequentially distilling knowledge only from the last model, we directly leverage all previous model snapshots. In addition, we incorporate an auxiliary distillation to further preserve knowledge encoded at the intermediate feature levels. To make the model more memory efficient, we adapt mask based pruning to reconstruct all previous models with a small memory footprint. Experiments on standard incremental learning…
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 · Multimodal Machine Learning Applications · Machine Learning and ELM
MethodsPruning · Knowledge Distillation
