paper-with-me

Papers

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, Weonyoung Joo, Il-Chul Moon

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 by adding a learnable context vector to the inputs of the text encoder. In a few-shot learning scenario of the downstream task, MLE training can lead the context vector to over-fit dominant image features in the training data. This overfitting can potentially harm the generalization ability, especially in the presence of a distribution shift between the training and test dataset. This paper presents a Bayesian-based framework of prompt learning, which could alleviate the overfitting issues on few-shot learning application and increase the adaptability of prompts on unseen instances. Specifically, modeling data-dependent prior enhances the adaptability of text features for both seen and unseen image features without the trade-off of performance between them. Based on the Bayesian framework, we utilize the Wasserstein Gradient Flow in the estimation of our target posterior distribution, which enables our prompt to be flexible in capturing the complex modes of image features. We demonstrate the effectiveness of our method on benchmark datasets for several experiments by showing statistically significant improvements on performance compared to existing methods. The code is available at https://github.com/youngjae-cho/APP.

📄 PDF Abstract BibTeX arXiv:2401.06799

Code (1)

youngjae-cho/app 공식 구현 pytorch

Tasks

Few-Shot LearningPrompt EngineeringPrompt Learning

Similar 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 외

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…

Few-Shot LearningLanguage ModelingLanguage Modellingmodel+4

Make Me a BNN: A Simple Strategy for Estimating Bayesian Uncertainty from Pre-trained Models

2023-12-23 · CVPR 2024 1 · Gianni Franchi, Olivier Laurent, Maxence Leguéry, Andrei Bursuc 외

Deep Neural Networks (DNNs) are powerful tools for various computer vision tasks, yet they often struggle with reliable uncertainty quantification - a critical requirement for real-world applications. Bayesian Neural Net…

image-classificationImage ClassificationSemantic SegmentationUncertainty Quantification

What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision?

2017-03-15 · NeurIPS 2017 12 · Alex Kendall, Yarin Gal

There are two major types of uncertainty one can model. Aleatoric uncertainty captures noise inherent in the observations. On the other hand, epistemic uncertainty accounts for uncertainty in the model -- uncertainty whi…

Deep LearningDepth EstimationregressionSegmentation+1

BayesPrompt: human readable prompts that make sense

2026-08-18 · Franky Kevin Nando Tezoh, Ali Hussaini Umar, Alessandro Laio, Guido Sanguinetti 외 arxiv

Reconstructing prompts that can elicit a desired answer or behaviour in an LLM is an open and important research topic. Optimisation methods which aim at minimising the perplexity of a given answer, however, consistently…

Quantifying Visual Image Quality: A Bayesian View

2021-01-30 · Zhengfang Duanmu, Wentao Liu, Zhongling Wang, Zhou Wang

Image quality assessment (IQA) models aim to establish a quantitative relationship between visual images and their perceptual quality by human observers. IQA modeling plays a special bridging role between vision science …

Image Quality Assessment