Learning Prompt with Distribution-Based Feature Replay for Few-Shot Class-Incremental Learning
Zitong Huang, Ze Chen, Zhixing Chen, Erjin Zhou, Xinxing, Xu, Rick Siow Mong Goh, Yong Liu, Wangmeng Zuo, Chunmei Feng

TL;DR
This paper introduces LP-DiF, a novel framework leveraging vision-language models and distribution-based feature replay to improve few-shot class-incremental learning, achieving state-of-the-art results on multiple benchmarks.
Contribution
The paper proposes a new FSCIL method using CLIP and prompt tuning with pseudo-feature replay based on Gaussian distributions, enhancing old knowledge retention and new knowledge acquisition.
Findings
Achieves SOTA performance on CIFAR100, mini-ImageNet, CUB-200, SUN-397.
Effectively prevents forgetting through pseudo-feature replay.
Leverages vision-language models for improved FSCIL.
Abstract
Few-shot Class-Incremental Learning (FSCIL) aims to continuously learn new classes based on very limited training data without forgetting the old ones encountered. Existing studies solely relied on pure visual networks, while in this paper we solved FSCIL by leveraging the Vision-Language model (e.g., CLIP) and propose a simple yet effective framework, named Learning Prompt with Distribution-based Feature Replay (LP-DiF). We observe that simply using CLIP for zero-shot evaluation can substantially outperform the most influential methods. Then, prompt tuning technique is involved to further improve its adaptation ability, allowing the model to continually capture specific knowledge from each session. To prevent the learnable prompt from forgetting old knowledge in the new session, we propose a pseudo-feature replay approach. Specifically, we preserve the old knowledge of each class by…
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 · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsContrastive Language-Image Pre-training
