paper-with-me

Papers

Fast Adversarial Attacks on Language Models In One GPU Minute

2024-02-23 · Vinu Sankar Sadasivan, Shoumik Saha, Gaurang Sriramanan, Priyatham Kattakinda, Atoosa Chegini, Soheil Feizi

In this paper, we introduce a novel class of fast, beam search-based adversarial attack (BEAST) for Language Models (LMs). BEAST employs interpretable parameters, enabling attackers to balance between attack speed, success rate, and the readability of adversarial prompts. The computational efficiency of BEAST facilitates us to investigate its applications on LMs for jailbreaking, eliciting hallucinations, and privacy attacks. Our gradient-free targeted attack can jailbreak aligned LMs with high attack success rates within one minute. For instance, BEAST can jailbreak Vicuna-7B-v1.5 under one minute with a success rate of 89% when compared to a gradient-based baseline that takes over an hour to achieve 70% success rate using a single Nvidia RTX A6000 48GB GPU. Additionally, we discover a unique outcome wherein our untargeted attack induces hallucinations in LM chatbots. Through human evaluations, we find that our untargeted attack causes Vicuna-7B-v1.5 to produce ~15% more incorrect outputs when compared to LM outputs in the absence of our attack. We also learn that 22% of the time, BEAST causes Vicuna to generate outputs that are not relevant to the original prompt. Further, we use BEAST to generate adversarial prompts in a few seconds that can boost the performance of existing membership inference attacks for LMs. We believe that our fast attack, BEAST, has the potential to accelerate research in LM security and privacy. Our codebase is publicly available at https://github.com/vinusankars/BEAST.

📄 PDF Abstract BibTeX arXiv:2402.15570

Code (1)

vinusankars/beast 공식 구현 pytorch

Tasks

Adversarial AttackComputational EfficiencyGPU

Similar Papers 제목 키워드 기반

Decoding Deception: Understanding Automatic Speech Recognition Vulnerabilities in Evasion and Poisoning Attacks

2025-09-26 · Aravindhan G, Yuvaraj Govindarajulu, Parin Shah arxiv

Recent studies have demonstrated the vulnerability of Automatic Speech Recognition systems to adversarial examples, which can deceive these systems into misinterpreting input speech commands. While previous research has …

Speech Recognition

Unsupervised Corpus Poisoning Attacks in Continuous Space for Dense Retrieval

2025-04-24 · Yongkang Li, Panagiotis Eustratiadis, Simon Lupart, Evangelos Kanoulas

This paper concerns corpus poisoning attacks in dense information retrieval, where an adversary attempts to compromise the ranking performance of a search algorithm by injecting a small number of maliciously generated do…

Information RetrievalRetrieval

PhantomSound: Black-Box, Query-Efficient Audio Adversarial Attack via Split-Second Phoneme Injection

2023-09-13 · Hanqing Guo, Guangjing Wang, Yuanda Wang, Bocheng Chen 외

In this paper, we propose PhantomSound, a query-efficient black-box attack toward voice assistants. Existing black-box adversarial attacks on voice assistants either apply substitution models or leverage the intermediate…

Adversarial AttackSpeech-to-Text

Adversarial Attacks and Dimensionality in Text Classifiers

2024-04-03 · Nandish Chattopadhyay, Atreya Goswami, Anupam Chattopadhyay

Adversarial attacks on machine learning algorithms have been a key deterrent to the adoption of AI in many real-world use cases. They significantly undermine the ability of high-performance neural networks by forcing mis…

Adversarial AttackAdversarial Defensetext-classificationText Classification

Fast is better than free: Revisiting adversarial training

2020-01-12 · ICLR 2020 1 · Eric Wong, Leslie Rice, J. Zico Kolter

Adversarial training, a method for learning robust deep networks, is typically assumed to be more expensive than traditional training due to the necessity of constructing adversarial examples via a first-order method lik…