paper-with-me

Papers

Generating Black-Box Adversarial Examples in Sparse Domain

2021-01-22 · Hadi Zanddizari, Behnam Zeinali, J. Morris Chang

Applications of machine learning (ML) models and convolutional neural networks (CNNs) have been rapidly increased. Although state-of-the-art CNNs provide high accuracy in many applications, recent investigations show that such networks are highly vulnerable to adversarial attacks. The black-box adversarial attack is one type of attack that the attacker does not have any knowledge about the model or the training dataset, but it has some input data set and their labels. In this paper, we propose a novel approach to generate a black-box attack in sparse domain whereas the most important information of an image can be observed. Our investigation shows that large sparse (LaS) components play a critical role in the performance of image classifiers. Under this presumption, to generate adversarial example, we transfer an image into a sparse domain and put a threshold to choose only k LaS components. In contrast to the very recent works that randomly perturb k low frequency (LoF) components, we perturb k LaS components either randomly (query-based) or in the direction of the most correlated sparse signal from a different class. We show that LaS components contain some middle or higher frequency components information which leads fooling image classifiers with a fewer number of queries. We demonstrate the effectiveness of this approach by fooling six state-of-the-art image classifiers, the TensorFlow Lite (TFLite) model of Google Cloud Vision platform, and YOLOv5 model as an object detection algorithm. Mean squared error (MSE) and peak signal to noise ratio (PSNR) are used as quality metrics. We also present a theoretical proof to connect these metrics to the level of perturbation in the sparse domain.

📄 PDF Abstract BibTeX arXiv:2101.09324

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attackobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Generating Black-Box Adversarial Examples for Text Classifiers Using a Deep Reinforced Model

2019-09-17 · Prashanth Vijayaraghavan, Deb Roy

Recently, generating adversarial examples has become an important means of measuring robustness of a deep learning model. Adversarial examples help us identify the susceptibilities of the model and further counter those …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Sentiment Analysis+1

Heuristic Black-box Adversarial Attacks on Video Recognition Models

2019-11-21 · Zhipeng Wei, Jingjing Chen, Xingxing Wei, Linxi Jiang 외

We study the problem of attacking video recognition models in the black-box setting, where the model information is unknown and the adversary can only make queries to detect the predicted top-1 class and its probability.…

Adversarial AttackVideo Recognition

BruSLeAttack: A Query-Efficient Score-Based Black-Box Sparse Adversarial Attack

2024-04-08 · Viet Quoc Vo, Ehsan Abbasnejad, Damith C. Ranasinghe

We study the unique, less-well understood problem of generating sparse adversarial samples simply by observing the score-based replies to model queries. Sparse attacks aim to discover a minimum number-the l0 bounded-pert…

Adversarial Attack

On the Role of Generalization in Transferability of Adversarial Examples

2022-06-18 · Yilin Wang, Farzan Farnia

Black-box adversarial attacks designing adversarial examples for unseen neural networks (NNs) have received great attention over the past years. While several successful black-box attack schemes have been proposed in the…

Generalization Bounds

Generating Natural Language Adversarial Examples

2018-04-21 · EMNLP 2018 10 · Moustafa Alzantot, Yash Sharma, Ahmed Elgohary, Bo-Jhang Ho 외

Deep neural networks (DNNs) are vulnerable to adversarial examples, perturbations to correctly classified examples which can cause the model to misclassify. In the image domain, these perturbations are often virtually in…

DiversityNatural Language InferenceSentiment Analysis