incremental-learning
There are 240 repositories under incremental-learning topic.
online-ml/river
🌊 Online machine learning in Python
GMvandeVen/continual-learning
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.
open-edge-platform/training_extensions
Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™
JosephKJ/OWOD
(CVPR 2021 Oral) Open World Object Detection
LAMDA-CL/PyCIL
PyCIL: A Python Toolbox for Class-Incremental Learning
Vision-Intelligence-and-Robots-Group/Best-Incremental-Learning
An Incremental Learning, Continual Learning, and Life-Long Learning Repository
mmasana/FACIL
Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.
GT-RIPL/Continual-Learning-Benchmark
Evaluate three types of task shifting with popular continual learning algorithms.
LAMDA-CL/LAMDA-PILOT
🎉 PILOT: A Pre-trained Model-Based Continual Learning Toolbox
Continvvm/continuum
A clean and simple data loading library for Continual Learning
RaptorMai/online-continual-learning
A collection of online continual learning paper implementations and tricks for computer vision in PyTorch, including our ASER(AAAI-21), SCR(CVPR21-W) and survey (Neurocomputing).
arthurdouillard/incremental_learning.pytorch
A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost (CVPR-W21).
esbmc/esbmc
The efficient SMT-based context-bounded model checker (ESBMC)
selimfirat/pysad
Streaming Anomaly Detection Framework in Python (Outlier Detection for Streaming Data)
GMvandeVen/brain-inspired-replay
A brain-inspired version of generative replay for continual learning with deep neural networks (e.g., class-incremental learning on CIFAR-100; PyTorch code).
qianlima-lab/awesome-lifelong-llm-agent
This repository collects awesome survey, resource, and paper for lifelong learning LLM agents
Mattdl/CLsurvey
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 classification tasks." in IEEE TPAMI.
JH-LEE-KR/l2p-pytorch
PyTorch Implementation of Learning to Prompt (L2P) for Continual Learning @ CVPR22
LAMDA-CL/RevisitingCIL
Revisiting Class-Incremental Learning with Pre-Trained Models: Generalizability and Adaptivity are All You Need (IJCV 2024)
shivamsaboo17/Overcoming-Catastrophic-forgetting-in-Neural-Networks
Elastic weight consolidation technique for incremental learning.
zzz47zzz/awesome-lifelong-learning-methods-for-llm
[ACM Computing Surveys 2025] This repository collects awesome survey, resource, and paper for Lifelong Learning with Large Language Models. (Updated Regularly)
outbrain-inc/fwumious_wabbit
Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
JosephKJ/iOD
(TPAMI 2021) iOD: Incremental Object Detection via Meta-Learning
alipsgh/tornado
The Tornado :tornado: framework, designed and implemented for adaptive online learning and data stream mining in Python.
Fengrui-Liu/StreamAD
Online anomaly detection for data streams/ Real-time anomaly detection for time series data.
ThyrixYang/awesome-artificial-intelligence-research
A curated list of Artificial Intelligence (AI) Research, tracks the cutting edge trending of AI research, including recommender systems, computer vision, machine learning, etc.
MBKraus/incremental_training
Repo that relates to the Medium blog 'Keeping your ML model in shape with Kafka, Airflow' and MLFlow'
JH-LEE-KR/dualprompt-pytorch
PyTorch Implementation of DualPrompt: Complementary Prompting for Rehearsal-free Continual Learning @ ECCV22
OatmealLiu/class-iNCD
PyTorch implementation for the paper Class-incremental Novel Class Discovery (ECCV 2022)
Impression2805/CVPR21_PASS
PyTorch implementation of our CVPR2021 (oral) paper "Prototype Augmentation and Self-Supervision for Incremental Learning"
conditionWang/FCIL
This is the formal code implementation of the CVPR 2022 paper 'Federated Class Incremental Learning'.
khurramjaved96/incremental-learning
Pytorch implementation of ACCV18 paper "Revisiting Distillation and Incremental Classifier Learning."
SJTU-DMTai/DoubleAdapt
The official API of DoubleAdapt (KDD'23), an incremental learning framework for online stock trend forecasting, WITHOUT dependencies on the qlib package.
G-U-N/a-PyTorch-Tutorial-to-Class-Incremental-Learning
a PyTorch Tutorial to Class-Incremental Learning | a Distributed Training Template of CIL with core code less than 100 lines.
minimalparts/nonce2vec
Incremental learning of word embeddings with context informativeness.