Learning Bayesian Sparse Networks with Full Experience Replay for Continual Learning
Dong Gong, Qingsen Yan, Yuhang Liu, Anton van den Hengel, Javen, Qinfeng Shi

TL;DR
This paper introduces a novel continual learning method that uses sparse neural networks with Bayesian priors and full experience replay to reduce interference and catastrophic forgetting across tasks.
Contribution
It proposes SNCL, a sparse neural network approach with Bayesian priors and a loss-aware buffer strategy, improving continual learning performance.
Findings
Achieves state-of-the-art results in mitigating forgetting
Effective in maintaining performance across multiple tasks
Agnostic to network structures and task boundaries
Abstract
Continual Learning (CL) methods aim to enable machine learning models to learn new tasks without catastrophic forgetting of those that have been previously mastered. Existing CL approaches often keep a buffer of previously-seen samples, perform knowledge distillation, or use regularization techniques towards this goal. Despite their performance, they still suffer from interference across tasks which leads to catastrophic forgetting. To ameliorate this problem, we propose to only activate and select sparse neurons for learning current and past tasks at any stage. More parameters space and model capacity can thus be reserved for the future tasks. This minimizes the interference between parameters for different tasks. To do so, we propose a Sparse neural Network for Continual Learning (SNCL), which employs variational Bayesian sparsity priors on the activations of the neurons in all…
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 · Multimodal Machine Learning Applications · Machine Learning and ELM
MethodsExperience Replay
