CVAILGJan 30, 2023

Language-Driven Anchors for Zero-Shot Adversarial Robustness

arXiv:2301.13096v326 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the challenge of adversarial robustness for novel categories without labeled training data, which is incremental as it builds on existing multimodal models.

The paper tackles the problem of zero-shot adversarial robustness in deep neural networks by proposing LAAT, a language-driven anchor-based adversarial training strategy that leverages vision-language models like CLIP, resulting in significant improvements over state-of-the-art methods.

Deep Neural Networks (DNNs) are known to be susceptible to adversarial attacks. Previous researches mainly focus on improving adversarial robustness in the fully supervised setting, leaving the challenging domain of zero-shot adversarial robustness an open question. In this work, we investigate this domain by leveraging the recent advances in large vision-language models, such as CLIP, to introduce zero-shot adversarial robustness to DNNs. We propose LAAT, a Language-driven, Anchor-based Adversarial Training strategy. LAAT utilizes the features of a text encoder for each category as fixed anchors (normalized feature embeddings) for each category, which are then employed for adversarial training. By leveraging the semantic consistency of the text encoders, LAAT aims to enhance the adversarial robustness of the image model on novel categories. However, naively using text encoders leads to poor results. Through analysis, we identified the issue to be the high cosine similarity between text encoders. We then design an expansion algorithm and an alignment cross-entropy loss to alleviate the problem. Our experimental results demonstrated that LAAT significantly improves zero-shot adversarial robustness over state-of-the-art methods. LAAT has the potential to enhance adversarial robustness by large-scale multimodal models, especially when labeled data is unavailable during training.

Code Implementations1 repo
Foundations

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

Your Notes