Skip to content
#

class-incremental-learning

Here are 30 public repositories matching this topic...

PyTorch implementation of a VAE-based generative classifier, as well as other class-incremental learning methods that do not store data (DGR, BI-R, EWC, SI, CWR, CWR+, AR1, the "labels trick", SLDA).

  • Updated Feb 7, 2023
  • Python

Adaptive Decision Forest(ADF) is an incremental machine learning framework called to produce a decision forest to classify new records. ADF is capable to classify new records even if they are associated with previously unseen classes. ADF also is capable of identifying and handling concept drift; it, however, does not forget previously gained kn…

  • Updated Mar 24, 2023
  • Java

A collection of online continual learning paper implementations and tricks for computer vision in PyTorch, including our ASER(AAAI-21), SCR(CVPR21-W) and an online continual learning survey (Neurocomputing).

  • Updated May 30, 2023
  • Python

Improve this page

Add a description, image, and links to the class-incremental-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the class-incremental-learning topic, visit your repo's landing page and select "manage topics."

Learn more