The reviewed record of science sign in
Pith

arxiv: 2403.18293 · v1 · pith:5625XNTY · submitted 2024-03-27 · cs.CV

Efficient Test-Time Adaptation of Vision-Language Models

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:5625XNTYrecord.jsonopen to challenge →

classification cs.CV
keywords pseudoadaptationtest-timelabelmodelsvision-languagecachedynamic
0
0 comments X
read the original abstract

Test-time adaptation with pre-trained vision-language models has attracted increasing attention for tackling distribution shifts during the test time. Though prior studies have achieved very promising performance, they involve intensive computation which is severely unaligned with test-time adaptation. We design TDA, a training-free dynamic adapter that enables effective and efficient test-time adaptation with vision-language models. TDA works with a lightweight key-value cache that maintains a dynamic queue with few-shot pseudo labels as values and the corresponding test-sample features as keys. Leveraging the key-value cache, TDA allows adapting to test data gradually via progressive pseudo label refinement which is super-efficient without incurring any backpropagation. In addition, we introduce negative pseudo labeling that alleviates the adverse impact of pseudo label noises by assigning pseudo labels to certain negative classes when the model is uncertain about its pseudo label predictions. Extensive experiments over two benchmarks demonstrate TDA's superior effectiveness and efficiency as compared with the state-of-the-art. The code has been released in \url{https://kdiaaa.github.io/tda/}.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Majorization-Guided Test-Time Adaptation for Vision-Language Models under Modality-Specific Shift

    cs.CV 2026-04 unverdicted novelty 6.0

    MG-MTTA improves VLM accuracy under modality-specific shifts by replacing pure entropy minimization with majorization-guided adaptation that incorporates a reliability-aware gate prior.