paper-with-me

Papers

Achieving Model Robustness through Discrete Adversarial Training

2021-04-11 · EMNLP 2021 11 · Maor Ivgi, Jonathan Berant

Discrete adversarial attacks are symbolic perturbations to a language input that preserve the output label but lead to a prediction error. While such attacks have been extensively explored for the purpose of evaluating model robustness, their utility for improving robustness has been limited to offline augmentation only. Concretely, given a trained model, attacks are used to generate perturbed (adversarial) examples, and the model is re-trained exactly once. In this work, we address this gap and leverage discrete attacks for online augmentation, where adversarial examples are generated at every training step, adapting to the changing nature of the model. We propose (i) a new discrete attack, based on best-first search, and (ii) random sampling attacks that unlike prior work are not based on expensive search-based procedures. Surprisingly, we find that random sampling leads to impressive gains in robustness, outperforming the commonly-used offline augmentation, while leading to a speedup at training time of ~10x. Furthermore, online augmentation with search-based attacks justifies the higher training cost, significantly improving robustness on three datasets. Last, we show that our new attack substantially improves robustness compared to prior methods.

📄 PDF Abstract BibTeX arXiv:2104.05062

Code (1)

Mivg/robust_transformers 공식 구현 pytorch

Tasks

model

Similar Papers 제목 키워드 기반

Causal Adversarial Perturbations for Individual Fairness and Robustness in Heterogeneous Data Spaces

2023-08-17 · Ahmad-Reza Ehyaei, Kiarash Mohammadi, Amir-Hossein Karimi, Samira Samadi 외

As responsible AI gains importance in machine learning algorithms, properties such as fairness, adversarial robustness, and causality have received considerable attention in recent years. However, despite their individua…

Adversarial RobustnessFairnessSemantic SimilaritySemantic Textual Similarity

Efficient Adversarial Training in LLMs with Continuous Attacks

2024-05-24 · Sophie Xhonneux, Alessandro Sordoni, Stephan Günnemann, Gauthier Gidel 외

Large language models (LLMs) are vulnerable to adversarial attacks that can bypass their safety guardrails. In many domains, adversarial training has proven to be one of the most promising methods to reliably improve rob…

Adversarially Robust 3D Point Cloud Recognition Using Self-Supervisions

2021-12-01 · NeurIPS 2021 12 · Jiachen Sun, Yulong Cao, Christopher B. Choy, Zhiding Yu 외

3D point cloud data is increasingly used in safety-critical applications such as autonomous driving. Thus, the robustness of 3D deep learning models against adversarial attacks becomes a major consideration. In this pape…

Adversarial RobustnessAutonomous DrivingSelf-Supervised Learning

MixAT: Combining Continuous and Discrete Adversarial Training for LLMs

2025-05-22 · Csaba Dékány, Stefan Balauca, Robin Staab, Dimitar I. Dimitrov 외

Despite recent efforts in Large Language Models (LLMs) safety and alignment, current adversarial attacks on frontier LLMs are still able to force harmful generations consistently. Although adversarial training has been w…

On Adversarial Examples for Character-Level Neural Machine Translation

2018-06-23 · COLING 2018 8 · Javid Ebrahimi, Daniel Lowd, Dejing Dou

Evaluating on adversarial examples has become a standard procedure to measure robustness of deep learning models. Due to the difficulty of creating white-box adversarial examples for discrete text input, most analyses of…

Machine TranslationNMTTranslation