paper-with-me

홈 › Papers

POP: Prompt Of Prompts for Continual Learning

2023-06-14 · Zhiyuan Hu, Jiancheng Lyu, Dashan Gao, Nuno Vasconcelos

Continual learning (CL) has attracted increasing attention in the recent past. It aims to mimic the human ability to learn new concepts without catastrophic forgetting. While existing CL methods accomplish this to some extent, they are still prone to semantic drift of the learned feature space. Foundation models, which are endowed with a robust feature representation, learned from very large datasets, provide an interesting substrate for the solution of the CL problem. Recent work has also shown that they can be adapted to specific tasks by prompt tuning techniques that leave the generality of the representation mostly unscathed. An open question is, however, how to learn both prompts that are task specific and prompts that are global, i.e. capture cross-task information. In this work, we propose the Prompt Of Prompts (POP) model, which addresses this goal by progressively learning a group of task-specified prompts and a group of global prompts, denoted as POP, to integrate information from the former. We show that a foundation model equipped with POP learning is able to outperform classic CL methods by a significant margin. Moreover, as prompt tuning only requires a small set of training samples, POP is able to perform CL in the few-shot setting, while still outperforming competing methods trained on the entire dataset.

📄 PDF Abstract BibTeX arXiv:2306.08200

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Progressive Prompts: Continual Learning for Language Models

2023-01-29 · Anastasia Razdaibiedina, Yuning Mao, Rui Hou, Madian Khabsa 외

We introduce Progressive Prompts - a simple and efficient approach for continual learning in language models. Our method allows forward transfer and resists catastrophic forgetting, without relying on data replay or a la…

Continual Learning

Learning Probabilistic Prompt for Continual Learning

2026-07-06 · Hyekang Park, Sanghoon Lee, Geon Lee, Jongyoun Noh 외 arxiv

Continual learning aims to progressively learn from a sequence of tasks, each containing a disjoint subset of classes, while preserving previously learned knowledge. Prompt-based continual learning methods propose to lea…

Continual Learning

Prompt Customization for Continual Learning

2024-04-28 · Yong Dai, Xiaopeng Hong, Yabin Wang, Zhiheng Ma 외

Contemporary continual learning approaches typically select prompts from a pool, which function as supplementary inputs to a pre-trained model. However, this strategy is hindered by the inherent noise of its selection ap…

Continual LearningIncremental Learning

Vector Quantization Prompting for Continual Learning

2024-10-27 · Li Jiao, Qiuxia Lai, Yu Li, Qiang Xu

Continual learning requires to overcome catastrophic forgetting when training a single model on a sequence of tasks. Recent top-performing approaches are prompt-based methods that utilize a set of learnable parameters (i…

Continual LearningQuantization

Hierarchical Prompts for Rehearsal-free Continual Learning

2024-01-21 · Yukun Zuo, Hantao Yao, Lu Yu, Liansheng Zhuang 외

Continual learning endeavors to equip the model with the capability to integrate current task knowledge while mitigating the forgetting of past task knowledge. Inspired by prompt tuning, prompt-based methods maintain a f…

Continual Learning