paper-with-me

홈 › Papers

Few-shot Tuning of Foundation Models for Class-incremental Learning

2024-05-26 · Shuvendu Roy, Elham Dolatabadi, Arash Afkanpour, Ali Etemad

For the first time, we explore few-shot tuning of vision foundation models for class-incremental learning. Unlike existing few-shot class incremental learning (FSCIL) methods, which train an encoder on a base session to ensure forward compatibility for future continual learning, foundation models are generally trained on large unlabelled data without such considerations. This renders prior methods from traditional FSCIL incompatible for FSCIL with the foundation model. To this end, we propose Consistency-guided Asynchronous Contrastive Tuning (CoACT), a new approach to continually tune foundation models for new classes in few-shot settings. CoACT comprises three components: (i) asynchronous contrastive tuning, which learns new classes by including LoRA modules in the pre-trained encoder, while enforcing consistency between two asynchronous encoders; (ii) controlled fine-tuning, which facilitates effective tuning of a subset of the foundation model; and (iii) consistency-guided incremental tuning, which enforces additional regularization during later sessions to reduce forgetting of the learned classes. We perform an extensive study on 16 diverse datasets and demonstrate the effectiveness of CoACT, outperforming the best baseline method by 2.47% on average and with up to 12.52% on individual datasets. Additionally, CoACT shows reduced forgetting and robustness in low-shot experiments. As an added bonus, CoACT shows up to 13.5% improvement in standard FSCIL over the current SOTA on benchmark evaluations. We make our code publicly available at https://github.com/ShuvenduRoy/CoACT-FSCIL.

📄 PDF Abstract BibTeX arXiv:2405.16625

Code (1)

shuvenduroy/coact-fscil 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningFew-Shot Class-Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Singular Value Fine-tuning for Few-Shot Class-Incremental Learning

2025-03-13 · Zhiwu Wang, Yichen Wu, Renzhen Wang, Haokun Lin 외

Class-Incremental Learning (CIL) aims to prevent catastrophic forgetting of previously learned classes while sequentially incorporating new ones. The more challenging Few-shot CIL (FSCIL) setting further complicates this…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1

Foundation Model-Powered 3D Few-Shot Class Incremental Learning via Training-free Adaptor

2024-10-11 · Sahar Ahmadi, Ali Cheraghian, Morteza Saberi, Md. Towsif Abir 외

Recent advances in deep learning for processing point clouds hold increased interest in Few-Shot Class Incremental Learning (FSCIL) for 3D computer vision. This paper introduces a new method to tackle the Few-Shot Contin…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning

Modular Embedding Recomposition for Incremental Learning

2025-08-22 · Aniello Panariello, Emanuele Frascaroli, Pietro Buzzega, Lorenzo Bonicelli 외 arxiv

The advent of pre-trained Vision-Language Models (VLMs) has significantly transformed Continual Learning (CL), mainly due to their zero-shot classification abilities. Such proficiency makes VLMs well-suited for real-worl…

Incremental LearningContinual Learning

Incremental-DETR: Incremental Few-Shot Object Detection via Self-Supervised Learning

2022-05-09 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Incremental few-shot object detection aims at detecting novel classes without forgetting knowledge of the base classes with only a few labeled training data from the novel classes. Most related prior works are on increme…

Few-Shot Object DetectionKnowledge DistillationObjectobject-detection+2

Foundation Time-Series AI Model for Realized Volatility Forecasting

2025-05-16 · Anubha Goel, Puneet Pasricha, Martin Magris, Juho Kanniainen

Time series foundation models (FMs) have emerged as a popular paradigm for zero-shot multi-domain forecasting. These models are trained on numerous diverse datasets and claim to be effective forecasters across multiple d…

Incremental LearningTime Series