paper-with-me

Papers

LoRA Subtraction for Drift-Resistant Space in Exemplar-Free Continual Learning

2025-03-23 · CVPR 2025 1 · Xuan Liu, Xiaobin Chang

In continual learning (CL), catastrophic forgetting often arises due to feature drift. This challenge is particularly prominent in the exemplar-free continual learning (EFCL) setting, where samples from previous tasks cannot be retained, making it difficult to preserve prior knowledge. To address this issue, some EFCL methods aim to identify feature spaces that minimize the impact on previous tasks while accommodating new ones. However, they rely on static features or outdated statistics stored from old tasks, which prevents them from capturing the dynamic evolution of the feature space in CL, leading to performance degradation over time. In this paper, we introduce the Drift-Resistant Space (DRS), which effectively handles feature drifts without requiring explicit feature modeling or the storage of previous tasks. A novel parameter-efficient fine-tuning approach called Low-Rank Adaptation Subtraction (LoRA-) is proposed to develop the DRS. This method subtracts the LoRA weights of old tasks from the initial pre-trained weight before processing new task data to establish the DRS for model training. Therefore, LoRA- enhances stability, improves efficiency, and simplifies implementation. Furthermore, stabilizing feature drifts allows for better plasticity by learning with a triplet loss. Our method consistently achieves state-of-the-art results, especially for long task sequences, across multiple datasets.

📄 PDF Abstract BibTeX arXiv:2503.18985

Code (1)

scarlet0703/LoRA-Sub-DRS 공식 구현 pytorch

Tasks

Continual LearningExemplar-Freeparameter-efficient fine-tuningTriplet

Similar Papers 제목 키워드 기반

Resurrecting Old Classes with New Data for Exemplar-Free Continual Learning

2024-05-29 · CVPR 2024 1 · Dipam Goswami, Albin Soutif--Cormerais, Yuyang Liu, Sandesh Kamath 외

Continual learning methods are known to suffer from catastrophic forgetting, a phenomenon that is particularly hard to counter for methods that do not store exemplars of previous tasks. Therefore, to reduce potential dri…

Continual LearningExemplar-Free

Exemplar-free Continual Representation Learning via Learnable Drift Compensation

2024-07-11 · Alex Gomez-Villa, Dipam Goswami, Kai Wang, Andrew D. Bagdanov 외

Exemplar-free class-incremental learning using a backbone trained from scratch and starting from a small first task presents a significant challenge for continual representation learning. Prototype-based approaches, when…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+2

Performative Drift Resistant Classification Using Generative Domain Adversarial Networks

2025-04-01 · Maciej Makowski, Brandon Gower-Winter, Georg Krempl

Performative Drift is a special type of Concept Drift that occurs when a model's predictions influence the future instances the model will encounter. In these settings, retraining is not always feasible. In this work, we…

Drift-Resistant Navigation World Model with Anchored Epipolar Guidance

2026-05-23 · Po-Chien Luan, Zimin Xia, Wuyang Li, Yang Gao 외 arxiv

We propose Drift-Resistant Navigation World Model, a generative model that mitigates both perceptual drift and geometric drift in conventional rollout-based navigation world models. Existing methods recursively feed gene…

EFC++: Elastic Feature Consolidation with Prototype Re-balancing for Cold Start Exemplar-free Incremental Learning

2025-03-13 · Simone Magistri, Tomaso Trinci, Albin Soutif-Cormerais, Joost Van de Weijer 외

Exemplar-Free Class Incremental Learning (EFCIL) aims to learn from a sequence of tasks without having access to previous task data. In this paper, we consider the challenging Cold Start scenario in which insufficient da…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning