paper-with-me

홈 › Papers

Complementary Subspace Low-Rank Adaptation of Vision-Language Models for Few-Shot Classification

2025-01-25 · Zhongqi Wang, Jia Dai, Kai Li, Xu Li, Yanmeng Guo, MaoSheng Xiang

Vision language model (VLM) has been designed for large scale image-text alignment as a pretrained foundation model. For downstream few shot classification tasks, parameter efficient fine-tuning (PEFT) VLM has gained much popularity in the computer vision community. PEFT methods like prompt tuning and linear adapter have been studied for fine-tuning VLM while low rank adaptation (LoRA) algorithm has rarely been considered for few shot fine-tuning VLM. The main obstacle to use LoRA for few shot fine-tuning is the catastrophic forgetting problem. Because the visual language alignment knowledge is important for the generality in few shot learning, whereas low rank adaptation interferes with the most informative direction of the pretrained weight matrix. We propose the complementary subspace low rank adaptation (Comp-LoRA) method to regularize the catastrophic forgetting problem in few shot VLM finetuning. In detail, we optimize the low rank matrix in the complementary subspace, thus preserving the general vision language alignment ability of VLM when learning the novel few shot information. We conduct comparison experiments of the proposed Comp-LoRA method and other PEFT methods on fine-tuning VLM for few shot classification. And we also present the suppression on the catastrophic forgetting problem of our proposed method against directly applying LoRA to VLM. The results show that the proposed method surpasses the baseline method by about +1.0\% Top-1 accuracy and preserves the VLM zero-shot performance over the baseline method by about +1.3\% Top-1 accuracy.

📄 PDF Abstract BibTeX arXiv:2501.15040

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learningparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Regularizing Subspace Redundancy of Low-Rank Adaptation

2025-07-28 · Yue Zhu, Haiwen Diao, Shang Gao, Jiazuo Yu 외 arxiv

Low-Rank Adaptation (LoRA) and its variants have delivered strong capability in Parameter-Efficient Transfer Learning (PETL) by minimizing trainable parameters and benefiting from reparameterization. However, their proje…

Transfer Learning

SRLoRA: Subspace Recomposition in Low-Rank Adaptation via Importance-Based Fusion and Reinitialization

2025-05-18 · Haodong Yang, Lei Wang, Md Zakir Hossain

Low-Rank Adaptation (LoRA) is a widely adopted parameter-efficient fine-tuning (PEFT) method that injects two trainable low-rank matrices (A and B) into frozen pretrained models. While efficient, LoRA constrains updates …

image-classificationImage Classificationparameter-efficient fine-tuning

Dive Into the Implicit Biases of Low-rank Vision-language Alignment

2026-07-09 · Mingjia Shi, Shuo Wang, Xiaobo Wang, Sifan Zhou 외 arxiv

Vision-language alignment, the stage that bridges pretrained vision encoders and large language models, is widely treated as a form of pretraining requiring full-parameter updates. We challenge this view and investigate …

Towards Privacy-Preserving Federated Prompt Tuning under Data Heterogeneity: A Subspace-Decomposed Expert Approach

2026-07-23 · Yuhua Wang, Xiaodong Li, Yihao Guo, Yuxiang Jia 외 arxiv

Federated prompt tuning (FPT) enables collaborative adaptation of vision--language models (VLMs) using lightweight prompts. Existing methods often address heterogeneity and privacy through a split-prompt design under loc…

MMLoP: Multi-Modal Low-Rank Prompting for Efficient Vision-Language Adaptation

2026-02-24 · Sajjad Ghiasvand, Haniyeh Ehsani Oskouie, Mahnoosh Alizadeh, Ramtin Pedarsani arxiv

Prompt learning has become a dominant paradigm for adapting vision-language models (VLMs) such as CLIP to downstream tasks without modifying pretrained weights. While extending prompts to both vision and text encoders ac…