English

Parameter-efficient Tuning of Large-scale Multimodal Foundation Model

Computer Vision and Pattern Recognition 2024-03-01 v3

Abstract

Driven by the progress of large-scale pre-training, parameter-efficient transfer learning has gained immense popularity across different subfields of Artificial Intelligence. The core is to adapt the model to downstream tasks with only a small set of parameters. Recently, researchers have leveraged such proven techniques in multimodal tasks and achieve promising results. However, two critical issues remain unresolved: how to further reduce the complexity with lightweight design and how to boost alignment between modalities under extremely low parameters. In this paper, we propose A graceful prompt framework for cross-modal transfer (Aurora) to overcome these challenges. Considering the redundancy in existing architectures, we first utilize the mode approximation to generate 0.1M trainable parameters to implement the multimodal prompt tuning, which explores the low intrinsic dimension with only 0.04% parameters of the pre-trained model. Then, for better modality alignment, we propose the Informative Context Enhancement and Gated Query Transformation module under extremely few parameters scenes. A thorough evaluation on six cross-modal benchmarks shows that it not only outperforms the state-of-the-art but even outperforms the full fine-tuning approach. Our code is available at: https://github.com/WillDreamer/Aurora.

Keywords

Cite

@article{arxiv.2305.08381,
  title  = {Parameter-efficient Tuning of Large-scale Multimodal Foundation Model},
  author = {Haixin Wang and Xinlong Yang and Jianlong Chang and Dian Jin and Jinan Sun and Shikun Zhang and Xiao Luo and Qi Tian},
  journal= {arXiv preprint arXiv:2305.08381},
  year   = {2024}
}

Comments

Accepted by NeurIPS2023

R2 v1 2026-06-28T10:34:22.135Z