paper-with-me

Papers

Single-Class Target-Specific Attack against Interpretable Deep Learning Systems

2023-07-12 · Eldor Abdukhamidov, Mohammed Abuhamad, George K. Thiruvathukal, Hyoungshick Kim, Tamer Abuhmed

In this paper, we present a novel Single-class target-specific Adversarial attack called SingleADV. The goal of SingleADV is to generate a universal perturbation that deceives the target model into confusing a specific category of objects with a target category while ensuring highly relevant and accurate interpretations. The universal perturbation is stochastically and iteratively optimized by minimizing the adversarial loss that is designed to consider both the classifier and interpreter costs in targeted and non-targeted categories. In this optimization framework, ruled by the first- and second-moment estimations, the desired loss surface promotes high confidence and interpretation score of adversarial samples. By avoiding unintended misclassification of samples from other categories, SingleADV enables more effective targeted attacks on interpretable deep learning systems in both white-box and black-box scenarios. To evaluate the effectiveness of SingleADV, we conduct experiments using four different model architectures (ResNet-50, VGG-16, DenseNet-169, and Inception-V3) coupled with three interpretation models (CAM, Grad, and MASK). Through extensive empirical evaluation, we demonstrate that SingleADV effectively deceives the target deep learning models and their associated interpreters under various conditions and settings. Our experimental results show that the performance of SingleADV is effective, with an average fooling ratio of 0.74 and an adversarial confidence level of 0.78 in generating deceptive adversarial samples. Furthermore, we discuss several countermeasures against SingleADV, including a transfer-based learning approach and existing preprocessing defenses.

📄 PDF Abstract BibTeX arXiv:2307.06484

Code (1)

infolab-skku/singleclassadv 공식 구현 pytorch

Tasks

Adversarial AttackDeep Learning

Similar Papers 제목 키워드 기반

MTAttack: Multi-Target Backdoor Attacks against Large Vision-Language Models

2025-11-13 · Zihan Wang, Guansong Pang, Wenjun Miao, Jin Zheng 외 arxiv

Recent advances in Large Visual Language Models (LVLMs) have demonstrated impressive performance across various vision-language tasks by leveraging large-scale image-text pretraining and instruction tuning. However, the …

NoiseAttack: An Evasive Sample-Specific Multi-Targeted Backdoor Attack Through White Gaussian Noise

2024-09-03 · Abdullah Arafat Miah, Kaan Icer, Resit Sendag, Yu Bi

Backdoor attacks pose a significant threat when using third-party data for deep learning development. In these attacks, data can be manipulated to cause a trained model to behave improperly when a specific trigger patter…

Backdoor Attack

Untargeted, Targeted and Universal Adversarial Attacks and Defenses on Time Series

2021-01-13 · Pradeep Rathore, Arghya Basak, Sri Harsha Nistala, Venkataramana Runkana

Deep learning based models are vulnerable to adversarial attacks. These attacks can be much more harmful in case of targeted attacks, where an attacker tries not only to fool the deep learning model, but also to misguide…

Adversarial AttackAdversarial DefenseDeep LearningTime Series+2

Broadly Applicable Targeted Data Sample Omission Attacks

2021-05-04 · Guy Barash, Eitan Farchi, Sarit Kraus, Onn Shehory

We introduce a novel clean-label targeted poisoning attack on learning mechanisms. While classical poisoning attacks typically corrupt data via addition, modification and omission, our attack focuses on data omission onl…

PAC learning

Boundary Point Jailbreaking of Black-Box LLMs

2026-02-16 · Xander Davies, Giorgi Giglemiani, Edmund Lau, Eric Winsor 외 arxiv

Frontier LLMs are safeguarded against attempts to extract harmful information via adversarial prompts known as "jailbreaks". Recently, defenders have developed classifier-based systems that have survived thousands of hou…

Red Teaming