Continual learning baselines and strategies from popular papers, using Avalanche. We include EWC, SI, GEM, AGEM, LwF, iCarl, GDumb, and other strategies.
☆333Feb 20, 2024Updated 2 years ago
Alternatives and similar repositories for continual-learning-baselines
Users that are interested in continual-learning-baselines are comparing it to the libraries listed below
Sorting:
- Avalanche: an End-to-End Library for Continual Learning based on PyTorch.☆2,025Mar 11, 2025Updated 11 months ago
- Continual Learning papers list, curated by ContinualAI☆695Apr 22, 2024Updated last year
- PyTorch implementation of various methods for continual learning (XdG, EWC, SI, LwF, FROMP, DGR, BI-R, ER, A-GEM, iCaRL, Generative Class…☆1,825Nov 5, 2025Updated 3 months ago
- Evaluate three types of task shifting with popular continual learning algorithms.☆524Apr 26, 2021Updated 4 years ago
- A collection of online continual learning paper implementations and tricks for computer vision in PyTorch, including our ASER(AAAI-21), S…☆418May 30, 2023Updated 2 years ago
- Relevant papers in Continual Learning☆741Jul 25, 2023Updated 2 years ago
- An Extendible (General) Continual Learning Framework based on Pytorch - official codebase of Dark Experience for General Continual Learni…☆782Updated this week
- A clean and simple data loading library for Continual Learning☆446Jun 25, 2023Updated 2 years ago
- PyCIL: A Python Toolbox for Class-Incremental Learning☆1,057Jan 29, 2026Updated last month
- Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.☆562May 26, 2023Updated 2 years ago
- Continual Hyperparameter Selection Framework. Compares 11 state-of-the-art Lifelong Learning methods and 4 baselines. Official Codebase …☆205Jun 3, 2021Updated 4 years ago
- Awesome Incremental Learning☆4,405Jan 29, 2026Updated last month
- Implementation of Learning without Forgetting paper☆131Mar 11, 2021Updated 4 years ago
- Continual Learning tutorials and demo running on Google Colaboratory.☆357Jul 8, 2022Updated 3 years ago
- Codebase for Continual Prototype Evolution (CoPE) to attain perpetually representative prototypes for online and non-stationary datastrea…☆45Mar 21, 2022Updated 3 years ago
- Co^2L: Contrastive Continual Learning (ICCV2021)☆99Mar 30, 2022Updated 3 years ago
- Avalanche fork adding RL support☆78Apr 13, 2023Updated 2 years ago
- 🎉 PILOT: A Pre-trained Model-Based Continual Learning Toolbox☆566Jan 29, 2026Updated last month
- a PyTorch Tutorial to Class-Incremental Learning | a Distributed Training Template of CIL with core code less than 100 lines.☆107Sep 3, 2025Updated 5 months ago
- Simplified code for our paper "GDumb: A Simple Approach that Questions Our Progress in Continual Learning". Easily extensible to various …☆93Oct 4, 2023Updated 2 years ago
- Class-Incremental Learning: A Survey (TPAMI 2024)☆278Nov 7, 2024Updated last year
- Code for "A Comprehensive Empirical Evaluation on Online Continual Learning" ICCVW 2023 VCL Workshop☆44Apr 8, 2024Updated last year
- PyContinual (An Easy and Extendible Framework for Continual Learning)☆324Jan 29, 2024Updated 2 years ago
- Continual / incremental / lifelong learning methods implemented by PyTorch. Especially the methods based on memory replay.☆53May 8, 2023Updated 2 years ago
- ☆74Dec 8, 2022Updated 3 years ago
- PyTorch Implementation of Learning to Prompt (L2P) for Continual Learning @ CVPR22☆203Oct 14, 2023Updated 2 years ago
- Source code for "Gradient Based Memory Editing for Task-Free Continual Learning", 4th Lifelong ML Workshop@ICML 2020☆17Dec 8, 2022Updated 3 years ago
- Hierarchical Decomposition of Prompt-Based Continual Learning: Rethinking Obscured Sub-optimality (NeurIPS 2023, Spotlight)☆89Nov 15, 2024Updated last year
- Learning to Prompt (L2P) for Continual Learning @ CVPR22 and DualPrompt: Complementary Prompting for Rehearsal-free Continual Learning @ …☆473Jul 30, 2024Updated last year
- PyTorch implementation of our NeurIPS 2021 paper "Class-Incremental Learning via Dual Augmentation"☆40Aug 7, 2022Updated 3 years ago
- A brain-inspired version of generative replay for continual learning with deep neural networks (e.g., class-incremental learning on CIFAR…☆249Jul 6, 2023Updated 2 years ago
- Continual Learning in Recurrent Neural Networks☆37Oct 12, 2021Updated 4 years ago
- OnlineEWC and EWC++ implementations, the online versions of Elastic weight consolidation