paper-with-me

Papers

Parameter-Saving Adversarial Training: Reinforcing Multi-Perturbation Robustness via Hypernetworks

2023-09-28 · Huihui Gong, Minjing Dong, Siqi Ma, Seyit Camtepe, Surya Nepal, Chang Xu

Adversarial training serves as one of the most popular and effective methods to defend against adversarial perturbations. However, most defense mechanisms only consider a single type of perturbation while various attack methods might be adopted to perform stronger adversarial attacks against the deployed model in real-world scenarios, e.g., $\ell_2$ or $\ell_\infty$. Defending against various attacks can be a challenging problem since multi-perturbation adversarial training and its variants only achieve suboptimal robustness trade-offs, due to the theoretical limit to multi-perturbation robustness for a single model. Besides, it is impractical to deploy large models in some storage-efficient scenarios. To settle down these drawbacks, in this paper we propose a novel multi-perturbation adversarial training framework, parameter-saving adversarial training (PSAT), to reinforce multi-perturbation robustness with an advantageous side effect of saving parameters, which leverages hypernetworks to train specialized models against a single perturbation and aggregate these specialized models to defend against multiple perturbations. Eventually, we extensively evaluate and compare our proposed method with state-of-the-art single/multi-perturbation robust methods against various latest attack methods on different datasets, showing the robustness superiority and parameter efficiency of our proposed method, e.g., for the CIFAR-10 dataset with ResNet-50 as the backbone, PSAT saves approximately 80\% of parameters with achieving the state-of-the-art robustness trade-off accuracy.

📄 PDF Abstract BibTeX arXiv:2309.16207

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PARSE: An Efficient Search Method for Black-box Adversarial Text Attacks

2022-10-01 · COLING 2022 10 · Pengwei Zhan, Chao Zheng, Jing Yang, Yuxiang Wang 외

Neural networks are vulnerable to adversarial examples. The adversary can successfully attack a model even without knowing model architecture and parameters, i.e., under a black-box scenario. Previous works on word-level…

Adversarial Text

Extending Defensive Distillation

2017-05-15 · Nicolas Papernot, Patrick McDaniel

Machine learning is vulnerable to adversarial examples: inputs carefully modified to force misclassification. Designing defenses against such inputs remains largely an open problem. In this work, we revisit defensive dis…

BIG-bench Machine Learning

Quaternion Generative Adversarial Networks

2021-04-19 · Eleonora Grassucci, Edoardo Cicero, Danilo Comminiello

Latest Generative Adversarial Networks (GANs) are gathering outstanding results through a large-scale training, thus employing models composed of millions of parameters requiring extensive computational capabilities. Bui…

Image Generation

Reinforcing Adversarial Robustness using Model Confidence Induced by Adversarial Training

2017-11-21 · ICML 2018 7 · Xi Wu, Uyeong Jang, Jiefeng Chen, Lingjiao Chen 외

In this paper we study leveraging confidence information induced by adversarial training to reinforce adversarial robustness of a given adversarially trained model. A natural measure of confidence is $\|F({\bf x})\|_\inf…

Adversarial Robustness

DistDD: Distributed Data Distillation Aggregation through Gradient Matching

2024-10-11 · Peiran Wang, Haohan Wang

In this paper, we introduce DistDD, a novel approach within the federated learning framework that reduces the need for repetitive communication by distilling data directly on clients' devices. Unlike traditional federate…

Federated LearningNeural Architecture Search