Adapt Your Teacher: Improving Knowledge Distillation for Exemplar-free Continual Learning
Filip Szatkowski, Mateusz Pyla, Marcin Przewi\k{e}\'zlikowski,, Sebastian Cygert, Bart{\l}omiej Twardowski, Tomasz Trzci\'nski

TL;DR
This paper proposes Teacher Adaptation, a method that updates the teacher model during incremental learning to improve knowledge distillation performance in exemplar-free class incremental learning scenarios.
Contribution
It introduces a novel teacher adaptation technique that enhances KD-based continual learning without requiring exemplars, addressing representation shift issues.
Findings
Teacher Adaptation improves performance across multiple benchmarks.
The method effectively reduces representation shift in teacher networks.
Enhanced stability and accuracy in exemplar-free CIL tasks.
Abstract
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 they often struggle to regularize the model without access to exemplars of the training data from previous tasks. Our analysis reveals that this issue originates from substantial representation shifts in the teacher network when dealing with out-of-distribution data. This causes large errors in the KD loss component, leading to performance degradation in CIL models. Inspired by recent test-time adaptation methods, we introduce Teacher Adaptation (TA), a method that concurrently updates the teacher and the main models during incremental training. Our method seamlessly integrates with KD-based CIL approaches and allows for consistent enhancement of their performance across…
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.
Code & Models
Videos
Adapt Your Teacher: Improving Knowledge Distillation for Exemplar-Free Continual Learning· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM
MethodsKnowledge Distillation
