paper-with-me

Papers

ClaRe: Practical Class Incremental Learning By Remembering Previous Class Representations

2021-03-29 · Bahram Mohammadi, Mohammad Sabokrou

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 retrained from the scratch using a new training set including both new and the generated samples. Subsequently, the imbalance data problem is also solved. ClaRe has a better generalization than prior methods thanks to producing diverse instances from the distribution of previously learned classes. We comprehensively evaluate ClaRe on the MNIST benchmark. Results show a very low degradation on accuracy against facing new knowledge over time. Furthermore, contrary to the most proposed solutions, the memory limitation is not problematic any longer which is considered as a consequential issue in this research area.

📄 PDF Abstract BibTeX arXiv:2103.15486

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection

2026-07-16 · Peisheng Qian, Jie Xu, Xulei Yang, Na Zhao arxiv

Incremental 3D object detection requires a detector to learn novel object classes while remembering previously learned ones over sequentially arriving data. Previous methods, primarily based on pseudo-labeling, perform r…

3D Object Detection

Remembering Transformer for Continual Learning

2024-04-11 · Yuwei Sun, Ippei Fujisawa, Arthur Juliani, Jun Sakuma 외

Neural networks encounter the challenge of Catastrophic Forgetting (CF) in continual learning, where new task learning interferes with previously learned knowledge. Existing data fine-tuning and regularization methods ne…

Continual LearningKnowledge DistillationNovelty Detection

CLARE: Scalable Class-Incremental Continual Learning via a Sparsity-Based Framework

2026-09-15 · Yunxiang Fu, Meng Lou, Zicheng Liao, Yizhou Yu arxiv

Continual learning must balance the learning of new knowledge with the retention of previously learned knowledge to incrementally learn tasks from a data stream without catastrophic forgetting. While leveraging pretraine…

Continual Learning

EXACFS -- A CIL Method to mitigate Catastrophic Forgetting

2024-10-31 · S Balasubramanian, M Sai Subramaniam, Sai Sriram Talasu, P Yedu Krishna 외

Deep neural networks (DNNS) excel at learning from static datasets but struggle with continual learning, where data arrives sequentially. Catastrophic forgetting, the phenomenon of forgetting previously learned knowledge…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Learning New Concepts, Remembering the Old: A Novel Continual Learning

2024-11-25 · Songning Lai, Mingqian Liao, Zhangyi Hu, Jiayu Yang 외

Concept Bottleneck Models (CBMs) enhance model interpretability by introducing human-understandable concepts within the architecture. However, existing CBMs assume static datasets, limiting their ability to adapt to real…

Continual LearningIncremental Learning