paper-with-me

홈 › Papers

MTDeep: Boosting the Security of Deep Neural Nets Against Adversarial Attacks with Moving Target Defense

2017-05-19 · Sailik Sengupta, Tathagata Chakraborti, Subbarao Kambhampati

Present attack methods can make state-of-the-art classification systems based on deep neural networks misclassify every adversarially modified test example. The design of general defense strategies against a wide range of such attacks still remains a challenging problem. In this paper, we draw inspiration from the fields of cybersecurity and multi-agent systems and propose to leverage the concept of Moving Target Defense (MTD) in designing a meta-defense for 'boosting' the robustness of an ensemble of deep neural networks (DNNs) for visual classification tasks against such adversarial attacks. To classify an input image, a trained network is picked randomly from this set of networks by formulating the interaction between a Defender (who hosts the classification networks) and their (Legitimate and Malicious) users as a Bayesian Stackelberg Game (BSG). We empirically show that this approach, MTDeep, reduces misclassification on perturbed images in various datasets such as MNIST, FashionMNIST, and ImageNet while maintaining high classification accuracy on legitimate test images. We then demonstrate that our framework, being the first meta-defense technique, can be used in conjunction with any existing defense mechanism to provide more resilience against adversarial attacks that can be afforded by these defense mechanisms. Lastly, to quantify the increase in robustness of an ensemble-based classification system when we use MTDeep, we analyze the properties of a set of DNNs and introduce the concept of differential immunity that formalizes the notion of attack transferability.

📄 PDF Abstract BibTeX arXiv:1705.07213

Code (1)

sailik1991/StackelbergEquilibribumSolvers

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Boosting Adversarial Robustness and Generalization with Structural Prior

2025-02-02 · Zhichao Hou, Weizhi Gao, Hamid Krim, Xiaorui Liu

This work investigates a novel approach to boost adversarial robustness and generalization by incorporating structural prior into the design of deep learning models. Specifically, our study surprisingly reveals that exis…

Adversarial RobustnessDeep LearningDictionary Learning

Towards Adversarial Realism and Robust Learning for IoT Intrusion Detection and Classification

2023-01-30 · João Vitorino, Isabel Praça, Eva Maia

The Internet of Things (IoT) faces tremendous security challenges. Machine learning models can be used to tackle the growing number of cyber-attack variations targeting IoT systems, but the increasing threat posed by adv…

Adversarial RobustnessBinary ClassificationIntrusion DetectionMulti-class Classification+1

Towards Robust Stacked Capsule Autoencoder with Hybrid Adversarial Training

2022-02-28 · Jiazhu Dai, Siwei Xiong

Capsule networks (CapsNets) are new neural networks that classify images based on the spatial relationships of features. By analyzing the pose of features and their relative positions, it is more capable to recognize ima…

XploreNAS: Explore Adversarially Robust & Hardware-efficient Neural Architectures for Non-ideal Xbars

2023-02-15 · Abhiroop Bhattacharjee, Abhishek Moitra, Priyadarshini Panda

Compute In-Memory platforms such as memristive crossbars are gaining focus as they facilitate acceleration of Deep Neural Networks (DNNs) with high area and compute-efficiencies. However, the intrinsic non-idealities ass…

Adversarial RobustnessNeural Architecture Search

Boosting Adversarial Transferability of MLP-Mixer

2022-04-26 · Haoran Lyu, Yajie Wang, Yu-an Tan, Huipeng Zhou 외

The security of models based on new architectures such as MLP-Mixer and ViTs needs to be studied urgently. However, most of the current researches are mainly aimed at the adversarial attack against ViTs, and there is sti…

Adversarial Attack