paper-with-me

홈 › Papers

Robust Prompt Tuning for Vision-Language Models with Mild Semantic Noise

2025-08-06 · Yansheng Gao, Yufei Zheng, Shengsheng Wang arxiv

Prompt tuning has shown promising results, but its robustness and generalization to unseen categories remain limited. Through our experiments, we demonstrate that the complete removal of semantic noise is a key factor restricting robustness. Existing methods typically suppress or filter out semantic noise in the prompt space, inadvertently hindering the model's robustness and its ability to generalize to unseen categories. To address this, we propose ANPrompt, a robust prompt tuning framework that actively incorporates weak semantic noise. By clustering weakly perturbed features into noise prompts and integrating them with learnable tokens in both the text and vision encoders, ANPrompt ensures controlled exposure to semantic variations. To enhance the visual pathway, we introduce the Noise-Resistant Visual Prompt Prototype (NRVPP), which stabilizes visual semantics under weak perturbations. Additionally, we propose a Weak Alignment Loss (WALoss) at the logits level to enforce consistency between clean and perturbed predictions, providing stable supervision. By combining weak semantic noise exposure with logits-based consistency, ANPrompt prevents overfitting to specific phrasings while preserving semantic integrity. Extensive experiments across 11 benchmarks, including base-to-new splits, show that ANPrompt consistently outperforms existing prompt tuning methods, offering superior robustness to semantic noise and improved generalization across tasks.

📄 PDF Abstract BibTeX arXiv:2508.04677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

One Size Fits All for Semantic Shifts: Adaptive Prompt Tuning for Continual Learning

2023-11-18 · Doyoung Kim, Susik Yoon, Dongmin Park, YoungJun Lee 외

In real-world continual learning (CL) scenarios, tasks often exhibit intricate and unpredictable semantic shifts, posing challenges for fixed prompt management strategies which are tailored to only handle semantic shifts…

AllContinual LearningManagementSemantic Similarity+1

Generalizable Prompt Tuning for Audio-Language Models via Semantic Expansion

2026-01-06 · Jaehyuk Jang, Wonjun Lee, Kangwook Ko, Changick Kim arxiv

Prompt tuning has achieved remarkable progress in vision-language models (VLMs) and is recently being adopted for audio-language models (ALMs). However, its generalization ability in ALMs remains largely underexplored. W…

Pro-tuning: Unified Prompt Tuning for Vision Tasks

2022-07-28 · Xing Nie, Bolin Ni, Jianlong Chang, Gaomeng Meng 외

In computer vision, fine-tuning is the de-facto approach to leverage pre-trained vision models to perform downstream tasks. However, deploying it in practice is quite challenging, due to adopting parameter inefficient gl…

Adversarial Robustnessimage-classificationImage Classificationobject-detection+3

Dynamic Prompting: A Unified Framework for Prompt Tuning

2023-03-06 · Xianjun Yang, Wei Cheng, Xujiang Zhao, Wenchao Yu 외

It has been demonstrated that the art of prompt tuning is highly effective in efficiently extracting knowledge from pretrained foundation models, encompassing pretrained language models (PLMs), vision pretrained models, …

Position

LLM-empowered Dynamic Prompt Routing for Vision-Language Models Tuning under Long-Tailed Distributions

2025-08-21 · Yongju Jia, Jiarui Ma, Xiangxian Li, Baiqiao Zhang 외 arxiv

Pre-trained vision-language models (VLMs), such as CLIP, have demonstrated impressive capability in visual tasks, but their fine-tuning often suffers from bias in class-imbalanced scene. Recent works have introduced larg…