paper-with-me

Papers

Target Model Agnostic Adversarial Attacks with Query Budgets on Language Understanding Models

2021-06-13 · Jatin Chauhan, Karan Bhukar, Manohar Kaul

Despite significant improvements in natural language understanding models with the advent of models like BERT and XLNet, these neural-network based classifiers are vulnerable to blackbox adversarial attacks, where the attacker is only allowed to query the target model outputs. We add two more realistic restrictions on the attack methods, namely limiting the number of queries allowed (query budget) and crafting attacks that easily transfer across different pre-trained models (transferability), which render previous attack models impractical and ineffective. Here, we propose a target model agnostic adversarial attack method with a high degree of attack transferability across the attacked models. Our empirical studies show that in comparison to baseline methods, our method generates highly transferable adversarial sentences under the restriction of limited query budgets.

📄 PDF Abstract BibTeX arXiv:2106.07047

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackNatural Language Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention 설명 없음
Adam 설명 없음
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 &…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
SentencePiece 설명 없음

Similar Papers 제목 키워드 기반

Black-box Adversarial Attacks with Bayesian Optimization

2019-09-30 · Satya Narayan Shukla, Anit Kumar Sahu, Devin Willmott, J. Zico Kolter

We focus on the problem of black-box adversarial attacks, where the aim is to generate adversarial examples using information limited to loss function evaluations of input-output pairs. We use Bayesian optimization~(BO) …

Bayesian Optimization

QAVA: Query-Agnostic Visual Attack to Large Vision-Language Models

2025-04-15 · Yudong Zhang, Ruobing Xie, Jiansheng Chen, Xingwu Sun 외

In typical multimodal tasks, such as Visual Question Answering (VQA), adversarial attacks targeting a specific image and question can lead large vision-language models (LVLMs) to provide incorrect answers. However, it is…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Assessing Risk of Stealing Proprietary Models for Medical Imaging Tasks

2025-06-24 · Ankita Raj, Harsh Swaika, Deepankar Varma, Chetan Arora

The success of deep learning in medical imaging applications has led several companies to deploy proprietary models in diagnostic workflows, offering monetized services. Even though model weights are hidden to protect th…

Diagnostic

SurFree: a fast surrogate-free black-box attack

2020-11-25 · CVPR 2021 1 · Thibault Maho, Teddy Furon, Erwan Le Merrer

Machine learning classifiers are critically prone to evasion attacks. Adversarial examples are slightly modified inputs that are then misclassified, while remaining perceptively close to their originals. Last couple of y…

Adversarial Attack

Stateful Defenses for Machine Learning Models Are Not Yet Secure Against Black-box Attacks

2023-03-11 · Ryan Feng, Ashish Hooda, Neal Mangaokar, Kassem Fawaz 외

Recent work has proposed stateful defense models (SDMs) as a compelling strategy to defend against a black-box attacker who only has query access to the model, as is common for online machine learning platforms. Such sta…