Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Test-Time Adaptation with CLIP Reward for Zero-Shot Generalization in Vision-Language Models

About

One fascinating aspect of pre-trained vision-language models~(VLMs) learning under language supervision is their impressive zero-shot generalization capability. However, this ability is hindered by distribution shifts between the training and testing data. Previous test time adaptation~(TTA) methods for VLMs in zero-shot classification rely on minimizing the entropy of model outputs, tending to be stuck in incorrect model predictions. In this work, we propose TTA with feedback to rectify the model output and prevent the model from becoming blindly confident. Specifically, a CLIP model is adopted as the reward model during TTA and provides feedback for the VLM. Given a single test sample, the VLM is forced to maximize the CLIP reward between the input and sampled results from the VLM output distribution. The proposed \textit{reinforcement learning with CLIP feedback~(RLCF)} framework is highly flexible and universal. Beyond the classification task, with task-specific sampling strategies and a proper reward baseline choice, RLCF can be easily extended to not only discrimination tasks like retrieval but also generalization tasks like image captioning, improving the zero-shot generalization capacity of VLMs. According to the characteristics of these VL tasks, we build different fully TTA pipelines with RLCF to improve the zero-shot generalization ability of various VLMs. Extensive experiments along with promising empirical results demonstrate the effectiveness of RLCF. The code is available at https://github.com/mzhaoshuai/RLCF.

Shuai Zhao, Xiaohan Wang, Linchao Zhu, Yi Yang• 2023

Related benchmarks

TaskDatasetResultRank
Vision-Language NavigationR2R-CE (val-unseen)
Success Rate (SR)60
677
Image ClassificationImageNet-R
Top-1 Acc77.08
581
Vision-and-Language NavigationR2R (val unseen)
Success Rate (SR)75
448
Vision-and-Language NavigationREVERIE (val unseen)
SPL34.76
225
Vision-Language NavigationR2R (val seen)
Success Rate (SR)80
150
Vision-and-Language NavigationREVERIE Unseen (test)
Success Rate (SR)52.92
110
Fine grained classificationEuroSAT
Accuracy43.47
109
Image ClassificationImageNet-R (val)
Accuracy86.19
82
Vision-and-Language NavigationR2R-CE (val-seen)
SR69
79
Image ClassificationImageNet A
Accuracy57.39
73
Showing 10 of 32 rows

Other info

Follow for update