paper-with-me

홈 › Papers

Initialization Matters for Adversarial Transfer Learning

2023-12-10 · CVPR 2024 1 · Andong Hua, Jindong Gu, Zhiyu Xue, Nicholas Carlini, Eric Wong, Yao Qin

With the prevalence of the Pretraining-Finetuning paradigm in transfer learning, the robustness of downstream tasks has become a critical concern. In this work, we delve into adversarial robustness in transfer learning and reveal the critical role of initialization, including both the pretrained model and the linear head. First, we discover the necessity of an adversarially robust pretrained model. Specifically, we reveal that with a standard pretrained model, Parameter-Efficient Finetuning (PEFT) methods either fail to be adversarially robust or continue to exhibit significantly degraded adversarial robustness on downstream tasks, even with adversarial training during finetuning. Leveraging a robust pretrained model, surprisingly, we observe that a simple linear probing can outperform full finetuning and other PEFT methods with random initialization on certain datasets. We further identify that linear probing excels in preserving robustness from the robust pretraining. Based on this, we propose Robust Linear Initialization (RoLI) for adversarial finetuning, which initializes the linear head with the weights obtained by adversarial linear probing to maximally inherit the robustness from pretraining. Across five different image classification datasets, we demonstrate the effectiveness of RoLI and achieve new state-of-the-art results. Our code is available at \url{https://github.com/DongXzz/RoLI}.

📄 PDF Abstract BibTeX arXiv:2312.05716

Code (1)

dongxzz/roli 공식 구현 pytorch

Tasks

Adversarial Robustnessimage-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Boosting the Transferability of Adversarial Attacks with Global Momentum Initialization

2022-11-21 · Jiafeng Wang, Zhaoyu Chen, Kaixun Jiang, Dingkang Yang 외

Deep Neural Networks (DNNs) are vulnerable to adversarial examples, which are crafted by adding human-imperceptible perturbations to the benign inputs. Simultaneously, adversarial examples exhibit transferability across …

Renofeation: A Simple Transfer Learning Method for Improved Adversarial Robustness

2020-02-07 · Ting-Wu Chin, Cha Zhang, Diana Marculescu

Fine-tuning through knowledge transfer from a pre-trained model on a large-scale dataset is a widely spread approach to effectively build models on small-scale datasets. In this work, we show that a recent adversarial at…

Adversarial AttackAdversarial RobustnessTransfer Learning

Improving the Transferability of Adversarial Attacks on Face Recognition with Diverse Parameters Augmentation

2024-11-23 · CVPR 2025 1 · Fengfan Zhou, Bangjie Yin, Hefei Ling, Qianyu Zhou 외

Face Recognition (FR) models are vulnerable to adversarial examples that subtly manipulate benign face images, underscoring the urgent need to improve the transferability of adversarial attacks in order to expose the bli…

Adversarial AttackFace Recognition

TREND: Transferability based Robust ENsemble Design

2020-08-04 · Deepak Ravikumar, Sangamesh Kodge, Isha Garg, Kaushik Roy

Deep Learning models hold state-of-the-art performance in many fields, but their vulnerability to adversarial examples poses threat to their ubiquitous deployment in practical settings. Additionally, adversarial inputs g…

Adversarial RobustnessQuantization

Adversarial Example Decomposition

2018-12-04 · Horace He, Aaron Lou, Qingxuan Jiang, Isay Katsman 외

Research has shown that widely used deep neural networks are vulnerable to carefully crafted adversarial perturbations. Moreover, these adversarial perturbations often transfer across models. We hypothesize that adversar…