paper-with-me

Papers

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

2025-03-13 · Zhiwu Wang, Yichen Wu, Renzhen Wang, Haokun Lin, Quanziang Wang, Qian Zhao, Deyu Meng

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 by providing only a limited number of samples for each new class, increasing the risk of overfitting in addition to standard CIL challenges. While catastrophic forgetting has been extensively studied, overfitting in FSCIL, especially with large foundation models, has received less attention. To fill this gap, we propose the Singular Value Fine-tuning for FSCIL (SVFCL) and compared it with existing approaches for adapting foundation models to FSCIL, which primarily build on Parameter Efficient Fine-Tuning (PEFT) methods like prompt tuning and Low-Rank Adaptation (LoRA). Specifically, SVFCL applies singular value decomposition to the foundation model weights, keeping the singular vectors fixed while fine-tuning the singular values for each task, and then merging them. This simple yet effective approach not only alleviates the forgetting problem but also mitigates overfitting more effectively while significantly reducing trainable parameters. Extensive experiments on four benchmark datasets, along with visualizations and ablation studies, validate the effectiveness of SVFCL. The code will be made available.

📄 PDF Abstract BibTeX arXiv:2503.10214

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Singular Value Fine-tuning: Few-shot Segmentation requires Few-parameters Fine-tuning

2022-06-13 · Yanpeng Sun, Qiang Chen, Xiangyu He, Jian Wang 외

Freezing the pre-trained backbone has become a standard paradigm to avoid overfitting in few-shot segmentation. In this paper, we rethink the paradigm and explore a new regime: {\em fine-tuning a small part of parameters…

Few-Shot Semantic Segmentation

CLIP-SVD: Efficient and Interpretable Vision-Language Adaptation via Singular Values

2025-09-03 · Taha Koleilat, Hassan Rivaz, Yiming Xiao arxiv

Vision-language models (VLMs) like CLIP have shown impressive zero-shot and few-shot learning capabilities across diverse applications. However, adapting these models to new fine-grained domains remains difficult due to …

Prompt EngineeringFew-Shot LearningDomain Adaptation

Towards Calibrated Robust Fine-Tuning of Vision-Language Models

2023-11-03 · Changdae Oh, Hyesu Lim, Mijoo Kim, Dongyoon Han 외

Improving out-of-distribution (OOD) generalization during in-distribution (ID) adaptation is a primary goal of robust fine-tuning of zero-shot models beyond naive fine-tuning. However, despite decent OOD generalization p…

Autonomous DrivingMedical Diagnosis

SVFit: Parameter-Efficient Fine-Tuning of Large Pre-Trained Models Using Singular Values

2024-09-09 · ChengWei Sun, Jiwei Wei, Yujia Wu, Yiming Shi 외

Large pre-trained models (LPMs) have demonstrated exceptional performance in diverse natural language processing and computer vision tasks. However, fully fine-tuning these models poses substantial memory challenges, par…

Domain Adaptationimage-classificationImage ClassificationImage Generation+4

Singular Value Scaling: Efficient Generative Model Compression via Pruned Weights Refinement

2024-12-23 · Hyeonjin Kim, Jaejun Yoo

While pruning methods effectively maintain model performance without extra training costs, they often focus solely on preserving crucial connections, overlooking the impact of pruned weights on subsequent fine-tuning or …

Model Compression