paper-with-me

Papers

A Grey-box Text Attack Framework using Explainable AI

2025-03-11 · Esther Chiramal, Kelvin Soh Boon Kai

Explainable AI is a strong strategy implemented to understand complex black-box model predictions in a human interpretable language. It provides the evidence required to execute the use of trustworthy and reliable AI systems. On the other hand, however, it also opens the door to locating possible vulnerabilities in an AI model. Traditional adversarial text attack uses word substitution, data augmentation techniques and gradient-based attacks on powerful pre-trained Bidirectional Encoder Representations from Transformers (BERT) variants to generate adversarial sentences. These attacks are generally whitebox in nature and not practical as they can be easily detected by humans E.g. Changing the word from "Poor" to "Rich". We proposed a simple yet effective Grey-box cum Black-box approach that does not require the knowledge of the model while using a set of surrogate Transformer/BERT models to perform the attack using Explainable AI techniques. As Transformers are the current state-of-the-art models for almost all Natural Language Processing (NLP) tasks, an attack generated from BERT1 is transferable to BERT2. This transferability is made possible due to the attention mechanism in the transformer that allows the model to capture long-range dependencies in a sequence. Using the power of BERT generalisation via attention, we attempt to exploit how transformers learn by attacking a few surrogate transformer variants which are all based on a different architecture. We demonstrate that this approach is highly effective to generate semantically good sentences by changing as little as one word that is not detectable by humans while still fooling other BERT models.

📄 PDF Abstract BibTeX arXiv:2503.08226

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial TextData Augmentation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Grey-box Adversarial Attack And Defence For Sentiment Classification

2021-03-22 · NAACL 2021 4 · Ying Xu, Xu Zhong, Antonio Jimeno Yepes, Jey Han Lau

We introduce a grey-box adversarial attack and defence framework for sentiment classification. We address the issues of differentiability, label preservation and input reconstruction for adversarial attack and defence in…

Adversarial AttackClassificationGeneral ClassificationSentiment Analysis+1

Malware Evasion Attack and Defense

2019-04-07 · Yonghong Huang, Utkarsh Verma, Celeste Fralick, Gabriel Infante-Lopezy 외

Machine learning (ML) classifiers are vulnerable to adversarial examples. An adversarial example is an input sample which is slightly modified to induce misclassification in an ML classifier. In this work, we investigate…

BIG-bench Machine LearningMalware Detection

Defending Grey Attacks by Exploiting Wavelet Analysis in Collaborative Filtering Recommender Systems

2015-06-19 · Yang Zhihai

"Shilling" attacks or "profile injection" attacks have always major challenges in collaborative filtering recommender systems (CFRSs). Many efforts have been devoted to improve collaborative filtering techniques which ca…

Collaborative FilteringRecommendation Systems

Membership Inference Attacks on Discrete Diffusion Language Models

2026-05-15 · Shailesh Kasivelrajan arxiv

Masked Diffusion Language Models MDLMs replace autoregressive generation with iterative demasking and their privacy properties are largely unstudied. We study membership inference attacks MIA on fine tuned MDLMs and show…

Greybox XAI: a Neural-Symbolic learning framework to produce interpretable predictions for image classification

2022-09-26 · Adrien Bennetot, Gianni Franchi, Javier Del Ser, Raja Chatila 외

Although Deep Neural Networks (DNNs) have great generalization and prediction capabilities, their functioning does not allow a detailed explanation of their behavior. Opaque deep learning models are increasingly used to …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)image-classificationImage Classification