Enhancing Adversarial Text Attacks on BERT Models with Projected Gradient Descent
Hetvi Waghela, Jaydip Sen, Sneha Rakshit

TL;DR
This paper introduces PGD-BERT-Attack, a method that improves adversarial text attacks on BERT models by using Projected Gradient Descent to generate more effective, semantically similar adversarial examples with higher success rates.
Contribution
The paper proposes integrating PGD into BERT-Attack to enhance attack success and semantic similarity, addressing limitations of fixed perturbation and lack of semantic consideration.
Findings
PGD-BERT-Attack outperforms baseline methods in success rate.
Generated adversarial examples maintain high semantic similarity.
The method demonstrates increased robustness and applicability in real-world scenarios.
Abstract
Adversarial attacks against deep learning models represent a major threat to the security and reliability of natural language processing (NLP) systems. In this paper, we propose a modification to the BERT-Attack framework, integrating Projected Gradient Descent (PGD) to enhance its effectiveness and robustness. The original BERT-Attack, designed for generating adversarial examples against BERT-based models, suffers from limitations such as a fixed perturbation budget and a lack of consideration for semantic similarity. The proposed approach in this work, PGD-BERT-Attack, addresses these limitations by leveraging PGD to iteratively generate adversarial examples while ensuring both imperceptibility and semantic similarity to the original input. Extensive experiments are conducted to evaluate the performance of PGD-BERT-Attack compared to the original BERT-Attack and other baseline…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Network Security and Intrusion Detection · Advanced Malware Detection Techniques
