paper-with-me

홈 › Papers

Adversarial examples in the physical world

2016-07-08 · Alexey Kurakin, Ian Goodfellow, Samy Bengio

Most existing machine learning classifiers are highly vulnerable to adversarial examples. An adversarial example is a sample of input data which has been modified very slightly in a way that is intended to cause a machine learning classifier to misclassify it. In many cases, these modifications can be so subtle that a human observer does not even notice the modification at all, yet the classifier still makes a mistake. Adversarial examples pose security concerns because they could be used to perform an attack on machine learning systems, even if the adversary has no access to the underlying model. Up to now, all previous work have assumed a threat model in which the adversary can feed data directly into the machine learning classifier. This is not always the case for systems operating in the physical world, for example those which are using signals from cameras and other sensors as an input. This paper shows that even in such physical world scenarios, machine learning systems are vulnerable to adversarial examples. We demonstrate this by feeding adversarial images obtained from cell-phone camera to an ImageNet Inception classifier and measuring the classification accuracy of the system. We find that a large fraction of adversarial examples are classified incorrectly even when perceived through the camera.

📄 PDF Abstract BibTeX arXiv:1607.02533

Code (6)

1Konny/FGSM pytorch
Trustworthy-AI-Group/TransferAttack pytorch
as791/Adversarial-Example-Attack-and-Defense torch
harry24k/aepw-pytorch pytorch
jaesik817/adv_attack_capsnet tf
niazarak/adversarial-attack pytorch

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Imperceptible Adversarial Examples in the Physical World

2024-11-25 · Weilin Xu, Sebastian Szyller, Cory Cornelius, Luis Murillo Rojas 외

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 …

object-detectionObject Detection

NaturalAE: Natural and Robust Physical Adversarial Examples for Object Detectors

2020-11-27 · Mingfu Xue, Chengxiang Yuan, Can He, Jian Wang 외

In this paper, we propose a natural and robust physical adversarial example attack method targeting object detectors under real-world conditions. The generated adversarial examples are robust to various physical constrai…

Adversarial Attackobject-detectionObject Detection

Robust Audio Adversarial Example for a Physical Attack

2018-10-28 · Hiromu Yakura, Jun Sakuma

We propose a method to generate audio adversarial examples that can attack a state-of-the-art speech recognition model in the physical world. Previous work assumes that generated adversarial examples are directly fed to …

speech-recognitionSpeech Recognition

Adversarial Examples in the Physical World: A Survey

2023-11-01 · Jiakai Wang, Xianglong Liu, Jin Hu, Donghua Wang 외

Deep neural networks (DNNs) have demonstrated high vulnerability to adversarial examples, raising broad security concerns about their applications. Besides the attacks in the digital world, the practical implications of …

Survey

Robust Physical-World Attacks on Deep Learning Models

2017-07-27 · Kevin Eykholt, Ivan Evtimov, Earlence Fernandes, Bo Li 외

Recent studies show that the state-of-the-art deep neural networks (DNNs) are vulnerable to adversarial examples, resulting from small-magnitude perturbations added to the input. Given that that emerging physical systems…

Deep Learning