paper-with-me

홈 › Papers

Attention Meets Perturbations: Robust and Interpretable Attention with Adversarial Training

2020-09-25 · Shunsuke Kitada, Hitoshi Iyatomi

Although attention mechanisms have been applied to a variety of deep learning models and have been shown to improve the prediction performance, it has been reported to be vulnerable to perturbations to the mechanism. To overcome the vulnerability to perturbations in the mechanism, we are inspired by adversarial training (AT), which is a powerful regularization technique for enhancing the robustness of the models. In this paper, we propose a general training technique for natural language processing tasks, including AT for attention (Attention AT) and more interpretable AT for attention (Attention iAT). The proposed techniques improved the prediction performance and the model interpretability by exploiting the mechanisms with AT. In particular, Attention iAT boosts those advantages by introducing adversarial perturbation, which enhances the difference in the attention of the sentences. Evaluation experiments with ten open datasets revealed that AT for attention mechanisms, especially Attention iAT, demonstrated (1) the best performance in nine out of ten tasks and (2) more interpretable attention (i.e., the resulting attention correlated more strongly with gradient-based word importance) for all tasks. Additionally, the proposed techniques are (3) much less dependent on perturbation size in AT. Our code is available at https://github.com/shunk031/attention-meets-perturbation

📄 PDF Abstract BibTeX arXiv:2009.12064

Code (1)

shunk031/attention-meets-perturbation 공식 구현

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Making Attention Mechanisms More Robust and Interpretable with Virtual Adversarial Training

2021-04-18 · Shunsuke Kitada, Hitoshi Iyatomi

Although attention mechanisms have become fundamental components of deep learning models, they are vulnerable to perturbations, which may degrade the prediction performance and model interpretability. Adversarial trainin…

Semi-Supervised Text Classificationtext-classificationText Classification

When Adversarial Training Meets Vision Transformers: Recipes from Training to Architecture

2022-10-14 · Yichuan Mo, Dongxian Wu, Yifei Wang, Yiwen Guo 외

Vision Transformers (ViTs) have recently achieved competitive performance in broad vision tasks. Unfortunately, on popular threat models, naturally trained ViTs are shown to provide no more adversarial robustness than co…

Adversarial Robustness

Adversarial Attention Perturbations for Large Object Detection Transformers

2025-08-05 · Zachary Yahn, Selim Furkan Tekin, Fatih Ilhan, Sihao Hu 외 arxiv

Adversarial perturbations are useful tools for exposing vulnerabilities in neural networks. Existing adversarial perturbation methods for object detection are either limited to attacking CNN-based detectors or weak again…

Object Detection

Optimization Models and Interpretations for Three Types of Adversarial Perturbations against Support Vector Machines

2022-04-07 · Wen Su, Qingna Li, Chunfeng Cui

Adversarial perturbations have drawn great attentions in various deep neural networks. Most of them are computed by iterations and cannot be interpreted very well. In contrast, little attentions are paid to basic machine…

Attention Mechanisms in Dynamical Systems: A Case Study with Predator-Prey Models

2025-05-10 · David Balaban

Attention mechanisms are widely used in artificial intelligence to enhance performance and interpretability. In this paper, we investigate their utility in modeling classical dynamical systems -- specifically, a noisy pr…

Interpretable Machine Learning