NISPA: Neuro-Inspired Stability-Plasticity Adaptation for Continual Learning in Sparse Networks
About
The goal of continual learning (CL) is to learn different tasks over time. The main desiderata associated with CL are to maintain performance on older tasks, leverage the latter to improve learning of future tasks, and to introduce minimal overhead in the training process (for instance, to not require a growing model or retraining). We propose the Neuro-Inspired Stability-Plasticity Adaptation (NISPA) architecture that addresses these desiderata through a sparse neural network with fixed density. NISPA forms stable paths to preserve learned knowledge from older tasks. Also, NISPA uses connection rewiring to create new plastic paths that reuse existing knowledge on novel tasks. Our extensive evaluation on EMNIST, FashionMNIST, CIFAR10, and CIFAR100 datasets shows that NISPA significantly outperforms representative state-of-the-art continual learning baselines, and it uses up to ten times fewer learnable parameters compared to baselines. We also make the case that sparsity is an essential ingredient for continual learning. The NISPA code is available at https://github.com/BurakGurbuz97/NISPA.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Class-incremental learning | CIFAR100 10 Tasks | Accuracy43.8 | 66 | |
| Class-incremental learning | CIFAR-100 20 tasks | Accuracy35.2 | 58 | |
| Task-Incremental Learning | Tiny-ImageNet 20 tasks | Average Accuracy45.2 | 54 | |
| Task-Incremental Learning | CIFAR-100 10 tasks | Backward Transfer3.48 | 44 | |
| Task-Incremental Learning | CIFAR-100 20 tasks | Accuracy (ACC)54.1 | 40 | |
| Task-Incremental Learning | Tiny-ImageNet 10 tasks | Accuracy53.8 | 33 | |
| Class-incremental learning | Tiny-ImageNet 10 tasks | Accuracy35.4 | 31 | |
| Class-incremental learning | Tiny-ImageNet 20 tasks | Accuracy27.9 | 25 | |
| Class-incremental learning | ImageNet-1k 10 Tasks (test) | Accuracy29.4 | 13 | |
| Class-incremental learning | ImageNet-1k 20 Tasks (test) | Accuracy22.3 | 13 |