paper-with-me

Papers

VectorDefense: Vectorization as a Defense to Adversarial Examples

2018-04-23 · Vishaal Munusamy Kabilan, Brandon Morris, Anh Nguyen

Training deep neural networks on images represented as grids of pixels has brought to light an interesting phenomenon known as adversarial examples. Inspired by how humans reconstruct abstract concepts, we attempt to codify the input bitmap image into a set of compact, interpretable elements to avoid being fooled by the adversarial structures. We take the first step in this direction by experimenting with image vectorization as an input transformation step to map the adversarial examples back into the natural manifold of MNIST handwritten digits. We compare our method vs. state-of-the-art input transformations and further discuss the trade-offs between a hand-designed and a learned transformation defense.

📄 PDF Abstract BibTeX arXiv:1804.08529

Code (1)

VishaalMK/VectorDefense 공식 구현 tf

Similar Papers 제목 키워드 기반

MagNet and "Efficient Defenses Against Adversarial Attacks" are Not Robust to Adversarial Examples

2017-11-22 · Nicholas Carlini, David Wagner

MagNet and "Efficient Defenses..." were recently proposed as a defense to adversarial examples. We find that we can construct adversarial examples that defeat these defenses with only a slight increase in distortion.

Learning Defense Transformers for Counterattacking Adversarial Examples

2021-03-13 · Jincheng Li, JieZhang Cao, Yifan Zhang, Jian Chen 외

Deep neural networks (DNNs) are vulnerable to adversarial examples with small perturbations. Adversarial defense thus has been an important means which improves the robustness of DNNs by defending against adversarial exa…

Adversarial Defense

Stochastic Substitute Training: A Gray-box Approach to Craft Adversarial Examples Against Gradient Obfuscation Defenses

2018-10-23 · Mohammad Hashemi, Greg Cusack, Eric Keller

It has been shown that adversaries can craft example inputs to neural networks which are similar to legitimate inputs but have been created to purposely cause the neural network to misclassify the input. These adversaria…

Blocking

Adversarial Example Defenses: Ensembles of Weak Defenses are not Strong

2017-06-15 · Warren He, James Wei, Xinyun Chen, Nicholas Carlini 외

Ongoing research has proposed several methods to defend neural networks against adversarial examples, many of which researchers have shown to be ineffective. We ask whether a strong defense can be created by combining mu…

HAD-GAN: A Human-perception Auxiliary Defense GAN to Defend Adversarial Examples

2019-09-17 · Wanting Yu, Hongyi Yu, Lingyun Jiang, Mengli Zhang 외

Adversarial examples reveal the vulnerability and unexplained nature of neural networks. Studying the defense of adversarial examples is of considerable practical importance. Most adversarial examples that misclassify ne…