English

Vision-Language Model Fine-Tuning via Simple Parameter-Efficient Modification

Computer Vision and Pattern Recognition 2024-11-20 v2 Artificial Intelligence Computation and Language Machine Learning Robotics

Abstract

Recent advances in fine-tuning Vision-Language Models (VLMs) have witnessed the success of prompt tuning and adapter tuning, while the classic model fine-tuning on inherent parameters seems to be overlooked. It is believed that fine-tuning the parameters of VLMs with few-shot samples corrupts the pre-trained knowledge since fine-tuning the CLIP model even degrades performance. In this paper, we revisit this viewpoint, and propose a new perspective: fine-tuning the specific parameters instead of all will uncover the power of classic model fine-tuning on VLMs. Through our meticulous study, we propose ClipFit, a simple yet effective method to fine-tune CLIP without introducing any overhead of extra parameters. We demonstrate that by only fine-tuning the specific bias terms and normalization layers, ClipFit can improve the performance of zero-shot CLIP by 7.27\% average harmonic mean accuracy. Lastly, to understand how fine-tuning in CLIPFit affects the pre-trained models, we conducted extensive experimental analyses w.r.t. changes in internal parameters and representations. We found that low-level text bias layers and the first layer normalization layer change much more than other layers. The code is available at \url{https://github.com/minglllli/CLIPFit}.

Keywords

Cite

@article{arxiv.2409.16718,
  title  = {Vision-Language Model Fine-Tuning via Simple Parameter-Efficient Modification},
  author = {Ming Li and Jike Zhong and Chenxin Li and Liuzhuozheng Li and Nie Lin and Masashi Sugiyama},
  journal= {arXiv preprint arXiv:2409.16718},
  year   = {2024}
}

Comments

EMNLP 2024 Main Conference

R2 v1 2026-06-28T18:56:13.540Z