ScrollNet: Dynamic Weight Importance for Continual Learning
Fei Yang, Kai Wang, Joost van de Weijer

TL;DR
ScrollNet introduces a dynamic approach to continual learning by pre-ranking weight importance for each task, enabling better stability-plasticity balance and compatibility with existing methods, demonstrated on CIFAR100 and TinyImagenet.
Contribution
It proposes ScrollNet, a neural network that assigns weight importance rankings before data exposure, improving continual learning performance and flexibility.
Findings
Effective on CIFAR100 and TinyImagenet datasets.
Compatible with various CL methods, enhancing stability and plasticity.
Outperforms existing approaches in experiments.
Abstract
The principle underlying most existing continual learning (CL) methods is to prioritize stability by penalizing changes in parameters crucial to old tasks, while allowing for plasticity in other parameters. The importance of weights for each task can be determined either explicitly through learning a task-specific mask during training (e.g., parameter isolation-based approaches) or implicitly by introducing a regularization term (e.g., regularization-based approaches). However, all these methods assume that the importance of weights for each task is unknown prior to data exposure. In this paper, we propose ScrollNet as a scrolling neural network for continual learning. ScrollNet can be seen as a dynamic network that assigns the ranking of weight importance for each task before data exposure, thus achieving a more favorable stability-plasticity tradeoff during sequential task learning 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
TopicsDomain Adaptation and Few-Shot Learning · Human Pose and Action Recognition · Multimodal Machine Learning Applications
