paper-with-me

홈 › Papers

A Survey of Adversarial Defences and Robustness in NLP

2022-03-12 · Shreya Goyal, Sumanth Doddapaneni, Mitesh M. Khapra, Balaraman Ravindran

In the past few years, it has become increasingly evident that deep neural networks are not resilient enough to withstand adversarial perturbations in input data, leaving them vulnerable to attack. Various authors have proposed strong adversarial attacks for computer vision and Natural Language Processing (NLP) tasks. As a response, many defense mechanisms have also been proposed to prevent these networks from failing. The significance of defending neural networks against adversarial attacks lies in ensuring that the model's predictions remain unchanged even if the input data is perturbed. Several methods for adversarial defense in NLP have been proposed, catering to different NLP tasks such as text classification, named entity recognition, and natural language inference. Some of these methods not only defend neural networks against adversarial attacks but also act as a regularization mechanism during training, saving the model from overfitting. This survey aims to review the various methods proposed for adversarial defenses in NLP over the past few years by introducing a novel taxonomy. The survey also highlights the fragility of advanced deep neural networks in NLP and the challenges involved in defending them.

📄 PDF Abstract BibTeX arXiv:2203.06414

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defensenamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language InferenceSurveytext-classificationText Classification

Similar Papers 제목 키워드 기반

Adversarial Patch Attacks and Defences in Vision-Based Tasks: A Survey

2022-06-16 · Abhijith Sharma, Yijun Bian, Phil Munz, Apurva Narayan

Adversarial attacks in deep learning models, especially for safety-critical systems, are gaining more and more attention in recent years, due to the lack of trust in the security and robustness of AI models. Yet the more…

SoK: Adversarial Machine Learning Attacks and Defences in Multi-Agent Reinforcement Learning

2023-01-11 · Maxwell Standen, Junae Kim, Claudia Szabo

Multi-Agent Reinforcement Learning (MARL) is vulnerable to Adversarial Machine Learning (AML) attacks and needs adequate defences before it can be used in real world applications. We have conducted a survey into the use …

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Adversarial Examples - A Complete Characterisation of the Phenomenon

2018-10-02 · Alexandru Constantin Serban, Erik Poll, Joost Visser

We provide a complete characterisation of the phenomenon of adversarial examples - inputs intentionally crafted to fool machine learning models. We aim to cover all the important concerns in this field of study: (1) the …

BIG-bench Machine Learning

Survey on Federated Learning Threats: concepts, taxonomy on attacks and defences, experimental study and challenges

2022-01-20 · Nuria Rodríguez-Barroso, Daniel Jiménez López, M. Victoria Luzón, Francisco Herrera 외

Federated learning is a machine learning paradigm that emerges as a solution to the privacy-preservation demands in artificial intelligence. As machine learning, federated learning is threatened by adversarial attacks ag…

Adversarial AttackFederated Learning

Adversarial Robustness Assessment: Why both $L_0$ and $L_\infty$ Attacks Are Necessary

2019-06-14 · Shashank Kotyan, Danilo Vasconcellos Vargas

There exists a vast number of adversarial attacks and defences for machine learning algorithms of various types which makes assessing the robustness of algorithms a daunting task. To make matters worse, there is an intri…

Adversarial Robustnessimage-classificationImage Classification