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

R-DFCIL: Relation-Guided Representation Learning for Data-Free Class Incremental Learning

About

Class-Incremental Learning (CIL) struggles with catastrophic forgetting when learning new knowledge, and Data-Free CIL (DFCIL) is even more challenging without access to the training data of previously learned classes. Though recent DFCIL works introduce techniques such as model inversion to synthesize data for previous classes, they fail to overcome forgetting due to the severe domain gap between the synthetic and real data. To address this issue, this paper proposes relation-guided representation learning (RRL) for DFCIL, dubbed R-DFCIL. In RRL, we introduce relational knowledge distillation to flexibly transfer the structural relation of new data from the old model to the current model. Our RRL-boosted DFCIL can guide the current model to learn representations of new classes better compatible with representations of previous classes, which greatly reduces forgetting while improving plasticity. To avoid the mutual interference between representation and classifier learning, we employ local rather than global classification loss during RRL. After RRL, the classification head is refined with global class-balanced classification loss to address the data imbalance issue as well as learn the decision boundaries between new and previous classes. Extensive experiments on CIFAR100, Tiny-ImageNet200, and ImageNet100 demonstrate that our R-DFCIL significantly surpasses previous approaches and achieves a new state-of-the-art performance for DFCIL. Code is available at https://github.com/jianzhangcs/R-DFCIL

Qiankun Gao, Chen Zhao, Bernard Ghanem, Jian Zhang• 2022

Related benchmarks

TaskDatasetResultRank
Gesture RecognitionSHREC 3D Task 3 2017
Global Accuracy (G)54.4
11
Gesture RecognitionSHREC 3D Task 2 2017
Global Accuracy65.5
11
Gesture RecognitionSHREC 3D Task 4 2017
Global Accuracy49.8
11
Gesture RecognitionSHREC 3D Task 5 2017
Global Accuracy (G)41.5
11
Gesture RecognitionSHREC 3D Task 6 2017
Global Accuracy (G)38.6
11
Gesture RecognitionSHREC 3D Mean 2017
Global Accuracy (G)54.8
11
Gesture RecognitionSHREC 3D Task 1 2017
Global Accuracy (G)78.7
11
Class-Incremental Gesture RecognitionEgoGesture 3D
Task 0 Growth (%)78.1
11
Gesture RecognitionSHREC 3D Task 0 2017
Global Accuracy90.5
11
Showing 9 of 9 rows

Other info

Follow for update