paper-with-me

홈 › Papers

Second-Order NLP Adversarial Examples

2020-11-01 · EMNLP (BlackboxNLP) 2020 11 · John Morris

Adversarial example generation methods in NLP rely on models like language models or sentence encoders to determine if potential adversarial examples are valid. In these methods, a valid adversarial example fools the model being attacked, and is determined to be semantically or syntactically valid by a second model. Research to date has counted all such examples as errors by the attacked model. We contend that these adversarial examples may not be flaws in the attacked model, but flaws in the model that determines validity. We term such invalid inputs second-order adversarial examples. We propose the constraint robustness curve, and associated metric ACCS, as tools for evaluating the robustness of a constraint to second-order adversarial examples. To generate this curve, we design an adversarial attack to run directly on the semantic similarity models. We test on two constraints, the Universal Sentence Encoder (USE) and BERTScore. Our findings indicate that such second-order examples exist, but are typically less common than first-order adversarial examples in state-of-the-art models. They also indicate that USE is effective as constraint on NLP adversarial examples, while BERTScore is nearly ineffectual. Code for running the experiments in this paper is available here.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackSemantic SimilaritySemantic Textual SimilaritySentencevalid

Similar Papers 제목 키워드 기반

Second-Order NLP Adversarial Examples

2020-10-05 · John X. Morris

Adversarial example generation methods in NLP rely on models like language models or sentence encoders to determine if potential adversarial examples are valid. In these methods, a valid adversarial example fools the mod…

Adversarial AttackSemantic SimilaritySemantic Textual SimilaritySentence+1

Hessian-Free Second-Order Adversarial Examples for Adversarial Learning

2022-07-04 · Yaguan Qian, Yuqi Wang, Bin Wang, Zhaoquan Gu 외

Recent studies show deep neural networks (DNNs) are extremely vulnerable to the elaborately designed adversarial examples. Adversarial learning with those adversarial examples has been proved as one of the most effective…

SOAR: Second-Order Adversarial Regularization

2020-04-04 · Avery Ma, Fartash Faghri, Nicolas Papernot, Amir-Massoud Farahmand

Adversarial training is a common approach to improving the robustness of deep neural networks against adversarial examples. In this work, we propose a novel regularization approach as an alternative. To derive the regula…

Adversarial Robustness

Second-Order Adversarial Attack and Certifiable Robustness

2019-05-01 · ICLR 2019 5 · Bai Li, Changyou Chen, Wenlin Wang, Lawrence Carin

Adversarial training has been recognized as a strong defense against adversarial attacks. In this paper, we propose a powerful second-order attack method that reduces the accuracy of the defense model by Madry et al. (20…

Adversarial Attack

On The Empirical Effectiveness of Unrealistic Adversarial Hardening Against Realistic Adversarial Attacks

2022-02-07 · Salijona Dyrmishi, Salah Ghamizi, Thibault Simonetto, Yves Le Traon 외

While the literature on security attacks and defense of Machine Learning (ML) systems mostly focuses on unrealistic adversarial examples, recent research has raised concern about the under-explored field of realistic adv…

Adversarial RobustnessMalware Detectiontext-classificationText Classification