paper-with-me

Papers

Continual Learning by Three-Phase Consolidation

2024-03-12 · Davide Maltoni, Lorenzo Pellegrini

TPC (Three-Phase Consolidation) is here introduced as a simple but effective approach to continually learn new classes (and/or instances of known classes) while controlling forgetting of previous knowledge. Each experience (a.k.a. task) is learned in three phases characterized by different rules and learning dynamics, aimed at removing the class-bias problem (due to class unbalancing) and limiting gradient-based corrections to prevent forgetting of underrepresented classes. Several experiments on complex datasets demonstrate its accuracy and efficiency advantages over competitive existing approaches. The algorithm and all the results presented in this paper are fully reproducible thanks to its publication on the Avalanche open framework for continual learning.

📄 PDF Abstract BibTeX arXiv:2403.14679

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

MedPEFT-CL: Dual-Phase Parameter-Efficient Continual Learning with Medical Semantic Adapter and Bidirectional Memory Consolidation

2025-11-21 · Ziyuan Gao arxiv

Medical vision-language segmentation models suffer from catastrophic forgetting when adapting to new anatomical structures, requiring complete retraining that limits their clinical deployment. Although continual learning…

parameter-efficient fine-tuningSemantic SimilarityContinual Learning

ReCoLoRA: Spectrum-Aware Recursive Consolidation for Continual LLM Fine-Tuning

2026-07-04 · Wentao Lu arxiv

Parameter-efficient fine-tuning adapts a large language model to one task cheaply, but across a task sequence LoRA-style methods keep stacking low-rank updates on the same frozen weight, so each new task tends to overwri…

parameter-efficient fine-tuning

Batch Model Consolidation: A Multi-Task Model Consolidation Framework

2023-05-25 · CVPR 2023 1 · Iordanis Fostiropoulos, Jiaye Zhu, Laurent Itti

In Continual Learning (CL), a model is required to learn a stream of tasks sequentially without significant performance degradation on previously learned tasks. Current approaches fail for a long sequence of tasks from d…

Continual Learningimage-classificationImage Classificationmodel

EVCL: Elastic Variational Continual Learning with Weight Consolidation

2024-06-23 · Hunar Batra, Ronald Clark

Continual learning aims to allow models to learn new tasks without forgetting what has been learned before. This work introduces Elastic Variational Continual Learning with Weight Consolidation (EVCL), a novel hybrid mod…

Continual LearningIncremental Learning

Elastic Weight Consolidation (EWC): Nuts and Bolts

2021-05-10 · Abhishek Aich

In this report, we present a theoretical support of the continual learning method \textbf{Elastic Weight Consolidation}, introduced in paper titled `Overcoming catastrophic forgetting in neural networks'. Being one of th…

Continual Learning