LoR-VP: Low-Rank Visual Prompting for Efficient Vision Model Adaptation
Can Jin, Ying Li, Mingyu Zhao, Shiyu Zhao, Zhenting Wang, Xiaoxiao He, Ligong Han, Tong Che, Dimitris N. Metaxas
TL;DR
LoR-VP introduces a low-rank visual prompting framework to efficiently adapt pre-trained vision models. By factorizing the prompt as $\mathbf{B} \cdot \mathbf{A}$ with rank $r \ll L$, it enables interaction across all image patches while sharing information along rows and columns, significantly reducing parameter counts. Empirically, LoR-VP outperforms state-of-the-art VP methods across seven architectures and four datasets, with up to 6× faster training and ~18× fewer prompt parameters, plus a notable accuracy gain. The approach also demonstrates strong robustness to out-of-distribution data and maintains favorable training efficiency, making it well-suited for resource-constrained deployment.
Abstract
Visual prompting has gained popularity as a method for adapting pre-trained models to specific tasks, particularly in the realm of parameter-efficient tuning. However, existing visual prompting techniques often pad the prompt parameters around the image, limiting the interaction between the visual prompts and the original image to a small set of patches while neglecting the inductive bias present in shared information across different patches. In this study, we conduct a thorough preliminary investigation to identify and address these limitations. We propose a novel visual prompt design, introducing Low-Rank matrix multiplication for Visual Prompting (LoR-VP), which enables shared and patch-specific information across rows and columns of image pixels. Extensive experiments across seven network architectures and four datasets demonstrate significant improvements in both performance and efficiency compared to state-of-the-art visual prompting methods, achieving up to 6 times faster training times, utilizing 18 times fewer visual prompt parameters, and delivering a 3.1% improvement in performance. The code is available as https://github.com/jincan333/LoR-VP.
