A post-hoc calibration method for fine-tuned CLIP that scales logits by a weight derived from the L1 distance between original and fine-tuned CLIP logits reduces calibration error on train and unseen classes.
Towards Calibrated Robust Fine-Tuning of Vision-Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Improving out-of-distribution (OOD) generalization during in-distribution (ID) adaptation is a primary goal of robust fine-tuning of zero-shot models beyond naive fine-tuning. However, despite decent OOD generalization performance from recent robust fine-tuning methods, confidence calibration for reliable model output has not been fully addressed. This work proposes a robust fine-tuning method that improves both OOD accuracy and confidence calibration simultaneously in vision language models. Firstly, we show that both OOD classification and OOD calibration errors have a shared upper bound consisting of two terms of ID data: 1) ID calibration error and 2) the smallest singular value of the ID input covariance matrix. Based on this insight, we design a novel framework that conducts fine-tuning with a constrained multimodal contrastive loss enforcing a larger smallest singular value, which is further guided by the self-distillation of a moving-averaged model to achieve calibrated prediction as well. Starting from empirical evidence supporting our theoretical statements, we provide extensive experimental results on ImageNet distribution shift benchmarks that demonstrate the effectiveness of our theorem and its practical implementation.
fields
cs.CV 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Contrast-Aware Calibration for Fine-Tuned CLIP: Leveraging Image-Text Alignment
A post-hoc calibration method for fine-tuned CLIP that scales logits by a weight derived from the L1 distance between original and fine-tuned CLIP logits reduces calibration error on train and unseen classes.