elastic-weight-consolidation topic

List elastic-weight-consolidation 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.

brain-inspired-replay

218
Stars
63
Forks
Watchers

A brain-inspired version of generative replay for continual learning with deep neural networks (e.g., class-incremental learning on CIFAR-100; PyTorch code).

CLsurvey

191
Stars
24
Forks
Watchers

Continual Hyperparameter Selection Framework. Compares 11 state-of-the-art Lifelong Learning methods and 4 baselines. Official Codebase of "A continual learning survey: Defying forgetting in classifi...

continual-learning-baselines

241
Stars
34
Forks
Watchers

Continual learning baselines and strategies from popular papers, using Avalanche. We include EWC, SI, GEM, AGEM, LwF, iCarl, GDumb, and other strategies.

CatastrophicForgetting-EWC

25
Stars
4
Forks
Watchers

#WORK IN PROGRESS PyTorch Implementation of Supervised and Deep Q-Learning EWC(Elastic Weight Consolidation), introduced in "Overcoming Catastrophic Forgetting in Neural Networks"

class-incremental-learning

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