CVAIAug 25, 2023

Dynamic Residual Classifier for Class Incremental Learning

arXiv:2308.13305v138 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses catastrophic forgetting in incremental learning for AI systems, though it is incremental as it builds on existing residual classifier and pipeline techniques.

The paper tackles the dynamic data imbalance problem in class incremental learning by proposing a Dynamic Residual Classifier (DRC), which achieves state-of-the-art results on conventional and long-tailed CIL benchmarks.

The rehearsal strategy is widely used to alleviate the catastrophic forgetting problem in class incremental learning (CIL) by preserving limited exemplars from previous tasks. With imbalanced sample numbers between old and new classes, the classifier learning can be biased. Existing CIL methods exploit the long-tailed (LT) recognition techniques, e.g., the adjusted losses and the data re-sampling methods, to handle the data imbalance issue within each increment task. In this work, the dynamic nature of data imbalance in CIL is shown and a novel Dynamic Residual Classifier (DRC) is proposed to handle this challenging scenario. Specifically, DRC is built upon a recent advance residual classifier with the branch layer merging to handle the model-growing problem. Moreover, DRC is compatible with different CIL pipelines and substantially improves them. Combining DRC with the model adaptation and fusion (MAF) pipeline, this method achieves state-of-the-art results on both the conventional CIL and the LT-CIL benchmarks. Extensive experiments are also conducted for a detailed analysis. The code is publicly available.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes