CVMay 23, 2025

Enhancing Adversarial Robustness of Vision Language Models via Adversarial Mixture Prompt Tuning

arXiv:2505.17509v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses security risks in VLMs for applications like image-text systems, but it is incremental as it builds on existing adversarial prompt tuning methods.

The paper tackles the vulnerability of Vision Language Models to adversarial examples by proposing Adversarial Mixture Prompt Tuning (AMPT), which learns multiple text prompts and uses a conditional weight router to align text features with adversarial image features, achieving better adversarial robustness than state-of-the-art methods on 11 datasets.

Large pre-trained Vision Language Models (VLMs) have excellent generalization capabilities but are highly susceptible to adversarial examples, presenting potential security risks. To improve the robustness of VLMs against adversarial examples, adversarial prompt tuning methods are proposed to align the text feature with the adversarial image feature without changing model parameters. However, when facing various adversarial attacks, a single learnable text prompt has insufficient generalization to align well with all adversarial image features, which finally leads to the overfitting phenomenon. To address the above challenge, in this paper, we empirically find that increasing the number of learned prompts can bring more robustness improvement than a longer prompt. Then we propose an adversarial tuning method named Adversarial Mixture Prompt Tuning (AMPT) to enhance the generalization towards various adversarial attacks for VLMs. AMPT aims to learn mixture text prompts to obtain more robust text features. To further enhance the adaptability, we propose a conditional weight router based on the input adversarial image to predict the mixture weights of multiple learned prompts, which helps obtain sample-specific aggregated text features aligning with different adversarial image features. A series of experiments show that our method can achieve better adversarial robustness than state-of-the-art methods on 11 datasets under different experimental settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes