Learning a Unified Classifier Incrementally via Rebalancing

Conventionally, deep neural networks are trained offline, relying on a large dataset prepared in advance. This paradigm is often challenged in real-world applications, e.g. online services that involve continuous streams of incoming data. Recently, incremental learning receives increasing attention, and is considered as a promising solution to the practical challenges mentioned above. However, it has been observed that incremental learning is subject to a fundamental difficulty -- catastrophic forgetting, namely adapting a model to new data often results in severe performance degradation on previous tasks or classes. Our study reveals that the imbalance between previous and new data is a crucial cause to this problem. In this work, we develop a new framework for incrementally learning a unified classifier, e.g. a classifier that treats both old and new classes uniformly. Specifically, we incorporate three components, cosine normalization, less-forget constraint, and inter-class separation, to mitigate the adverse effects of the imbalance. Experiments show that the proposed method can effectively rebalance the training process, thus obtaining superior performance compared to the existing methods. On CIFAR-100 and ImageNet, our method can reduce the classification errors by more than 6% and 13% respectively, under the incremental setting of 10 phases.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Class Incremental Learning cifar100 LUCIR 10-stage average accuracy 56.53 # 4
Incremental Learning CIFAR-100-B0(5steps of 20 classes) UCIR Average Incremental Accuracy 62.77 # 9
Incremental Learning ImageNet - 500 classes + 10 steps of 50 classes UCIR (NME)* Average Incremental Accuracy 59.92 # 3

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Incremental Learning CIFAR-100 - 50 classes + 10 steps of 5 classes UCIR (CNN)* Average Incremental Accuracy 60.18 # 10
Incremental Learning CIFAR-100 - 50 classes + 10 steps of 5 classes UCIR (NME)* Average Incremental Accuracy 60.12 # 11
Incremental Learning CIFAR-100 - 50 classes + 5 steps of 10 classes UCIR (CNN)* Average Incremental Accuracy 63.42 # 10
Incremental Learning CIFAR-100 - 50 classes + 5 steps of 10 classes UCIR (NME)* Average Incremental Accuracy 63.12 # 11

Methods


No methods listed for this paper. Add relevant methods here