paper-with-me

홈 › Papers

BayesAdapter: enhanced uncertainty estimation in CLIP few-shot adaptation

2024-12-12 · Pablo Morales-Álvarez, Stergios Christodoulidis, Maria Vakalopoulou, Pablo Piantanida, Jose Dolz

The emergence of large pre-trained vision-language models (VLMs) represents a paradigm shift in machine learning, with unprecedented results in a broad span of visual recognition tasks. CLIP, one of the most popular VLMs, has exhibited remarkable zero-shot and transfer learning capabilities in classification. To transfer CLIP to downstream tasks, adapters constitute a parameter-efficient approach that avoids backpropagation through the large model (unlike related prompt learning methods). However, CLIP adapters have been developed to target discriminative performance, and the quality of their uncertainty estimates has been overlooked. In this work we show that the discriminative performance of state-of-the-art CLIP adapters does not always correlate with their uncertainty estimation capabilities, which are essential for a safe deployment in real-world scenarios. We also demonstrate that one of such adapters is obtained through MAP inference from a more general probabilistic framework. Based on this observation we introduce BayesAdapter, which leverages Bayesian inference to estimate a full probability distribution instead of a single point, better capturing the variability inherent in the parameter space. In a comprehensive empirical evaluation we show that our approach obtains high quality uncertainty estimates in the predictions, standing out in calibration and selective classification. Our code will be publicly available upon acceptance of the paper.

📄 PDF Abstract BibTeX arXiv:2412.09718

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferencePrompt LearningTransfer Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

BayesAdapter: Being Bayesian, Inexpensively and Robustly, via Bayesian Fine-tuning

2020-09-28 · Zhijie Deng, Xiao Yang, Hao Zhang, Yinpeng Dong 외

Despite their theoretical appealingness, Bayesian neural networks (BNNs) are falling far behind in terms of adoption in real-world applications compared with normal NNs, mainly due to their limited scalability in trainin…

Uncertainty QuantificationVariational Inference

Calibrating Uncertainty for Zero-Shot Adversarial CLIP

2025-12-15 · Wenjing Lu, Zerui Tao, Yuning Qiu, Dongping Zhang 외 arxiv

CLIP delivers strong zero-shot classification but remains highly vulnerable to adversarial attacks. Prior adversarial fine-tuning work primarily matches predicted logits between clean and adversarial examples, which over…

Zero-shot GeneralizationAdversarial Robustness

FLEX-CLIP: Feature-Level GEneration Network Enhanced CLIP for X-shot Cross-modal Retrieval

2024-11-26 · Jingyou Xie, Jiayi Kuang, Zhenzhou Lin, Jiarui Ouyang 외

Given a query from one modality, few-shot cross-modal retrieval (CMR) retrieves semantically similar instances in another modality with the target domain including classes that are disjoint from the source domain. Compar…

Cross-Modal RetrievalRetrievalZero-Shot Learning

Learning to Adapt CLIP for Few-Shot Monocular Depth Estimation

2023-11-02 · Xueting Hu, Ce Zhang, Yi Zhang, Bowen Hai 외

Pre-trained Vision-Language Models (VLMs), such as CLIP, have shown enhanced performance across a range of tasks that involve the integration of visual and linguistic modalities. When CLIP is used for depth estimation ta…

Depth EstimationMonocular Depth Estimation

EZ-Sort: Efficient Pairwise Comparison via Zero-Shot CLIP-Based Pre-Ordering and Human-in-the-Loop Sorting

2025-08-29 · Yujin Park, Haejun Chung, Ikbeom Jang arxiv

Pairwise comparison is often favored over absolute rating or ordinal classification in subjective or difficult annotation tasks due to its improved reliability. However, exhaustive comparisons require a massive number of…

Image Quality AssessmentOrdinal ClassificationAge Estimation