paper-with-me

홈 › Papers

Securely Fine-tuning Pre-trained Encoders Against Adversarial Examples

2024-03-16 · Ziqi Zhou, Minghui Li, Wei Liu, Shengshan Hu, Yechao Zhang, Wei Wan, Lulu Xue, Leo Yu Zhang, Dezhong Yao, Hai Jin

With the evolution of self-supervised learning, the pre-training paradigm has emerged as a predominant solution within the deep learning landscape. Model providers furnish pre-trained encoders designed to function as versatile feature extractors, enabling downstream users to harness the benefits of expansive models with minimal effort through fine-tuning. Nevertheless, recent works have exposed a vulnerability in pre-trained encoders, highlighting their susceptibility to downstream-agnostic adversarial examples (DAEs) meticulously crafted by attackers. The lingering question pertains to the feasibility of fortifying the robustness of downstream models against DAEs, particularly in scenarios where the pre-trained encoders are publicly accessible to the attackers. In this paper, we initially delve into existing defensive mechanisms against adversarial examples within the pre-training paradigm. Our findings reveal that the failure of current defenses stems from the domain shift between pre-training data and downstream tasks, as well as the sensitivity of encoder parameters. In response to these challenges, we propose Genetic Evolution-Nurtured Adversarial Fine-tuning (Gen-AF), a two-stage adversarial fine-tuning approach aimed at enhancing the robustness of downstream models. Our extensive experiments, conducted across ten self-supervised training methods and six datasets, demonstrate that Gen-AF attains high testing accuracy and robust testing accuracy against state-of-the-art DAEs.

📄 PDF Abstract BibTeX arXiv:2403.10801

Code (1)

cgcl-codes/gen-af 공식 구현 pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

DeepiSign: Invisible Fragile Watermark to Protect the Integrityand Authenticity of CNN

2021-01-12 · Alsharif Abuadbba, Hyoungshick Kim, Surya Nepal

Convolutional Neural Networks (CNNs) deployed in real-life applications such as autonomous vehicles have shown to be vulnerable to manipulation attacks, such as poisoning attacks and fine-tuning. Hence, it is essential t…

Autonomous Vehicles

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 c…

Self-Supervised LearningAdversarial RobustnessAdversarial Defense

SLADE: Shielding against Dual Exploits in Large Vision-Language Models

2025-01-01 · CVPR 2025 1 · Md Zarif Hossain, Ahmed Imteaj

Large Vision-Language Models (LVLMs) have emerged as transformative tools in multimodal tasks, seamlessly integrating pretrained vision encoders to align visual and textual modalities. Prior works have highlighted th…

Contrastive LearningInstruction Following

Sparse Autoencoders enable Robust and Interpretable Fine-tuning of CLIP models

2026-05-15 · Fabian Morelli, Arnas Uselis, Ankit Sonthalia, Seong Joon Oh arxiv

Large-scale pre-trained vision-language models like CLIP demonstrate remarkable zero-shot performance across diverse tasks. However, fine-tuning these models to improve downstream performance often degrades robustness ag…

Bucks for Buckets (B4B): Active Defenses Against Stealing Encoders

2023-10-12 · NeurIPS 2023 11

Machine Learning as a Service (MLaaS) APIs provide ready-to-use and high-utility encoders that generate vector representations for given inputs. Since these encoders are very costly to train, they become lucrative target…