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

FeTrIL: Feature Translation for Exemplar-Free Class-Incremental Learning

About

Exemplar-free class-incremental learning is very challenging due to the negative effect of catastrophic forgetting. A balance between stability and plasticity of the incremental process is needed in order to obtain good accuracy for past as well as new classes. Existing exemplar-free class-incremental methods focus either on successive fine tuning of the model, thus favoring plasticity, or on using a feature extractor fixed after the initial incremental state, thus favoring stability. We introduce a method which combines a fixed feature extractor and a pseudo-features generator to improve the stability-plasticity balance. The generator uses a simple yet effective geometric translation of new class features to create representations of past classes, made of pseudo-features. The translation of features only requires the storage of the centroid representations of past classes to produce their pseudo-features. Actual features of new classes and pseudo-features of past classes are fed into a linear classifier which is trained incrementally to discriminate between all classes. The incremental process is much faster with the proposed method compared to mainstream ones which update the entire deep model. Experiments are performed with three challenging datasets, and different incremental settings. A comparison with ten existing methods shows that our method outperforms the others in most cases.

Gr\'egoire Petit, Adrian Popescu, Hugo Schindler, David Picard, Bertrand Delezoide• 2022

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCIFAR100 (test)--
76
Exemplar-Free Class-Incremental LearningCIFAR-100
Avg Top-1 Inc Acc66.3
38
Class-incremental learningStanford Cars (test)
Accuracy (Last)46
38
Class-incremental learningCUB-200 (test)
Alast54.66
38
Exemplar-Free Class-Incremental LearningTinyImageNet
Top-1 Acc (Inc)54.8
32
Exemplar-Free Class-Incremental LearningCIFAR-100 (test)
Accuracy Last (Alast)51.2
30
Exemplar-Free Class-Incremental LearningImageNet subset (test)
A_last52.6
30
Incremental LearningCIFAR-100 (test)
Accuracy (S9)58.3
26
Class-incremental learningCUB200 10 Tasks
FN (Final Acc)60.7
23
Exemplar-Free Class-Incremental LearningImageNet subset
Top-1 Incremental Acc72.2
22
Showing 10 of 31 rows

Other info

Code

Follow for update