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

SS-IL: Separated Softmax for Incremental Learning

About

We consider class incremental learning (CIL) problem, in which a learning agent continuously learns new classes from incrementally arriving training data batches and aims to predict well on all the classes learned so far. The main challenge of the problem is the catastrophic forgetting, and for the exemplar-memory based CIL methods, it is generally known that the forgetting is commonly caused by the classification score bias that is injected due to the data imbalance between the new classes and the old classes (in the exemplar-memory). While several methods have been proposed to correct such score bias by some additional post-processing, e.g., score re-scaling or balanced fine-tuning, no systematic analysis on the root cause of such bias has been done. To that end, we analyze that computing the softmax probabilities by combining the output scores for all old and new classes could be the main cause of the bias. Then, we propose a new method, dubbed as Separated Softmax for Incremental Learning (SS-IL), that consists of separated softmax (SS) output layer combined with task-wise knowledge distillation (TKD) to resolve such bias. Throughout our extensive experimental results on several large-scale CIL benchmark datasets, we show our SS-IL achieves strong state-of-the-art accuracy through attaining much more balanced prediction scores across old and new classes, without any additional post-processing.

Hongjoon Ahn, Jihwan Kwak, Subin Lim, Hyeonsu Bang, Hyojun Kim, Taesup Moon• 2020

Related benchmarks

TaskDatasetResultRank
Continual LearningMiniImageNet Split 84x84 (test)
Accuracy24.4
66
Continual LearningCIFAR100 Split 32x32 (test)
Accuracy24.7
66
Continual LearningSplit CIFAR10 32x32 (test)
Accuracy47.4
66
Continual LearningSplit CIFAR-100 10 tasks
Accuracy39.5
60
Continual LearningSplit CIFAR-100 (10 tasks) (test)
Accuracy40.1
60
Continual LearningTiny-ImageNet Split 100 tasks (test)
AF (%)29
60
Image ClassificationMNIST 5 tasks (test)
Accuracy95.1
51
Continual LearningCIFAR10 5 tasks (test)
Avg Forgetting Rate13.5
51
Image ClassificationCIFAR10 5 tasks (test)
Accuracy64
51
Image ClassificationCIFAR100 10 tasks (test)
Accuracy39.5
51
Showing 10 of 29 rows

Other info

Follow for update