Bayesian Prompt Learning for Image-Language Model Generalization
Mohammad Mahdi Derakhshani, Enrique Sanchez, Adrian Bulat, Victor Guilherme Turrisi da Costa, Cees G. M. Snoek, Georgios Tzimiropoulos, Brais Martinez
TL;DR
The paper reframes prompt learning for image–language models as a Bayesian variational problem, modeling prompts as latent variables and learning a posterior over prompts to regularize the prompt space. It develops both conditional (image-conditioned residual prompts) and unconditional (global residual prompts) Bayesian prompt learning, deriving ELBO-based objectives and test-time sampling strategies to generate diverse, informative prompts. Across 15 benchmarks, the approach yields improved generalization to unseen prompts and robustness to domain shifts, while maintaining competitive in-domain performance. The results demonstrate that sampling-based prompt ensembles guided by a variational posterior can prevent overfitting to seen prompts and exploit transferable invariant features, with strong empirical gains and a public code release for reproduction.
Abstract
Foundational image-language models have generated considerable interest due to their efficient adaptation to downstream tasks by prompt learning. Prompt learning treats part of the language model input as trainable while freezing the rest, and optimizes an Empirical Risk Minimization objective. However, Empirical Risk Minimization is known to suffer from distributional shifts which hurt generalizability to prompts unseen during training. By leveraging the regularization ability of Bayesian methods, we frame prompt learning from the Bayesian perspective and formulate it as a variational inference problem. Our approach regularizes the prompt space, reduces overfitting to the seen prompts and improves the prompt generalization on unseen prompts. Our framework is implemented by modeling the input prompt space in a probabilistic manner, as an a priori distribution which makes our proposal compatible with prompt learning approaches that are unconditional or conditional on the image. We demonstrate empirically on 15 benchmarks that Bayesian prompt learning provides an appropriate coverage of the prompt space, prevents learning spurious features, and exploits transferable invariant features. This results in better generalization of unseen prompts, even across different datasets and domains. Code available at: https://github.com/saic-fi/Bayesian-Prompt-Learning
