paper-with-me

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 test data in new domains. While some TTA methods rely on prompt-tuning, training-free cache-based approaches are preferred for efficiency. However, current cache-based TTA models store only a limited set of high-confidence samples, restricting the decision boundary to these samples and ignoring the influence of other incoming test data. To address this, we propose Efficient Test-Time Adaptation (ETTA), introducing a Recursive Updating module that integrates all incoming test samples, progressively refining the decision boundary. This strategy mimics an unbounded cache, dynamically updating contextual embeddings for improved accuracy with minimal memory and computational overhead. ETTA also includes an Adaptive Ensemble module to reduce prompt dependency in image-to-text scores by dynamically selecting optimal prompts for each class. Furthermore, ETTA adaptively combines scores from both modules based on confidence levels, leveraging their complementary strengths. Extensive experiments on two benchmarks confirm that ETTA surpasses the state-of-the-art TTA models in computational complexity and accuracy, setting a new standard for effective, efficient test-time adaptation. The code has been released at https://github.com/hamidreza-dastmalchi/ETTA.

📄 PDF Abstract BibTeX arXiv:2508.05898

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

StableTTA: Improving Vision Model Performance by Training-free Test-Time Adaptation Methods

2026-04-06 · Zheng Li, Jerry Cheng, Huanying Helen Gu arxiv

Ensemble methods improve predictive performance but often incur high memory and computational costs. We identify an aggregation instability induced by nonlinear projection and voting operations. To address both efficienc…

Test-time Adaptation

Free on the Fly: Enhancing Flexibility in Test-Time Adaptation with Online EM

2025-07-09 · Qiyuan Dai, Sibei Yang arxiv

Vision-Language Models (VLMs) have become prominent in open-world image recognition for their strong generalization abilities. Yet, their effectiveness in practical applications is compromised by domain shifts and distri…

Test-time Adaptation

Free on the Fly: Enhancing Flexibility in Test-Time Adaptation with Online EM

2025-01-01 · CVPR 2025 1 · Qiyuan Dai, Sibei Yang

Vision-Language Models (VLMs) have become prominent in open-world image recognition for their strong generalization abilities. Yet, their effectiveness in practical applications is compromised by domain shifts and di…

Test-time Adaptation

AETTA: Label-Free Accuracy Estimation for Test-Time Adaptation

2024-04-01 · CVPR 2024 1 · Taeckyung Lee, Sorn Chottananurak, Taesik Gong, Sung-Ju Lee

Test-time adaptation (TTA) has emerged as a viable solution to adapt pre-trained models to domain shifts using unlabeled test data. However, TTA faces challenges of adaptation failures due to its reliance on blind adapta…

PredictionTest-time Adaptation

VoiceTTA: Enhancing Zero-Shot Text-to-Speech via Reinforcement Learning-Based Test-Time Adaptation

2026-06-25 · Tianxin Xie, Chenxing Li, Dong Yu, Li Liu arxiv

Recently, zero-shot text-to-speech (TTS) has enabled high-fidelity and expressive speech synthesis, but it often fails to imitate unseen speaking styles from uncommon scenarios (e.g., crosstalk, dialects). Moreover, fine…

Reinforcement LearningTest-time AdaptationSpeech Synthesis