Perlin Noise Improve Adversarial Robustness
Chengjun Tang, Kun Zhang, Chunfang Xing, Yong Ding, Zengmin Xu

TL;DR
This paper introduces a novel adversarial training method using Perlin noise, a procedural noise, to improve neural network robustness against gradient-free adversarial examples, with faster training and higher accuracy.
Contribution
It proposes using Perlin noise for generating procedural adversarial examples and combines this with adversarial training and fine-tuning for enhanced robustness.
Findings
Perlin noise can generate effective adversarial examples.
Adversarial training with Perlin noise improves model robustness.
Faster training and higher accuracy with pre-trained model fine-tuning.
Abstract
Adversarial examples are some special input that can perturb the output of a deep neural network, in order to make produce intentional errors in the learning algorithms in the production environment. Most of the present methods for generating adversarial examples require gradient information. Even universal perturbations that are not relevant to the generative model rely to some extent on gradient information. Procedural noise adversarial examples is a new way of adversarial example generation, which uses computer graphics noise to generate universal adversarial perturbations quickly while not relying on gradient information. Combined with the defensive idea of adversarial training, we use Perlin noise to train the neural network to obtain a model that can defend against procedural noise adversarial examples. In combination with the use of model fine-tuning methods based on pre-trained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
