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

Always Be Dreaming: A New Approach for Data-Free Class-Incremental Learning

About

Modern computer vision applications suffer from catastrophic forgetting when incrementally learning new concepts over time. The most successful approaches to alleviate this forgetting require extensive replay of previously seen data, which is problematic when memory constraints or data legality concerns exist. In this work, we consider the high-impact problem of Data-Free Class-Incremental Learning (DFCIL), where an incremental learning agent must learn new concepts over time without storing generators or training data from past tasks. One approach for DFCIL is to replay synthetic images produced by inverting a frozen copy of the learner's classification model, but we show this approach fails for common class-incremental benchmarks when using standard distillation strategies. We diagnose the cause of this failure and propose a novel incremental distillation strategy for DFCIL, contributing a modified cross-entropy training and importance-weighted feature distillation, and show that our method results in up to a 25.1% increase in final task accuracy (absolute difference) compared to SOTA DFCIL methods for common class-incremental benchmarks. Our method even outperforms several standard replay based methods which store a coreset of images.

James Smith, Yen-Chang Hsu, Jonathan Balloch, Yilin Shen, Hongxia Jin, Zsolt Kira• 2021

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCIFAR-100 10 (test)
Average Top-1 Accuracy33.7
75
Exemplar-Free Class-Incremental LearningCIFAR-100
Avg Top-1 Inc Acc63.8
38
Class-incremental learningCIFAR-100 20 tasks
Avg Acc20
26
Class-incremental learningCIFAR-100 5 tasks (test)
AN43.9
20
Class-incremental learningCIFAR-100 20 tasks (test)
Average Novelty20
20
Gesture RecognitionSHREC 3D Task 4 2017
Global Accuracy53.2
11
Gesture RecognitionSHREC 3D Task 5 2017
Global Accuracy (G)46.1
11
Gesture RecognitionSHREC 3D Task 6 2017
Global Accuracy (G)40.4
11
Gesture RecognitionSHREC 3D Mean 2017
Global Accuracy (G)56.2
11
Class-Incremental Gesture RecognitionEgoGesture 3D
Task 0 Growth (%)78.1
11
Showing 10 of 20 rows

Other info

Code

Follow for update