Anchor-based Robust Finetuning of Vision-Language Models
Jinwei Han, Zhiwen Lin, Zhongyisun Sun, Yingguo Gao, Ke Yan, Shouhong Ding, Yuan Gao, Gui-Song Xia
TL;DR
This work tackles finetuning CLIP-like vision-language models without sacrificing out-of-distribution generalization across domain shifts and zero-shot scenarios. It introduces Anchor-based Robust Finetuning (ARF), which regularizes finetuning with two types of auxiliary semantic anchors: text-compensated anchors generated from captions and image-text anchors retrieved from a CLIP-like candidate pool. The combined training objective adds caption-based and retrieved-anchor contrastive losses to the standard CLIP loss, preserving the original feature space and enhancing OOD robustness. Experiments across domain-shift and zero-shot benchmarks demonstrate state-of-the-art performance while maintaining strong in-distribution accuracy, with ablations confirming the complementary benefits of both anchors.
Abstract
We aim at finetuning a vision-language model without hurting its out-of-distribution (OOD) generalization. We address two types of OOD generalization, i.e., i) domain shift such as natural to sketch images, and ii) zero-shot capability to recognize the category that was not contained in the finetune data. Arguably, the diminished OOD generalization after finetuning stems from the excessively simplified finetuning target, which only provides the class information, such as ``a photo of a [CLASS]''. This is distinct from the process in that CLIP was pretrained, where there is abundant text supervision with rich semantic information. Therefore, we propose to compensate for the finetune process using auxiliary supervision with rich semantic information, which acts as anchors to preserve the OOD generalization. Specifically, two types of anchors are elaborated in our method, including i) text-compensated anchor which uses the images from the finetune set but enriches the text supervision from a pretrained captioner, ii) image-text-pair anchor which is retrieved from the dataset similar to pretraining data of CLIP according to the downstream task, associating with the original CLIP text with rich semantics. Those anchors are utilized as auxiliary semantic information to maintain the original feature space of CLIP, thereby preserving the OOD generalization capabilities. Comprehensive experiments demonstrate that our method achieves in-distribution performance akin to conventional finetuning while attaining new state-of-the-art results on domain shift and zero-shot learning benchmarks.
