paper-with-me

홈 › Papers

Towards Physical, Imperceptible Adversarial Attacks via Adversarial Programs

2021-09-29 · Itai Mesery, Dana Drachsler Cohen

Adversarial examples were originally defined as imperceptible perturbations which cause a deep neural network to misclassify. However, the majority of imperceptible perturbation attacks require to perturb a large number of pixels across the image and are thus hard to execute in the physical world. Existing physical attacks rely on physical objects, such as patches/stickers or 3D-printed objects. Producing adversarial patches is arguably easier than 3D-printing but these attacks incur highly visible perturbations. This raises the question: is it possible to generate adversarial examples with imperceptible patches? In this work, we consider adversarial multi-patch attacks, where the goal is to compute a targeted attack consisting of up to K patches with minimal L2 distortion. Each patch is associated with dimensions, position, and perturbation parameters. We leverage ideas from program synthesis and numerical optimization to search in this large, discrete space and obtain attacks that are competitive with the C&W attack but have at least 3x and up to 10x fewer perturbed pixels. We evaluate our approach on MNIST, Fashion-MNIST, CIFAR-10, and ImageNet and obtain success rate of at least 92% and up to 100% with at most ten patches. For MNIST, Fashion-MNIST, and CIFAR-10, the average L2 distortion is greater than the average L2 distortion of the C&W attack by up to 1.2.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Program Synthesis

Similar Papers 제목 키워드 기반

A Survey on Physical Adversarial Attack in Computer Vision

2022-09-28 · Donghua Wang, Wen Yao, Tingsong Jiang, Guijian Tang 외

Over the past decade, deep learning has revolutionized conventional tasks that rely on hand-craft feature extraction with its strong feature learning capability, leading to substantial enhancements in traditional tasks. …

Adversarial Attackobject-detectionObject DetectionSemantic Segmentation+1

State-of-the-art optical-based physical adversarial attacks for deep learning computer vision systems

2023-03-22 · Junbin Fang, You Jiang, Canjian Jiang, Zoe L. Jiang 외

Adversarial attacks can mislead deep learning models to make false predictions by implanting small perturbations to the original input that are imperceptible to the human eye, which poses a huge security threat to the co…

Adversarial Attack

Imperceptible CMOS camera dazzle for adversarial attacks on deep neural networks

2023-10-22 · Zvi Stein, Adrian Stern

Despite the outstanding performance of deep neural networks, they are vulnerable to adversarial attacks. While there are many invisible attacks in the digital domain, most physical world adversarial attacks are visible. …

Adversarial Attack

Adv-Makeup: A New Imperceptible and Transferable Attack on Face Recognition

2021-05-07 · Bangjie Yin, Wenxuan Wang, Taiping Yao, Junfeng Guo 외

Deep neural networks, particularly face recognition models, have been shown to be vulnerable to both digital and physical adversarial examples. However, existing adversarial examples against face recognition systems eith…

Adversarial AttackFace GenerationFace RecognitionMeta-Learning

Imperceptible Adversarial Attacks on Tabular Data

2019-11-08 · Vincent Ballet, Xavier Renard, Jonathan Aigrain, Thibault Laugel 외

Security of machine learning models is a concern as they may face adversarial attacks for unwarranted advantageous decisions. While research on the topic has mainly been focusing on the image domain, numerous industrial …

BIG-bench Machine Learning