PromptFusion: Decoupling Stability and Plasticity for Continual Learning
Haoran Chen, Zuxuan Wu, Xintong Han, Menglin Jia, Yu-Gang Jiang

TL;DR
PromptFusion introduces a novel approach to continual learning by decoupling stability and plasticity, enabling independent handling of catastrophic forgetting and new knowledge acquisition, leading to improved performance and efficiency.
Contribution
It proposes a prompt-tuning-based method that separates stability and plasticity into two modules, with an efficient variant that dynamically activates modules to reduce computational overhead.
Findings
Outperforms state-of-the-art prompt-based methods on challenging datasets.
Achieves over 5% higher accuracy on Split-Imagenet-R.
Reduces computational resources by 14.8% with PromptFusion-Lite.
Abstract
Current research on continual learning mainly focuses on relieving catastrophic forgetting, and most of their success is at the cost of limiting the performance of newly incoming tasks. Such a trade-off is referred to as the stability-plasticity dilemma and is a more general and challenging problem for continual learning. However, the inherent conflict between these two concepts makes it seemingly impossible to devise a satisfactory solution to both of them simultaneously. Therefore, we ask, "is it possible to divide them into two separate problems to conquer them independently?". To this end, we propose a prompt-tuning-based method termed PromptFusion to enable the decoupling of stability and plasticity. Specifically, PromptFusion consists of a carefully designed \stab module that deals with catastrophic forgetting and a \boo module to learn new knowledge concurrently. Furthermore, to…
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
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
