Consistent Prompting for Rehearsal-Free Continual Learning
Zhanxin Gao, Jun Cen, Xiaobin Chang

TL;DR
This paper introduces Consistent Prompting (CPrompt), a novel method for rehearsal-free continual learning that aligns training and testing phases, leading to improved performance and robustness in models adapting to evolving data streams.
Contribution
The paper proposes a new prompt-based approach that ensures consistency between training and testing, addressing limitations of previous methods and achieving state-of-the-art results.
Findings
Outperforms existing prompt-based continual learning methods.
Enhances prediction robustness and prompt selection accuracy.
Achieves state-of-the-art performance on multiple benchmarks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Algorithms · Neural Networks and Applications
