paper-with-me

홈 › Papers

Imperceptible Adversarial Examples in the Physical World

2024-11-25 · Weilin Xu, Sebastian Szyller, Cory Cornelius, Luis Murillo Rojas, Marius Arvinte, Alvaro Velasquez, Jason Martin, Nageen Himayat

Adversarial examples in the digital domain against deep learning-based computer vision models allow for perturbations that are imperceptible to human eyes. However, producing similar adversarial examples in the physical world has been difficult due to the non-differentiable image distortion functions in visual sensing systems. The existing algorithms for generating physically realizable adversarial examples often loosen their definition of adversarial examples by allowing unbounded perturbations, resulting in obvious or even strange visual patterns. In this work, we make adversarial examples imperceptible in the physical world using a straight-through estimator (STE, a.k.a. BPDA). We employ STE to overcome the non-differentiability -- applying exact, non-differentiable distortions in the forward pass of the backpropagation step, and using the identity function in the backward pass. Our differentiable rendering extension to STE also enables imperceptible adversarial patches in the physical world. Using printout photos, and experiments in the CARLA simulator, we show that STE enables fast generation of $\ell_\infty$ bounded adversarial examples despite the non-differentiable distortions. To the best of our knowledge, this is the first work demonstrating imperceptible adversarial examples bounded by small $\ell_\infty$ norms in the physical world that force zero classification accuracy in the global perturbation threat model and cause near-zero ($4.22\%$) AP50 in object detection in the patch perturbation threat model. We urge the community to re-evaluate the threat of adversarial examples in the physical world.

📄 PDF Abstract BibTeX arXiv:2411.16622

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Imperceptible, Robust, and Targeted Adversarial Examples for Automatic Speech Recognition

2019-03-22 · Yao Qin, Nicholas Carlini, Ian Goodfellow, Garrison Cottrell 외

Adversarial examples are inputs to machine learning models designed by an adversary to cause an incorrect output. So far, adversarial examples have been studied most extensively in the image domain. In this domain, adver…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Sentencespeech-recognition+1

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 …

Program Synthesis

Adversarial Training against Location-Optimized Adversarial Patches

2020-05-05 · Sukrut Rao, David Stutz, Bernt Schiele

Deep neural networks have been shown to be susceptible to adversarial examples -- small, imperceptible changes constructed to cause mis-classification in otherwise highly accurate image classifiers. As a practical altern…

Adversarial Camouflage: Hiding Physical-World Attacks with Natural Styles

2020-03-08 · CVPR 2020 6 · Ranjie Duan, Xingjun Ma, Yisen Wang, James Bailey 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. Existing works have mostly focused on either digital adversarial examples created via small and imperceptible perturbations, or physical-wor…

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