paper-with-me

Papers

Pixel Redrawn For A Robust Adversarial Defense

2019-05-01 · ICLR 2019 5 · Jiacang Ho, Dae-Ki Kang

Recently, an adversarial example becomes a serious problem to be aware of because it can fool trained neural networks easily. To prevent the issue, many researchers have proposed several defense techniques such as adversarial training, input transformation, stochastic activation pruning, etc. In this paper, we propose a novel defense technique, Pixel Redrawn (PR) method, which redraws every pixel of training images to convert them into distorted images. The motivation for our PR method is from the observation that the adversarial attacks have redrawn some pixels of the original image with the known parameters of the trained neural network. Mimicking these attacks, our PR method redraws the image without any knowledge of the trained neural network. This method can be similar to the adversarial training method but our PR method can be used to prevent future attacks. Experimental results on several benchmark datasets indicate our PR method not only relieves the over-fitting issue when we train neural networks with a large number of epochs, but it also boosts the robustness of the neural network.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

DISCO: Adversarial Defense with Local Implicit Functions

2022-12-11 · Chih-Hui Ho, Nuno Vasconcelos

The problem of adversarial defenses for image classification, where the goal is to robustify a classifier against adversarial examples, is considered. Inspired by the hypothesis that these examples lie beyond the natural…

Adversarial Defenseimage-classificationImage Classification

Progressive Defense Against Adversarial Attacks for Deep Learning as a Service in Internet of Things

2020-10-15 · Ling Wang, Cheng Zhang, Zejian Luo, ChenGuang Liu 외

Nowadays, Deep Learning as a service can be deployed in Internet of Things (IoT) to provide smart services and sensor data processing. However, recent research has revealed that some Deep Neural Networks (DNN) can be eas…

Provable Defenses against Spatially Transformed Adversarial Inputs: Impossibility and Possibility Results

2019-05-01 · ICLR 2019 5 · Xinyang Zhang, Yifan Huang, Chanh Nguyen, Shouling Ji 외

One intriguing property of neural networks is their inherent vulnerability to adversarial inputs, which are maliciously crafted samples to trigger target networks to misbehave. The state-of-the-art attacks generate adver…

PatchZero: Defending against Adversarial Patch Attacks by Detecting and Zeroing the Patch

2022-07-05 · Ke Xu, Yao Xiao, Zhaoheng Zheng, Kaijie Cai 외

Adversarial patch attacks mislead neural networks by injecting adversarial pixels within a local region. Patch attacks can be highly effective in a variety of tasks and physically realizable via attachment (e.g. a sticke…

Diversityimage-classificationImage Classificationobject-detection+3

Multiple Perturbation Attack: Attack Pixelwise Under Different $\ell_p$-norms For Better Adversarial Performance

2022-12-05 · Ngoc N. Tran, Anh Tuan Bui, Dinh Phung, Trung Le

Adversarial machine learning has been both a major concern and a hot topic recently, especially with the ubiquitous use of deep neural networks in the current landscape. Adversarial attacks and defenses are usually liken…