Self-paced Weight Consolidation for Continual Learning
Wei Cong, Yang Cong, Gan Sun, Yuyang Liu, Jiahua Dong

TL;DR
This paper introduces a self-paced Weight Consolidation framework for continual learning that prioritizes difficult past tasks to prevent forgetting efficiently, reducing computational costs and improving performance.
Contribution
It proposes a novel self-paced regularization method that selectively consolidates knowledge from more challenging previous tasks, enhancing continual learning effectiveness.
Findings
Improves performance over existing continual learning algorithms.
Reduces computational cost by focusing on difficult tasks.
Applicable to various algorithms like EWC, MAS, and RCIL.
Abstract
Continual learning algorithms which keep the parameters of new tasks close to that of previous tasks, are popular in preventing catastrophic forgetting in sequential task learning settings. However, 1) the performance for the new continual learner will be degraded without distinguishing the contributions of previously learned tasks; 2) the computational cost will be greatly increased with the number of tasks, since most existing algorithms need to regularize all previous tasks when learning new tasks. To address the above challenges, we propose a self-paced Weight Consolidation (spWC) framework to attain robust continual learning via evaluating the discriminative contributions of previous tasks. To be specific, we develop a self-paced regularization to reflect the priorities of past tasks via measuring difficulty based on key performance indicator (i.e., accuracy). When encountering a…
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
MethodsElastic Weight Consolidation · Mixing Adam and SGD
