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

Forward Compatible Few-Shot Class-Incremental Learning

About

Novel classes frequently arise in our dynamically changing world, e.g., new users in the authentication system, and a machine learning model should recognize new classes without forgetting old ones. This scenario becomes more challenging when new class instances are insufficient, which is called few-shot class-incremental learning (FSCIL). Current methods handle incremental learning retrospectively by making the updated model similar to the old one. By contrast, we suggest learning prospectively to prepare for future updates, and propose ForwArd Compatible Training (FACT) for FSCIL. Forward compatibility requires future new classes to be easily incorporated into the current model based on the current stage data, and we seek to realize it by reserving embedding space for future new classes. In detail, we assign virtual prototypes to squeeze the embedding of known classes and reserve for new ones. Besides, we forecast possible new classes and prepare for the updating process. The virtual prototypes allow the model to accept possible updates in the future, which act as proxies scattered among embedding space to build a stronger classifier during inference. FACT efficiently incorporates new classes with forward compatibility and meanwhile resists forgetting of old ones. Extensive experiments validate FACT's state-of-the-art performance. Code is available at: https://github.com/zhoudw-zdw/CVPR22-Fact

Da-Wei Zhou, Fu-Yun Wang, Han-Jia Ye, Liang Ma, Shiliang Pu, De-Chuan Zhan• 2022

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCIFAR-100
Averaged Incremental Accuracy51
234
Few-Shot Class-Incremental LearningminiImageNet (test)
Accuracy (Session 1)69.63
173
Few-Shot Class-Incremental LearningCIFAR100 (test)
Session 4 Top-1 Acc61.38
122
Few-Shot Class-Incremental LearningCUB200 (test)
Accuracy (Session 1)73.23
92
Few-Shot Class-Incremental LearningCUB-200
Session 1 Accuracy73.23
75
Few-Shot Class-Incremental LearningCIFAR100
Accuracy (S0)74.6
67
Few-Shot Class-Incremental LearningCORe50
BCR97.8
39
Few-Shot Class-Incremental LearningiCubWorld
BCR99.6
39
Few-Shot Class-Incremental LearningCUB200 (incremental sessions)
Session 0 Accuracy75.9
37
Few-Shot Class-Incremental LearningCIFAR100 multi-class 5-shot
BCR80.5
26
Showing 10 of 71 rows
...

Other info

Code

Follow for update