Pith. sign in

REVIEW 3 major objections 5 minor 4 cited by

Adapting Vision-Language Models Without Labels: A Comprehensive Survey

T0 review · 3 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read This survey organizes the field of unsupervised vision-language model adaptation into four paradigms defined by how much unlabeled visual data is available: none, abundant, batch, or streaming.

desk verdict A useful survey with a serviceable data-availability taxonomy; the cross-listings need explaining and the 'first' claim needs softening. read the letter →

arxiv 2508.05547 v1 pith:SBWR6XBW submitted 2025-08-07 cs.LG cs.AIcs.CV

classification cs.LGcs.AIcs.CV
keywords vision-languagemodelsunsupervisedadaptationtest-timetaxonomydata-freetransferdomainCLIPsurvey
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that all methods for adapting vision-language models without labels can be usefully organized by one practical factor: how much unlabeled visual data the adapter gets to see. It proposes a taxonomy with four paradigms: Data-Free Transfer (no visual data), Unsupervised Domain Transfer (abundant offline unlabeled data), Episodic Test-Time Adaptation (a single batch of test instances), and Online Test-Time Adaptation (streaming data). The survey claims to be the first to center a taxonomy on this axis, and then maps the literature onto it, grouping methods within each paradigm by strategy. A sympathetic reader would care because the choice of adaptation technique in practice is usually dictated by what data is actually available at deployment time, and this framing makes that constraint explicit.

What carries the argument

The taxonomy itself is the load-bearing object: four named paradigms distinguished by the amount and flow of unlabeled visual data (no data, abundant static data, a batch, a stream). For each paradigm, the survey supplies a strategy-level decomposition that organizes the field's methods into clusters, such as text augmentation vs. image utilization in the data-free case. These strategy clusters are the mechanism by which the survey turns a scattered literature into a structured comparison space.

What would settle it

Find a published unsupervised VLM adaptation method whose data-access pattern does not match any of the four paradigms, for example a method that alternates between offline unlabeled data and online streaming data in a single adaptation run, or one that changes its category depending on how the data is split into batches; demonstrating such a method would show the taxonomy is incomplete or not mutually exclusive.

Watch

Extended reading notes

Core claim

The paper's central contribution is a taxonomy that classifies unsupervised VLM adaptation methods according to the availability and nature of unlabeled visual data during adaptation: Data-Free Transfer uses only class names and text, Unsupervised Domain Transfer has a large static pool of unlabeled target images, Episodic Test-Time Adaptation adapts per batch at inference, and Online Test-Time Adaptation handles a continuous stream. Within each paradigm, the paper identifies recurring methodological strategies: text augmentation, image utilization, and network modification for data-free transfer; self-training, entropy optimization, and external resource utilization for domain transfer; ent

Load-bearing premise

The taxonomy assumes that every unsupervised VLM adaptation method fits cleanly into exactly one of the four data-availability categories and that these four categories cover the whole field.

Editorial extensions

If this is right

  • Practitioners can select an adaptation method based on the data regime their deployment actually has, rather than on method labels alone.
  • Future work within a single paradigm can be compared fairly, since the taxonomy pins down the data-access assumptions.
  • The strategy groupings reveal where methods borrow ideas across paradigms, such as pseudo-labeling appearing in both domain transfer and online adaptation.
  • The taxonomy exposes gaps: for instance, few methods address open-world or privacy-constrained settings within any of the four paradigms.
  • Researchers can use the taxonomy to identify the least-explored data regime and target new method development there.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension would be to audit the taxonomy's mutual exclusivity: pick a published method and check whether its behavior changes if it is given a different amount of unlabeled data, which would suggest the paradigms are not cleanly separated by data availability alone.
  • The survey's focus on data availability suggests a practical decision rule: when deployment has no images, use text augmentation; when it has a large unlabeled pool, use self-training or entropy optimization; when only a test batch is available, use entropy minimization or distribution alignment.
  • The taxonomy implies that the same underlying algorithm could be repositioned across paradigms by changing only the data feeding procedure, which would be a concrete way to test whether data availability is truly the organizing dimension.
  • If the taxonomy is right, benchmark design should report which paradigm each method targets, and current leaderboards that mix paradigms may be comparing methods under incompatible assumptions.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. This survey proposes an organizing taxonomy for unsupervised adaptation of vision-language models (VLMs), claiming to be the first to categorize methods by the availability of unlabeled visual data. It defines four paradigms: Data-Free Transfer, Unsupervised Domain Transfer, Episodic Test-Time Adaptation, and Online Test-Time Adaptation. Sections IV–VII describe each paradigm and its sub-strategies (e.g., text augmentation, self-training, entropy minimization, pseudo-labeling, memory mechanisms), with representative methods summarized in Tables I–IV. Section VIII surveys benchmarks and applications, and Section IX lists open challenges. An associated GitHub repository of relevant literature is provided.

Significance. If the taxonomy is accepted, the survey offers a practically useful framework for organizing a rapidly growing literature, and the strategy-level breakdown within each paradigm is helpful for practitioners. The paper is comprehensive in coverage, includes a wide range of recent methods, and identifies meaningful open problems such as theoretical analysis, open-world adaptation, and failure-mode documentation. The main contribution, however, is the taxonomy itself, so its internal consistency and clear operationalization are load-bearing. The current manuscript contains ambiguities and cross-listings that weaken the claimed novelty until resolved.

major comments (3)
  1. [Sec. IV.B and Table I vs. Abstract/Sec. III] The paradigm is defined in Sec. III and Sec. IV as 'data-free' meaning no downstream visual data, but the abstract states 'Data-Free Transfer (no data)' and Sec. IV.B explicitly includes methods that retrieve external images (ReCo, SuS-X, Neural Priming) or synthesize images with generative models (Shipard et al., AttrSyn, GenCL). This is not merely a naming issue: the taxonomy's central axis is 'availability of unlabeled visual data,' so the reader needs to know whether external/generated visual data count as 'data' for the taxonomy. Please rename the paradigm (e.g., 'name-only transfer' or 'no downstream data transfer'), revise the abstract, and explicitly state how external and generated visual data are treated within the axis.
  2. [Secs. V.A, VII.A and Tables I–II] The taxonomy is presented as a partition of methods into four paradigms, but the same method appears in multiple paradigms without explanation. SwapPrompt [19] is discussed under Unsupervised Domain Transfer / Self-Training (Sec. V.A, Table II) and also under Online Test-Time Adaptation / Pseudo-Labeling (Sec. VII.A). Neural Priming [91] appears under Data-Free Transfer / Image Utilization (Sec. IV.B, Table I) and under Unsupervised Domain Transfer / External Resource Utilization (Sec. V.C, Table II). If the taxonomy classifies evaluation scenarios rather than methods, that should be stated explicitly and a method may legitimately appear in multiple scenarios. If the taxonomy classifies methods, these cross-listings violate mutual exclusivity. Please add a rule for assignments or a table mapping each representative method to its primary paradigm.
  3. [Sec. III, 'Taxonomy' paragraph] The four paradigms are asserted as jointly covering the field, but no explicit completeness argument is given. Boundary cases are not addressed: for example, methods that adapt on a single test image with augmentations (e.g., TPT, Sec. VI.A) do not obviously operate on a 'batch of test instances' as the episodic definition states, and methods that use only LLM-generated text without any visual data could be seen as a separate axis. Since the paper's main claim is that this is the first taxonomy centered on unlabeled visual data availability, the authors should state the membership criteria for each paradigm and explain how boundary cases are resolved. A summary table of representative methods with their paradigm assignments would make the taxonomy's exhaustiveness and mutual exclusivity verifiable.
minor comments (5)
  1. [Table V] The popularity encoding is corrupted: several cells contain raw LaTeX tokens such as '/star-half-alt' (e.g., rows for ImageNet-A, Office-Home, KITTI-STEP). This makes the table difficult to read and undermines the benchmark overview. Also define what the star ratings mean and fix the typo 'Unsuperivsed' in the table caption.
  2. [Eq. (5)] The index i is reused for both the class index and the augmented-view index, which is confusing. Please use distinct indices, e.g., c for classes and n for augmented views, and align with the notation in Eq. (1).
  3. [References] References [15] and [67] appear to be the same work (Menon & Vondrick, 'Visual classification via description from large language models') with different venue strings. This duplicate should be merged or clarified.
  4. [Sec. V.A] Typo: 'high-qulity' should be 'high-quality'.
  5. [Sec. VII.A] SwapPrompt is discussed in the pseudo-labeling subsection but does not appear in Table IV's representative works. Either add it to the table or note that it is discussed as a related variant.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the survey's taxonomy is a literature-organizing classification, not a derived prediction; self-citations are not load-bearing.

full rationale

This is a survey paper. Its central claim is the novelty of a taxonomy based on unlabeled visual data availability. That taxonomy is presented as a categorization (Sec. III 'Taxonomy'; Fig. 1) and is not derived from fitted parameters, equations, or a self-citation chain. Methods are grouped by their data assumptions (no data, abundant unlabeled data, batch, streaming), and the assignments are made against external published methods and benchmarks (Tables I-V). The paper's self-citations (e.g., [20], [27], [38], [80], [287]-[289]) appear as ordinary references to prior work by the authors or as comparisons to previous surveys; none is used to justify the taxonomy's structure or to forbid alternatives. The skeptical concern about mutual exclusivity (e.g., SwapPrompt listed under both Unsupervised Domain Transfer and Online TTA; Neural Priming under both Data-Free and Unsupervised Domain Transfer; 'Data-Free' including external/generated images) is a potential correctness/consistency issue in the survey's organization, not a circular derivation: the taxonomy does not reduce to a fit or to its own definitions in a way that makes the survey's claims vacuous. Therefore, under the hard rules, no circularity step can be quoted as reducing to inputs, and the score is 0.

Assumptions & free parameters 0 free parameters · 2 assumptions · 0 invented entities

The central claim (the taxonomy) relies on the assumption that the surveyed literature is described accurately and that the four proposed data-availability categories cleanly partition all existing methods. No free parameters or invented entities are introduced, as this is a survey.

assumptions (2)
  • domain assumption The surveyed papers are accurately described and their reported results are taken at face value.
    The survey synthesizes hundreds of papers; any mischaracterization could affect the taxonomy's placement.
  • ad hoc to paper The four data-availability paradigms are mutually exclusive and exhaustive.
    This is the survey's own organizing assumption; it is asserted in the Taxonomy paragraph of Section III and underlies the entire structure.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Adapting Vision-Language Models Without Labels: A Comprehensive Survey." pith.science (2026). https://pith.science/paper/SBWR6XBW

@misc{pith2026250805547,
  author       = {Pith},
  title        = {Pith review of: Adapting Vision-Language Models Without Labels: A Comprehensive Survey},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SBWR6XBW}},
  note         = {Machine review of arXiv:2508.05547}
}
read the original abstract

Vision-Language Models (VLMs) have demonstrated remarkable generalization capabilities across a wide range of tasks. However, their performance often remains suboptimal when directly applied to specific downstream scenarios without task-specific adaptation. To enhance their utility while preserving data efficiency, recent research has increasingly focused on unsupervised adaptation methods that do not rely on labeled data. Despite the growing interest in this area, there remains a lack of a unified, task-oriented survey dedicated to unsupervised VLM adaptation. To bridge this gap, we present a comprehensive and structured overview of the field. We propose a taxonomy based on the availability and nature of unlabeled visual data, categorizing existing approaches into four key paradigms: Data-Free Transfer (no data), Unsupervised Domain Transfer (abundant data), Episodic Test-Time Adaptation (batch data), and Online Test-Time Adaptation (streaming data). Within this framework, we analyze core methodologies and adaptation strategies associated with each paradigm, aiming to establish a systematic understanding of the field. Additionally, we review representative benchmarks across diverse applications and highlight open challenges and promising directions for future research. An actively maintained repository of relevant literature is available at https://github.com/tim-learn/Awesome-LabelFree-VLMs.

Figures

Figures reproduced from arXiv: 2508.05547 by the authors.

Figure 1
Figure 1. Illustration of our taxonomy on unsupervised adaptation with VLMs. We categorize existing unsupervised methods into [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Taxonomy of unsupervised adaptation paradigms for vision-language models (VLMs). [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Three representative strategies of the data-free transfer paradigm. TABLE I: Popular strategies along with their representative works of data-free transfer. Strategies Representative Works Text Augmentation DCLIP [15], CuPL [21], CHiLS [88], TaI [89]. Image Utilization ReCo [28], SuS-X [90], Priming [91], GenCL [92]. Network Modification MaskCLIP [16], CALIP [93], SCLIP [94], ProxyCLIP [95]. relies exclusively on te… view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Three representative strategies of the unsupervised domain transfer paradigm. TABLE II: Popular strategies along with their representative works of unsupervised domain transfer. Strategies Representative Works Self-Training UPL [17], LaFTer [118], MUST [26], ReCLIP [11…
Figure 5
Figure 5. Figure 5: Three representative strategies of the episodic test-time adaptation paradigm. TABLE III: Popular strategies along with their representative works of episodic test-time adaptation. Strategies Representative Works Entropy Minimization TPT [18], DiffTPT [85], R-TPT [148]…
Figure 6
Figure 6. Figure 6: Three representative strategies of the online test-time adaptation paradigm. TABLE IV: Popular strategies along with their representative works of online test-time adaptation. Strategies Representative Works Pseudo-Labeling DART [198], CLIPArTT [199], CLIP-OT [200], WA…

Discussion (0). Sign in to comment.

Forward citations

Cited by 4 Pith papers

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

  1. VIP: Visual-guided Prompt Evolution for Efficient Dense Vision-Language Inference

    cs.CV 2026-05 unverdicted novelty 7.0 of 10

    VIP evolves text prompts using visual cues and saliency-aware aggregation inside dino.txt to deliver 1.4-8.4% higher mIoU on dense vision-language tasks with low overhead.

  2. USE: A Unified Self-Ensembling Framework for Test-Time Prompt Tuning

    cs.CV 2026-07 accept novelty 5.5 of 10

    Adaptive self-ensembling of weak and strong views yields more reliable pseudo-labels for test-time prompt tuning of CLIP and unifies training with inference.

  3. ComMem: Complementary Memory Systems for Test-Time Adaptation of Vision-Language Models

    cs.AI 2026-06 unverdicted novelty 5.0 of 10

    ComMem proposes complementary fast visual cache and slow textual prototype memories for test-time adaptation of VLMs, claiming superior performance on 15 benchmarks under distribution shifts.

  4. VIP: Visual-guided Prompt Evolution for Efficient Dense Vision-Language Inference

    cs.CV 2026-05 unverdicted novelty 5.0 of 10

    VIP evolves text prompts via alias expansion and visual-guided distillation in dino.txt to deliver higher mIoU in dense vision-language segmentation tasks.

Reference graph

Works this paper leans on

299 extracted references · 39 canonical work pages · cited by 3 Pith papers

  1. [37]

    Vision-language models for vision tasks: A survey,

    J. Zhang, J. Huang, S. Jin, and S. Lu, “Vision-language models for vision tasks: A survey,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 46, no. 8, pp. 5625–5644, 2024

  2. [40]

    A comprehensive survey on test-time adaptation under distribution shifts,

    J. Liang, R. He, and T. Tan, “A comprehensive survey on test-time adaptation under distribution shifts,”International Journal of Computer Vision, vol. 133, no. 1, pp. 31–64, 2025

  3. [19]

    Swapprompt: Test-time prompt adaptation for vision-language models,

    X. Ma, J. Zhang, S. Guo, and W. Xu, “Swapprompt: Test-time prompt adaptation for vision-language models,” inNeurIPS, 2023

  4. [91]

    Neural priming for sample- efficient adaptation,

    M. Wallingford, V . Ramanujan, A. Fang, A. Kusupati, R. Mottaghi, A. Kembhavi, L. Schmidt, and A. Farhadi, “Neural priming for sample- efficient adaptation,” inNeurIPS, 2023

  5. [1]

    Learning transferable visual models from natural language supervision,

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clarket al., “Learning transferable visual models from natural language supervision,” inICML, 2021

  6. [2]

    Scaling up visual and vision-language representation learning with noisy text supervision,

    C. Jia, Y . Yang, Y . Xia, Y .-T. Chen, Z. Parekh, H. Pham, Q. Le, Y .-H. Sung, Z. Li, and T. Duerig, “Scaling up visual and vision-language representation learning with noisy text supervision,” inICML, 2021

  7. [3]

    Flamingo: a visual language model for few-shot learning,

    J.-B. Alayrac, J. Donahue, P. Luc, A. Miech, I. Barr, Y . Hasson, K. Lenc, A. Mensch, K. Millican, M. Reynoldset al., “Flamingo: a visual language model for few-shot learning,” inNeurIPS, 2022

  8. [4]

    Visual instruction tuning,

    H. Liu, C. Li, Q. Wu, and Y . J. Lee, “Visual instruction tuning,” in NeurIPS, 2023

Show all 299 references
  1. [5]

    Laion-5b: An open large-scale dataset for training next generation image-text models,

    C. Schuhmann, R. Beaumont, R. Vencu, C. Gordon, R. Wightman, M. Cherti, T. Coombes, A. Katta, C. Mullis, M. Wortsmanet al., “Laion-5b: An open large-scale dataset for training next generation image-text models,” inNeurIPS, 2022

  2. [6]

    Clip2scene: Towards label-efficient 3d scene understanding by clip,

    R. Chen, Y . Liu, L. Kong, X. Zhu, Y . Ma, Y . Li, Y . Hou, Y . Qiao, and W. Wang, “Clip2scene: Towards label-efficient 3d scene understanding by clip,” inCVPR, 2023. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 15

  3. [7]

    Clip-fields: Weakly supervised semantic fields for robotic memory,

    N. M. M. Shafiullah, C. Paxton, L. Pinto, S. Chintala, and A. Szlam, “Clip-fields: Weakly supervised semantic fields for robotic memory,” arXiv preprint arXiv:2210.05663, 2022

  4. [8]

    Unseen visual anomaly generation,

    H. Sun, Y . Cao, H. Dong, and O. Fink, “Unseen visual anomaly generation,” inCVPR, 2025

  5. [9]

    Probabilistic embeddings for cross-modal retrieval,

    S. Chun, S. J. Oh, R. S. De Rezende, Y . Kalantidis, and D. Larlus, “Probabilistic embeddings for cross-modal retrieval,” inCVPR, 2021

  6. [10]

    Learning to prompt for vision-language models,

    K. Zhou, J. Yang, C. C. Loy, and Z. Liu, “Learning to prompt for vision-language models,”International Journal of Computer Vision, vol. 130, no. 9, pp. 2337–2348, 2022

  7. [11]

    Conditional prompt learning for vision-language models,

    ——, “Conditional prompt learning for vision-language models,” in CVPR, 2022

  8. [12]

    Maple: Multi-modal prompt learning,

    M. U. Khattak, H. Rasheed, M. Maaz, S. Khan, and F. S. Khan, “Maple: Multi-modal prompt learning,”arXiv preprint arXiv:2210.03117, 2022

  9. [13]

    A hard-to- beat baseline for training-free clip-based adaptation,

    Z. Wang, J. Liang, L. Sheng, R. He, Z. Wang, and T. Tan, “A hard-to- beat baseline for training-free clip-based adaptation,” inICLR, 2024

  10. [14]

    Adapting visual category models to new domains,

    K. Saenko, B. Kulis, M. Fritz, and T. Darrell, “Adapting visual category models to new domains,” inECCV, 2010

  11. [15]

    Visual classification via description from large language models,

    S. Menon and C. V ondrick, “Visual classification via description from large language models,” inICLR, 2023

  12. [16]

    Extract free dense labels from clip,

    C. Zhou, C. C. Loy, and B. Dai, “Extract free dense labels from clip,” inECCV, 2022

  13. [17]

    Unsupervised prompt learning for vision-language models,

    T. Huang, J. Chu, and F. Wei, “Unsupervised prompt learning for vision-language models,”arXiv preprint arXiv:2204.03649, 2022

  14. [18]

    Test-time prompt tuning for zero-shot generalization in vision-language models,

    M. Shu, W. Nie, D.-A. Huang, Z. Yu, T. Goldstein, A. Anandkumar, and C. Xiao, “Test-time prompt tuning for zero-shot generalization in vision-language models,” inNeurIPS, 2022

  15. [20]

    The illusion of progress? a critical look at test-time adaptation for vision-language models,

    L. Sheng, J. Liang, R. He, Z. Wang, and T. Tan, “The illusion of progress? a critical look at test-time adaptation for vision-language models,”arXiv preprint arXiv:2506.24000, 2025

  16. [21]

    What does a platypus look like? generating customized prompts for zero-shot image classi- fication,

    S. Pratt, I. Covert, R. Liu, and A. Farhadi, “What does a platypus look like? generating customized prompts for zero-shot image classi- fication,” inICCV, 2023

  17. [22]

    Improving zero-shot models with label distribution priors,

    J. Kahana, N. Cohen, and Y . Hoshen, “Improving zero-shot models with label distribution priors,”arXiv preprint arXiv:2212.00784, 2022

  18. [23]

    Online zero-shot classification with clip,

    Q. Qian and J. Hu, “Online zero-shot classification with clip,” inECCV, 2024

  19. [24]

    Align your prompts: Test- time prompting with distribution alignment for zero-shot generaliza- tion,

    J. Abdul Samadh, M. H. Gani, N. Hussein, M. U. Khattak, M. M. Naseer, F. Shahbaz Khan, and S. H. Khan, “Align your prompts: Test- time prompting with distribution alignment for zero-shot generaliza- tion,” inNeurIPS, 2023

  20. [25]

    Efficient test-time adaptation of vision-language models,

    A. Karmanov, D. Guan, S. Lu, A. El Saddik, and E. Xing, “Efficient test-time adaptation of vision-language models,” inCVPR, 2024

  21. [26]

    Masked unsupervised self-training for label-free image classification,

    J. Li, S. Savarese, and S. C. Hoi, “Masked unsupervised self-training for label-free image classification,” inICLR, 2023

  22. [27]

    Realistic unsupervised clip fine-tuning with universal entropy optimization,

    J. Liang, L. Sheng, Z. Wang, R. He, and T. Tan, “Realistic unsupervised clip fine-tuning with universal entropy optimization,” inICML, 2024

  23. [28]

    Reco: Retrieve and co-segment for zero-shot transfer,

    G. Shin, W. Xie, and S. Albanie, “Reco: Retrieve and co-segment for zero-shot transfer,” inNeurIPS, 2022

  24. [29]

    Pay attention to your neighbours: Training-free open-vocabulary semantic segmentation,

    S. Hajimiri, I. B. Ayed, and J. Dolz, “Pay attention to your neighbours: Training-free open-vocabulary semantic segmentation,” inWACV, 2025

  25. [30]

    Can language-guided unsupervised adaptation improve medical image classification using unpaired images and texts?

    U. Rahman, R. Imam, M. Yaqub, B. B. Amor, and D. Mahapatra, “Can language-guided unsupervised adaptation improve medical image classification using unpaired images and texts?” inISBI, 2025

  26. [31]

    A chatgpt aided explainable framework for zero-shot medical image diagnosis,

    J. Liu, T. Hu, Y . Zhang, X. Gai, Y . Feng, and Z. Liu, “A chatgpt aided explainable framework for zero-shot medical image diagnosis,” inICML Workshops, 2023

  27. [32]

    Text-enhanced zero-shot action recognition: A training-free approach,

    M. Bosetti, S. Zhang, B. Liberatori, G. Zara, E. Ricci, and P. Rota, “Text-enhanced zero-shot action recognition: A training-free approach,” inICPR, 2024

  28. [33]

    Dts-tpt: dual temporal-sync test-time prompt tuning for zero-shot activity recogni- tion,

    R. Yan, H. Qu, X. Shu, W. Li, J. Tang, and T. Tan, “Dts-tpt: dual temporal-sync test-time prompt tuning for zero-shot activity recogni- tion,” inIJCAI, 2024

  29. [34]

    Pouf: Prompt- oriented unsupervised fine-tuning for large pre-trained models,

    K. Tanwisuth, S. Zhang, H. Zheng, P. He, and M. Zhou, “Pouf: Prompt- oriented unsupervised fine-tuning for large pre-trained models,” in ICML, 2023

  30. [35]

    Label propagation for zero-shot classification with vision-language models,

    Y . Kalantidis, G. Toliaset al., “Label propagation for zero-shot classification with vision-language models,” inCVPR, 2024

  31. [36]

    On the test-time zero-shot generalization of vision-language models: Do we really need prompt learning?

    M. Zanella and I. Ben Ayed, “On the test-time zero-shot generalization of vision-language models: Do we really need prompt learning?” in CVPR, 2024

  32. [38]

    Advances in multimodal adaptation and generalization: From traditional approaches to foundation models,

    H. Dong, M. Liu, K. Zhou, E. Chatzi, J. Kannala, C. Stachniss, and O. Fink, “Advances in multimodal adaptation and generalization: From traditional approaches to foundation models,”arXiv preprint arXiv:2501.18592, 2025

  33. [39]

    Generalizing vision-language models to novel domains: A comprehensive survey,

    X. Li, J. Li, F. Li, L. Zhu, Y . Yang, and H. T. Shen, “Generalizing vision-language models to novel domains: A comprehensive survey,” arXiv preprint arXiv:2506.18504, 2025

  34. [41]

    In search of lost online test-time adaptation: A survey,

    Z. Wang, Y . Luo, L. Zheng, Z. Chen, S. Wang, and Z. Huang, “In search of lost online test-time adaptation: A survey,”International Journal of Computer Vision, vol. 133, no. 3, pp. 1106–1139, 2025

  35. [42]

    Beyond model adaptation at test time: A survey,

    Z. Xiao and C. G. Snoek, “Beyond model adaptation at test time: A survey,”arXiv preprint arXiv:2411.03687, 2024

  36. [43]

    Filip: Fine-grained interactive language-image pre-training,

    L. Yao, R. Huang, L. Hou, G. Lu, M. Niu, H. Xu, X. Liang, Z. Li, X. Jiang, and C. Xu, “Filip: Fine-grained interactive language-image pre-training,”arXiv preprint arXiv:2111.07783, 2021

  37. [44]

    Attention is all you need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” in NeurIPS, 2017

  38. [45]

    An image is worth 16x16 words: Transformers for image recognition at scale,

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gellyet al., “An image is worth 16x16 words: Transformers for image recognition at scale,” inICLR, 2021

  39. [46]

    Microsoft coco captions: Data collection and evaluation server,

    X. Chen, H. Fang, T.-Y . Lin, R. Vedantam, S. Gupta, P. Doll ´ar, and C. L. Zitnick, “Microsoft coco captions: Data collection and evaluation server,”arXiv preprint arXiv:1504.00325, 2015

  40. [47]

    Image captioning with semantic attention,

    Q. You, H. Jin, Z. Wang, C. Fang, and J. Luo, “Image captioning with semantic attention,” inCVPR, 2016

  41. [48]

    Visual question answering: A survey of methods and datasets,

    Q. Wu, D. Teney, P. Wang, C. Shen, A. Dick, and A. Van Den Hengel, “Visual question answering: A survey of methods and datasets,” Computer Vision and Image Understanding, vol. 163, pp. 21–40, 2017

  42. [49]

    High- resolution image synthesis with latent diffusion models,

    R. Rombach, A. Blattmann, D. Lorenz, P. Esser, and B. Ommer, “High- resolution image synthesis with latent diffusion models,” inCVPR, 2022

  43. [50]

    Deep supervised cross-modal retrieval,

    L. Zhen, P. Hu, X. Wang, and D. Peng, “Deep supervised cross-modal retrieval,” inCVPR, 2019

  44. [51]

    A comprehensive survey on pretrained foundation models: A history from bert to chatgpt,

    C. Zhou, Q. Li, C. Li, J. Yu, Y . Liu, G. Wang, K. Zhang, C. Ji, Q. Yan, L. Heet al., “A comprehensive survey on pretrained foundation models: A history from bert to chatgpt,”International Journal of Machine Learning and Cybernetics, pp. 1–65, 2024

  45. [52]

    Learning to detect unseen object classes by between-class attribute transfer,

    C. H. Lampert, H. Nickisch, and S. Harmeling, “Learning to detect unseen object classes by between-class attribute transfer,” inCVPR, 2009

  46. [53]

    Describing objects by their attributes,

    A. Farhadi, I. Endres, D. Hoiem, and D. Forsyth, “Describing objects by their attributes,” inCVPR, 2009

  47. [54]

    Devise: A deep visual-semantic embedding model,

    A. Frome, G. S. Corrado, J. Shlens, S. Bengio, J. Dean, M. Ranzato, and T. Mikolov, “Devise: A deep visual-semantic embedding model,” inNeurIPS, 2013

  48. [55]

    An embarrassingly simple approach to zero-shot learning,

    B. Romera-Paredes and P. Torr, “An embarrassingly simple approach to zero-shot learning,” inICML, 2015

  49. [56]

    Generalized zero-shot learning via synthesized examples,

    V . K. Verma, G. Arora, A. Mishra, and P. Rai, “Generalized zero-shot learning via synthesized examples,” inCVPR, 2018

  50. [57]

    Multi-modal cycle-consistent generalized zero-shot learning,

    R. Felix, I. Reid, G. Carneiroet al., “Multi-modal cycle-consistent generalized zero-shot learning,” inECCV, 2018

  51. [58]

    f-vaegan-d2: A feature generating framework for any-shot learning,

    Y . Xian, S. Sharma, B. Schiele, and Z. Akata, “f-vaegan-d2: A feature generating framework for any-shot learning,” inCVPR, 2019

  52. [59]

    An empirical study and analysis of generalized zero-shot learning for object recognition in the wild,

    W.-L. Chao, S. Changpinyo, B. Gong, and F. Sha, “An empirical study and analysis of generalized zero-shot learning for object recognition in the wild,” inECCV, 2016

  53. [60]

    Zero-shot learning-the good, the bad and the ugly,

    Y . Xian, B. Schiele, and Z. Akata, “Zero-shot learning-the good, the bad and the ugly,” inCVPR, 2017

  54. [61]

    A review of generalized zero-shot learning meth- ods,

    F. Pourpanah, M. Abdar, Y . Luo, X. Zhou, R. Wang, C. P. Lim, X.-Z. Wang, and Q. J. Wu, “A review of generalized zero-shot learning meth- ods,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 4, pp. 4051–4070, 2022

  55. [62]

    A survey of zero-shot learning: Settings, methods, and applications,

    W. Wang, V . W. Zheng, H. Yu, and C. Miao, “A survey of zero-shot learning: Settings, methods, and applications,”ACM Transactions on Intelligent Systems and Technology, vol. 10, no. 2, pp. 1–37, 2019

  56. [63]

    Understanding and mitigating overfitting in prompt tuning for vision-language mod- els,

    C. Ma, Y . Liu, J. Deng, L. Xie, W. Dong, and C. Xu, “Understanding and mitigating overfitting in prompt tuning for vision-language mod- els,”arXiv preprint arXiv:2211.02219, 2022

  57. [64]

    Clip-adapter: Better vision-language models with feature adapters,

    P. Gao, S. Geng, R. Zhang, T. Ma, R. Fang, Y . Zhang, H. Li, and Y . Qiao, “Clip-adapter: Better vision-language models with feature adapters,”International Journal of Computer Vision, vol. 132, no. 2, pp. 581–595, 2024. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 16

  58. [65]

    Tip-adapter: Training-free clip-adapter for better vision- language modeling,

    R. Zhang, R. Fang, P. Gao, W. Zhang, K. Li, J. Dai, Y . Qiao, and H. Li, “Tip-adapter: Training-free clip-adapter for better vision- language modeling,”arXiv preprint arXiv:2111.03930, 2021

  59. [66]

    Low-rank few-shot adaptation of vision- language models,

    M. Zanella and I. Ben Ayed, “Low-rank few-shot adaptation of vision- language models,” inCVPR Workshops, 2024

  60. [67]

    Visual classification via description from large language models,

    S. Menon and C. V ondrick, “Visual classification via description from large language models,”arXiv preprint arXiv:2210.07183, 2022

  61. [68]

    Denseclip: Language-guided dense prediction with context- aware prompting,

    Y . Rao, W. Zhao, G. Chen, Y . Tang, Z. Zhu, G. Huang, J. Zhou, and J. Lu, “Denseclip: Language-guided dense prediction with context- aware prompting,” inCVPR, 2022

  62. [69]

    A systematic survey of prompt engineering on vision-language foundation models,

    J. Gu, Z. Han, S. Chen, A. Beirami, B. He, G. Zhang, R. Liao, Y . Qin, V . Tresp, and P. Torr, “A systematic survey of prompt engineering on vision-language foundation models,”arXiv preprint arXiv:2307.12980, 2023

  63. [70]

    Recall and refine: A simple but effective source-free open-set domain adaptation framework,

    I. Nejjar, H. Dong, and O. Fink, “Recall and refine: A simple but effective source-free open-set domain adaptation framework,”arXiv preprint arXiv:2411.12558, 2024

  64. [71]

    Do we really need to access the source data? source hypothesis transfer for unsupervised domain adaptation,

    J. Liang, D. Hu, and J. Feng, “Do we really need to access the source data? source hypothesis transfer for unsupervised domain adaptation,” inICML, 2020

  65. [72]

    Exploiting local feature patterns for unsupervised domain adaptation,

    J. Wen, R. Liu, N. Zheng, Q. Zheng, Z. Gong, and J. Yuan, “Exploiting local feature patterns for unsupervised domain adaptation,” inAAAI, 2019

  66. [73]

    Contrastive test-time adaptation,

    D. Chen, D. Wang, T. Darrell, and S. Ebrahimi, “Contrastive test-time adaptation,” inCVPR, 2022

  67. [74]

    Universal source-free domain adaptation,

    J. N. Kundu, N. Venkat, and R. V . Babu, “Universal source-free domain adaptation,” inCVPR, 2020

  68. [75]

    Model adaptation: Historical contrastive learning for unsupervised domain adaptation without source data,

    J. Huang, D. Guan, A. Xiao, and S. Lu, “Model adaptation: Historical contrastive learning for unsupervised domain adaptation without source data,” inNeurIPS, 2021

  69. [76]

    Domain adaptation without source data,

    Y . Kim, D. Cho, K. Han, P. Panda, and S. Hong, “Domain adaptation without source data,”IEEE Transactions on Artificial Intelligence, vol. 2, no. 6, pp. 508–518, 2021

  70. [77]

    A comprehensive survey on source-free domain adaptation,

    J. Li, Z. Yu, Z. Du, L. Zhu, and H. T. Shen, “A comprehensive survey on source-free domain adaptation,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 46, no. 8, pp. 5743–5762, 2024

  71. [78]

    Source-free unsu- pervised domain adaptation: A survey,

    Y . Fang, P.-T. Yap, W. Lin, H. Zhu, and M. Liu, “Source-free unsu- pervised domain adaptation: A survey,”Neural Networks, vol. 174, p. 106230, 2024

  72. [79]

    Tent: Fully test-time adaptation by entropy minimization,

    D. Wang, E. Shelhamer, S. Liu, B. Olshausen, and T. Darrell, “Tent: Fully test-time adaptation by entropy minimization,” inICLR, 2021

  73. [80]

    Towards robust multimodal open-set test-time adaptation via adaptive entropy-aware optimization,

    H. Dong, E. Chatzi, and O. Fink, “Towards robust multimodal open-set test-time adaptation via adaptive entropy-aware optimization,” inICLR, 2025

  74. [81]

    Efficient test-time model adaptation without forgetting,

    S. Niu, J. Wu, Y . Zhang, Y . Chen, S. Zheng, P. Zhao, and M. Tan, “Efficient test-time model adaptation without forgetting,” inICML, 2022

  75. [82]

    Sotta: Robust test-time adaptation on noisy data streams,

    T. Gong, Y . Kim, T. Lee, S. Chottananurak, and S.-J. Lee, “Sotta: Robust test-time adaptation on noisy data streams,” inNeurIPS, 2023

  76. [83]

    Continual test-time domain adaptation,

    Q. Wang, O. Fink, L. Van Gool, and D. Dai, “Continual test-time domain adaptation,” inCVPR, 2022

  77. [84]

    Ecotta: Memory- efficient continual test-time adaptation via self-distilled regularization,

    J. Song, J. Lee, I. S. Kweon, and S. Choi, “Ecotta: Memory- efficient continual test-time adaptation via self-distilled regularization,” inCVPR, 2023

  78. [85]

    Diverse data augmentation with diffusions for effective test-time prompt tuning,

    C.-M. Feng, K. Yu, Y . Liu, S. Khan, and W. Zuo, “Diverse data augmentation with diffusions for effective test-time prompt tuning,” inICCV, 2023

  79. [86]

    Eva-clip: Improved training techniques for clip at scale,

    Q. Sun, Y . Fang, L. Wu, X. Wang, and Y . Cao, “Eva-clip: Improved training techniques for clip at scale,”arXiv preprint arXiv:2303.15389, 2023

  80. [87]

    Sigmoid loss for language image pre-training,

    X. Zhai, B. Mustafa, A. Kolesnikov, and L. Beyer, “Sigmoid loss for language image pre-training,” inICCV, 2023

  81. [88]

    Chils: Zero-shot image classification with hierarchical label sets,

    Z. Novack, J. McAuley, Z. C. Lipton, and S. Garg, “Chils: Zero-shot image classification with hierarchical label sets,” inICML, 2023

  82. [90]

    Sus-x: Training-free name- only transfer of vision-language models,

    V . Udandarao, A. Gupta, and S. Albanie, “Sus-x: Training-free name- only transfer of vision-language models,” inICCV, 2023

  83. [92]

    Just say the name: Online continual learning with category names only via data generation,

    M. Seo, S. Cho, M. Lee, D. Misra, H. Choi, S. J. Kim, and J. Choi, “Just say the name: Online continual learning with category names only via data generation,”arXiv preprint arXiv:2403.10853, 2024

  84. [93]

    Calip: Zero-shot enhancement of clip with parameter-free attention,

    Z. Guo, R. Zhang, L. Qiu, X. Ma, X. Miao, X. He, and B. Cui, “Calip: Zero-shot enhancement of clip with parameter-free attention,” inAAAI, 2023

  85. [94]

    Sclip: Rethinking self-attention for dense vision-language inference,

    F. Wang, J. Mei, and A. Yuille, “Sclip: Rethinking self-attention for dense vision-language inference,” inECCV, 2024

  86. [95]

    Proxyclip: Proxy attention improves clip for open-vocabulary segmentation,

    M. Lan, C. Chen, Y . Ke, X. Wang, L. Feng, and W. Zhang, “Proxyclip: Proxy attention improves clip for open-vocabulary segmentation,” in ECCV, 2024

  87. [96]

    Language models are few-shot learners,

    T. Brown, B. Mann, N. Ryder, M. Subbiah, J. D. Kaplan, P. Dhariwal, A. Neelakantan, P. Shyam, G. Sastry, A. Askellet al., “Language models are few-shot learners,” inNeurIPS, 2020

  88. [97]

    Meta-prompting for automating zero- shot visual recognition with llms,

    M. J. Mirza, L. Karlinsky, W. Lin, S. Doveh, J. Micorek, M. Kozinski, H. Kuhene, and H. Possegger, “Meta-prompting for automating zero- shot visual recognition with llms,” inECCV, 2024

  89. [98]

    The neglected tails in vision-language models,

    S. Parashar, Z. Lin, T. Liu, X. Dong, Y . Li, D. Ramanan, J. Caverlee, and S. Kong, “The neglected tails in vision-language models,” inCVPR, 2024

  90. [99]

    Introducing chatgpt,

    O. Blog, “Introducing chatgpt,” 2023

  91. [100]

    Prompting scientific names for zero-shot species recognition,

    S. Parashar, Z. Lin, Y . Li, and S. Kong, “Prompting scientific names for zero-shot species recognition,” inEMNLP, 2023

  92. [101]

    Waffling around for performance: Visual classification with random words and broad concepts,

    K. Roth, J. M. Kim, A. Koepke, O. Vinyals, C. Schmid, and Z. Akata, “Waffling around for performance: Visual classification with random words and broad concepts,” inICCV, 2023

  93. [102]

    Tag: Text prompt augmentation for zero-shot out-of-distribution detection supplementary material,

    X. Liu and C. Zach, “Tag: Text prompt augmentation for zero-shot out-of-distribution detection supplementary material,” inECCV, 2024

  94. [103]

    Training- free semantic segmentation via llm-supervision,

    W. Sun, Y . Du, G. Liu, R. Kompella, and C. G. Snoek, “Training- free semantic segmentation via llm-supervision,”arXiv preprint arXiv:2404.00701, 2024

  95. [104]

    Embracing diversity: Interpretable zero-shot classification beyond one vector per class,

    M. Moayeri, M. Rabbat, M. Ibrahim, and D. Bouchacourt, “Embracing diversity: Interpretable zero-shot classification beyond one vector per class,” inACM Conference on Fairness, Accountability, and Trans- parency, 2024

  96. [105]

    Envision- ing outlier exposure by large language models for out-of-distribution detection,

    C. Cao, Z. Zhong, Z. Zhou, Y . Liu, T. Liu, and B. Han, “Envision- ing outlier exposure by large language models for out-of-distribution detection,” inICML, 2024

  97. [106]

    Chatgpt-powered hierarchical comparisons for image classification,

    Z. Ren, Y . Su, and X. Liu, “Chatgpt-powered hierarchical comparisons for image classification,” inNeurIPS, 2023

  98. [107]

    Enhancing visual classification using comparative descriptors,

    H. Lee, G. Seo, W. Choi, G. Jung, K. Song, and J. Jung, “Enhancing visual classification using comparative descriptors,” inWACV, 2025

  99. [108]

    Making better mistakes in clip-based zero-shot classification with hierarchy-aware language prompts,

    T. Liang and J. Davis, “Making better mistakes in clip-based zero-shot classification with hierarchy-aware language prompts,”arXiv preprint arXiv:2503.02248, 2025

  100. [109]

    Tap: Targeted prompting for task adaptive generation of textual training instances for visual classification,

    M. J. Mirza, L. Karlinsky, W. Lin, H. Possegger, R. Feris, and H. Bischof, “Tap: Targeted prompting for task adaptive generation of textual training instances for visual classification,”arXiv preprint arXiv:2309.06809, 2023

  101. [110]

    Learning to prompt with text only supervision for vision-language models,

    M. U. Khattak, M. F. Naeem, M. Naseer, L. Van Gool, and F. Tombari, “Learning to prompt with text only supervision for vision-language models,” inAAAI, 2025

  102. [111]

    Diversity is definitely needed: Improving model-agnostic zero-shot classification via stable diffusion,

    J. Shipard, A. Wiliem, K. N. Thanh, W. Xiang, and C. Fookes, “Diversity is definitely needed: Improving model-agnostic zero-shot classification via stable diffusion,” inCVPR, 2023

  103. [112]

    Attributed synthetic data generation for zero-shot domain-specific image classifi- cation,

    S. Wang, L. Song, R. Shimizu, M. Goto, and H. Wu, “Attributed synthetic data generation for zero-shot domain-specific image classifi- cation,” inICME, 2025

  104. [113]

    Clearclip: Decomposing clip representations for dense vision-language inference,

    M. Lan, C. Chen, Y . Ke, X. Wang, L. Feng, and W. Zhang, “Clearclip: Decomposing clip representations for dense vision-language inference,” inECCV, 2024

  105. [114]

    A closer look at the explainability of contrastive language-image pre-training,

    Y . Li, H. Wang, Y . Duan, J. Zhang, and X. Li, “A closer look at the explainability of contrastive language-image pre-training,”Pattern Recognition, vol. 162, p. 111409, 2025

  106. [115]

    Grounding everything: Emerging localization properties in vision-language trans- formers,

    W. Bousselham, F. Petersen, V . Ferrari, and H. Kuehne, “Grounding everything: Emerging localization properties in vision-language trans- formers,” inCVPR, 2024

  107. [116]

    Emerging properties in self-supervised vision transformers,

    M. Caron, H. Touvron, I. Misra, H. J ´egou, J. Mairal, P. Bojanowski, and A. Joulin, “Emerging properties in self-supervised vision transformers,” inICCV, 2021

  108. [117]

    Segment anything,

    A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafson, T. Xiao, S. Whitehead, A. C. Berg, W.-Y . Loet al., “Segment anything,” inICCV, 2023

  109. [118]

    Lafter: Label-free tuning of zero-shot classifier using language and unlabeled image collections,

    M. J. Mirza, L. Karlinsky, W. Lin, H. Possegger, M. Kozinski, R. Feris, and H. Bischof, “Lafter: Label-free tuning of zero-shot classifier using language and unlabeled image collections,” inNeurIPS, 2023

  110. [119]

    Reclip: Refine contrastive language image pre-training with source free domain adaptation,

    X. Hu, K. Zhang, L. Xia, A. Chen, J. Luo, Y . Sun, K. Wang, N. Qiao, X. Zeng, M. Sunet al., “Reclip: Refine contrastive language image pre-training with source free domain adaptation,” inWACV, 2024

  111. [120]

    Data-efficient clip- powered dual-branch networks for source-free unsupervised domain adaptation,

    Y . Li, Y . Cao, J. Li, Q. Wang, and S. Wang, “Data-efficient clip- powered dual-branch networks for source-free unsupervised domain adaptation,”arXiv preprint arXiv:2410.15811, 2024. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 17

  112. [121]

    Training-free unsupervised prompt for vision-language models,

    S. Long, L. Wang, Z. Zhao, Z. Tan, Y . Wu, S. Wang, and J. Wang, “Training-free unsupervised prompt for vision-language models,”arXiv preprint arXiv:2404.16339, 2024

  113. [122]

    Prompt ensemble self-training for open-vocabulary domain adaptation,

    J. Huang, J. Zhang, H. Qiu, S. Jin, and S. Lu, “Prompt ensemble self-training for open-vocabulary domain adaptation,”arXiv preprint arXiv:2306.16658, 2023

  114. [123]

    Promp- tkd: Unsupervised prompt distillation for vision-language models,

    Z. Li, X. Li, X. Fu, X. Zhang, W. Wang, S. Chen, and J. Yang, “Promp- tkd: Unsupervised prompt distillation for vision-language models,” in CVPR, 2024

  115. [124]

    Otfusion: Bridging vision- only and vision-language models via optimal transport for transductive zero-shot learning,

    Q. Xu, W. Chen, Z. Hu, H. Li, and Y . Tai, “Otfusion: Bridging vision- only and vision-language models via optimal transport for transductive zero-shot learning,”arXiv preprint arXiv:2506.13723, 2025

  116. [125]

    Robust clip: Unsupervised adversarial fine-tuning of vision embeddings for robust large vision-language models,

    C. Schlarmann, N. D. Singh, F. Croce, and M. Hein, “Robust clip: Unsupervised adversarial fine-tuning of vision embeddings for robust large vision-language models,” inICML, 2024

  117. [126]

    Otter: Ef- fortless label distribution adaptation of zero-shot models,

    C. Shin, J. Zhao, S. Cromp, H. Vishwakarma, and F. Sala, “Otter: Ef- fortless label distribution adaptation of zero-shot models,” inNeurIPS, 2024

  118. [127]

    Boosting vision-language models with transduction,

    M. Zanella, B. G ´erin, and I. Ayed, “Boosting vision-language models with transduction,” inNeurIPS, 2024

  119. [128]

    Unsupervised prototype adapter for vision-language models,

    Y . Zhang, C. Zhang, X. Hu, and Z. He, “Unsupervised prototype adapter for vision-language models,” inPRCV, 2023

  120. [129]

    Clip meets dino for tuning zero-shot classifier using unlabeled image collections,

    M. F. Imam, R. F. Marew, J. Hassan, M. Fiaz, A. F. Aji, and H. Cholakkal, “Clip meets dino for tuning zero-shot classifier using unlabeled image collections,”arXiv preprint arXiv:2411.19346, 2024

  121. [130]

    Rs-clip: Zero shot remote sensing scene classification via contrastive vision-language supervision,

    X. Li, C. Wen, Y . Hu, and N. Zhou, “Rs-clip: Zero shot remote sensing scene classification via contrastive vision-language supervision,”Inter- national Journal of Applied Earth Observation and Geoinformation, vol. 124, p. 103497, 2023

  122. [131]

    Generate, transduct, adapt: Iterative transduction with vlms,

    O. Saha, L. Lawrence, G. Van Horn, and S. Maji, “Generate, transduct, adapt: Iterative transduction with vlms,” inICCV, 2025

  123. [132]

    Candidate pseudolabel learning: Enhancing vision-language models by prompt tuning with unlabeled data,

    J. Zhang, Q. Wei, F. Liu, and L. Feng, “Candidate pseudolabel learning: Enhancing vision-language models by prompt tuning with unlabeled data,” inICML, 2024

  124. [133]

    Enhancing clip with clip: Exploring pseudolabeling for limited-label prompt tuning,

    C. Menghini, A. Delworth, and S. Bach, “Enhancing clip with clip: Exploring pseudolabeling for limited-label prompt tuning,” inNeurIPS, 2023

  125. [134]

    Fixmatch: Simplifying semi- supervised learning with consistency and confidence,

    K. Sohn, D. Berthelot, N. Carlini, Z. Zhang, H. Zhang, C. A. Raffel, E. D. Cubuk, A. Kurakin, and C.-L. Li, “Fixmatch: Simplifying semi- supervised learning with consistency and confidence,” inNeurIPS, 2020

  126. [135]

    Dpa: Dual prototypes alignment for unsupervised adaptation of vision-language models,

    E. Ali, S. Silva, and M. H. Khan, “Dpa: Dual prototypes alignment for unsupervised adaptation of vision-language models,” inWACV, 2025

  127. [136]

    Improving clip robustness with knowledge distillation and self-training,

    C. Laroudie, A. Bursuc, M. L. Ha, and G. Franchi, “Improving clip robustness with knowledge distillation and self-training,”arXiv preprint arXiv:2309.10361, 2023

  128. [137]

    Label propagation for deep semi-supervised learning,

    A. Iscen, G. Tolias, Y . Avrithis, and O. Chum, “Label propagation for deep semi-supervised learning,” inCVPR, 2019

  129. [138]

    Noise-tolerant few-shot unsupervised adapter for vision-language models,

    E. Ali and M. H. Khan, “Noise-tolerant few-shot unsupervised adapter for vision-language models,” inBMVC, 2023

  130. [139]

    Lightweight unsupervised federated learning with pretrained vision language model,

    H. Yan and Y . Guo, “Lightweight unsupervised federated learning with pretrained vision language model,” inInternational Workshop on Trustworthy Federated Learning, 2024

  131. [140]

    Llama: Open and efficient foundation language models,

    H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozi `ere, N. Goyal, E. Hambro, F. Azharet al., “Llama: Open and efficient foundation language models,”arXiv preprint arXiv:2302.13971, 2023

  132. [141]

    Latteclip: Unsupervised clip fine-tuning via lmm-synthetic texts,

    A.-Q. Cao, M. Jaritz, M. Guillaumin, R. de Charette, and L. Bazzani, “Latteclip: Unsupervised clip fine-tuning via lmm-synthetic texts,” in WACV, 2025

  133. [142]

    Improving zero-shot generalization of learned prompts via unsupervised knowl- edge distillation,

    M. Mistretta, A. Baldrati, M. Bertini, and A. D. Bagdanov, “Improving zero-shot generalization of learned prompts via unsupervised knowl- edge distillation,” inECCV, 2024

  134. [143]

    Floss: Free lunch in open-vocabulary semantic segmentation,

    Y . Benigmim, M. Fahes, T.-H. Vu, A. Bursuc, and R. de Charette, “Floss: Free lunch in open-vocabulary semantic segmentation,” in ICCV, 2025

  135. [144]

    A simple zero-shot prompt weighting technique to improve prompt ensembling in text-image models,

    J. U. Allingham, J. Ren, M. W. Dusenberry, X. Gu, Y . Cui, D. Tran, J. Z. Liu, and B. Lakshminarayanan, “A simple zero-shot prompt weighting technique to improve prompt ensembling in text-image models,” inICML, 2023

  136. [145]

    ucap: An unsupervised prompting method for vision-language models,

    A. T. Nguyen, K. S. Tai, B.-C. Chen, S. N. Shukla, H. Yu, P. Torr, T.-P. Tian, and S.-N. Lim, “ucap: An unsupervised prompting method for vision-language models,” inECCV, 2024

  137. [146]

    Intra-modal proxy learning for zero-shot visual categorization with clip,

    Q. Qian, Y . Xu, and J. Hu, “Intra-modal proxy learning for zero-shot visual categorization with clip,” inNeurIPS, 2023

  138. [147]

    Transductive zero-shot and few-shot clip,

    S. Martin, Y . Huang, F. Shakeri, J.-C. Pesquet, and I. Ben Ayed, “Transductive zero-shot and few-shot clip,” inCVPR, 2024

  139. [148]

    R-tpt: Improving adversarial robustness of vision-language models through test-time prompt tuning,

    L. Sheng, J. Liang, Z. Wang, and R. He, “R-tpt: Improving adversarial robustness of vision-language models through test-time prompt tuning,” inCVPR, 2025

  140. [149]

    Diffusion-tta: Test-time adaptation of discriminative models via gen- erative feedback,

    M. Prabhudesai, T.-W. Ke, A. C. Li, D. Pathak, and K. Fragkiadaki, “Diffusion-tta: Test-time adaptation of discriminative models via gen- erative feedback,” inNeurIPS, 2023

  141. [150]

    Test-time adaptation with clip reward for zero-shot generalization in vision-language models,

    S. Zhao, X. Wang, L. Zhu, and Y . Yang, “Test-time adaptation with clip reward for zero-shot generalization in vision-language models,” in ICLR, 2023

  142. [151]

    Bidirectional prototype-reward co-evolution for test-time adaptation of vision-language models,

    X. Qiao, P. Huang, J. Yuan, X. Guo, B. Ye, Z. Sun, and X. Li, “Bidirectional prototype-reward co-evolution for test-time adaptation of vision-language models,”arXiv preprint arXiv:2503.09394, 2025

  143. [152]

    Tapt: Test- time adversarial prompt tuning for robust inference in vision-language models,

    X. Wang, K. Chen, J. Zhang, J. Chen, and X. Ma, “Tapt: Test- time adversarial prompt tuning for robust inference in vision-language models,” inCVPR, 2024

  144. [153]

    Realistic test-time adaptation of vision-language models,

    M. Zanella, C. Fuchs, C. De Vleeschouwer, and I. B. Ayed, “Realistic test-time adaptation of vision-language models,” inCVPR, 2025

  145. [154]

    Efficient test-time prompt tuning for vision-language models,

    Y . Zhu, G. Zhang, C. Xu, H. Shen, X. Chen, G. Wu, and L. Wang, “Efficient test-time prompt tuning for vision-language models,”arXiv preprint arXiv:2408.05775, 2024

  146. [155]

    In-context prompt learning for test-time vision recognition with frozen vision-language model,

    J. Yin, X. Zhang, L. Wu, and X. Wang, “In-context prompt learning for test-time vision recognition with frozen vision-language model,”arXiv preprint arXiv:2403.06126, 2024

  147. [156]

    Lora-ttt: Low-rank test-time training for vision-language models,

    Y . Kojima, J. Xu, X. Zou, and X. Wang, “Lora-ttt: Low-rank test-time training for vision-language models,” inICML Workshops, 2025

  148. [157]

    Test-time zero-shot temporal action localization,

    B. Liberatori, A. Conti, P. Rota, Y . Wang, and E. Ricci, “Test-time zero-shot temporal action localization,” inCVPR, 2024

  149. [158]

    Awt: Transferring vision- language models via augmentation, weighting, and transportation,

    Y . Zhu, Y . Ji, Z. Zhao, G. Wu, and L. Wang, “Awt: Transferring vision- language models via augmentation, weighting, and transportation,” in NeurIPS, 2024

  150. [159]

    RA-TTA: Retrieval-augmented test-time adaptation for vision-language models,

    Y . Lee, D. Kim, J. Kang, J. Bang, H. Song, and J.-G. Lee, “RA-TTA: Retrieval-augmented test-time adaptation for vision-language models,” inICLR, 2025

  151. [160]

    Scap: Transductive test-time adaptation via supportive clique-based attribute prompting,

    C. Zhang, K. Xu, Z. Liu, Y . Peng, and J. Zhou, “Scap: Transductive test-time adaptation via supportive clique-based attribute prompting,” inCVPR, 2025

  152. [161]

    Frustrat- ingly easy test-time adaptation of vision-language models,

    M. Farina, G. Franchi, G. Iacca, M. Mancini, and E. Ricci, “Frustrat- ingly easy test-time adaptation of vision-language models,” inNeurIPS, 2024

  153. [162]

    Diffusion-enhanced test-time adaptation with text and image augmentation,

    C.-M. Feng, Y . He, J. Zou, S. Khan, H. Xiong, Z. Li, W. Zuo, R. S. M. Goh, and Y . Liu, “Diffusion-enhanced test-time adaptation with text and image augmentation,”International Journal of Computer Vision, pp. 1–16, 2025

  154. [163]

    C-tpt: Calibrated test-time prompt tuning for vision- language models via text feature dispersion,

    H. S. Yoon, E. Yoon, J. T. J. Tee, M. Hasegawa-Johnson, Y . Li, and C. D. Yoo, “C-tpt: Calibrated test-time prompt tuning for vision- language models via text feature dispersion,” inICLR, 2024

  155. [164]

    O- tpt: Orthogonality constraints for calibrating test-time prompt tuning in vision-language models,

    A. Sharifdeen, M. A. Munir, S. Baliah, S. Khan, and M. H. Khan, “O- tpt: Orthogonality constraints for calibrating test-time prompt tuning in vision-language models,” inCVPR, 2025

  156. [165]

    Vpa: Fully test-time visual prompt adaptation,

    J. Sun, M. Ibrahim, M. Hall, I. Evtimov, Z. M. Mao, C. C. Ferrer, and C. Hazirbas, “Vpa: Fully test-time visual prompt adaptation,” in ACM-MM, 2023

  157. [166]

    Test-time low rank adaptation via confidence maximization for zero-shot generaliza- tion of vision-language models,

    R. Imam, H. Gani, M. Huzaifa, and K. Nandakumar, “Test-time low rank adaptation via confidence maximization for zero-shot generaliza- tion of vision-language models,” inWACV, 2024

  158. [167]

    Noise is an efficient learner for zero-shot vision-language models,

    R. Imam, A. Hanif, J. Zhang, K. W. Dawoud, Y . Kementchedjhieva, and M. Yaqub, “Noise is an efficient learner for zero-shot vision-language models,”arXiv preprint arXiv:2502.06019, 2025

  159. [168]

    Clipscore: A reference-free evaluation metric for image captioning,

    J. Hessel, A. Holtzman, M. Forbes, R. L. Bras, and Y . Choi, “Clipscore: A reference-free evaluation metric for image captioning,” inEMNLP, 2021

  160. [169]

    Just shift it: Test-time prototype shifting for zero-shot generalization with vision-language models,

    E. Sui, X. Wang, and S. Yeung-Levy, “Just shift it: Test-time prototype shifting for zero-shot generalization with vision-language models,” in WACV, 2024

  161. [170]

    Promptsync: Bridging domain gaps in vision-language models through class-aware prototype alignment and discrimination,

    A. Khandelwal, “Promptsync: Bridging domain gaps in vision-language models through class-aware prototype alignment and discrimination,” inCVPR Workshops, 2024

  162. [171]

    A survey on self-supervised learning: Algorithms, applications, and future trends,

    J. Gui, T. Chen, J. Zhang, Q. Cao, Z. Sun, H. Luo, and D. Tao, “A survey on self-supervised learning: Algorithms, applications, and future trends,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 46, no. 12, pp. 9052–9071, 2024

  163. [172]

    Using self- supervised learning can improve model robustness and uncertainty,

    D. Hendrycks, M. Mazeika, S. Kadavath, and D. Song, “Using self- supervised learning can improve model robustness and uncertainty,” in NeurIPS, 2019

  164. [173]

    Test-time vocabulary adaptation for language-driven object detection,

    M. Liu, T. L. Hayes, M. Mancini, E. Ricci, R. V olpi, and G. Csurka, “Test-time vocabulary adaptation for language-driven object detection,” inICIP, 2025. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 18

  165. [174]

    From local details to global context: Advancing vision-language models with attention-based selection,

    L. Cai, J. Kang, S. Li, W. Ma, B. Xie, Z. Qin, and J. Liang, “From local details to global context: Advancing vision-language models with attention-based selection,” inICML, 2025

  166. [175]

    Leveraging cross-modal neighbor representation for improved clip classification,

    C. Yi, L. Ren, D.-C. Zhan, and H.-J. Ye, “Leveraging cross-modal neighbor representation for improved clip classification,” inCVPR, 2024

  167. [176]

    Perceptionclip: Visual classification by inferring and conditioning on contexts,

    B. An, S. Zhu, M.-A. Panaitescu-Liess, C. K. Mummadi, and F. Huang, “Perceptionclip: Visual classification by inferring and conditioning on contexts,” inICLR, 2023

  168. [177]

    Improving zero-shot generaliza- tion and robustness of multi-modal models,

    Y . Ge, J. Ren, A. Gallagher, Y . Wang, M.-H. Yang, H. Adam, L. Itti, B. Lakshminarayanan, and J. Zhao, “Improving zero-shot generaliza- tion and robustness of multi-modal models,” inCVPR, 2023

  169. [178]

    Diffclip: Leveraging stable diffusion for language grounded 3d classification,

    S. Shen, Z. Zhu, L. Fan, H. Zhang, and X. Wu, “Diffclip: Leveraging stable diffusion for language grounded 3d classification,” inWACV, 2024

  170. [179]

    Leveraging vision- language embeddings for zero-shot learning in histopathology images,

    M. M. Rahaman, E. K. Millar, and E. Meijering, “Leveraging vision- language embeddings for zero-shot learning in histopathology images,” IEEE Journal of Biomedical and Health Informatics, 2025

  171. [180]

    Wavedn: A wavelet-based training-free zero-shot enhancement for vision-language models,

    J. Li, M. Yang, Y . Tian, L. Zhang, Y . Lu, J. Liu, and W. Wang, “Wavedn: A wavelet-based training-free zero-shot enhancement for vision-language models,” inACM-MM, 2024

  172. [181]

    Cross-modal retrieval meets in- ference: Improving zero-shot classification with cross-modal retrieval,

    S. Eom, N. Ho, J. Oh, and S.-Y . Yun, “Cross-modal retrieval meets in- ference: Improving zero-shot classification with cross-modal retrieval,” arXiv preprint arXiv:2308.15273, 2023

  173. [182]

    V ocabulary-free image classification and semantic segmentation,

    A. Conti, E. Fini, M. Mancini, P. Rota, Y . Wang, and E. Ricci, “V ocabulary-free image classification and semantic segmentation,” arXiv preprint arXiv:2404.10864, 2024

  174. [183]

    Robust calibration of large vision-language adapters,

    B. Murugesan, J. Silva-Rodr ´ıguez, I. B. Ayed, and J. Dolz, “Robust calibration of large vision-language adapters,” inECCV, 2024

  175. [184]

    Spurious feature eraser: Stabilizing test-time adaptation for vision-language foundation model,

    H. Ma, Y . Zhu, C. Zhang, P. Zhao, B. Wu, L.-K. Huang, Q. Hu, and B. Wu, “Spurious feature eraser: Stabilizing test-time adaptation for vision-language foundation model,” inAAAI, 2024

  176. [185]

    Test-time loss landscape adaptation for zero-shot generalization in vision-language models,

    A. Li, L. Zhuang, X. Long, M. Yao, and S. Wang, “Test-time loss landscape adaptation for zero-shot generalization in vision-language models,”arXiv preprint arXiv:2501.18864, 2025

  177. [186]

    Clip is strong enough to fight back: Test-time counterattacks towards zero-shot adversarial robustness of clip,

    S. Xing, Z. Zhao, and N. Sebe, “Clip is strong enough to fight back: Test-time counterattacks towards zero-shot adversarial robustness of clip,” inCVPR, 2025

  178. [187]

    Clip-diy: Clip dense inference yields open-vocabulary semantic seg- mentation for-free,

    M. Wysocza ´nska, M. Ramamonjisoa, T. Trzci ´nski, and O. Sim ´eoni, “Clip-diy: Clip dense inference yields open-vocabulary semantic seg- mentation for-free,” inWACV, 2024

  179. [188]

    Explore the potential of clip for training-free open vocabulary semantic segmentation,

    T. Shao, Z. Tian, H. Zhao, and J. Su, “Explore the potential of clip for training-free open vocabulary semantic segmentation,” inECCV, 2024

  180. [189]

    In defense of lazy visual grounding for open- vocabulary semantic segmentation,

    D. Kang and M. Cho, “In defense of lazy visual grounding for open- vocabulary semantic segmentation,” inECCV, 2024

  181. [190]

    Visual-text cross alignment: Refining the similarity score in vision-language models,

    J. Li, H. Li, S. Erfani, L. Feng, J. Bailey, and F. Liu, “Visual-text cross alignment: Refining the similarity score in vision-language models,” in ICML, 2024

  182. [191]

    S3: Synonymous semantic space for improving zero-shot generalization of vision-language models,

    X. Yin, Q. Wang, B. Cao, and Q. Hu, “S3: Synonymous semantic space for improving zero-shot generalization of vision-language models,” arXiv preprint arXiv:2412.04925, 2024

  183. [192]

    What do you see? enhancing zero-shot image classification with multimodal large language models,

    A. Abdelhamed, M. Afifi, and A. Go, “What do you see? enhancing zero-shot image classification with multimodal large language models,” arXiv preprint arXiv:2405.15668, 2024

  184. [193]

    Enhancing fine-grained image classifications via cascaded vision language models,

    C. Wei, “Enhancing fine-grained image classifications via cascaded vision language models,” inEMNLP Findings, 2024

  185. [194]

    Tlac: Two-stage lmm augmented clip for zero-shot classification,

    A. Munir, F. Z. Qureshi, M. H. Khan, and M. Ali, “Tlac: Two-stage lmm augmented clip for zero-shot classification,” inCVPR Workshops, 2025

  186. [195]

    Sparc: Score prompting and adaptive fusion for zero-shot multi-label recognition in vision-language models,

    K. Miller, S. Mishra, A. Gangrade, K. Saenko, and V . Saligrama, “Sparc: Score prompting and adaptive fusion for zero-shot multi-label recognition in vision-language models,” inCVPR, 2025

  187. [196]

    Follow-up differential descriptions: Language models resolve ambiguities for image classification,

    R. Esfandiarpoor and S. H. Bach, “Follow-up differential descriptions: Language models resolve ambiguities for image classification,” in ICLR, 2023

  188. [197]

    Texts as images in prompt tuning for multi-label image recognition,

    Z. Guo, B. Dong, Z. Ji, J. Bai, Y . Guo, and W. Zuo, “Texts as images in prompt tuning for multi-label image recognition,” inCVPR, 2023

  189. [198]

    Dart: Dual-modal adaptive online prompting and knowledge retention for test-time adaptation,

    Z. Liu, H. Sun, Y . Peng, and J. Zhou, “Dart: Dual-modal adaptive online prompting and knowledge retention for test-time adaptation,” in AAAI, 2024

  190. [199]

    Clipartt: Adaptation of clip to new domains at test time,

    G. A. V . Hakim, D. Osowiechi, M. Noori, M. Cheraghalikhani, A. Bahri, M. Yazdanpanah, I. B. Ayed, and C. Desrosiers, “Clipartt: Adaptation of clip to new domains at test time,” inWACV, 2024

  191. [200]

    Words matter: Leveraging individual text embeddings for code gen- eration in clip test-time adaptation,

    S. Mishra, J. Silva-Rodrıguez, I. B. Ayed, M. Pedersoli, and J. Dolz, “Words matter: Leveraging individual text embeddings for code gen- eration in clip test-time adaptation,”arXiv preprint arXiv:2411.17002, 2024

  192. [201]

    Watt: Weight average test-time adaption of clip,

    D. Osowiechi, M. Noori, G. A. V . Hakim, M. Yazdanpanah, A. Bahri, M. Cheraghalikhani, S. Dastani, F. Beizaee, I. B. Ayed, and C. Desrosiers, “Watt: Weight average test-time adaption of clip,” in NeurIPS, 2024

  193. [202]

    Dual memory networks: A versatile adaptation approach for vision-language models,

    Y . Zhang, W. Zhu, H. Tang, Z. Ma, K. Zhou, and L. Zhang, “Dual memory networks: A versatile adaptation approach for vision-language models,” inCVPR, 2024

  194. [203]

    Dual prototype evolving for test-time generalization of vision-language models,

    C. Zhang, S. Stepputtis, K. Sycara, and Y . Xie, “Dual prototype evolving for test-time generalization of vision-language models,” in NeurIPS, 2024

  195. [204]

    Bafta: Backprop-free test-time adaptation for zero-shot vision-language mod- els,

    X. Hu, K. Zhang, M. Sun, A. Chen, C.-H. Kuo, and R. Nevatia, “Bafta: Backprop-free test-time adaptation for zero-shot vision-language mod- els,”arXiv preprint arXiv:2406.11309, 2024

  196. [205]

    Online gaus- sian test-time adaptation of vision-language models,

    C. Fuchs, M. Zanella, and C. De Vleeschouwer, “Online gaus- sian test-time adaptation of vision-language models,”arXiv preprint arXiv:2501.04352, 2025

  197. [206]

    Dota: Distributional test-time adaptation of vision-language models,

    Z. Han, J. Yang, J. Li, Q. Hu, Q. Xu, M. Z. Shou, and C. Zhang, “Dota: Distributional test-time adaptation of vision-language models,” arXiv preprint arXiv:2409.19375, 2024

  198. [207]

    Bayesian test-time adaptation for vision-language models,

    L. Zhou, M. Ye, S. Li, N. Li, X. Zhu, L. Deng, H. Liu, and Z. Lei, “Bayesian test-time adaptation for vision-language models,” inCVPR, 2025

  199. [208]

    Test-time distribution normalization for contrastively learned visual-language models,

    Y . Zhou, J. Ren, F. Li, R. Zabih, and S. N. Lim, “Test-time distribution normalization for contrastively learned visual-language models,” in NeurIPS, 2023

  200. [209]

    Dynaprompt: Dynamic test-time prompt tuning,

    Z. Xiao, S. Yan, J. Hong, J. Cai, X. Jiang, Y . Hu, J. Shen, C. Wang, and C. G. M. Snoek, “Dynaprompt: Dynamic test-time prompt tuning,” inICLR, 2025

  201. [210]

    Is less more? exploring token condensation as training-free test-time adaptation,

    Z. Wang, D. Gong, S. Wang, Z. Huang, and Y . Luo, “Is less more? exploring token condensation as training-free test-time adaptation,” in ICCV, 2025

  202. [211]

    Efficient and context- aware label propagation for zero-/few-shot training-free adaptation of vision-language model,

    Y . Li, Y . Su, A. Goodge, K. Jia, and X. Xu, “Efficient and context- aware label propagation for zero-/few-shot training-free adaptation of vision-language model,” inICLR, 2025

  203. [212]

    Improved self-training for test-time adaptation,

    J. Ma, “Improved self-training for test-time adaptation,” inCVPR, 2024

  204. [213]

    Ctpt: Continual test- time prompt tuning for vision-language models,

    F. Wang, Z. Han, X. Liu, Y . Yin, and X. Gao, “Ctpt: Continual test- time prompt tuning for vision-language models,”Pattern Recognition, vol. 161, p. 111300, 2025

  205. [214]

    Towards robustness prompt tun- ing with fully test-time adaptation for clip’s zero-shot generalization,

    R. Wang, H. Zuo, Z. Fang, and J. Lu, “Towards robustness prompt tun- ing with fully test-time adaptation for clip’s zero-shot generalization,” inACM-MM, 2024

  206. [215]

    Noisy test-time adaptation in vision-language models,

    C. Cao, Z. Zhong, Z. Zhou, T. Liu, Y . Liu, K. Zhang, and B. Han, “Noisy test-time adaptation in vision-language models,” inICLR, 2025

  207. [216]

    Effectiveness of vision language models for open-world single image test time adaptation,

    M. Sreenivas and S. Biswas, “Effectiveness of vision language models for open-world single image test time adaptation,”arXiv preprint arXiv:2406.00481, 2024

  208. [217]

    Task-to-instance prompt learning for vision-language models at test time,

    Z. Lu, J. Bai, X. Li, Z. Xiao, and X. Wang, “Task-to-instance prompt learning for vision-language models at test time,”IEEE Transactions on Image Processing, vol. 34, pp. 1908–1920, 2025

  209. [218]

    Cosmic: Clique-oriented semantic multi-space integration for robust clip test- time adaptation,

    F. Huang, J. Jiang, Q. Jiang, H. Li, F. N. Khan, and Z. Wang, “Cosmic: Clique-oriented semantic multi-space integration for robust clip test- time adaptation,” inCVPR, 2025

  210. [219]

    Space rotation with basis transformation for training-free test-time adaptation,

    C. Ding, X. Gao, S. Dong, Y . He, Q. Wang, X. Song, A. Kot, and Y . Gong, “Space rotation with basis transformation for training-free test-time adaptation,”arXiv preprint arXiv:2502.19946, 2025

  211. [220]

    Prompt-based memory bank for continual test-time domain adaptation in vision-language models,

    R. Wang, H. Zuo, Z. Fang, and J. Lu, “Prompt-based memory bank for continual test-time domain adaptation in vision-language models,” inIJCNN, 2024

  212. [221]

    Test-time alignment-enhanced adapter for vision-language models,

    B. Tong, K. Song, and H. Lai, “Test-time alignment-enhanced adapter for vision-language models,”arXiv preprint arXiv:2411.15735, 2024

  213. [222]

    Tip-adapter: Training-free adaption of clip for few-shot classification,

    R. Zhang, W. Zhang, R. Fang, P. Gao, K. Li, J. Dai, Y . Qiao, and H. Li, “Tip-adapter: Training-free adaption of clip for few-shot classification,” inECCV, 2022

  214. [223]

    Boost- adapter: Improving vision-language test-time adaptation via regional bootstrapping,

    T. Zhang, J. Wang, H. Guo, T. Dai, B. Chen, and S.-T. Xia, “Boost- adapter: Improving vision-language test-time adaptation via regional bootstrapping,” inNeurIPS, 2024

  215. [224]

    Historical test-time prompt tuning for vision foundation models,

    J. Zhang, J. Huang, X. Zhang, L. Shao, and S. Lu, “Historical test-time prompt tuning for vision foundation models,” inNeurIPS, 2024

  216. [225]

    Robust test-time adaptation for zero-shot prompt tuning,

    D.-C. Zhang, Z. Zhou, and Y .-F. Li, “Robust test-time adaptation for zero-shot prompt tuning,” inAAAI, 2024

  217. [226]

    Mitigating cache noise in test-time adaptation for large vision-language models,

    H. Zhai, X. Chen, C. Zhang, T. Sha, and R. Li, “Mitigating cache noise in test-time adaptation for large vision-language models,” inICLR Workshops, 2025

  218. [227]

    Mint: Memory-infused prompt tuning at test-time for clip,

    J. Yi, R. Pan, J. Yang, and X. Yang, “Mint: Memory-infused prompt tuning at test-time for clip,”arXiv preprint arXiv:2506.03190, 2025. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 19

  219. [228]

    Batclip: Bimodal online test-time adaptation for clip,

    S. K. Maharana, B. Zhang, L. Karlinsky, R. Feris, and Y . Guo, “Batclip: Bimodal online test-time adaptation for clip,” inICCV, 2025

  220. [229]

    Any- shift prompting for generalization over distributions,

    Z. Xiao, J. Shen, M. M. Derakhshani, S. Liao, and C. G. Snoek, “Any- shift prompting for generalization over distributions,” inCVPR, 2024

  221. [230]

    Bayestta: Continual-temporal test-time adaptation for vision-language models via gaussian discriminant analysis,

    S. Cui, J. Xu, Y . Li, X. Tang, J. Li, J. Zhou, F. Xu, F. Sun, and H. Xiong, “Bayestta: Continual-temporal test-time adaptation for vision-language models via gaussian discriminant analysis,”arXiv preprint arXiv:2507.08607, 2025

  222. [231]

    Free on the fly: Enhancing flexibility in test-time adaptation with online em,

    Q. Dai and S. Yang, “Free on the fly: Enhancing flexibility in test-time adaptation with online em,” inCVPR, 2025

  223. [232]

    Test-time medical image segmentation using clip-guided sam adaptation,

    H. Chen, Y . Xu, Y . Xu, Y . Zhang, and L. Cui, “Test-time medical image segmentation using clip-guided sam adaptation,” inBIBM, 2024

  224. [233]

    Cliptta: Robust contrastive vision-language test-time adaptation,

    M. Lafon, G. A. V . Hakim, C. Rambour, C. Desrosier, and N. Thome, “Cliptta: Robust contrastive vision-language test-time adaptation,” arXiv preprint arXiv:2507.14312, 2025

  225. [234]

    Negation-aware test-time adaptation for vision-language models,

    H. Han, A. J. Wang, and F. Liu, “Negation-aware test-time adaptation for vision-language models,”arXiv preprint arXiv:2507.19064, 2025

  226. [235]

    Test-v: Test-time support-set tuning for zero-shot video classification,

    R. Yan, J. Wang, H. Qu, X. Du, D. Zhang, J. Tang, and T. Tan, “Test-v: Test-time support-set tuning for zero-shot video classification,”arXiv preprint arXiv:2502.00426, 2025

  227. [236]

    Hierar- chical knowledge prompt tuning for multi-task test-time adaptation,

    Q. Zhang, M. Zhao, J. Liu, F. Zhang, Y . Xu, and Z.-J. Zha, “Hierar- chical knowledge prompt tuning for multi-task test-time adaptation,” inCVPR, 2025

  228. [237]

    On the zero-shot adversarial robustness of vision-language models: A truly zero-shot and training- free approach,

    B. Tong, H. Lai, Y . Pan, and J. Yin, “On the zero-shot adversarial robustness of vision-language models: A truly zero-shot and training- free approach,” inCVPR, 2025

  229. [238]

    Small aid, big leap: Efficient test-time adaptation for vision-language models with adaptnet,

    X. Chen, J. Huang, Q. Jiang, F. Huang, X. Fu, J. Jiang, and Z. Wang, “Small aid, big leap: Efficient test-time adaptation for vision-language models with adaptnet,”arXiv preprint arXiv:2506.02671, 2025

  230. [239]

    Uniformity first: Uniformity-aware test-time adaptation of vision-language models against image corruption,

    K. Adachi, S. Yamaguchi, and T. Hamagami, “Uniformity first: Uniformity-aware test-time adaptation of vision-language models against image corruption,”arXiv preprint arXiv:2505.12912, 2025

  231. [240]

    Active test time prompt learning in vision-language models,

    D. Sarkar, A. Chakrabartty, B. Bhanja, and A. Das, “Active test time prompt learning in vision-language models,” 2024. [Online]. Available: https://openreview.net/forum?id=pdzHpQbGrn

  232. [241]

    Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories,

    L. Fei-Fei, R. Fergus, and P. Perona, “Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories,” inCVPR Workshops, 2004

  233. [242]

    Cats and dogs,

    O. M. Parkhi, A. Vedaldi, A. Zisserman, and C. Jawahar, “Cats and dogs,” inCVPR, 2012

  234. [243]

    3d object representations for fine-grained categorization,

    J. Krause, M. Stark, J. Deng, and L. Fei-Fei, “3d object representations for fine-grained categorization,” inICCV Workshops, 2013

  235. [244]

    Automated flower classification over a large number of classes,

    M.-E. Nilsback and A. Zisserman, “Automated flower classification over a large number of classes,” inICVGIP, 2008

  236. [245]

    Food-101–mining discriminative components with random forests,

    L. Bossard, M. Guillaumin, and L. Van Gool, “Food-101–mining discriminative components with random forests,” inECCV, 2014

  237. [246]

    Fine-grained visual classification of aircraft,

    S. Maji, E. Rahtu, J. Kannala, M. Blaschko, and A. Vedaldi, “Fine-grained visual classification of aircraft,”arXiv preprint arXiv:1306.5151, 2013

  238. [247]

    Sun database: Large-scale scene recognition from abbey to zoo,

    J. Xiao, J. Hays, K. A. Ehinger, A. Oliva, and A. Torralba, “Sun database: Large-scale scene recognition from abbey to zoo,” inCVPR, 2010

  239. [248]

    Describing textures in the wild,

    M. Cimpoi, S. Maji, I. Kokkinos, S. Mohamed, and A. Vedaldi, “Describing textures in the wild,” inCVPR, 2014

  240. [249]

    Eurosat: A novel dataset and deep learning benchmark for land use and land cover classification,

    P. Helber, B. Bischke, A. Dengel, and D. Borth, “Eurosat: A novel dataset and deep learning benchmark for land use and land cover classification,”IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 12, no. 7, pp. 2217–2226, 2019

  241. [250]

    Ucf101: A dataset of 101 human actions classes from videos in the wild,

    K. Soomro, A. R. Zamir, and M. Shah, “Ucf101: A dataset of 101 human actions classes from videos in the wild,”arXiv preprint arXiv:1212.0402, 2012

  242. [251]

    Imagenet: A large-scale hierarchical image database,

    J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei, “Imagenet: A large-scale hierarchical image database,” inCVPR, 2009

  243. [252]

    Natural adversarial examples,

    D. Hendrycks, K. Zhao, S. Basart, J. Steinhardt, and D. Song, “Natural adversarial examples,” inCVPR, 2021

  244. [253]

    Do imagenet classifiers generalize to imagenet?

    B. Recht, R. Roelofs, L. Schmidt, and V . Shankar, “Do imagenet classifiers generalize to imagenet?” inICML, 2019

  245. [254]

    The many faces of robustness: A critical analysis of out-of-distribution generalization,

    D. Hendrycks, S. Basart, N. Mu, S. Kadavath, F. Wang, E. Dorundo, R. Desai, T. Zhu, S. Parajuli, M. Guoet al., “The many faces of robustness: A critical analysis of out-of-distribution generalization,” in ICCV, 2021

  246. [255]

    Learning robust global representations by penalizing local predictive power,

    H. Wang, S. Ge, Z. Lipton, and E. P. Xing, “Learning robust global representations by penalizing local predictive power,” inNeurIPS, 2019

  247. [256]

    Deep hashing network for unsupervised domain adaptation,

    H. Venkateswara, J. Eusebio, S. Chakraborty, and S. Panchanathan, “Deep hashing network for unsupervised domain adaptation,” inCVPR, 2017

  248. [257]

    Moment matching for multi-source domain adaptation,

    X. Peng, Q. Bai, X. Xia, Z. Huang, K. Saenko, and B. Wang, “Moment matching for multi-source domain adaptation,” inICCV, 2019

  249. [258]

    The pascal visual object classes challenge: A retrospective,

    M. Everingham, S. A. Eslami, L. Van Gool, C. K. Williams, J. Winn, and A. Zisserman, “The pascal visual object classes challenge: A retrospective,”International Journal of Computer Vision, vol. 111, pp. 98–136, 2015

  250. [259]

    The role of context for object detection and semantic segmentation in the wild,

    R. Mottaghi, X. Chen, X. Liu, N.-G. Cho, S.-W. Lee, S. Fidler, R. Urtasun, and A. Yuille, “The role of context for object detection and semantic segmentation in the wild,” inCVPR, 2014

  251. [260]

    Coco-stuff: Thing and stuff classes in context,

    H. Caesar, J. Uijlings, and V . Ferrari, “Coco-stuff: Thing and stuff classes in context,” inCVPR, 2018

  252. [261]

    Semantic understanding of scenes through the ade20k dataset,

    B. Zhou, H. Zhao, X. Puig, T. Xiao, S. Fidler, A. Barriuso, and A. Torralba, “Semantic understanding of scenes through the ade20k dataset,”International Journal of Computer Vision, vol. 127, pp. 302– 321, 2019

  253. [262]

    Microsoft coco: Common objects in context,

    T.-Y . Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Doll ´ar, and C. L. Zitnick, “Microsoft coco: Common objects in context,” inECCV, 2014

  254. [263]

    The cityscapes dataset for semantic urban scene understanding,

    M. Cordts, M. Omran, S. Ramos, T. Rehfeld, M. Enzweiler, R. Benen- son, U. Franke, S. Roth, and B. Schiele, “The cityscapes dataset for semantic urban scene understanding,” inCVPR, 2016

  255. [264]

    Step: Segmenting and tracking every pixel,

    M. Weber, J. Xie, M. Collins, Y . Zhu, P. V oigtlaender, H. Adam, B. Green, A. Geiger, B. Leibe, D. Cremerset al., “Step: Segmenting and tracking every pixel,”arXiv preprint arXiv:2102.11859, 2021

  256. [265]

    Firenet dataset,

    F. Panella, V . Melatti, and J. Boehm, “Firenet dataset,” http://www. firenet.xyz, accessed: 2022-05-17

  257. [266]

    Bongard-hoi: Benchmarking few-shot visual reasoning for human- object interactions,

    H. Jiang, X. Ma, W. Nie, Z. Yu, Y . Zhu, and A. Anandkumar, “Bongard-hoi: Benchmarking few-shot visual reasoning for human- object interactions,” inCVPR, 2022

  258. [267]

    Learning multiple layers of features from tiny images,

    A. Krizhevsky, G. Hintonet al., “Learning multiple layers of features from tiny images,” 2009

  259. [268]

    The caltech-ucsd birds-200-2011 dataset,

    C. Wah, S. Branson, P. Welinder, P. Perona, and S. Belongie, “The caltech-ucsd birds-200-2011 dataset,” 2011

  260. [269]

    The inaturalist species classifi- cation and detection dataset,

    G. Van Horn, O. Mac Aodha, Y . Song, Y . Cui, C. Sun, A. Shepard, H. Adam, P. Perona, and S. Belongie, “The inaturalist species classifi- cation and detection dataset,” inCVPR, 2018

  261. [270]

    Places: A 10 million image database for scene recognition,

    B. Zhou, A. Lapedriza, A. Khosla, A. Oliva, and A. Torralba, “Places: A 10 million image database for scene recognition,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 40, no. 6, pp. 1452– 1464, 2017

  262. [271]

    Openim- ages: A public dataset for large-scale multi-label and multi-class image classification,

    I. Krasin, T. Duerig, N. Alldrin, V . Ferrari, S. Abu-El-Haija, A. Kuznetsova, H. Rom, J. Uijlings, S. Popov, A. Veitet al., “Openim- ages: A public dataset for large-scale multi-label and multi-class image classification,”Dataset available from https://github. com/openimages,...

  263. [272]

    Flickr30k entities: Collecting region-to-phrase correspondences for richer image-to-sentence models,

    B. A. Plummer, L. Wang, C. M. Cervantes, J. C. Caicedo, J. Hocken- maier, and S. Lazebnik, “Flickr30k entities: Collecting region-to-phrase correspondences for richer image-to-sentence models,” inICCV, 2015

  264. [273]

    Fashion-gen: The generative fashion dataset and challenge,

    N. Rostamzadeh, S. Hosseini, T. Boquet, W. Stokowiec, Y . Zhang, C. Jauvin, and C. Pal, “Fashion-gen: The generative fashion dataset and challenge,”arXiv preprint arXiv:1806.08317, 2018

  265. [274]

    Person search with natural language description,

    S. Li, T. Xiao, H. Li, B. Zhou, D. Yue, and X. Wang, “Person search with natural language description,” inCVPR, 2017

  266. [275]

    Semantically self-aligned network for text-to-image part-aware person re-identification,

    Z. Ding, C. Ding, Z. Shao, and D. Tao, “Semantically self-aligned network for text-to-image part-aware person re-identification,”arXiv preprint arXiv:2107.12666, 2021

  267. [276]

    Nocaps: Novel object captioning at scale,

    H. Agrawal, K. Desai, Y . Wang, X. Chen, R. Jain, M. Johnson, D. Batra, D. Parikh, S. Lee, and P. Anderson, “Nocaps: Novel object captioning at scale,” inICCV, 2019

  268. [277]

    Identifying med- ical diagnoses and treatable diseases by image-based deep learning,

    D. S. Kermany, M. Goldbaum, W. Cai, C. C. Valentim, H. Liang, S. L. Baxter, A. McKeown, G. Yang, X. Wu, F. Yanet al., “Identifying med- ical diagnoses and treatable diseases by image-based deep learning,” Cell, vol. 172, no. 5, pp. 1122–1131, 2018

  269. [278]

    Two public chest x-ray datasets for computer-aided screen- ing of pulmonary diseases,

    S. Jaeger, S. Candemir, S. Antani, Y .-X. J. W ´ang, P.-X. Lu, and G. Thoma, “Two public chest x-ray datasets for computer-aided screen- ing of pulmonary diseases,”Quantitative Imaging in Medicine and Surgery, vol. 4, no. 6, p. 475, 2014

  270. [279]

    Indian diabetic retinopathy image dataset (idrid): a database for diabetic retinopathy screening research,

    P. Porwal, S. Pachade, R. Kamble, M. Kokare, G. Deshmukh, V . Sa- hasrabuddhe, and F. Meriaudeau, “Indian diabetic retinopathy image dataset (idrid): a database for diabetic retinopathy screening research,” Data, vol. 3, no. 3, p. 25, 2018

  271. [280]

    N. C. Codella, D. Gutman, M. E. Celebi, B. Helba, M. A. Marchetti, S. W. Dusza, A. Kalloo, K. Liopyris, N. Mishra, H. Kittleret al., “Skin lesion analysis toward melanoma detection: A challenge at the 2017 international symposium on biomedical imaging (isbi), hosted by the int...

  272. [281]

    Hmdb: a large video database for human motion recognition,

    H. Kuehne, H. Jhuang, E. Garrote, T. Poggio, and T. Serre, “Hmdb: a large video database for human motion recognition,” inICCV, 2011

  273. [282]

    A short note about kinetics-600,

    J. Carreira, E. Noland, A. Banki-Horvath, C. Hillier, and A. Zisserman, “A short note about kinetics-600,”arXiv preprint arXiv:1808.01340, 2018

  274. [283]

    Activitynet: A large-scale video benchmark for human activity un- derstanding,

    F. Caba Heilbron, V . Escorcia, B. Ghanem, and J. Carlos Niebles, “Activitynet: A large-scale video benchmark for human activity un- derstanding,” inCVPR, 2015

  275. [284]

    The thumos challenge on action recognition for videos “in the wild

    H. Idrees, A. R. Zamir, Y .-G. Jiang, A. Gorban, I. Laptev, R. Suk- thankar, and M. Shah, “The thumos challenge on action recognition for videos “in the wild”,”Computer Vision and Image Understanding, vol. 155, pp. 1–23, 2017

  276. [285]

    Benchmarking neural network ro- bustness to common corruptions and perturbations,

    D. Hendrycks and T. Dietterich, “Benchmarking neural network ro- bustness to common corruptions and perturbations,” inICLR, 2019

  277. [286]

    Mind the gap: Understanding the modality gap in multi-modal contrastive representation learning,

    V . W. Liang, Y . Zhang, Y . Kwon, S. Yeung, and J. Y . Zou, “Mind the gap: Understanding the modality gap in multi-modal contrastive representation learning,” inNeurIPS, 2022

  278. [287]

    Multiood: Scaling out-of- distribution detection for multiple modalities,

    H. Dong, Y . Zhao, E. Chatzi, and O. Fink, “Multiood: Scaling out-of- distribution detection for multiple modalities,” inNeurIPS, 2024

  279. [288]

    Dpu: Dynamic prototype updating for multimodal out-of-distribution detection,

    S. Li, H. Gong, H. Dong, T. Yang, Z. Tu, and Y . Zhao, “Dpu: Dynamic prototype updating for multimodal out-of-distribution detection,” in CVPR, 2025

  280. [289]

    Extremely simple multimodal outlier synthesis for out-of-distribution detection and segmentation,

    M. Liu, H. Dong, J. Kelly, O. Fink, and M. Trapp, “Extremely simple multimodal outlier synthesis for out-of-distribution detection and segmentation,”arXiv preprint arXiv:2505.16985, 2025

  281. [290]

    Understanding zero-shot adversarial robustness for large-scale models,

    C. Mao, S. Geng, J. Yang, X. Wang, and C. V ondrick, “Understanding zero-shot adversarial robustness for large-scale models,” inICLR, 2023

  282. [291]

    One prompt word is enough to boost adversarial robustness for pre-trained vision-language models,

    L. Li, H. Guan, J. Qiu, and M. Spratling, “One prompt word is enough to boost adversarial robustness for pre-trained vision-language models,” inCVPR, 2024

  283. [292]

    Towards deep learning models resistant to adversarial attacks,

    A. Madry, A. Makelov, L. Schmidt, D. Tsipras, and A. Vladu, “Towards deep learning models resistant to adversarial attacks,”arXiv preprint arXiv:1706.06083, 2017

  284. [293]

    Learning-based dimensionality reduction for computing compact and effective local feature descriptors,

    H. Dong, X. Chen, M. Dusmanu, V . Larsson, M. Pollefeys, and C. Stachniss, “Learning-based dimensionality reduction for computing compact and effective local feature descriptors,” inICRA, 2023

  285. [294]

    Secure and robust machine learning for healthcare: A survey,

    A. Qayyum, J. Qadir, M. Bilal, and A. Al-Fuqaha, “Secure and robust machine learning for healthcare: A survey,”IEEE Reviews in Biomedical Engineering, vol. 14, pp. 156–180, 2020

  286. [295]

    Adaptive test-time personaliza- tion for federated learning,

    W. Bao, T. Wei, H. Wang, and J. He, “Adaptive test-time personaliza- tion for federated learning,” inNeurIPS, 2023

  287. [296]

    Network quantization with element-wise gradient scaling,

    J. Lee, D. Kim, and B. Ham, “Network quantization with element-wise gradient scaling,” inCVPR, 2021

  288. [297]

    Rethinking the value of network pruning,

    Z. Liu, M. Sun, T. Zhou, G. Huang, and T. Darrell, “Rethinking the value of network pruning,”arXiv preprint arXiv:1810.05270, 2018

  289. [298]

    Knowledge distillation: A survey,

    J. Gou, B. Yu, S. J. Maybank, and D. Tao, “Knowledge distillation: A survey,”International Journal of Computer Vision, vol. 129, no. 6, pp. 1789–1819, 2021

  290. [299]

    Masked vision and language modeling for multi-modal representation learning,

    G. Kwon, Z. Cai, A. Ravichandran, E. Bas, R. Bhotika, and S. Soatto, “Masked vision and language modeling for multi-modal representation learning,”arXiv preprint arXiv:2208.02131, 2022

  291. [300]

    Show-o: One single transformer to unify multimodal understanding and generation,

    J. Xie, W. Mao, Z. Bai, D. J. Zhang, W. Wang, K. Q. Lin, Y . Gu, Z. Chen, Z. Yang, and M. Z. Shou, “Show-o: One single transformer to unify multimodal understanding and generation,”arXiv preprint arXiv:2408.12528, 2024

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.