paper-with-me

Papers

Interpretable Adversarial Perturbation in Input Embedding Space for Text

2018-05-08 · Motoki Sato, Jun Suzuki, Hiroyuki Shindo, Yuji Matsumoto

Following great success in the image processing field, the idea of adversarial training has been applied to tasks in the natural language processing (NLP) field. One promising approach directly applies adversarial training developed in the image processing field to the input word embedding space instead of the discrete input space of texts. However, this approach abandons such interpretability as generating adversarial texts to significantly improve the performance of NLP tasks. This paper restores interpretability to such methods by restricting the directions of perturbations toward the existing words in the input embedding space. As a result, we can straightforwardly reconstruct each input with perturbations to an actual text by considering the perturbations to be the replacement of words in the sentence while maintaining or even improving the task performance.

📄 PDF Abstract BibTeX arXiv:1805.02917

Code (2)

aonotas/interpretable-adv 공식 구현
aonotas/interpretable_adv 공식 구현

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Interpretable Adversarial Training for Text

2019-05-30 · Samuel Barham, Soheil Feizi

Generating high-quality and interpretable adversarial examples in the text domain is a much more daunting task than it is in the image domain. This is due partly to the discrete nature of text, partly to the problem of e…

SentenceWord Embeddings

Impact of Adversarial Training on Robustness and Generalizability of Language Models

2022-11-10 · Enes Altinisik, Hassan Sajjad, Husrev Taha Sencar, Safa Messaoud 외

Adversarial training is widely acknowledged as the most effective defense against adversarial attacks. However, it is also well established that achieving both robustness and generalization in adversarially trained model…

Data Augmentation

Understanding and Improving Continuous Adversarial Training for LLMs via In-context Learning Theory

2026-04-14 · Shaopeng Fu, Di Wang arxiv

Adversarial training (AT) is an effective defense for large language models (LLMs) against jailbreak attacks, but performing AT on LLMs is costly. To improve the efficiency of AT for LLMs, recent studies propose continuo…

Adversarial Training: embedding adversarial perturbations into the parameter space of a neural network to build a robust system

2019-10-09 · Shixian Wen, Laurent Itti

Adversarial training, in which a network is trained on both adversarial and clean examples, is one of the most trusted defense methods against adversarial attacks. However, there are three major practical difficulties in…

Diversity

Jacobian Norm with Selective Input Gradient Regularization for Improved and Interpretable Adversarial Defense

2022-07-09 · Deyin Liu, Lin Wu, Haifeng Zhao, Farid Boussaid 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples that are crafted with imperceptible perturbations, i.e., a small change in an input image can induce a mis-classification, and thus threatens…

Adversarial Defense