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

End-to-End Incremental Learning

About

Although deep learning approaches have stood out in recent years due to their state-of-the-art results, they continue to suffer from catastrophic forgetting, a dramatic decrease in overall performance when training with new classes added incrementally. This is due to current neural network architectures requiring the entire dataset, consisting of all the samples from the old as well as the new classes, to update the model -a requirement that becomes easily unsustainable as the number of classes grows. We address this issue with our approach to learn deep neural networks incrementally, using new data and only a small exemplar set corresponding to samples from the old classes. This is based on a loss composed of a distillation measure to retain the knowledge acquired from the old classes, and a cross-entropy loss to learn the new classes. Our incremental training is achieved while keeping the entire framework end-to-end, i.e., learning the data representation and the classifier jointly, unlike recent methods with no such guarantees. We evaluate our method extensively on the CIFAR-100 and ImageNet (ILSVRC 2012) image classification datasets, and show state-of-the-art performance.

Francisco M. Castro, Manuel J. Mar\'in-Jim\'enez, Nicol\'as Guil, Cordelia Schmid, Karteek Alahari• 2018

Related benchmarks

TaskDatasetResultRank
Image ClassificationFashion MNIST (test)
Accuracy71.9
568
Image ClassificationCIFAR-10
Accuracy40.4
507
Class-incremental learningCIFAR-100
Averaged Incremental Accuracy49.81
234
Few-Shot Class-Incremental LearningminiImageNet (test)
Accuracy (Session 1)46.58
173
Few-Shot Class-Incremental LearningCIFAR100 (test)
Session 4 Top-1 Acc28.96
122
Image ClassificationTinyImageNet
Accuracy16.7
108
Few-Shot Class-Incremental LearningCUB200 (test)
Accuracy (Session 1)68.68
92
Incremental LearningTinyImageNet
Avg Incremental Accuracy47.12
83
Image ClassificationMNIST (test)
Accuracy94.8
81
Class-incremental learningCIFAR100 (test)
Avg Acc41.61
76
Showing 10 of 55 rows

Other info

Follow for update