Convolutional Prompting meets Language Models for Continual Learning
Anurag Roy, Riddhiman Moulick, Vinay K. Verma, Saptarshi Ghosh, Abir, Das

TL;DR
This paper introduces ConvPrompt, a convolutional prompt mechanism for continual learning with vision transformers, enhancing task transfer and reducing parameters while outperforming state-of-the-art methods.
Contribution
ConvPrompt employs layer-wise shared embeddings with convolutional prompts, enabling layer-specific learning and efficient knowledge transfer across tasks in continual learning.
Findings
Outperforms SOTA by approximately 3% in accuracy
Reduces parameter overhead significantly
Effective in leveraging LLM-generated descriptions for task similarity
Abstract
Continual Learning (CL) enables machine learning models to learn from continuously shifting new training data in absence of data from old tasks. Recently, pretrained vision transformers combined with prompt tuning have shown promise for overcoming catastrophic forgetting in CL. These approaches rely on a pool of learnable prompts which can be inefficient in sharing knowledge across tasks leading to inferior performance. In addition, the lack of fine-grained layer specific prompts does not allow these to fully express the strength of the prompts for CL. We address these limitations by proposing ConvPrompt, a novel convolutional prompt creation mechanism that maintains layer-wise shared embeddings, enabling both layer-specific learning and better concept transfer across tasks. The intelligent use of convolution enables us to maintain a low parameter overhead without compromising…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Speech Recognition and Synthesis
MethodsConvolution
