paper-with-me

홈 › Papers

Hilbert-Based Generative Defense for Adversarial Examples

2019-10-01 · ICCV 2019 10 · Yang Bai, Yan Feng, Yisen Wang, Tao Dai, Shu-Tao Xia, Yong Jiang

Adversarial perturbations of clean images are usually imperceptible for human eyes, but can confidently fool deep neural networks (DNNs) to make incorrect predictions. Such vulnerability of DNNs raises serious security concerns about their practicability in security-sensitive applications. To defend against such adversarial perturbations, recently developed PixelDefend purifies a perturbed image based on PixelCNN in a raster scan order (row/column by row/column). However, such scan mode insufficiently exploits the correlations between pixels, which further limits its robustness performance. Therefore, we propose a more advanced Hilbert curve scan order to model the pixel dependencies in this paper. Hilbert curve could well preserve local consistency when mapping from 2-D image to 1-D vector, thus the local features in neighboring pixels can be more effectively modeled. Moreover, the defensive power can be further improved via ensembles of Hilbert curve with different orientations. Experimental results demonstrate the superiority of our method over the state-of-the-art defenses against various adversarial attacks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

PixelCNN A PixelCNN is a generative model that uses autoregressive connections to model images pixel by pixel, decomposing the joint image distribution as a product of conditionals.…

Similar Papers 제목 키워드 기반

On the Need for Topology-Aware Generative Models for Manifold-Based Defenses

2019-09-07 · ICLR 2020 1 · Uyeong Jang, Susmit Jha, Somesh Jha

Machine-learning (ML) algorithms or models, especially deep neural networks (DNNs), have shown significant promise in several areas. However, researchers have recently demonstrated that ML algorithms, especially DNNs, ar…

Data Augmentation

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…

APE-GAN: Adversarial Perturbation Elimination with GAN

2017-07-18 · Shiwei Shen, Guoqing Jin, Ke Gao, Yongdong Zhang

Although neural networks could achieve state-of-the-art performance while recongnizing images, they often suffer a tremendous defeat from adversarial examples--inputs generated by utilizing imperceptible but intentional …

Constructing Unrestricted Adversarial Examples with Generative Models

2018-05-21 · NeurIPS 2018 12 · Yang Song, Rui Shu, Nate Kushman, Stefano Ermon

Adversarial examples are typically constructed by perturbing an existing data point within a small matrix norm, and current defense methods are focused on guarding against this type of attack. In this paper, we propose u…

Generative Adversarial Network

GanDef: A GAN based Adversarial Training Defense for Neural Network Classifier

2019-03-06 · Guanxiong Liu, Issa Khalil, Abdallah Khreishah

Machine learning models, especially neural network (NN) classifiers, are widely used in many applications including natural language processing, computer vision and cybersecurity. They provide high accuracy under the ass…

feature selectionOverall - Test