Continual Prune-and-Select: Class-incremental learning with specialized subnetworks
Aleksandr Dekhovich, David M.J. Tax, Marcel H.F. Sluiter, Miguel A., Bessa

TL;DR
This paper introduces Continual-Prune-and-Select (CP&S), a method for class-incremental learning that creates specialized subnetworks within a DNN to prevent forgetting and improve accuracy on sequential tasks.
Contribution
The paper presents a novel subnetwork-based approach that avoids catastrophic forgetting by training and pruning within a single DNN, enabling effective sequential learning of multiple tasks.
Findings
CP&S outperforms state-of-the-art methods on multiple datasets.
Capable of learning 10 ImageNet tasks with 94% accuracy and negligible forgetting.
Achieves over 10% accuracy improvement over previous methods.
Abstract
The human brain is capable of learning tasks sequentially mostly without forgetting. However, deep neural networks (DNNs) suffer from catastrophic forgetting when learning one task after another. We address this challenge considering a class-incremental learning scenario where the DNN sees test data without knowing the task from which this data originates. During training, Continual-Prune-and-Select (CP&S) finds a subnetwork within the DNN that is responsible for solving a given task. Then, during inference, CP&S selects the correct subnetwork to make predictions for that task. A new task is learned by training available neuronal connections of the DNN (previously untrained) to create a new subnetwork by pruning, which can include previously trained connections belonging to other subnetwork(s) because it does not update shared connections. This enables to eliminate catastrophic…
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
TopicsDomain Adaptation and Few-Shot Learning
MethodsTest
