paper-with-me

홈 › Papers

Class-Incremental Learning with Generative Classifiers

2021-04-20 · Gido M. van de Ven, Zhe Li, Andreas S. Tolias

Incrementally training deep neural networks to recognize new classes is a challenging problem. Most existing class-incremental learning methods store data or use generative replay, both of which have drawbacks, while 'rehearsal-free' alternatives such as parameter regularization or bias-correction methods do not consistently achieve high performance. Here, we put forward a new strategy for class-incremental learning: generative classification. Rather than directly learning the conditional distribution p(y|x), our proposal is to learn the joint distribution p(x,y), factorized as p(x|y)p(y), and to perform classification using Bayes' rule. As a proof-of-principle, here we implement this strategy by training a variational autoencoder for each class to be learned and by using importance sampling to estimate the likelihoods p(x|y). This simple approach performs very well on a diverse set of continual learning benchmarks, outperforming generative replay and other existing baselines that do not store data.

📄 PDF Abstract BibTeX arXiv:2104.10093

Code (2)

GMvandeVen/class-incremental-learning 공식 구현 pytorch
miladkhademinori/class-incremental-learning pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Similar Papers 제목 키워드 기반

Distance Based Image Classification: A solution to generative classification's conundrum?

2022-10-04 · Wen-Yan Lin, Siying Liu, Bing Tian Dai, Hongdong Li

Most classifiers rely on discriminative boundaries that separate instances of each class from everything else. We argue that discriminative boundaries are counter-intuitive as they define semantics by what-they-are-not; …

image-classificationImage Classification

Your VAR Model is Secretly an Efficient and Explainable Generative Classifier

2025-10-14 · Yi-Chung Chen, David I. Inouye, Jing Gao arxiv

Generative classifiers, which leverage conditional generative models for classification, have recently demonstrated desirable properties such as robustness to distribution shifts. However, recent progress in this area ha…

class-incremental learning

Distillation Techniques for Pseudo-rehearsal Based Incremental Learning

2018-07-08 · Haseeb Shah, Khurram Javed, Faisal Shafait

The ability to learn from incrementally arriving data is essential for any life-long learning system. However, standard deep neural networks forget the knowledge about the old tasks, a phenomenon called catastrophic forg…

Incremental LearningKnowledge Distillation

EILearn: Learning Incrementally Using Previous Knowledge Obtained From an Ensemble of Classifiers

2019-02-08 · Shivang Agarwal, C. Ravindranath Chowdary, Shripriya Maheshwari

We propose an algorithm for incremental learning of classifiers. The proposed method enables an ensemble of classifiers to learn incrementally by accommodating new training data. We use an effective mechanism to overcome…

Incremental Learning

Few-Shot Incremental Learning with Continually Evolved Classifiers

2021-04-07 · CVPR 2021 1 · Chi Zhang, Nan Song, Guosheng Lin, Yun Zheng 외

Few-shot class-incremental learning (FSCIL) aims to design machine learning algorithms that can continually learn new concepts from a few data points, without forgetting knowledge of old classes. The difficulty lies in t…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning