paper-with-me

홈 › Papers

DynaPrompt: Dynamic Test-Time Prompt Tuning

2025-01-27 · Zehao Xiao, Shilin Yan, Jack Hong, Jiayin Cai, XiaoLong Jiang, Yao Hu, Jiayi Shen, Qi Wang, Cees G. M. Snoek

Test-time prompt tuning enhances zero-shot generalization of vision-language models but tends to ignore the relatedness among test samples during inference. Online test-time prompt tuning provides a simple way to leverage the information in previous test samples, albeit with the risk of prompt collapse due to error accumulation. To enhance test-time prompt tuning, we propose DynaPrompt, short for dynamic test-time prompt tuning, exploiting relevant data distribution information while reducing error accumulation. Built on an online prompt buffer, DynaPrompt adaptively selects and optimizes the relevant prompts for each test sample during tuning. Specifically, we introduce a dynamic prompt selection strategy based on two metrics: prediction entropy and probability difference. For unseen test data information, we develop dynamic prompt appending, which allows the buffer to append new prompts and delete the inactive ones. By doing so, the prompts are optimized to exploit beneficial information on specific test data, while alleviating error accumulation. Experiments on fourteen datasets demonstrate the effectiveness of dynamic test-time prompt tuning.

📄 PDF Abstract BibTeX arXiv:2501.16404

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot Generalization

Similar Papers 제목 키워드 기반

MetaTPT: Meta Test-time Prompt Tuning for Vision-Language Models

2025-12-13 · Yuqing Lei, Yingjun Du, Yawen Huang, Xiantong Zhen 외 arxiv

Vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization but remain sensitive to domain shifts at test time. Test-time prompt tuning (TPT) mitigates this issue by adapting prompts with fixed aug…

Zero-shot GeneralizationDomain GeneralizationTest-time Adaptation

Doubly Debiased Test-Time Prompt Tuning for Vision-Language Models

2025-11-12 · Fei Song, Yi Li, Rui Wang, Jiahuan Zhou 외 arxiv

Test-time prompt tuning for vision-language models has demonstrated impressive generalization capabilities under zero-shot settings. However, tuning the learnable prompts solely based on unlabeled test data may induce pr…

Adapting Vision-Language Models to Open Classes via Test-Time Prompt Tuning

2024-08-29 · Zhengqing Gao, Xiang Ao, Xu-Yao Zhang, Cheng-Lin Liu

Adapting pre-trained models to open classes is a challenging problem in machine learning. Vision-language models fully explore the knowledge of text modality, demonstrating strong zero-shot recognition performance, which…

Zero-Shot Learning

Dynamic Prompt Allocation and Tuning for Continual Test-Time Adaptation

2024-12-12 · Chaoran Cui, Yongrui Zhen, Shuai Gong, Chunyun Zhang 외

Continual test-time adaptation (CTTA) has recently emerged to adapt a pre-trained source model to continuously evolving target distributions, which accommodates the dynamic nature of real-world environments. To mitigate …

Test-time Adaptation

Historical Test-time Prompt Tuning for Vision Foundation Models

2024-10-27 · Jingyi Zhang, Jiaxing Huang, Xiaoqin Zhang, Ling Shao 외

Test-time prompt tuning, which learns prompts online with unlabelled test samples during the inference stage, has demonstrated great potential by learning effective prompts on-the-fly without requiring any task-specific …

image-classificationImage ClassificationMemorizationobject-detection+2