paper-with-me

Papers

Mitigating Evasion Attacks to Deep Neural Networks via Region-based Classification

2017-09-17 · Xiaoyu Cao, Neil Zhenqiang Gong

Deep neural networks (DNNs) have transformed several artificial intelligence research areas including computer vision, speech recognition, and natural language processing. However, recent studies demonstrated that DNNs are vulnerable to adversarial manipulations at testing time. Specifically, suppose we have a testing example, whose label can be correctly predicted by a DNN classifier. An attacker can add a small carefully crafted noise to the testing example such that the DNN classifier predicts an incorrect label, where the crafted testing example is called adversarial example. Such attacks are called evasion attacks. Evasion attacks are one of the biggest challenges for deploying DNNs in safety and security critical applications such as self-driving cars. In this work, we develop new methods to defend against evasion attacks. Our key observation is that adversarial examples are close to the classification boundary. Therefore, we propose region-based classification to be robust to adversarial examples. For a benign/adversarial testing example, we ensemble information in a hypercube centered at the example to predict its label. In contrast, traditional classifiers are point-based classification, i.e., given a testing example, the classifier predicts its label based on the testing example alone. Our evaluation results on MNIST and CIFAR-10 datasets demonstrate that our region-based classification can significantly mitigate evasion attacks without sacrificing classification accuracy on benign examples. Specifically, our region-based classification achieves the same classification accuracy on testing benign examples as point-based classification, but our region-based classification is significantly more robust than point-based classification to various evasion attacks.

📄 PDF Abstract BibTeX arXiv:1709.05583

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationSelf-Driving Carsspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Malware Evasion Attack and Defense

2019-04-07 · Yonghong Huang, Utkarsh Verma, Celeste Fralick, Gabriel Infante-Lopezy 외

Machine learning (ML) classifiers are vulnerable to adversarial examples. An adversarial example is an input sample which is slightly modified to induce misclassification in an ML classifier. In this work, we investigate…

BIG-bench Machine LearningMalware Detection

Mitigating Evasion Attacks in Fog Computing Resource Provisioning Through Proactive Hardening

2026-03-26 · Younes Salmi, Hanna Bogucka arxiv

This paper investigates the susceptibility to model integrity attacks that overload virtual machines assigned by the k-means algorithm used for resource provisioning in fog networks. The considered k-means algorithm runs…

Against All Odds: Winning the Defense Challenge in an Evasion Competition with Diversification

2020-10-19 · Erwin Quiring, Lukas Pirch, Michael Reimsbach, Daniel Arp 외

Machine learning-based systems for malware detection operate in a hostile environment. Consequently, adversaries will also target the learning system and use evasion attacks to bypass the detection of malware. In this pa…

AllBIG-bench Machine LearningMalware Detection

Adversarial Feature Selection against Evasion Attacks

2020-05-25 · Fei Zhang, Patrick P. K. Chan, Battista Biggio, Daniel S. Yeung 외

Pattern recognition and machine learning techniques have been increasingly adopted in adversarial settings such as spam, intrusion and malware detection, although their security against well-crafted attacks that aim to e…

feature selectionMalware Detection

Enhancing Robustness of Machine Learning Systems via Data Transformations

2017-04-09 · Arjun Nitin Bhagoji, Daniel Cullina, Chawin Sitawarin, Prateek Mittal

We propose the use of data transformations as a defense against evasion attacks on ML classifiers. We present and investigate strategies for incorporating a variety of data transformations including dimensionality reduct…

BIG-bench Machine LearningClassificationDimensionality ReductionGeneral Classification+2