paper-with-me

Papers

Perlin Noise Improve Adversarial Robustness

2021-12-26 · Chengjun Tang, Kun Zhang, Chunfang Xing, Yong Ding, Zengmin Xu

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 models, we obtain faster training as well as higher accuracy. Our study shows that procedural noise adversarial examples are defensible, but why procedural noise can generate adversarial examples and how to defend against other kinds of procedural noise adversarial examples that may emerge in the future remain to be investigated.

📄 PDF Abstract BibTeX arXiv:2112.13408

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Cloud Adversarial Example Generation for Remote Sensing Image Classification

2024-09-21 · Fei Ma, Yuqiang Feng, Fan Zhang, Yongsheng Zhou

Most existing adversarial attack methods for remote sensing images merely add adversarial perturbations or patches, resulting in unnatural modifications. Clouds are common atmospheric effects in remote sensing images. Ge…

Adversarial AttackAdversarial Defenseimage-classificationImage Classification+1

CAT: Contrastive Adversarial Training for Evaluating the Robustness of Protective Perturbations in Latent Diffusion Models

2025-02-11 · Sen Peng, Mingyue Wang, Jianfei He, Jijia Yang 외

Latent diffusion models have recently demonstrated superior capabilities in many downstream image synthesis tasks. However, customization of latent diffusion models using unauthorized data can severely compromise the pri…

Image Generation

Initialization Using Perlin Noise for Training Networks with a Limited Amount of Data

2021-01-19 · Nakamasa Inoue, Eisuke Yamagata, Hirokatsu Kataoka

We propose a novel network initialization method using Perlin noise for training image classification networks with a limited amount of data. Our main idea is to initialize the network parameters by solving an artificial…

ClassificationGeneral Classificationimage-classificationImage Classification

Autoencoder-based Denoising Defense against Adversarial Attacks on Object Detection

2025-12-18 · Min Geun Song, Gang Min Kim, Woonmin Kim, Yongsik Kim 외 arxiv

Deep learning-based object detection models play a critical role in real-world applications such as autonomous driving and security surveillance systems, yet they remain vulnerable to adversarial examples. In this work, …

Autonomous DrivingObject Detection

Physically-Induced Atmospheric Adversarial Perturbations: Enhancing Transferability and Robustness in Remote Sensing Image Classification

2026-04-16 · Weiwei Zhuang, Wangze Xie, Qi Zhang, Xia Du 외 arxiv

Adversarial attacks pose a severe threat to the reliability of deep learning models in remote sensing (RS) image classification. Most existing methods rely on direct pixel-wise perturbations, failing to exploit the inher…

Remote Sensing Image Classification