paper-with-me

Papers

Art-Attack: Black-Box Adversarial Attack via Evolutionary Art

2022-03-07 · Phoenix Williams, Ke Li

Deep neural networks (DNNs) have achieved state-of-the-art performance in many tasks but have shown extreme vulnerabilities to attacks generated by adversarial examples. Many works go with a white-box attack that assumes total access to the targeted model including its architecture and gradients. A more realistic assumption is the black-box scenario where an attacker only has access to the targeted model by querying some input and observing its predicted class probabilities. Different from most prevalent black-box attacks that make use of substitute models or gradient estimation, this paper proposes a gradient-free attack by using a concept of evolutionary art to generate adversarial examples that iteratively evolves a set of overlapping transparent shapes. To evaluate the effectiveness of our proposed method, we attack three state-of-the-art image classification models trained on the CIFAR-10 dataset in a targeted manner. We conduct a parameter study outlining the impact the number and type of shapes have on the proposed attack's performance. In comparison to state-of-the-art black-box attacks, our attack is more effective at generating adversarial examples and achieves a higher attack success rate on all three baseline models.

📄 PDF Abstract BibTeX arXiv:2203.04405

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attackimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Attention-Guided Black-box Adversarial Attacks with Large-Scale Multiobjective Evolutionary Optimization

2021-01-19 · ICML Workshop AML 2021 7 · Jie Wang, Zhaoxia Yin, Jing Jiang, Yang Du

Fooling deep neural networks (DNNs) with the black-box optimization has become a popular adversarial attack fashion, as the structural prior knowledge of DNNs is always unknown. Nevertheless, recent black-box adversarial…

Adversarial Attack

POBA-GA: Perturbation Optimized Black-Box Adversarial Attacks via Genetic Algorithm

2019-05-01 · Jinyin Chen, Mengmeng Su, Shijing Shen, Hui Xiong 외

Most deep learning models are easily vulnerable to adversarial attacks. Various adversarial attacks are designed to evaluate the robustness of models and develop defense model. Currently, adversarial attacks are brought …

Adversarial AttackDiversity

Adjust-free adversarial example generation in speech recognition using evolutionary multi-objective optimization under black-box condition

2020-12-21 · Shoma Ishida, Satoshi Ono

This paper proposes a black-box adversarial attack method to automatic speech recognition systems. Some studies have attempted to attack neural networks for speech recognition; however, these methods did not consider the…

Adversarial AttackAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognition+1

A Black-box Attack on Neural Networks Based on Swarm Evolutionary Algorithm

2019-01-26 · Xiaolei Liu, Yuheng Luo, Xiaosong Zhang, Qingxin Zhu

Neural networks play an increasingly important role in the field of machine learning and are included in many applications in society. Unfortunately, neural networks suffer from adversarial samples generated to attack th…

Evolutionary Algorithms

EvoBA: An Evolution Strategy as a Strong Baseline forBlack-Box Adversarial Attacks

2021-07-12 · Andrei Ilie, Marius Popescu, Alin Stefanescu

Recent work has shown how easily white-box adversarial attacks can be applied to state-of-the-art image classifiers. However, real-life scenarios resemble more the black-box adversarial conditions, lacking transparency a…

Adversarial Attack