English

Fine-Grained Knowledge Selection and Restoration for Non-Exemplar Class Incremental Learning

Computer Vision and Pattern Recognition 2023-12-21 v1

Abstract

Non-exemplar class incremental learning aims to learn both the new and old tasks without accessing any training data from the past. This strict restriction enlarges the difficulty of alleviating catastrophic forgetting since all techniques can only be applied to current task data. Considering this challenge, we propose a novel framework of fine-grained knowledge selection and restoration. The conventional knowledge distillation-based methods place too strict constraints on the network parameters and features to prevent forgetting, which limits the training of new tasks. To loose this constraint, we proposed a novel fine-grained selective patch-level distillation to adaptively balance plasticity and stability. Some task-agnostic patches can be used to preserve the decision boundary of the old task. While some patches containing the important foreground are favorable for learning the new task. Moreover, we employ a task-agnostic mechanism to generate more realistic prototypes of old tasks with the current task sample for reducing classifier bias for fine-grained knowledge restoration. Extensive experiments on CIFAR100, TinyImageNet and ImageNet-Subset demonstrate the effectiveness of our method. Code is available at https://github.com/scok30/vit-cil.

Keywords

Cite

@article{arxiv.2312.12722,
  title  = {Fine-Grained Knowledge Selection and Restoration for Non-Exemplar Class Incremental Learning},
  author = {Jiang-Tian Zhai and Xialei Liu and Lu Yu and Ming-Ming Cheng},
  journal= {arXiv preprint arXiv:2312.12722},
  year   = {2023}
}

Comments

to appear at AAAI 2024

R2 v1 2026-06-28T13:57:06.468Z