Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Using Hindsight to Anchor Past Knowledge in Continual Learning

About

In continual learning, the learner faces a stream of data whose distribution changes over time. Modern neural networks are known to suffer under this setting, as they quickly forget previously acquired knowledge. To address such catastrophic forgetting, many continual learning methods implement different types of experience replay, re-learning on past data stored in a small buffer known as episodic memory. In this work, we complement experience replay with a new objective that we call anchoring, where the learner uses bilevel optimization to update its knowledge on the current task, while keeping intact the predictions on some anchor points of past tasks. These anchor points are learned using gradient-based optimization to maximize forgetting, which is approximated by fine-tuning the currently trained model on the episodic memory of past tasks. Experiments on several supervised learning benchmarks for continual learning demonstrate that our approach improves the standard experience replay in terms of both accuracy and forgetting metrics and for various sizes of episodic memories.

Arslan Chaudhry, Albert Gordo, Puneet K. Dokania, Philip Torr, David Lopez-Paz• 2020

Related benchmarks

TaskDatasetResultRank
Continual LearningSequential MNIST
Avg Acc98.35
149
Class-incremental learningCIFAR10 (test)
Average Accuracy59.29
59
Class-incremental learningMNIST (test)
Average Accuracy80.98
35
Image ClassificationS-CIFAR-10 Task-IL
Accuracy88.51
33
Image ClassificationS-CIFAR-10 Class-IL
Accuracy59.12
32
Class-incremental learningCIFAR100 B0 (20 steps) (test)
Last Step Top-1 Acc9.71
31
Task-Incremental LearningCIFAR100 (test)
Accuracy50.07
31
Class-incremental learningCIFAR100-B0 5 steps (test)
Last Step Top-1 Acc16.74
31
Image ClassificationP-MNIST Domain-IL
Accuracy89.2
28
Image ClassificationR-MNIST Domain-IL
Accuracy91.17
28
Showing 10 of 21 rows

Other info

Follow for update