paper-with-me

홈 › Papers

Learning What Not to Learn: Adversarial Disentangled Prompt Tuning for Robust Vision-Language Models

2026-08-18 · Yang Chen, Zhan Zhuang, Yanbin Wei, Zebin Chen, Hua Liu, Yu Zhang arxiv

While adversarial prompt tuning can enhance robustness of vision-language models efficiently, we find that existing methods aggravate robust generalization overfitting on seen classes, leading to a rapid degradation in performance against adversarial examples of unseen classes as training progresses. We empirically identify that this degradation stems from the tendency of the model to learn pseudo-robust features (i.e., non-generalizable shortcuts). To mitigate this, we propose ADAPT (Adversarial Disentangled Prompt Tuning), a robust prompt tuning framework following the philosophy of ``Learning What Not to Learn''. Specifically, ADAPT uses a dual-prompt mechanism with a target prompt and a pool of decoy prompts. During training, the decoy prompts are guided to entrap diverse pseudo-robust features, while the target prompt is constrained to be orthogonal to the decoys in the embedding space to learn robust features. By disentangling the robust features from the pseudo-robust features, ADAPT effectively prevents robust generalization overfitting. We further provide an analysis showing that the orthogonal loss bounds the effect of shifts in pseudo-robust features on unseen classes, yielding a testing error guarantee. Empirically, extensive experiments demonstrate that ADAPT substantially improves the robustness of the target prompt on unseen classes. The code is available at https://github.com/cheny02/ADAPT-ACMMM2026.

📄 PDF Abstract BibTeX arXiv:2608.17306

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DRPT: Disentangled and Recurrent Prompt Tuning for Compositional Zero-Shot Learning

2023-05-02 · Xiaocheng Lu, Ziming Liu, Song Guo, Jingcai Guo 외

Compositional Zero-shot Learning (CZSL) aims to recognize novel concepts composed of known knowledge without training samples. Standard CZSL either identifies visual primitives or enhances unseen composed entities, and a…

Compositional Zero-Shot LearningNovel ConceptsObjectZero-Shot Learning

Learning Disentangled Prompts for Compositional Image Synthesis

2023-06-01 · Kihyuk Sohn, Albert Shaw, Yuan Hao, Han Zhang 외

We study domain-adaptive image synthesis, the problem of teaching pretrained image generative models a new style or concept from as few as one image to synthesize novel images, to better understand the compositional imag…

Domain AdaptationImage GenerationVisual Prompt Tuning

Disentangled Prompt Representation for Domain Generalization

2024-01-01 · CVPR 2024 1 · De Cheng, Zhipeng Xu, Xinyang Jiang, Nannan Wang 외

Domain Generalization (DG) aims to develop a versatile model capable of performing well on unseen target domains. Recent advancements in pre-trained Visual Foundation Models (VFMs) such as CLIP show significant poten…

Domain GeneralizationLanguage ModellingLarge Language ModelVisual Prompt Tuning

DiPrompT: Disentangled Prompt Tuning for Multiple Latent Domain Generalization in Federated Learning

2024-03-11 · CVPR 2024 1 · Sikai Bai, Jie Zhang, Shuaicheng Li, Song Guo 외

Federated learning (FL) has emerged as a powerful paradigm for learning from decentralized data, and federated domain generalization further considers the test dataset (target domain) is absent from the decentralized tra…

Domain GeneralizationFederated LearningGeneral Knowledge

Image Generation and Translation with Disentangled Representations

2018-03-28 · Tobias Hinz, Stefan Wermter

Generative models have made significant progress in the tasks of modeling complex data distributions such as natural images. The introduction of Generative Adversarial Networks (GANs) and auto-encoders lead to the possib…

Conditional Image GenerationFace GenerationImage GenerationImage-to-Image Translation+2