LGAICVMay 13, 2024

Feature Expansion and enhanced Compression for Class Incremental Learning

arXiv:2405.08038v15 citationsh-index: 8Neurocomputing
AI Analysis

This work addresses the problem of forgetting old classes in incremental learning for AI systems, representing an incremental improvement over existing dynamic architecture methods.

The paper tackles catastrophic forgetting in class incremental learning by enhancing compression of previous class knowledge using a Rehearsal-CutMix data augmentation method, and it demonstrates consistent state-of-the-art performance on CIFAR and ImageNet datasets.

Class incremental learning consists in training discriminative models to classify an increasing number of classes over time. However, doing so using only the newly added class data leads to the known problem of catastrophic forgetting of the previous classes. Recently, dynamic deep learning architectures have been shown to exhibit a better stability-plasticity trade-off by dynamically adding new feature extractors to the model in order to learn new classes followed by a compression step to scale the model back to its original size, thus avoiding a growing number of parameters. In this context, we propose a new algorithm that enhances the compression of previous class knowledge by cutting and mixing patches of previous class samples with the new images during compression using our Rehearsal-CutMix method. We show that this new data augmentation reduces catastrophic forgetting by specifically targeting past class information and improving its compression. Extensive experiments performed on the CIFAR and ImageNet datasets under diverse incremental learning evaluation protocols demonstrate that our approach consistently outperforms the state-of-the-art . The code will be made available upon publication of our work.

Code Implementations1 repo
Foundations

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

Your Notes