Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

STAR: Stability-Inducing Weight Perturbation for Continual Learning

About

Humans can naturally learn new and varying tasks in a sequential manner. Continual learning is a class of learning algorithms that updates its learned model as it sees new data (on potentially new tasks) in a sequence. A key challenge in continual learning is that as the model is updated to learn new tasks, it becomes susceptible to catastrophic forgetting, where knowledge of previously learned tasks is lost. A popular approach to mitigate forgetting during continual learning is to maintain a small buffer of previously-seen samples and to replay them during training. However, this approach is limited by the small buffer size, and while forgetting is reduced, it is still present. In this paper, we propose a novel loss function, STAR, that exploits the worst-case parameter perturbation that reduces the KL-divergence of model predictions with that of its local parameter neighborhood to promote stability and alleviate forgetting. STAR can be combined with almost any existing rehearsal-based method as a plug-and-play component. We empirically show that STAR consistently improves the performance of existing methods by up to 15% across varying baselines and achieves superior or competitive accuracy to that of state-of-the-art methods aimed at improving rehearsal-based continual learning.

Masih Eskandar, Tooba Imtiaz, Davin Hill, Zifeng Wang, Jennifer Dy• 2025

Related benchmarks

TaskDatasetResultRank
Continual LearningCIFAR100 Split
Average Per-Task Accuracy46.6
85
Continual LearningImageNet Split Tiny
Avg Accuracy26.3
57
Continual LearningTiny ImageNet Split
Forgetting Rate50.9
57
Image ClassificationCIFAR-10 Seq
Final Average Accuracy95.36
52
Image ClassificationSeq-CIFAR-100
Accuracy74.06
52
Image ClassificationSeq-Tiny-ImageNet
Final Average Accuracy55.06
44
Task-Incremental LearningSeq-CIFAR-10
FAA95.36
28
Task-Incremental LearningCIFAR-100 Seq
FAA79.53
28
Class-incremental learningCIFAR-10 Seq
Final Average Accuracy (FAA)69.19
28
Class-incremental learningTinyImageNet Seq
FAA21.31
24
Showing 10 of 11 rows

Other info

Follow for update