Continual Learning

821 papers with code • 29 benchmarks • 30 datasets

Continual Learning (also known as Incremental Learning, Life-long Learning) is a concept to learn a model for a large number of tasks sequentially without forgetting knowledge obtained from the preceding tasks, where the data in the old tasks are not available anymore during training new ones.
If not mentioned, the benchmarks here are Task-CL, where task-id is provided on validation.

Source:
Continual Learning by Asymmetric Loss Approximation with Single-Side Overestimation
Three scenarios for continual learning
Lifelong Machine Learning
Continual lifelong learning with neural networks: A review

Libraries

Use these libraries to find Continual Learning models and implementations
23 papers
1,664
7 papers
687
6 papers
457
See all 8 libraries.

Addressing Loss of Plasticity and Catastrophic Forgetting in Continual Learning

mohmdelsayed/upgd 31 Mar 2024

Deep representation learning methods struggle with continual learning, suffering from both catastrophic forgetting of useful units and loss of plasticity, often due to rigid and unuseful units.

3
31 Mar 2024

InfLoRA: Interference-Free Low-Rank Adaptation for Continual Learning

liangyanshuo/InfLoRA 30 Mar 2024

Furthermore, InfLoRA designs this subspace to eliminate the interference of the new task on the old tasks, making a good trade-off between stability and plasticity.

11
30 Mar 2024

Orchestrate Latent Expertise: Advancing Online Continual Learning with Multi-Level Supervision and Reverse Self-Distillation

anapplecore/mose 30 Mar 2024

However, a notable gap from CL to OCL stems from the additional overfitting-underfitting dilemma associated with the use of rehearsal buffers: the inadequate learning of new training samples (underfitting) and the repeated learning of a few old training samples (overfitting).

4
30 Mar 2024

ECLIPSE: Efficient Continual Learning in Panoptic Segmentation with Visual Prompt Tuning

clovaai/ECLIPSE 29 Mar 2024

Panoptic segmentation, combining semantic and instance segmentation, stands as a cutting-edge computer vision task.

7
29 Mar 2024

CLAP4CLIP: Continual Learning with Probabilistic Finetuning for Vision-Language Models

srvcodes/clap4clip 28 Mar 2024

The deterministic nature of the existing finetuning methods makes them overlook the many possible interactions across the modalities and deems them unsafe for high-risk CL tasks requiring reliable uncertainty estimation.

5
28 Mar 2024

DS-AL: A Dual-Stream Analytic Learning for Exemplar-Free Class-Incremental Learning

ZHUANGHP/Analytic-continual-learning 26 Mar 2024

The compensation stream is governed by a Dual-Activation Compensation (DAC) module.

92
26 Mar 2024

G-ACIL: Analytic Learning for Exemplar-Free Generalized Class Incremental Learning

ZHUANGHP/Analytic-continual-learning 23 Mar 2024

The generalized CIL (GCIL) aims to address the CIL problem in a more real-world scenario, where incoming data have mixed data categories and unknown sample size distribution, leading to intensified forgetting.

92
23 Mar 2024

A Unified and General Framework for Continual Learning

joey-wang123/cl-refresh-learning 20 Mar 2024

Extensive experiments on CL benchmarks and theoretical analysis demonstrate the effectiveness of the proposed refresh learning.

5
20 Mar 2024

Predictive, scalable and interpretable knowledge tracing on structured domains

mlcolab/psi-kt 19 Mar 2024

This requires estimates of both the learner's progress (''knowledge tracing''; KT), and the prerequisite structure of the learning domain (''knowledge mapping'').

1
19 Mar 2024

Boosting Continual Learning of Vision-Language Models via Mixture-of-Experts Adapters

jiazuoyu/moe-adapters4cl 18 Mar 2024

Continual learning can empower vision-language models to continuously acquire new knowledge, without the need for access to the entire historical dataset.

64
18 Mar 2024