TL;DR
This paper introduces eXtended-DER (X-DER), a continual learning method that improves knowledge retention and learning of new classes by revising replay memory and incorporating knowledge distillation, outperforming existing approaches.
Contribution
The paper proposes X-DER, an enhanced version of DER, with strategies for memory revision and learning unseen classes, achieving state-of-the-art results in class-incremental learning.
Findings
X-DER outperforms previous methods on CIFAR-100 and miniImageNet.
Memory revision and knowledge distillation significantly improve continual learning.
Extensive ablations confirm the effectiveness of proposed strategies.
Abstract
The staple of human intelligence is the capability of acquiring knowledge in a continuous fashion. In stark contrast, Deep Networks forget catastrophically and, for this reason, the sub-field of Class-Incremental Continual Learning fosters methods that learn a sequence of tasks incrementally, blending sequentially-gained knowledge into a comprehensive prediction. This work aims at assessing and overcoming the pitfalls of our previous proposal Dark Experience Replay (DER), a simple and effective approach that combines rehearsal and Knowledge Distillation. Inspired by the way our minds constantly rewrite past recollections and set expectations for the future, we endow our model with the abilities to i) revise its replay memory to welcome novel information regarding past data ii) pave the way for learning yet unseen classes. We show that the application of these strategies leads to…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsKnowledge Distillation · Experience Replay
