paper-with-me

홈 › Papers

Enhancing Transformation-Based Defenses Against Adversarial Attacks with a Distribution Classifier

2020-05-01 · ICLR 2020 1 · Connie Kou, Hwee Kuan Lee, Ee-Chien Chang, Teck Khim Ng

Adversarial attacks on convolutional neural networks (CNN) have gained significant attention and there have been active research efforts on defense mechanisms. Stochastic input transformation methods have been proposed, where the idea is to recover the image from adversarial attack by random transformation, and to take the majority vote as consensus among the random samples. However, the transformation improves the accuracy on adversarial images at the expense of the accuracy on clean images. While it is intuitive that the accuracy on clean images would deteriorate, the exact mechanism in which how this occurs is unclear. In this paper, we study the distribution of softmax induced by stochastic transformations. We observe that with random transformations on the clean images, although the mass of the softmax distribution could shift to the wrong class, the resulting distribution of softmax could be used to correct the prediction. Furthermore, on the adversarial counterparts, with the image transformation, the resulting shapes of the distribution of softmax are similar to the distributions from the clean images. With these observations, we propose a method to improve existing transformation-based defenses. We train a separate lightweight distribution classifier to recognize distinct features in the distributions of softmax outputs of transformed images. Our empirical studies show that our distribution classifier, by training on distributions obtained from clean images only, outperforms majority voting for both clean and adversarial images. Our method is generic and can be integrated with existing transformation-based defenses.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Error Diffusion Halftoning Against Adversarial Examples

2021-01-23 · Shao-Yuan Lo, Vishal M. Patel

Adversarial examples contain carefully crafted perturbations that can fool deep neural networks (DNNs) into making wrong predictions. Enhancing the adversarial robustness of DNNs has gained considerable interest in recen…

Adversarial RobustnessQuantization

SEC4SR: A Security Analysis Platform for Speaker Recognition

2021-09-04 · Guangke Chen, Zhe Zhao, Fu Song, Sen Chen 외

Adversarial attacks have been expanded to speaker recognition (SR). However, existing attacks are often assessed using different SR models, recognition tasks and datasets, and only few adversarial defenses borrowed from …

Speaker Recognition

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…

Barrage of Random Transforms for Adversarially Robust Defense

2019-06-01 · CVPR 2019 6 · Edward Raff, Jared Sylvester, Steven Forsyth, Mark McLean

Defenses against adversarial examples, when using the ImageNet dataset, are historically easy to defeat. The common understanding is that a combination of simple image transformations and other various defenses are insuf…

HashTran-DNN: A Framework for Enhancing Robustness of Deep Neural Networks against Adversarial Malware Samples

2018-09-18 · Deqiang Li, Ramesh Baral, Tao Li, Han Wang 외

Adversarial machine learning in the context of image processing and related applications has received a large amount of attention. However, adversarial machine learning, especially adversarial deep learning, in the conte…

BIG-bench Machine LearningDenoisingMalware ClassificationMalware Detection