TL;DR
This paper introduces a Growth Bound Matrix-based regularization technique to enhance the robustness and generalization of NLP models, including recurrent and state space architectures, against word substitution adversarial attacks.
Contribution
It presents the first systematic analysis of S4 model robustness and a novel GBM regularization method applicable to multiple NLP architectures.
Findings
Improves adversarial robustness by up to 8.8%
Outperforms several state-of-the-art defense methods
Provides systematic analysis of S4 model robustness
Abstract
Despite advancements in Natural Language Processing (NLP), models remain vulnerable to adversarial attacks, such as synonym substitutions. While prior work has focused on improving robustness for feed-forward and convolutional architectures, the robustness of recurrent networks and modern state space models (SSMs), such as S4, remains understudied. These architectures pose unique challenges due to their sequential processing and complex parameter dynamics. In this paper, we introduce a novel regularization technique based on Growth Bound Matrices (GBM) to improve NLP model robustness by reducing the impact of input perturbations on model outputs. We focus on computing the GBM for three architectures: Long Short-Term Memory (LSTM), State Space models (S4), and Convolutional Neural Networks (CNN). Our method aims to (1) enhance resilience against word substitution attacks, (2) improve…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFocus
