Data-Free Generative Replay for Class-Incremental Learning on Imbalanced Data
Sohaib Younis, Bernhard Seeger

TL;DR
This paper introduces Data-Free Generative Replay (DFGR), a novel method for class-incremental learning that trains a generator without real data, effectively handling dataset imbalance and outperforming existing data-free approaches.
Contribution
DFGR is the first data-free method that trains a generator using batch-norm statistics from a pre-trained model for class-incremental learning on imbalanced datasets.
Findings
DFGR outperforms other data-free methods on benchmark datasets.
Achieves up to 88.5% accuracy on MNIST.
Addresses dataset imbalance effectively.
Abstract
Continual learning is a challenging problem in machine learning, especially for image classification tasks with imbalanced datasets. It becomes even more challenging when it involves learning new classes incrementally. One method for incremental class learning, addressing dataset imbalance, is rehearsal using previously stored data. In rehearsal-based methods, access to previous data is required for either training the classifier or the generator, but it may not be feasible due to storage, legal, or data access constraints. Although there are many rehearsal-free alternatives for class incremental learning, such as parameter or loss regularization, knowledge distillation, and dynamic architectures, they do not consistently achieve good results, especially on imbalanced data. This paper proposes a new approach called Data-Free Generative Replay (DFGR) for class incremental learning, where…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Text and Document Classification Technologies · Artificial Intelligence in Healthcare
