Adapting Vision-Language Models to Open Classes via Test-Time Prompt Tuning
Zhengqing Gao, Xiang Ao, Xu-Yao Zhang, Cheng-Lin Liu
TL;DR
This work tackles open-set adaptation for vision-language models by addressing the overfitting of learned prompts to base classes. It introduces test-time prompt tuning (TTPT) that dynamically fuses learned prompts with hand-crafted prompts using input-specific Maximum Concept Matching (MCM) weights, yielding input-conditioned prompts for each image. Across 11 diverse datasets, TTPT achieves superior harmonic mean accuracy on base and new classes, outperforming CoOp, CoCoOp, and adapter-based methods, with strong gains especially on ViT backbones. The approach is simple, effective, and complementary to existing OOD detection techniques, and code is released to facilitate adoption and further study.
Abstract
Adapting pre-trained models to open classes is a challenging problem in machine learning. Vision-language models fully explore the knowledge of text modality, demonstrating strong zero-shot recognition performance, which is naturally suited for various open-set problems. More recently, some research focuses on fine-tuning such models to downstream tasks. Prompt tuning methods achieved huge improvements by learning context vectors on few-shot data. However, through the evaluation under open-set adaptation setting with the test data including new classes, we find that there exists a dilemma that learned prompts have worse generalization abilities than hand-crafted prompts. In this paper, we consider combining the advantages of both and come up with a test-time prompt tuning approach, which leverages the maximum concept matching (MCM) scores as dynamic weights to generate an input-conditioned prompt for each image during test. Through extensive experiments on 11 different datasets, we show that our proposed method outperforms all comparison methods on average considering both base and new classes. The code is available at https://github.com/gaozhengqing/TTPT
