CLIPArTT: Adaptation of CLIP to New Domains at Test Time
Gustavo Adolfo Vargas Hakim, David Osowiechi, Mehrdad Noori, Milad Cheraghalikhani, Ali Bahri, Moslem Yazdanpanah, Ismail Ben Ayed, Christian Desrosiers
TL;DR
CLIPArTT addresses the vulnerability of vision-language models like CLIP to domain shifts by introducing a fully test-time adaptation approach that generates instance-specific text prompts from top-K predictions and updates only normalization layers. It introduces a transductive TTA loss that leverages batch-aware image-image and text-text similarities to produce soft pseudo-labels, improving robustness without requiring model retraining. The method demonstrates strong, consistent gains across natural and corrupted datasets (e.g., CIFAR-10/10-C/100, CIFAR-100-C, ImageNet-C, VisDA-C) and establishes a standardized TTA benchmark for vision-language models. The work highlights the practicality of lightweight, prompt-informed test-time adaptation and points to future extensions in segmentation, open-set handling, and prompt design.
Abstract
Pre-trained vision-language models (VLMs), exemplified by CLIP, demonstrate remarkable adaptability across zero-shot classification tasks without additional training. However, their performance diminishes in the presence of domain shifts. In this study, we introduce CLIP Adaptation duRing Test-Time (CLIPArTT), a fully test-time adaptation (TTA) approach for CLIP, which involves automatic text prompts construction during inference for their use as text supervision. Our method employs a unique, minimally invasive text prompt tuning process, wherein multiple predicted classes are aggregated into a single new text prompt, used as \emph{pseudo label} to re-classify inputs in a transductive manner. Additionally, we pioneer the standardization of TTA benchmarks (e.g., TENT) in the realm of VLMs. Our findings demonstrate that, without requiring additional transformations nor new trainable modules, CLIPArTT enhances performance dynamically across non-corrupted datasets such as CIFAR-100, corrupted datasets like CIFAR-100-C and ImageNet-C, alongside synthetic datasets such as VisDA-C. This research underscores the potential for improving VLMs' adaptability through novel test-time strategies, offering insights for robust performance across varied datasets and environments. The code can be found at: https://github.com/dosowiechi/CLIPArTT.git
