CVLGMar 13, 2024

Consistent Prompting for Rehearsal-Free Continual Learning

arXiv:2403.08568v264 citationsh-index: 2CVPR
Originality Incremental advance
AI Analysis

This addresses the issue of forgetting in continual learning for AI models, though it is incremental as it builds on existing prompt-based approaches.

The paper tackled the problem of inconsistency between training and testing in prompt-based continual learning methods, proposing Consistent Prompting (CPrompt) to align them, which achieved state-of-the-art performance on multiple benchmarks.

Continual learning empowers models to adapt autonomously to the ever-changing environment or data streams without forgetting old knowledge. Prompt-based approaches are built on frozen pre-trained models to learn the task-specific prompts and classifiers efficiently. Existing prompt-based methods are inconsistent between training and testing, limiting their effectiveness. Two types of inconsistency are revealed. Test predictions are made from all classifiers while training only focuses on the current task classifier without holistic alignment, leading to Classifier inconsistency. Prompt inconsistency indicates that the prompt selected during testing may not correspond to the one associated with this task during training. In this paper, we propose a novel prompt-based method, Consistent Prompting (CPrompt), for more aligned training and testing. Specifically, all existing classifiers are exposed to prompt training, resulting in classifier consistency learning. In addition, prompt consistency learning is proposed to enhance prediction robustness and boost prompt selection accuracy. Our Consistent Prompting surpasses its prompt-based counterparts and achieves state-of-the-art performance on multiple continual learning benchmarks. Detailed analysis shows that improvements come from more consistent training and testing.

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