CVJan 25, 2025

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

arXiv:2501.15040v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the problem of catastrophic forgetting for researchers and practitioners using parameter-efficient fine-tuning in few-shot classification, though it is incremental as it builds on existing LoRA methods.

The paper tackled catastrophic forgetting in few-shot fine-tuning of vision-language models using low-rank adaptation by proposing Comp-LoRA, which optimizes in a complementary subspace to preserve alignment knowledge, resulting in a +1.0% Top-1 accuracy gain over baselines and +1.3% preservation of zero-shot performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes