paper-with-me

홈 › Papers

Zero-Sacrifice Persistent-Robustness Adversarial Defense for Pre-Trained Encoders

2026-02-10 · Zhuxin Lei, Ziyuan Yang, Yi Zhang arxiv

The widespread use of publicly available pre-trained encoders from self-supervised learning (SSL) has exposed a critical vulnerability: their susceptibility to downstream-agnostic adversarial examples (DAEs), which are crafted without knowledge of the downstream tasks but capable of misleading downstream models. While several defense methods have been explored recently, they rely primarily on task-specific adversarial fine-tuning, which inevitably limits generalizability and causes catastrophic forgetting and deteriorates benign performance. Different with previous works, we propose a more rigorous defense goal that requires only a single tuning for diverse downstream tasks to defend against DAEs and preserve benign performance. To achieve this defense goal, we introduce Zero-Sacrifice Persistent-Robustness Adversarial Defense (ZePAD), which is inspired by the inherent sensitivity of neural networks to data characteristics. Specifically, ZePAD is a dual-branch structure, which consists of a Multi-Pattern Adversarial Enhancement Branch (MPAE-Branch) that uses two adversarially fine-tuned encoders to strengthen adversarial resistance. The Benign Memory Preservation Branch (BMP-Branch) is trained on local data to ensure adversarial robustness does not compromise benign performance. Surprisingly, we find that ZePAD can directly detect DAEs by evaluating branch confidence, without introducing any adversarial exsample identification task during training. Notably, by enriching feature diversity, our method enables a single adversarial fine-tuning to defend against DAEs across downstream tasks, thereby achieving persistent robustness. Extensive experiments on 11 SSL methods and 6 datasets validate its effectiveness. In certain cases, it achieves a 29.20% improvement in benign performance and a 73.86% gain in adversarial robustness, highlighting its zero-sacrifice property.

📄 PDF Abstract BibTeX arXiv:2602.11204

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningAdversarial RobustnessAdversarial Defense

Similar Papers 제목 키워드 기반

Interpolated Joint Space Adversarial Training for Robust and Generalizable Defenses

2021-12-12 · Chun Pong Lau, Jiang Liu, Hossein Souri, Wei-An Lin 외

Adversarial training (AT) is considered to be one of the most reliable defenses against adversarial attacks. However, models trained with AT sacrifice standard accuracy and do not generalize well to novel attacks. Recent…

Data Augmentation

NPAT Null-Space Projected Adversarial Training Towards Zero Deterioration

2024-09-18 · Hanyi Hu, Qiao Han, Kui Chen, Yao Yang

To mitigate the susceptibility of neural networks to adversarial attacks, adversarial training has emerged as a prevalent and effective defense strategy. Intrinsically, this countermeasure incurs a trade-off, as it sacri…

Data Augmentation

Robust Overfitting Does Matter: Test-Time Adversarial Purification With FGSM

2024-03-18 · CVPR 2024 1 · Linyu Tang, Lei Zhang

Numerous studies have demonstrated the susceptibility of deep neural networks (DNNs) to subtle adversarial perturbations, prompting the development of many advanced adversarial defense methods aimed at mitigating adversa…

Adversarial AttackAdversarial DefenseAdversarial PurificationAdversarial Robustness

Navigating the Trade-off: A Synthesis of Defensive Strategies for Zero-Shot Adversarial Robustness in Vision-Language Models

2025-08-07 · Zane Xu, Jason Sun arxiv

This report synthesizes eight seminal papers on the zero-shot adversarial robustness of vision-language models (VLMs) like CLIP. A central challenge in this domain is the inherent trade-off between enhancing adversarial …

Zero-shot GeneralizationAdversarial Robustness

Double Visual Defense: Adversarial Pre-training and Instruction Tuning for Improving Vision-Language Model Robustness

2025-01-16 · Zeyu Wang, Cihang Xie, Brian Bartoldson, Bhavya Kailkhura

This paper investigates the robustness of vision-language models against adversarial visual perturbations and introduces a novel ``double visual defense" to enhance this robustness. Unlike previous approaches that resort…

Adversarial DefenseAdversarial RobustnessImage CaptioningLanguage Modeling+4