paper-with-me

Papers

AdvJND: Generating Adversarial Examples with Just Noticeable Difference

2020-02-01 · Zifei Zhang, Kai Qiao, Lingyun Jiang, Linyuan Wang, Bin Yan

Compared with traditional machine learning models, deep neural networks perform better, especially in image classification tasks. However, they are vulnerable to adversarial examples. Adding small perturbations on examples causes a good-performance model to misclassify the crafted examples, without category differences in the human eyes, and fools deep models successfully. There are two requirements for generating adversarial examples: the attack success rate and image fidelity metrics. Generally, perturbations are increased to ensure the adversarial examples' high attack success rate; however, the adversarial examples obtained have poor concealment. To alleviate the tradeoff between the attack success rate and image fidelity, we propose a method named AdvJND, adding visual model coefficients, just noticeable difference coefficients, in the constraint of a distortion function when generating adversarial examples. In fact, the visual subjective feeling of the human eyes is added as a priori information, which decides the distribution of perturbations, to improve the image quality of adversarial examples. We tested our method on the FashionMNIST, CIFAR10, and MiniImageNet datasets. Adversarial examples generated by our AdvJND algorithm yield gradient distributions that are similar to those of the original inputs. Hence, the crafted noise can be hidden in the original inputs, thus improving the attack concealment significantly.

📄 PDF Abstract BibTeX arXiv:2002.00179

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Minimum Noticeable Difference based Adversarial Privacy Preserving Image Generation

2022-06-17 · Wen Sun, Jian Jin, Weisi Lin

Deep learning models are found to be vulnerable to adversarial examples, as wrong predictions can be caused by small perturbation in input for deep learning models. Most of the existing works of adversarial image generat…

Deep LearningFace Recognitionimage-classificationImage Classification+3

Just Noticeable Difference for Machines to Generate Adversarial Images

2020-01-29 · Adil Kaan Akan, Mehmet Ali Genc, Fatos T. Yarman Vural

One way of designing a robust machine learning algorithm is to generate authentic adversarial images which can trick the algorithms as much as possible. In this study, we propose a new method to generate adversarial imag…

BIG-bench Machine Learningobject-detectionObject Detection

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 Code Models via Representation Nearest Neighbor Search

2023-05-10 · Jie Zhang, Wei Ma, Qiang Hu, Shangqing Liu 외

Existing methods for generating adversarial code examples face several challenges: limted availability of substitute variables, high verification costs for these substitutes, and the creation of adversarial samples with …

Adversarial AttackClone Detection

Revisiting Adversarial Attacks on Graph Neural Networks for Graph Classification

2022-08-13 · Xin Wang, Heng Chang, Beini Xie, Tian Bian 외

Graph neural networks (GNNs) have achieved tremendous success in the task of graph classification and its diverse downstream real-world applications. Despite the huge success in learning graph representations, current GN…

ClassificationGraph Classification