paper-with-me

Papers

Language-Driven Anchors for Zero-Shot Adversarial Robustness

2023-01-30 · CVPR 2024 1 · Xiao Li, Wei zhang, Yining Liu, Zhanhao Hu, Bo Zhang, Xiaolin Hu

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.

📄 PDF Abstract BibTeX arXiv:2301.13096

Code (1)

lixiaothu/laat 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial RobustnessImage ClassificationZero-Shot Image ClassificationZero-Shot Learning

Similar Papers 제목 키워드 기반

On the Zero-shot Adversarial Robustness of Vision-Language Models: A Truly Zero-shot and Training-free Approach

2025-01-01 · CVPR 2025 1 · Baoshun Tong, Hanjiang Lai, Yan Pan, Jian Yin

Pre-trained Vision-Language Models (VLMs) like CLIP, have demonstrated strong zero-shot generalization capabilities. Despite their effectiveness on various downstream tasks, they remain vulnerable to adversarial samp…

Adversarial RobustnessZero-shot Generalization

ABounD: Adversarial Boundary-Driven Few-Shot Learning for Multi-Class Anomaly Detection

2025-11-27 · Runzhi Deng, Yundi Hu, Xinshuang Zhang, Zhao Wang 외 arxiv

Few-shot multi-class industrial anomaly detection identifies diverse defects across multiple categories using a single unified model and limited normal samples. Although vision-language models offer strong generalization…

Multi-class Anomaly DetectionFew-Shot Learning

Language-Driven Visual Consensus for Zero-Shot Semantic Segmentation

2024-03-13 · ZiCheng Zhang, Tong Zhang, Yi Zhu, Jianzhuang Liu 외

The pre-trained vision-language model, exemplified by CLIP, advances zero-shot semantic segmentation by aligning visual features with class embeddings through a transformer decoder to generate semantic masks. Despite its…

DecoderLanguage ModelingLanguage ModellingSemantic Segmentation+1

PathCo-LatticE: Pathology-Constrained Lattice-Of Experts Framework for Fully-supervised Few-Shot Cardiac MRI Segmentation

2025-12-10 · Mohamed Elbayumi, Mohammed S. M. Elbaz arxiv

Few-shot learning (FSL) mitigates data scarcity in cardiac MRI segmentation but typically relies on semi-supervised techniques sensitive to domain shifts and validation bias, restricting zero-shot generalizability. We pr…

Zero-shot GeneralizationFew-Shot Learning

Beyond Static Anchors: Bounded Prototype Conditioning for Language-Free Medical Anomaly Detection

2026-08-01 · Yibo Wan, Jinyu Cai, Seekiong-Ng arxiv

Medical anomaly detection identifies abnormal images and localizes lesions under scarce supervision while generalizing across organs and modalities. Existing CLIP-based methods reduce annotation requirements through visi…

Anomaly Detection