paper-with-me

Papers

LimeAttack: Local Explainable Method for Textual Hard-Label Adversarial Attack

2023-08-01 · Hai Zhu, Zhaoqing Yang, Weiwei Shang, Yuren Wu

Natural language processing models are vulnerable to adversarial examples. Previous textual adversarial attacks adopt gradients or confidence scores to calculate word importance ranking and generate adversarial examples. However, this information is unavailable in the real world. Therefore, we focus on a more realistic and challenging setting, named hard-label attack, in which the attacker can only query the model and obtain a discrete prediction label. Existing hard-label attack algorithms tend to initialize adversarial examples by random substitution and then utilize complex heuristic algorithms to optimize the adversarial perturbation. These methods require a lot of model queries and the attack success rate is restricted by adversary initialization. In this paper, we propose a novel hard-label attack algorithm named LimeAttack, which leverages a local explainable method to approximate word importance ranking, and then adopts beam search to find the optimal solution. Extensive experiments show that LimeAttack achieves the better attacking performance compared with existing hard-label attack under the same query budget. In addition, we evaluate the effectiveness of LimeAttack on large language models, and results indicate that adversarial examples remain a significant threat to large language models. The adversarial examples crafted by LimeAttack are highly transferable and effectively improve model robustness in adversarial training.

📄 PDF Abstract BibTeX arXiv:2308.00319

Code (1)

zhuhai-ustc/limeattack 공식 구현 pytorch

Tasks

Adversarial AttackHard-label Attack

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TextHacker: Learning based Hybrid Local Search Algorithm for Text Hard-label Adversarial Attack

2022-01-20 · Zhen Yu, Xiaosen Wang, Wanxiang Che, Kun He

Existing textual adversarial attacks usually utilize the gradient or prediction confidence to generate adversarial examples, making it hard to be deployed in real-world applications. To this end, we consider a rarely inv…

Adversarial AttackHard-label AttackNatural Language InferencePrediction+2

Fine-tuning Vision Language Models with Graph-based Knowledge for Explainable Medical Image Analysis

2025-03-12 · Chenjun Li, Laurin Lux, Alexander H. Berger, Martin J. Menten 외

Accurate staging of Diabetic Retinopathy (DR) is essential for guiding timely interventions and preventing vision loss. However, current staging models are hardly interpretable, and most public datasets contain no clinic…

DiagnosticGraph Neural NetworkGraph Representation LearningMedical Image Analysis+1

Massively-Parallel Heat Map Sorting and Applications To Explainable Clustering

2023-09-14 · Sepideh Aghamolaei, Mohammad Ghodsi

Given a set of points labeled with $k$ labels, we introduce the heat map sorting problem as reordering and merging the points and dimensions while preserving the clusters (labels). A cluster is preserved if it remains co…

ClusteringDimensionality Reduction

TactEx: An Explainable Multimodal Robotic Interaction Framework for Human-Like Touch and Hardness Estimation

2026-02-21 · Felix Verstraete, Lan Wei, Wen Fan, Dandan Zhang arxiv

Accurate perception of object hardness is essential for safe and dexterous contact-rich robotic manipulation. Here, we present TactEx, an explainable multimodal robotic interaction framework that unifies vision, touch, a…

Learning-based Memetic Algorithm for Hard-label Textual Attack

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Deep neural networks are widely known to be vulnerable to adversarial examples in Natural Language Processing. However, existing textual adversarial attacks usually utilize the gradient or prediction confidence to genera…

Combinatorial OptimizationHard-label AttackNatural Language Inferencetext-classification+1