paper-with-me

홈 › Papers

A Generative Adversarial Attack for Multilingual Text Classifiers

2024-01-16 · Tom Roth, Inigo Jauregi Unanue, Alsharif Abuadbba, Massimo Piccardi

Current adversarial attack algorithms, where an adversary changes a text to fool a victim model, have been repeatedly shown to be effective against text classifiers. These attacks, however, generally assume that the victim model is monolingual and cannot be used to target multilingual victim models, a significant limitation given the increased use of these models. For this reason, in this work we propose an approach to fine-tune a multilingual paraphrase model with an adversarial objective so that it becomes able to generate effective adversarial examples against multilingual classifiers. The training objective incorporates a set of pre-trained models to ensure text quality and language consistency of the generated text. In addition, all the models are suitably connected to the generator by vocabulary-mapping matrices, allowing for full end-to-end differentiability of the overall training pipeline. The experimental validation over two multilingual datasets and five languages has shown the effectiveness of the proposed approach compared to existing baselines, particularly in terms of query efficiency. We also provide a detailed analysis of the generated attacks and discuss limitations and opportunities for future research.

📄 PDF Abstract BibTeX arXiv:2401.08255

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Adversarial Text Purification: A Large Language Model Approach for Defense

2024-02-05 · Raha Moraffah, Shubh Khandelwal, Amrita Bhattacharjee, Huan Liu

Adversarial purification is a defense mechanism for safeguarding classifiers against adversarial attacks without knowing the type of attacks or training of the classifier. These techniques characterize and eliminate adve…

Adversarial PurificationAdversarial TextLanguage ModelingLanguage Modelling+2

Are Generative Classifiers More Robust to Adversarial Attacks?

2018-02-19 · Yingzhen Li, John Bradshaw, Yash Sharma

There is a rising interest in studying the robustness of deep neural network classifiers against adversaries, with both advanced attack and defence techniques being actively developed. However, most recent work focuses o…

Adversarial DefenseAdversarial Robustness

GAMA: Generative Adversarial Multi-Object Scene Attacks

2022-09-20 · Abhishek Aich, Calvin-Khang Ta, Akash Gupta, Chengyu Song 외

The majority of methods for crafting adversarial attacks have focused on scenes with a single dominant object (e.g., images from ImageNet). On the other hand, natural scenes include multiple dominant objects that are sem…

Language ModellingObject

Generating Universal Adversarial Perturbations for Quantum Classifiers

2024-02-13 · Gautham Anil, Vishnu Vinod, Apurva Narayan

Quantum Machine Learning (QML) has emerged as a promising field of research, aiming to leverage the capabilities of quantum computing to enhance existing machine learning methodologies. Recent studies have revealed that,…

Quantum Machine Learning

REGroup: Rank-aggregating Ensemble of Generative Classifiers for Robust Predictions

2020-06-18 · Lokender Tiwari, Anish Madan, Saket Anand, Subhashis Banerjee

Deep Neural Networks (DNNs) are often criticized for being susceptible to adversarial attacks. Most successful defense strategies adopt adversarial training or random input transformations that typically require retraini…

Adversarial Attack