English

Efficient Test-Time Prompt Tuning for Vision-Language Models

Computer Vision and Pattern Recognition 2024-08-13 v1

Abstract

Vision-language models have showcased impressive zero-shot classification capabilities when equipped with suitable text prompts. Previous studies have shown the effectiveness of test-time prompt tuning; however, these methods typically require per-image prompt adaptation during inference, which incurs high computational budgets and limits scalability and practical deployment. To overcome this issue, we introduce Self-TPT, a novel framework leveraging Self-supervised learning for efficient Test-time Prompt Tuning. The key aspect of Self-TPT is that it turns to efficient predefined class adaptation via self-supervised learning, thus avoiding computation-heavy per-image adaptation at inference. Self-TPT begins by co-training the self-supervised and the classification task using source data, then applies the self-supervised task exclusively for test-time new class adaptation. Specifically, we propose Contrastive Prompt Learning (CPT) as the key task for self-supervision. CPT is designed to minimize the intra-class distances while enhancing inter-class distinguishability via contrastive learning. Furthermore, empirical evidence suggests that CPT could closely mimic back-propagated gradients of the classification task, offering a plausible explanation for its effectiveness. Motivated by this finding, we further introduce a gradient matching loss to explicitly enhance the gradient similarity. We evaluated Self-TPT across three challenging zero-shot benchmarks. The results consistently demonstrate that Self-TPT not only significantly reduces inference costs but also achieves state-of-the-art performance, effectively balancing the efficiency-efficacy trade-off.

Keywords

Cite

@article{arxiv.2408.05775,
  title  = {Efficient Test-Time Prompt Tuning for Vision-Language Models},
  author = {Yuhan Zhu and Guozhen Zhang and Chen Xu and Haocheng Shen and Xiaoxin Chen and Gangshan Wu and Limin Wang},
  journal= {arXiv preprint arXiv:2408.05775},
  year   = {2024}
}
R2 v1 2026-06-28T18:09:49.665Z