CVLGDec 31, 2024

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

arXiv:2501.00237v14 citationsh-index: 2AAAI
Originality Highly original
AI Analysis

This addresses catastrophic forgetting in class-incremental learning for AI systems, offering an incremental improvement with a novel approach.

The paper tackles the problem of catastrophic forgetting in class-incremental learning by discovering that incorporating domain shift reduces the forgetting rate, and proposes a method called DisCo that improves performance when integrated into existing methods.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes