paper-with-me

Papers

Bayesian Prompt Learning for Image-Language Model Generalization

2022-10-05 · ICCV 2023 1 · Mohammad Mahdi Derakhshani, Enrique Sanchez, Adrian Bulat, Victor Guilherme Turrisi da Costa, Cees G. M. Snoek, Georgios Tzimiropoulos, Brais Martinez

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

📄 PDF Abstract BibTeX arXiv:2210.02390

Code (1)

saic-fi/bayesian-prompt-learning 공식 구현 pytorch

Tasks

Few-Shot LearningLanguage ModelingLanguage ModellingmodelMultimodal Deep LearningPrompt EngineeringPrompt LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Bayesian Prompt Flow Learning for Zero-Shot Anomaly Detection

2025-03-13 · CVPR 2025 1 · Zhen Qu, Xian Tao, Xinyi Gong, Shichen Qu 외

Recently, vision-language models (e.g. CLIP) have demonstrated remarkable performance in zero-shot anomaly detection (ZSAD). By leveraging auxiliary data during training, these models can directly perform cross-category …

Anomaly Detectionzero-shot anomaly detection

Patch-Prompt Aligned Bayesian Prompt Tuning for Vision-Language Models

2023-03-16 · Xinyang Liu, Dongsheng Wang, Bowei Fang, Miaoge Li 외

For downstream applications of vision-language pre-trained models, there has been significant interest in constructing effective prompts. Existing works on prompt engineering, which either require laborious manual design…

Prompt EngineeringTransfer Learning

Make Prompts Adaptable: Bayesian Modeling for Vision-Language Prompt Learning with Data-Dependent Prior

2024-01-09 · Youngjae Cho, HeeSun Bae, Seungjae Shin, Yeo Dong Youn 외

Recent Vision-Language Pretrained (VLP) models have become the backbone for many downstream tasks, but they are utilized as frozen model without learning. Prompt learning is a method to improve the pre-trained VLP model …

Few-Shot LearningPrompt EngineeringPrompt Learning

ReBaPL: Repulsive Bayesian Prompt Learning

2025-11-21 · Yassir Bendou, Omar Ezzahir, Eduardo Fernandes Montesuma, Gabriel Mahuas 외 arxiv

Prompt learning has emerged as an effective technique for fine-tuning large-scale foundation models for downstream tasks. However, conventional prompt learning methods are prone to overfitting and can struggle with out-o…

Bayesian Inference

Seeing to Act, Prompting to Specify: A Bayesian Factorization of Vision Language Action Policy

2025-12-12 · Kechun Xu, Zhenjie Zhu, Anzhe Chen, Shuqi Zhao 외 arxiv

The pursuit of out-of-distribution generalization in Vision-Language-Action (VLA) models is often hindered by catastrophic forgetting of the Vision-Language Model (VLM) backbone during fine-tuning. While co-training with…

Instruction Following