English

Robust Calibration of Large Vision-Language Adapters

Computer Vision and Pattern Recognition 2024-07-19 v1

Abstract

This paper addresses the critical issue of miscalibration in CLIP-based model adaptation, particularly in the challenging scenario of out-of-distribution (OOD) samples, which has been overlooked in the existing literature on CLIP adaptation. We empirically demonstrate that popular CLIP adaptation approaches, such as Adapters, Prompt Learning, and Test-Time Adaptation, substantially degrade the calibration capabilities of the zero-shot baseline in the presence of distributional drift. We identify the increase in logit ranges as the underlying cause of miscalibration of CLIP adaptation methods, contrasting with previous work on calibrating fully-supervised models. Motivated by these observations, we present a simple and model-agnostic solution to mitigate miscalibration, by scaling the logit range of each sample to its zero-shot prediction logits. We explore three different alternatives to achieve this, which can be either integrated during adaptation or directly used at inference time. Comprehensive experiments on popular OOD classification benchmarks demonstrate the effectiveness of the proposed approaches in mitigating miscalibration while maintaining discriminative performance, whose improvements are consistent across the three families of these increasingly popular approaches. The code is publicly available at: https://github.com/Bala93/CLIPCalib

Keywords

Cite

@article{arxiv.2407.13588,
  title  = {Robust Calibration of Large Vision-Language Adapters},
  author = {Balamurali Murugesan and Julio Silva-Rodriguez and Ismail Ben Ayed and Jose Dolz},
  journal= {arXiv preprint arXiv:2407.13588},
  year   = {2024}
}

Comments

ECCV 2024

R2 v1 2026-06-28T17:46:08.833Z