class-incremental-learning topic

List class-incremental-learning repositories

continual-learning

1.5k
Stars
305
Forks
Watchers

PyTorch implementation of various methods for continual learning (XdG, EWC, SI, LwF, FROMP, DGR, BI-R, ER, A-GEM, iCaRL, Generative Classifier) in three different scenarios.

class-incremental-learning

458
Stars
70
Forks
Watchers

PyTorch implementation of AANets (CVPR 2021) and Mnemonics Training (CVPR 2020 Oral)

online-continual-learning

360
Stars
57
Forks
Watchers

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 (Neurocomp...

class-incremental-learning

71
Stars
14
Forks
Watchers

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).

a PyTorch Tutorial to Class-Incremental Learning | a Distributed Training Template of CIL with core code less than 100 lines.

ECCV22-FOSTER

49
Stars
3
Forks
Watchers

The official implementation for ECCV22 paper: "FOSTER: Feature Boosting and Compression for Class-Incremental Learning" in PyTorch.

SDCoT

25
Stars
3
Forks
Watchers

[AAAI 2022 Oral] Static-Dynamic Co-Teaching for Class-Incremental 3D Object Detection

CSCCT

16
Stars
1
Forks
Watchers

Official Implementation of the ECCV 2022 Paper "Class-Incremental Learning with Cross-Space Clustering and Controlled Transfer"

FSCIL

81
Stars
5
Forks
Watchers

[ICLR 2023] The official code for our ICLR 2023 (top25%) paper: "Neural Collapse Inspired Feature-Classifier Alignment for Few-Shot Class-Incremental Learning"

subspace-reg

24
Stars
2
Forks
Watchers

Code for the ICLR2022 paper on Subspace Regularization for few-shot class incremental image classification