CVMar 2, 2025

Advancing Prompt-Based Methods for Replay-Independent General Continual Learning

arXiv:2503.00677v19 citationsh-index: 35Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses catastrophic forgetting and poor initial performance in real-world continual learning scenarios, offering an incremental improvement for machine learning applications requiring online adaptation.

The paper tackles the problem of general continual learning with blurry task boundaries by proposing MISA, an approach that improves prompt-based methods through forgetting-aware initial session adaption and a non-parametric logit mask, achieving performance gains of up to 22.06% on datasets like Tiny-ImageNet without a replay buffer.

General continual learning (GCL) is a broad concept to describe real-world continual learning (CL) problems, which are often characterized by online data streams without distinct transitions between tasks, i.e., blurry task boundaries. Such requirements result in poor initial performance, limited generalizability, and severe catastrophic forgetting, heavily impacting the effectiveness of mainstream GCL models trained from scratch. While the use of a frozen pretrained backbone with appropriate prompt tuning can partially address these challenges, such prompt-based methods remain suboptimal for CL of remaining tunable parameters on the fly. In this regard, we propose an innovative approach named MISA (Mask and Initial Session Adaption) to advance prompt-based methods in GCL. It includes a forgetting-aware initial session adaption that employs pretraining data to initialize prompt parameters and improve generalizability, as well as a non-parametric logit mask of the output layers to mitigate catastrophic forgetting. Empirical results demonstrate substantial performance gains of our approach compared to recent competitors, especially without a replay buffer (e.g., up to 18.39%, 22.06%, and 11.96% performance lead on CIFAR-100, Tiny-ImageNet, and ImageNet-R, respectively). Moreover, our approach features the plug-in nature for prompt-based methods, independence of replay, ease of implementation, and avoidance of CL-relevant hyperparameters, serving as a strong baseline for GCL research. Our source code is publicly available at https://github.com/kangzhiq/MISA

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes