paper-with-me

홈 › Papers

Flooding-X: Improving BERT's Resistance to Adversarial Attacks via Loss-Restricted Fine-Tuning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Adversarial robustness has attracted much attention recently, and the mainstream solution is adversarial training. However, the tradition of generating adversarial perturbations for each input embedding (in the settings of NLP) scales up the training computational complexity by the number of gradient steps it takes to obtain the adversarial samples. To address this problem, we leverage Flooding method which primarily aims at better generalization and we find promising in defending adversarial attacks. We further propose an effective criterion to bring hyper-parameter-dependent flooding into effect with a narrowed-down search space by measuring how the gradient steps taken within one epoch affect the loss of each batch. Our approach requires zero adversarial sample for training, and its time consumption is equivalent to fine-tuning, which can be 2-15 times faster than standard adversarial training. We experimentally show that our method improves Bert's resistance to textual adversarial attacks by a large margin, and achieves state-of-the-art robust accuracy on various text classification and GLUE tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustnesstext-classificationText Classification

Similar Papers 제목 키워드 기반

Flooding-X: Improving BERT’s Resistance to Adversarial Attacks via Loss-Restricted Fine-Tuning

2022-05-01 · ACL 2022 5 · Qin Liu, Rui Zheng, Bao Rong, Jingyi Liu 외

Adversarial robustness has attracted much attention recently, and the mainstream solution is adversarial training. However, the tradition of generating adversarial perturbations for each input embedding (in the settings …

Adversarial Robustnesstext-classificationText Classification

DSRM: Boost Textual Adversarial Training with Distribution Shift Risk Minimization

2023-06-27 · Songyang Gao, Shihan Dou, Yan Liu, Xiao Wang 외

Adversarial training is one of the best-performing methods in improving the robustness of deep language models. However, robust models come at the cost of high time consumption, as they require multi-step gradient ascent…

Physical-World Optical Adversarial Attacks on 3D Face Recognition

2022-05-26 · CVPR 2023 1 · YanJie Li, Yiquan Li, Xuelong Dai, Songtao Guo 외

2D face recognition has been proven insecure for physical adversarial attacks. However, few studies have investigated the possibility of attacking real-world 3D face recognition systems. 3D-printed attacks recently propo…

Adversarial AttackFace Recognition

Flooding Regularization for Stable Training of Generative Adversarial Networks

2023-11-01 · Iu Yahiro, Takashi Ishida, Naoto Yokoya

Generative Adversarial Networks (GANs) have shown remarkable performance in image generation. However, GAN training suffers from the problem of instability. One of the main approaches to address this problem is to modify…

Image Generation

Investigating Resistance of Deep Learning-based IDS against Adversaries using min-max Optimization

2019-10-30 · Rana Abou Khamis, Omair Shafiq, Ashraf Matrawy

With the growth of adversarial attacks against machine learning models, several concerns have emerged about potential vulnerabilities in designing deep neural network-based intrusion detection systems (IDS). In this pape…

Adversarial AttackIntrusion Detection