paper-with-me

홈 › Papers

Adversarial Patch

2017-12-27 · Tom B. Brown, Dandelion Mané, Aurko Roy, Martín Abadi, Justin Gilmer

We present a method to create universal, robust, targeted adversarial image patches in the real world. The patches are universal because they can be used to attack any scene, robust because they work under a wide variety of transformations, and targeted because they can cause a classifier to output any target class. These adversarial patches can be printed, added to any scene, photographed, and presented to image classifiers; even when the patches are small, they cause the classifiers to ignore the other items in the scene and report a chosen target class. To reproduce the results from the paper, our code is available at https://github.com/tensorflow/cleverhans/tree/master/examples/adversarial_patch

📄 PDF Abstract BibTeX arXiv:1712.09665

Code (9)

tensorflow/cleverhans 공식 구현 tf
Chenglin-Yang/PatchAttack pytorch
PresentJay/Adversarial_Patch_Attack_With_Pytorch pytorch
a-lincui/adversarial_patch_attack pytorch
bingcheng45/hnr-extension tf
eiriniOG/seedtag-codetest tf
jhayes14/adversarial-patch pytorch
kenny-co/sgd-uap-torch pytorch
zhaojb17/Adversarial_Patch_Attack pytorch

Similar Papers 제목 키워드 기반

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…

Generative Dynamic Patch Attack

2021-11-08 · Xiang Li, Shihao Ji

Adversarial patch attack is a family of attack algorithms that perturb a part of image to fool a deep neural network model. Existing patch attacks mostly consider injecting adversarial patches at input-agnostic locations…

Random Position Adversarial Patch for Vision Transformers

2023-07-09 · Mingzhen Shao

Previous studies have shown the vulnerability of vision transformers to adversarial patches, but these studies all rely on a critical assumption: the attack patches must be perfectly aligned with the patches used for lin…

Position

Distributional Modeling for Location-Aware Adversarial Patches

2023-06-28 · Xingxing Wei, Shouwei Ruan, Yinpeng Dong, Hang Su

Adversarial patch is one of the important forms of performing adversarial attacks in the physical world. To improve the naturalness and aggressiveness of existing adversarial patches, location-aware patches are proposed,…

Face Recognition

Inconspicuous Adversarial Patches for Fooling Image Recognition Systems on Mobile Devices

2021-06-29 · Tao Bai, Jinqi Luo, Jun Zhao

Deep learning based image recognition systems have been widely deployed on mobile devices in today's world. In recent studies, however, deep learning models are shown vulnerable to adversarial examples. One variant of ad…