Feature Expansion and enhanced Compression for Class Incremental Learning
Quentin Ferdinand (ENSTA Bretagne, Lab-STICC\_MATRIX), Gilles Le, Chenadec (ENSTA Bretagne, Lab-STICC\_MATRIX), Benoit Clement (CROSSING, ENSTA, Bretagne, Lab-STICC\_MATRIX), Panagiotis Papadakis (Lab-STICC\_RAMBO, IMT, Atlantique - INFO), Quentin Oliveau

TL;DR
This paper introduces a novel data augmentation technique called Rehearsal-CutMix for class incremental learning, which improves model stability and reduces catastrophic forgetting by enhancing the compression of past class knowledge.
Contribution
The paper proposes Rehearsal-CutMix, a new augmentation method that improves compression of previous class data, outperforming existing methods in incremental learning tasks.
Findings
Rehearsal-CutMix reduces catastrophic forgetting.
The method outperforms state-of-the-art on CIFAR and ImageNet.
Enhanced compression improves stability in incremental learning.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies
