paper-with-me

Papers

Adaptive Cache Enhancement for Test-Time Adaptation of Vision-Language Models

2025-08-11 · Khanh-Binh Nguyen, Phuoc-Nguyen Bui, Hyunseung Choo, Duc Thanh Nguyen arxiv

Vision-language models (VLMs) exhibit remarkable zero-shot generalization but suffer performance degradation under distribution shifts in downstream tasks, particularly in the absence of labeled data. Test-Time Adaptation (TTA) addresses this challenge by enabling online optimization of VLMs during inference, eliminating the need for annotated data. Cache-based TTA methods exploit historical knowledge by maintaining a dynamic memory cache of low-entropy or high-confidence samples, promoting efficient adaptation to out-of-distribution data. Nevertheless, these methods face two critical challenges: (1) unreliable confidence metrics under significant distribution shifts, resulting in error accumulation within the cache and degraded adaptation performance; and (2) rigid decision boundaries that fail to accommodate substantial distributional variations, leading to suboptimal predictions. To overcome these limitations, we introduce the Adaptive Cache Enhancement (ACE) framework, which constructs a robust cache by selectively storing high-confidence or low-entropy image embeddings per class, guided by dynamic, class-specific thresholds initialized from zero-shot statistics and iteratively refined using an exponential moving average and exploration-augmented updates. This approach enables adaptive, class-wise decision boundaries, ensuring robust and accurate predictions across diverse visual distributions. Extensive experiments on 15 diverse benchmark datasets demonstrate that ACE achieves state-of-the-art performance, delivering superior robustness and generalization compared to existing TTA methods in challenging out-of-distribution scenarios.

📄 PDF Abstract BibTeX arXiv:2508.07570

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot GeneralizationTest-time Adaptation

Similar Papers 제목 키워드 기반

ETTA: Efficient Test-Time Adaptation for Vision-Language Models through Dynamic Embedding Updates

2025-08-07 · Hamidreza Dastmalchi, Aijun An, Ali cheraghian arxiv

Pretrained vision-language models (VLMs) like CLIP show strong zero-shot performance but struggle with generalization under distribution shifts. Test-Time Adaptation (TTA) addresses this by adapting VLMs to unlabeled tes…

Test-time Adaptation

Advancing Reliable Test-Time Adaptation of Vision-Language Models under Visual Variations

2025-07-13 · Yiwen Liang, Hui Chen, Yizhe Xiong, Zihan Zhou 외 arxiv

Vision-language models (VLMs) exhibit remarkable zero-shot capabilities but struggle with distribution shifts in downstream tasks when labeled data is unavailable, which has motivated the development of Test-Time Adaptat…

Test-time Adaptation

Bayesian Test-time Adaptation for Object Recognition and Detection with Vision-language Models

2025-10-03 · Lihua Zhou, Mao Ye, Shuaifeng Li, Nianxin Li 외 arxiv

Vision-language models (VLMs) such as CLIP and Grounding DINO have achieved remarkable success in object recognition and detection. However, their performance often degrades under real-world distribution shifts. Test-tim…

Test-time AdaptationBayesian InferenceObject Recognition

Prototype-Based Test-Time Adaptation of Vision-Language Models

2026-04-23 · Zhaohong Huang, Yuxin Zhang, Wenjing Liu, Fei Chao 외 arxiv

Test-time adaptation (TTA) has emerged as a promising paradigm for vision-language models (VLMs) to bridge the distribution gap between pre-training and test data. Recent works have focused on backpropagation-free TTA me…

Test-time Adaptation

Towards Purified Multi-Label Test-Time Adaptation of Vision-Language Models

2026-08-26 · Yiwen Liang, Hui Chen, Yizhe Xiong, Mengyao Lyu 외 arxiv

Test-time adaptation (TTA) has been widely explored in single-label recognition, effectively mitigating distribution shifts, especially when combined with vision-language models. However, real-world images often contain …

Test-time Adaptation