Understanding Zero-Shot Adversarial Robustness for Large-Scale Models
Chengzhi Mao, Scott Geng, Junfeng Yang, Xin Wang, Carl Vondrick
TL;DR
This work tackles zero-shot adversarial robustness for vision-language foundation models, focusing on how adaptation strategy and training objectives shape robustness to unseen tasks. It introduces TeCoA, a text-guided cross-modal contrastive loss that aligns adversarial visual features with correct text embeddings, and demonstrates its effectiveness with both finetuning and visual prompting. Across 16 datasets, including ImageNet, TeCoA substantially improves zero-shot robustness (average gains ~31 points over CLIP) and remains effective with unlabeled data via pseudo-labels. The results provide practical guidance for preserving zero-shot generalization while boosting robustness and establish a benchmark for future work in zero-shot adversarial robustness.
Abstract
Pretrained large-scale vision-language models like CLIP have exhibited strong generalization over unseen tasks. Yet imperceptible adversarial perturbations can significantly reduce CLIP's performance on new tasks. In this work, we identify and explore the problem of \emph{adapting large-scale models for zero-shot adversarial robustness}. We first identify two key factors during model adaption -- training losses and adaptation methods -- that affect the model's zero-shot adversarial robustness. We then propose a text-guided contrastive adversarial training loss, which aligns the text embeddings and the adversarial visual features with contrastive learning on a small set of training data. We apply this training loss to two adaption methods, model finetuning and visual prompt tuning. We find that visual prompt tuning is more effective in the absence of texts, while finetuning wins in the existence of text guidance. Overall, our approach significantly improves the zero-shot adversarial robustness over CLIP, seeing an average improvement of over 31 points over ImageNet and 15 zero-shot datasets. We hope this work can shed light on understanding the zero-shot adversarial robustness of large-scale models.
