Towards Efficient Vision-Language Tuning: More Information Density, More Generalizability
Tianxiang Hao, Mengyao Lyu, Hui Chen, Sicheng Zhao, Xiaohan Ding, Jungong Han, Guiguang Ding
TL;DR
This work introduces Information Density (ID) as a metric for the information concentration in prompt-tuning and proposes Dense Information Prompt (DIP) to boost ID and hence generalization in vision-language models. DIP uses a low-rank prompt factorization with a concurrent full-rank initialization path and light regularization to achieve strong performance with roughly 0.5K trainable parameters, outperforming several baselines across 11 datasets and multiple generalization settings. Empirical results show a high correlation between ID and unseen-class generalization (Spearman ρ ≥ 0.9) and demonstrate DIP’s efficiency: reduced training/storage, competitive or superior accuracy, and robust performance under domain shifts and few-shot scenarios. The approach is plug-and-play, simple to implement, and yields substantial practical impact for resource-constrained adaptation of large vision-language models.
Abstract
With the advancement of large pre-trained vision-language models, effectively transferring the knowledge embedded within these foundational models to downstream tasks has become a pivotal topic, particularly in data-scarce environments. Recently, parameter-efficient fine-tuning approaches, especially prompt tuning, have garnered considerable attention. To better understand the nature of prompt tuning, we propose the concept of ``Information Density'' (ID) to indicate whether a matrix strongly belongs to certain feature spaces rather than being evenly distributed across various feature spaces. We suppose a higher ID with strong bias across some feature spaces naturally leads to excellent robustness and stability. Our research, inspired by the observation that generalizability is closely linked to the information density of the prompt matrix, introduces the Dense Information Prompt (DIP). DIP aims to enhance information density to improve generalization. Furthermore, DIP significantly reduces the number of tunable parameters and the requisite storage space, making it particularly advantageous in resource-constrained settings. Comprehensive experiments substantiate the superiority of DIP. Notably, DIP surpasses the latest state-of-the-art methods by a substantial margin with an exceptionally small parameter count. Across a range of tasks spanning 11 datasets, DIP improves the average downstream accuracy of classic prompt tuning by up to 5.76% using merely 0.5K parameters.
