PlaStIL: Plastic and Stable Memory-Free Class-Incremental Learning
Gr\'egoire Petit, Adrian Popescu, Eden Belouadah, David Picard,, Bertrand Delezoide

TL;DR
This paper introduces PlaStIL, a novel class-incremental learning method that balances plasticity and stability without memory buffers by distributing parameters differently and freezing feature extractors after initial training.
Contribution
It proposes a new approach that allocates parameters to improve plasticity and stability, applicable to exemplar-free incremental learning, with demonstrated performance improvements.
Findings
Performance gains over existing methods across three large-scale datasets
Effective balance between plasticity and stability without memory buffers
Compatible with transfer-based incremental learning methods
Abstract
Plasticity and stability are needed in class-incremental learning in order to learn from new data while preserving past knowledge. Due to catastrophic forgetting, finding a compromise between these two properties is particularly challenging when no memory buffer is available. Mainstream methods need to store two deep models since they integrate new classes using fine-tuning with knowledge distillation from the previous incremental state. We propose a method which has similar number of parameters but distributes them differently in order to find a better balance between plasticity and stability. Following an approach already deployed by transfer-based incremental methods, we freeze the feature extractor after the initial state. Classes in the oldest incremental states are trained with this frozen extractor to ensure stability. Recent classes are predicted using partially fine-tuned…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsKnowledge Distillation
