paper-with-me

홈 › Papers

Make Domain Shift a Catastrophic Forgetting Alleviator in Class-Incremental Learning

2024-12-31 · Wei Chen, Yi Zhou

In the realm of class-incremental learning (CIL), alleviating the catastrophic forgetting problem is a pivotal challenge. This paper discovers a counter-intuitive observation: by incorporating domain shift into CIL tasks, the forgetting rate is significantly reduced. Our comprehensive studies demonstrate that incorporating domain shift leads to a clearer separation in the feature distribution across tasks and helps reduce parameter interference during the learning process. Inspired by this observation, we propose a simple yet effective method named DisCo to deal with CIL tasks. DisCo introduces a lightweight prototype pool that utilizes contrastive learning to promote distinct feature distributions for the current task relative to previous ones, effectively mitigating interference across tasks. DisCo can be easily integrated into existing state-of-the-art class-incremental learning methods. Experimental results show that incorporating our method into various CIL methods achieves substantial performance improvements, validating the benefits of our approach in enhancing class-incremental learning by separating feature representation and reducing interference. These findings illustrate that DisCo can serve as a robust fashion for future research in class-incremental learning.

📄 PDF Abstract BibTeX arXiv:2501.00237

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContrastive LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Dynamic memory to alleviate catastrophic forgetting in continuous learning settings

2020-07-06 · Johannes Hofmanninger, Matthias Perkonigg, James A. Brink, Oleg Pianykh 외

In medical imaging, technical progress or changes in diagnostic procedures lead to a continuous change in image appearance. Scanner manufacturer, reconstruction kernel, dose, other protocol specific settings or administe…

Diagnostic

Multi-Domain Multi-Task Rehearsal for Lifelong Learning

2020-12-14 · Fan Lyu, Shuai Wang, Wei Feng, Zihan Ye 외

Rehearsal, seeking to remind the model by storing old knowledge in lifelong learning, is one of the most effective ways to mitigate catastrophic forgetting, i.e., biased forgetting of previous knowledge when moving to ne…

Lifelong learning

Cross-Domain Attribute Alignment with CLIP: A Rehearsal-Free Approach for Class-Incremental Unsupervised Domain Adaptation

2025-09-14 · Kerun Mi, Guoliang Kang, Guangyu Li, Lin Zhao 외 arxiv

Class-Incremental Unsupervised Domain Adaptation (CI-UDA) aims to adapt a model from a labeled source domain to an unlabeled target domain, where the sets of potential target classes appearing at different time steps are…

Unsupervised Domain Adaptation

Continual Domain-Tuning for Pretrained Language Models

2020-04-05 · Subendhu Rongali, Abhyuday Jagannatha, Bhanu Pratap Singh Rawat, Hong Yu

Pre-trained language models (LM) such as BERT, DistilBERT, and RoBERTa can be tuned for different domains (domain-tuning) by continuing the pre-training phase on a new target domain corpus. This simple domain tuning (SDT…

Continual Learning

Online Distillation with Continual Learning for Cyclic Domain Shifts

2023-04-03 · Joachim Houyon, Anthony Cioppa, Yasir Ghunaim, Motasem Alfarra 외

In recent years, online distillation has emerged as a powerful technique for adapting real-time deep neural networks on the fly using a slow, but accurate teacher model. However, a major challenge in online distillation …

Autonomous DrivingContinual Learning