paper-with-me

홈 › Papers

Adversarial Prompt Distillation for Vision-Language Models

2024-11-22 · Lin Luo, Xin Wang, Bojia Zi, Shihao Zhao, Xingjun Ma

Large pre-trained Vision-Language Models (VLMs) such as Contrastive Language-Image Pre-Training (CLIP) have been shown to be susceptible to adversarial attacks, raising concerns about their deployment in safety-critical scenarios like autonomous driving and medical diagnosis. One promising approach for improving the robustness of pre-trained VLMs is Adversarial Prompt Tuning (APT), which combines adversarial training with prompt tuning. However, existing APT methods are mostly single-modal methods that design prompt(s) for only the visual or textual modality, limiting their effectiveness in either robustness or clean accuracy. In this work, we propose a novel method called Adversarial Prompt Distillation (APD) that combines APT with knowledge distillation to boost the adversarial robustness of CLIP. Specifically, APD is a bimodal method that adds prompts for both the visual and textual modalities while leveraging a cleanly pre-trained teacher CLIP model to distill and boost the performance of the student CLIP model on downstream tasks. Extensive experiments on multiple benchmark datasets demonstrate the superiority of our APD over the current state-of-the-art APT methods in terms of both natural and adversarial performances. The effectiveness of our APD method validates the possibility of using a non-robust teacher to improve the generalization and robustness of VLMs.

📄 PDF Abstract BibTeX arXiv:2411.15244

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessAutonomous DrivingKnowledge DistillationMedical Diagnosis

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

MoPD: Mixture-of-Prompts Distillation for Vision-Language Models

2024-12-26 · Yang Chen, Shuai Fu, Yu Zhang

Soft prompt learning methods are effective for adapting vision-language models (VLMs) to downstream tasks. Nevertheless, empirical evidence reveals a tendency of existing methods that they overfit seen classes and exhibi…

Prompt Learning

On-Policy Adversarial Flow Distillation for Autoregressive Video Generation

2026-05-25 · Yang Luo, Shengju Qian, Xiaohang Tang, Zirui Zhu 외 arxiv

Autoregressive video generators are attractive for streaming, long-horizon, and interactive applications, but distilling strong black-box teachers into causal students remains difficult. The student must learn under its …

Reinforcement LearningVideo Generation

Multimodal Robust Prompt Distillation for 3D Point Cloud Models

2025-11-26 · Xiang Gu, Liming Lu, Xu Zheng, Anan Du 외 arxiv

Adversarial attacks pose a significant threat to learning-based 3D point cloud models, critically undermining their reliability in security-sensitive applications. Existing defense methods often suffer from (1) high comp…

The Professor: Multi-Teacher Unsupervised Prompt Distillation for Vision-Language Models

2026-06-22 · Ahmad Algadhi, Ahmed Alzuhair, Omar Alkhulaif, Muzammil Behzad arxiv

Prompt distillation compresses large vision-language models (VLMs) such as CLIP into lightweight student models by matching teacher predictions on unlabeled domain images. PromptKD (CVPR 2024) established this paradigm w…

Vision-Language Meets the Skeleton: Progressively Distillation with Cross-Modal Knowledge for 3D Action Representation Learning

2024-05-31 · Yang Chen, Tian He, Junfeng Fu, Ling Wang 외

Skeleton-based action representation learning aims to interpret and understand human behaviors by encoding the skeleton sequences, which can be categorized into two primary training paradigms: supervised learning and sel…

Action RecognitionContrastive LearningKnowledge DistillationRepresentation Learning+4