Understanding and Mitigating Miscalibration in Prompt Tuning for Vision-Language Models
Shuoyuan Wang, Yixuan Li, Hongxin Wei
TL;DR
The paper addresses miscalibration in CLIP after prompt-tuning, where base-class calibration improves while novel-class calibration collapses (or vice versa). It introduces Dynamic Outlier Regularization (DOR), a regularizer that aligns novel textual label embeddings with zero-shot CLIP via dynamic WordNet-based outliers, while leaving base-class optimization largely untouched. Empirically, DOR consistently lowers calibration error (e.g., ~8% average ECE reduction for CoOp across 11 datasets) and improves base-new harmonic mean without sacrificing accuracy, also proving robust under covariate shifts and extendable to visual fine-tuning. The work offers a practical, easy-to-integrate approach to stabilize calibration in parametric-efficient fine-tuning of vision-language models, with broad applicability to downstream tasks and potential extension to other VLM architectures.
Abstract
Confidence calibration is critical for the safe deployment of machine learning models in the real world. However, such issue in vision-language models like CLIP, particularly after fine-tuning, has not been fully addressed. In this work, we demonstrate that existing prompt tuning methods usually lead to a trade-off of calibration between base and new classes: the cross-entropy loss in CoOp causes overconfidence in new classes by increasing textual label divergence, whereas the regularization of KgCoOp maintains the confidence level but results in underconfidence in base classes due to the improved accuracy. Inspired by the observations, we introduce Dynamic Outlier Regularization (DOR) to ensure the confidence calibration on both base and new classes after fine-tuning. In particular, we propose to minimize the feature deviation of novel textual labels (instead of base classes) sampled from a large vocabulary. In effect, DOR prevents the increase in textual divergence for new labels while easing restrictions on base classes. Extensive experiments demonstrate that DOR can enhance the calibration performance of current fine-tuning methods on base and new classes.
