Isolation and Impartial Aggregation: A Paradigm of Incremental Learning without Interference
About
This paper focuses on the prevalent performance imbalance in the stages of incremental learning. To avoid obvious stage learning bottlenecks, we propose a brand-new stage-isolation based incremental learning framework, which leverages a series of stage-isolated classifiers to perform the learning task of each stage without the interference of others. To be concrete, to aggregate multiple stage classifiers as a uniform one impartially, we first introduce a temperature-controlled energy metric for indicating the confidence score levels of the stage classifiers. We then propose an anchor-based energy self-normalization strategy to ensure the stage classifiers work at the same energy level. Finally, we design a voting-based inference augmentation strategy for robust inference. The proposed method is rehearsal free and can work for almost all continual learning scenarios. We evaluate the proposed method on four large benchmarks. Extensive results demonstrate the superiority of the proposed method in setting up new state-of-the-art overall performance. \emph{Code is available at} \url{https://github.com/iamwangyabin/ESN}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Continual Learning | CIFAR-100 (10-split) | ACC86.42 | 42 | |
| Class-incremental learning | Stanford Cars CIL, T=10 (test) | Avg Accuracy72.82 | 23 | |
| Domain-incremental learning | ImageNet-R | Accuracy16.39 | 19 | |
| Continual Learning | ImageNet-R 10 sequential tasks 200 classes | A1:N81.63 | 14 | |
| Domain-incremental learning | ImageNet-C | AA68.34 | 12 | |
| Domain-incremental learning | DomainNet | Average Accuracy45.74 | 12 | |
| Domain-incremental learning | ImageNet Mix | Average Accuracy14.99 | 12 | |
| Continual Learning | StanfordCars Split 20-task (test) | Last Acc46.53 | 6 | |
| Continual Learning | Split ImageNet-R 20-task | Last Task Accuracy70.57 | 6 | |
| Continual Learning | DomainNet Split 10-task (test) | Last Accuracy79.22 | 6 |