paper-with-me

홈 › Papers

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

2025-11-12 · Fei Song, Yi Li, Rui Wang, Jiahuan Zhou, Changwen Zheng, Jiangmeng Li 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 prompt optimization bias, ultimately leading to suboptimal performance on downstream tasks. In this work, we analyze the underlying causes of prompt optimization bias from both the model and data perspectives. In terms of the model, the entropy minimization objective typically focuses on reducing the entropy of model predictions while overlooking their correctness. This can result in overconfident yet incorrect outputs, thereby compromising the quality of prompt optimization. On the data side, prompts affected by optimization bias can introduce misalignment between visual and textual modalities, which further aggravates the prompt optimization bias. To this end, we propose a Doubly Debiased Test-Time Prompt Tuning method. Specifically, we first introduce a dynamic retrieval-augmented modulation module that retrieves high-confidence knowledge from a dynamic knowledge base using the test image feature as a query, and uses the retrieved knowledge to modulate the predictions. Guided by the refined predictions, we further develop a reliability-aware prompt optimization module that incorporates a confidence-based weighted ensemble and cross-modal consistency distillation to impose regularization constraints during prompt tuning. Extensive experiments across 15 benchmark datasets involving both natural distribution shifts and cross-datasets generalization demonstrate that our method outperforms baselines, validating its effectiveness in mitigating prompt optimization bias.

📄 PDF Abstract BibTeX arXiv:2511.11690

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automatic doubly robust inference for linear functionals via calibrated debiased machine learning

2024-11-05 · Lars van der Laan, Alex Luedtke, Marco Carone

In causal inference, many estimands of interest can be expressed as a linear functional of the outcome regression function; this includes, for example, average causal effects of static, dynamic and stochastic interventio…

Causal Inferenceregression

BayesPrompt: Prompting Large-Scale Pre-Trained Language Models on Few-shot Inference via Debiased Domain Abstraction

2024-01-25 · Jiangmeng Li, Fei Song, Yifan Jin, Wenwen Qiang 외

As a novel and effective fine-tuning paradigm based on large-scale pre-trained language models (PLMs), prompt-tuning aims to reduce the gap between downstream tasks and pre-training objectives. While prompt-tuning has yi…

Domain Adaptation

Optimal Nuisance Function Tuning for Estimating a Doubly Robust Functional under Proportional Asymptotics

2025-09-29 · Sean McGrath, Debarghya Mukherjee, Rajarshi Mukherjee, Zixiao Jolene Wang arxiv

In this paper, we explore the asymptotically optimal tuning parameter choice in ridge regression for estimating nuisance functions of a statistical functional that has recently gained prominence in conditional independen…

Causal Inference

Doubly cross-fit debiased machine learning of heterogeneous treatment effects under principal stratification

2026-06-27 · Jiaqi Tong, Fan Li arxiv

Principal stratification provides a foundational framework for causal inference with intermediate outcomes by defining causal effects within subpopulations, yet existing work has largely focused on average effects across…

Causal Inference

Double Debiased Machine Learning Nonparametric Inference with Continuous Treatments

2020-04-06 · Kyle Colangelo, Ying-Ying Lee

We propose a doubly robust inference method for causal effects of continuous treatment variables, under unconfoundedness and with nonparametric or high-dimensional nuisance functions. Our double debiased machine learning…

BIG-bench Machine Learning