paper-with-me

홈 › Papers

PlaStIL: Plastic and Stable Memory-Free Class-Incremental Learning

2022-09-14 · Grégoire Petit, Adrian Popescu, Eden Belouadah, David Picard, Bertrand Delezoide

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 models in order to introduce plasticity. Our proposed plasticity layer can be incorporated to any transfer-based method designed for exemplar-free incremental learning, and we apply it to two such methods. Evaluation is done with three large-scale datasets. Results show that performance gains are obtained in all tested configurations compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2209.06606

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningExemplar-FreeIncremental LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Towards Plastic and Stable Exemplar-Free Incremental Learning: A Dual-Learner Framework with Cumulative Parameter Averaging

2023-10-28 · Wenju Sun, Qingyong Li, Wen Wang, Yangli-ao Geng

The dilemma between plasticity and stability presents a significant challenge in Incremental Learning (IL), especially in the exemplar-free scenario where accessing old-task samples is strictly prohibited during the lear…

Exemplar-FreeIncremental Learning

Memetics and Neural Models of Conspiracy Theories

2015-08-19

Conspiracy theories, or in general seriously distorted beliefs, are widespread. How and why are they formed in the brain is still more a matter of speculation rather than science. In this paper one plausible mechanisms i…

Theory of coupled neuronal-synaptic dynamics

2023-02-17 · David G. Clark, L. F. Abbott

In neural circuits, synaptic strengths influence neuronal activity by shaping network dynamics, and neuronal activity influences synaptic strengths through activity-dependent plasticity. Motivated by this fact, we study …

Neuromimetic metaplasticity for adaptive continual learning

2024-07-09 · Suhee Cho, Hyeonsu Lee, Seungdae Baek, Se-Bum Paik

Conventional intelligent systems based on deep neural network (DNN) models encounter challenges in achieving human-like continual learning due to catastrophic forgetting. Here, we propose a metaplasticity model inspired …

Continual LearningData Poisoning

No Forgetting Learning: Memory-free Continual Learning

2025-03-06 · Mohammad Ali Vahedifar, Qi Zhang

Continual Learning (CL) remains a central challenge in deep learning, where models must sequentially acquire new knowledge while mitigating Catastrophic Forgetting (CF) of prior tasks. Existing approaches often struggle …

Continual LearningKnowledge Distillation