paper-with-me

홈 › Papers

Overcoming Black-box Attack Inefficiency with Hybrid and Dynamic Select Algorithms

2025-09-25 · Abhinay Shankar Belde, Rohit Ramkumar, Jonathan Rusert arxiv

Adversarial text attack research plays a crucial role in evaluating the robustness of NLP models. However, the increasing complexity of transformer-based architectures has dramatically raised the computational cost of attack testing, especially for researchers with limited resources (e.g., GPUs). Existing popular black-box attack methods often require a large number of queries, which can make them inefficient and impractical for researchers. To address these challenges, we propose two new attack selection strategies called Hybrid and Dynamic Select, which better combine the strengths of previous selection algorithms. Hybrid Select merges generalized BinarySelect techniques with GreedySelect by introducing a size threshold to decide which selection algorithm to use. Dynamic Select provides an alternative approach of combining the generalized Binary and GreedySelect by learning which lengths of texts each selection method should be applied to. This greatly reduces the number of queries needed while maintaining attack effectiveness (a limitation of BinarySelect). Across 4 datasets and 6 target models, our best method(sentence-level Hybrid Select) is able to reduce the number of required queries per attack up 25.82\% on average against both encoder models and LLMs, without losing the effectiveness of the attack.

📄 PDF Abstract BibTeX arXiv:2509.20699

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spanning Attack: Reinforce Black-box Attacks with Unlabeled Data

2020-05-11 · Lu Wang, huan zhang, Jin-Feng Yi, Cho-Jui Hsieh 외

Adversarial black-box attacks aim to craft adversarial perturbations by querying input-output pairs of machine learning models. They are widely used to evaluate the robustness of pre-trained models. However, black-box at…

Exploiting Class Probabilities for Black-box Sentence-level Attacks

2024-02-05 · Raha Moraffah, Huan Liu

Sentence-level attacks craft adversarial sentences that are synonymous with correctly-classified sentences but are misclassified by the text classifiers. Under the black-box setting, classifiers are only accessible throu…

Sentence

Black-box Adversarial Attacks with Limited Queries and Information

2018-04-23 · ICML 2018 7 · Andrew Ilyas, Logan Engstrom, Anish Athalye, Jessy Lin

Current neural network-based classifiers are susceptible to adversarial examples even in the black-box setting, where the attacker only has query access to the model. In practice, the threat model for real-world systems …

BadPart: Unified Black-box Adversarial Patch Attacks against Pixel-wise Regression Tasks

2024-04-01 · Zhiyuan Cheng, Zhaoyi Liu, Tengda Guo, Shiwei Feng 외

Pixel-wise regression tasks (e.g., monocular depth estimation (MDE) and optical flow estimation (OFE)) have been widely involved in our daily life in applications like autonomous driving, augmented reality and video comp…

Adversarial RobustnessAutonomous DrivingDepth EstimationMonocular Depth Estimation+2

Stand on The Shoulders of Giants: Building JailExpert from Previous Attack Experience

2025-08-25 · Xi Wang, Songlei Jian, Shasha Li, Xiaopeng Li 외 arxiv

Large language models (LLMs) generate human-aligned content under certain safety constraints. However, the current known technique ``jailbreak prompt'' can circumvent safety-aligned measures and induce LLMs to output mal…