BaFTA: Backprop-Free Test-Time Adaptation For Zero-Shot Vision-Language Models
Xuefeng Hu, Ke Zhang, Min Sun, Albert Chen, Cheng-Hao Kuo, Ram Nevatia
TL;DR
BaFTA addresses the challenge of improving zero-shot vision-language models at test time without backpropagation. It directly estimates class embeddings through online clustering in a projection space that aligns visual and text embeddings, and it combines predictions from text-based embeddings and online centroids using Rényi Entropy for reliability weighting. The method yields consistent accuracy gains across ImageNet and fine-grained datasets and significantly reduces inference time compared to gradient-based test-time prompts, enabling scalable deployment. The approach demonstrates practical robustness by leveraging augmentation, multi-source predictions, and a projection-based alignment, making test-time adaptation stable and efficient for large-scale VLMs like CLIP.
Abstract
Large-scale pretrained vision-language models like CLIP have demonstrated remarkable zero-shot image classification capabilities across diverse domains. To enhance CLIP's performance while preserving the zero-shot paradigm, various test-time prompt tuning methods have been introduced to refine class embeddings through unsupervised learning objectives during inference. However, these methods often encounter challenges in selecting appropriate learning rates to prevent collapsed training in the absence of validation data during test-time adaptation. In this study, we propose a novel backpropagation-free algorithm BaFTA for test-time adaptation of vision-language models. Instead of fine-tuning text prompts to refine class embeddings, our approach directly estimates class centroids using online clustering within a projected embedding space that aligns text and visual embeddings. We dynamically aggregate predictions from both estimated and original class embeddings, as well as from distinct augmented views, by assessing the reliability of each prediction using Rényi Entropy. Through extensive experiments, we demonstrate that BaFTA consistently outperforms state-of-the-art test-time adaptation methods in both effectiveness and efficiency.
