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

Large Scale Incremental Learning

About

Modern machine learning suffers from catastrophic forgetting when learning new classes incrementally. The performance dramatically degrades due to the missing data of old classes. Incremental learning methods have been proposed to retain the knowledge acquired from the old classes, by using knowledge distilling and keeping a few exemplars from the old classes. However, these methods struggle to scale up to a large number of classes. We believe this is because of the combination of two factors: (a) the data imbalance between the old and new classes, and (b) the increasing number of visually similar classes. Distinguishing between an increasing number of visually similar classes is particularly challenging, when the training data is unbalanced. We propose a simple and effective method to address this data imbalance issue. We found that the last fully connected layer has a strong bias towards the new classes, and this bias can be corrected by a linear model. With two bias parameters, our method performs remarkably well on two large datasets: ImageNet (1000 classes) and MS-Celeb-1M (10000 classes), outperforming the state-of-the-art algorithms by 11.1% and 13.2% respectively.

Yue Wu, Yinpeng Chen, Lijuan Wang, Yuancheng Ye, Zicheng Liu, Yandong Guo, Yun Fu• 2019

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCIFAR-100
Averaged Incremental Accuracy72.83
234
Incremental LearningTinyImageNet
Avg Incremental Accuracy40.56
83
Class-incremental learningCIFAR100 (test)
Avg Acc69.96
76
Class-incremental learningCIFAR-100 Split (test)
Avg Acc81.42
75
Class-incremental learningCIFAR-100 10 (test)
Average Top-1 Accuracy57.8
75
Class-incremental learningImageNet-100
Avg Acc79.29
74
Keyword SpottingGoogle Speech Commands (test)
Accuracy79.3
61
Continual LearningSplit CIFAR-100 10 tasks
Accuracy42.5
60
Continual LearningSplit CIFAR-100 (10 tasks) (test)
Accuracy40.2
60
Continual LearningTiny-ImageNet Split 100 tasks (test)
AF (%)24.9
60
Showing 10 of 116 rows
...

Other info

Code

Follow for update