S-Prompts Learning with Pre-trained Transformers: An Occam's Razor for Domain Incremental Learning
Yabin Wang, Zhiwu Huang, Xiaopeng Hong

TL;DR
This paper introduces S-Prompting, a simple and scalable method using pre-trained transformers to significantly reduce catastrophic forgetting in domain incremental learning without exemplars, outperforming state-of-the-art methods.
Contribution
It proposes a novel paradigm of independent prompt learning across domains with minimal parameter increase, achieving superior results in domain incremental learning tasks.
Findings
Achieves about 30% relative improvement over exemplar-free methods.
Surpasses exemplar-based methods by approximately 6% on average.
Requires only one cross-entropy loss and a simple K-NN domain identifier.
Abstract
State-of-the-art deep neural networks are still struggling to address the catastrophic forgetting problem in continual learning. In this paper, we propose one simple paradigm (named as S-Prompting) and two concrete approaches to highly reduce the forgetting degree in one of the most typical continual learning scenarios, i.e., domain increment learning (DIL). The key idea of the paradigm is to learn prompts independently across domains with pre-trained transformers, avoiding the use of exemplars that commonly appear in conventional methods. This results in a win-win game where the prompting can achieve the best for each domain. The independent prompting across domains only requests one single cross-entropy loss for training and one simple K-NN operation as a domain identifier for inference. The learning paradigm derives an image prompt learning approach and a novel language-image prompt…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Human Pose and Action Recognition
Methodsk-Nearest Neighbors
