PL-FSCIL: Harnessing the Power of Prompts for Few-Shot Class-Incremental Learning
Songsong Tian, Lusi Li, Weijun Li, Hang Ran, Li Li, Xin Ning

TL;DR
This paper introduces PL-FSCIL, a prompt-based method using a pre-trained Vision Transformer to improve few-shot class-incremental learning, demonstrating competitive results on benchmark datasets.
Contribution
It pioneers the use of visual prompts in FSCIL, combining domain and task-specific prompts within a ViT model to enhance incremental learning with limited data.
Findings
Achieves competitive performance on CIFAR-100 and CUB-200 datasets.
Demonstrates the effectiveness of visual prompts in FSCIL tasks.
Shows potential for real-world applications with scarce data.
Abstract
Few-Shot Class-Incremental Learning (FSCIL) aims to enable deep neural networks to learn new tasks incrementally from a small number of labeled samples without forgetting previously learned tasks, closely mimicking human learning patterns. In this paper, we propose a novel approach called Prompt Learning for FSCIL (PL-FSCIL), which harnesses the power of prompts in conjunction with a pre-trained Vision Transformer (ViT) model to address the challenges of FSCIL effectively. Our work pioneers the use of visual prompts in FSCIL, which is characterized by its notable simplicity. PL-FSCIL consists of two distinct prompts: the Domain Prompt and the FSCIL Prompt. Both are vectors that augment the model by embedding themselves into the attention layer of the ViT model. Specifically, the Domain Prompt assists the ViT model in adapting to new data domains. The task-specific FSCIL Prompt, coupled…
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 · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsAttention Is All You Need · Label Smoothing · Absolute Position Encodings · Linear Layer · Dropout · Layer Normalization · Multi-Head Attention · Byte Pair Encoding · Residual Connection · Adam
