ClaRe: Practical Class Incremental Learning By Remembering Previous Class Representations
Bahram Mohammadi, Mohammad Sabokrou

TL;DR
ClaRe is a practical class incremental learning method that effectively mitigates catastrophic forgetting by remembering class representations, generating diverse instances, and maintaining high accuracy with minimal memory use.
Contribution
It introduces ClaRe, a novel approach that stores class representations to generate representative instances, reducing memory issues and improving generalization in class incremental learning.
Findings
Achieves low accuracy degradation over time on MNIST.
Does not require extensive memory for previous classes.
Outperforms prior methods in generalization and memory efficiency.
Abstract
This paper presents a practical and simple yet efficient method to effectively deal with the catastrophic forgetting for Class Incremental Learning (CIL) tasks. CIL tends to learn new concepts perfectly, but not at the expense of performance and accuracy for old data. Learning new knowledge in the absence of data instances from previous classes or even imbalance samples of both old and new classes makes CIL an ongoing challenging problem. These issues can be tackled by storing exemplars belonging to the previous tasks or by utilizing the rehearsal strategy. Inspired by the rehearsal strategy with the approach of using generative models, we propose ClaRe, an efficient solution for CIL by remembering the representations of learned classes in each increment. Taking this approach leads to generating instances with the same distribution of the learned classes. Hence, our model is somehow…
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 · Cancer-related molecular mechanisms research
