pith. sign in

arxiv: 2104.10093 · v2 · pith:E2DRSM2Mnew · submitted 2021-04-20 · 💻 cs.LG · cs.AI· cs.CV· stat.ML

Class-Incremental Learning with Generative Classifiers

classification 💻 cs.LG cs.AIcs.CVstat.ML
keywords learninggenerativeclass-incrementalclassificationdatadistributionexistinghere
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Prototype Latent World Model Replay for Class-Incremental Learning

    cs.LG 2026-06 unverdicted novelty 4.0

    Prototype Latent World Model Replay stores class prototypes as latent distributions and replays sampled states to achieve class-incremental learning without raw exemplars, raising LastAcc on Split CIFAR-100 from 4.55%...