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

On Learning the Geodesic Path for Incremental Learning

About

Neural networks notoriously suffer from the problem of catastrophic forgetting, the phenomenon of forgetting the past knowledge when acquiring new knowledge. Overcoming catastrophic forgetting is of significant importance to emulate the process of "incremental learning", where the model is capable of learning from sequential experience in an efficient and robust way. State-of-the-art techniques for incremental learning make use of knowledge distillation towards preventing catastrophic forgetting. Therein, one updates the network while ensuring that the network's responses to previously seen concepts remain stable throughout updates. This in practice is done by minimizing the dissimilarity between current and previous responses of the network one way or another. Our work contributes a novel method to the arsenal of distillation techniques. In contrast to the previous state of the art, we propose to firstly construct low-dimensional manifolds for previous and current responses and minimize the dissimilarity between the responses along the geodesic connecting the manifolds. This induces a more formidable knowledge distillation with smooth properties which preserves the past knowledge more efficiently as observed by our comprehensive empirical study.

Christian Simon, Piotr Koniusz, Mehrtash Harandi• 2021

Related benchmarks

TaskDatasetResultRank
Incremental LearningImageNet subset
Average Accuracy73.87
58
Incremental LearningCIFAR-100
Average Accuracy65.14
51
Incremental LearningImageNet full
Average Accuracy65.23
48
Class-incremental learningCIFAR-100 (test)
Average Accuracy61.5
22
Image RecognitioniDomainNet v1 (NC)
Average Incremental Accuracy51.64
20
Image RecognitioniDigits NC v1
Avg Incremental Acc89.72
20
Cross-domain continual learningOfficeHome unseen domains
Art Domain Accuracy50.6
18
Cross-domain continual learningDomainNet unseen domains
Accuracy (Clip Domain)62.1
18
Federated Class-Incremental LearningTinyImageNet (test)
Score_12045
17
Image RecognitioniCIFAR-20 ND v1
Average Incremental Accuracy76.43
10
Showing 10 of 19 rows

Other info

Code

Follow for update