paper-with-me

홈 › Papers

AdaptGuard: Defending Against Universal Attacks for Model Adaptation

2023-03-19 · ICCV 2023 1 · Lijun Sheng, Jian Liang, Ran He, Zilei Wang, Tieniu Tan

Model adaptation aims at solving the domain transfer problem under the constraint of only accessing the pretrained source models. With the increasing considerations of data privacy and transmission efficiency, this paradigm has been gaining recent popularity. This paper studies the vulnerability to universal attacks transferred from the source domain during model adaptation algorithms due to the existence of malicious providers. We explore both universal adversarial perturbations and backdoor attacks as loopholes on the source side and discover that they still survive in the target models after adaptation. To address this issue, we propose a model preprocessing framework, named AdaptGuard, to improve the security of model adaptation algorithms. AdaptGuard avoids direct use of the risky source parameters through knowledge distillation and utilizes the pseudo adversarial samples under adjusted radius to enhance the robustness. AdaptGuard is a plug-and-play module that requires neither robust pretrained models nor any changes for the following model adaptation algorithms. Extensive results on three commonly used datasets and two popular adaptation methods validate that AdaptGuard can effectively defend against universal attacks and maintain clean accuracy in the target domain simultaneously. We hope this research will shed light on the safety and robustness of transfer learning. Code is available at https://github.com/TomSheng21/AdaptGuard.

📄 PDF Abstract BibTeX arXiv:2303.10594

Code (1)

tomsheng21/adaptguard 공식 구현 pytorch

Tasks

Knowledge DistillationmodelTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Constitutional Classifiers: Defending against Universal Jailbreaks across Thousands of Hours of Red Teaming

2025-01-31 · Mrinank Sharma, Meg Tong, Jesse Mu, Jerry Wei 외

Large language models (LLMs) are vulnerable to universal jailbreaks-prompting strategies that systematically bypass model safeguards and enable users to carry out harmful processes that require many model interactions, l…

Red Teaming

Defending Against Universal Adversarial Patches by Clipping Feature Norms

2021-01-01 · ICCV 2021 10 · Cheng Yu, Jiansheng Chen, Youze Xue, Yuyang Liu 외

Physical-world adversarial attacks based on universal adversarial patches have been proved to be able to mislead deep convolutional neural networks (CNNs), exposing the vulnerability of real-world visual classificati…

Is Approximation Universally Defensive Against Adversarial Attacks in Deep Neural Networks?

2021-12-02 · Ayesha Siddique, Khaza Anuarul Hoque

Approximate computing is known for its effectiveness in improvising the energy efficiency of deep neural network (DNN) accelerators at the cost of slight accuracy loss. Very recently, the inexact nature of approximate co…

Adversarial Robustness

Test-Time Backdoor Attacks on Multimodal Large Language Models

2024-02-13 · Dong Lu, Tianyu Pang, Chao Du, Qian Liu 외

Backdoor attacks are commonly executed by contaminating training data, such that a trigger can activate predetermined harmful effects during the test phase. In this work, we present AnyDoor, a test-time backdoor attack a…

Backdoor Attack

Universal Adversarial Training with Class-Wise Perturbations

2021-04-07 · Philipp Benz, Chaoning Zhang, Adil Karjauv, In So Kweon

Despite their overwhelming success on a wide range of applications, convolutional neural networks (CNNs) are widely recognized to be vulnerable to adversarial examples. This intriguing phenomenon led to a competition bet…

Adversarial Robustness