paper-with-me

홈 › Papers

DeepCloak: Masking Deep Neural Network Models for Robustness Against Adversarial Samples

2017-02-22 · Ji Gao, Beilun Wang, Zeming Lin, Weilin Xu, Yanjun Qi

Recent studies have shown that deep neural networks (DNN) are vulnerable to adversarial samples: maliciously-perturbed samples crafted to yield incorrect model outputs. Such attacks can severely undermine DNN systems, particularly in security-sensitive settings. It was observed that an adversary could easily generate adversarial samples by making a small perturbation on irrelevant feature dimensions that are unnecessary for the current classification task. To overcome this problem, we introduce a defensive mechanism called DeepCloak. By identifying and removing unnecessary features in a DNN model, DeepCloak limits the capacity an attacker can use generating adversarial samples and therefore increase the robustness against such inputs. Comparing with other defensive approaches, DeepCloak is easy to implement and computationally efficient. Experimental results show that DeepCloak can increase the performance of state-of-the-art DNN models against adversarial samples.

📄 PDF Abstract BibTeX arXiv:1702.06763

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Masking and Mixing Adversarial Training

2023-02-16 · Hiroki Adachi, Tsubasa Hirakawa, Takayoshi Yamashita, Hironobu Fujiyoshi 외

While convolutional neural networks (CNNs) have achieved excellent performances in various computer vision tasks, they often misclassify with malicious samples, a.k.a. adversarial examples. Adversarial training is a popu…

Regularizers for Single-step Adversarial Training

2020-02-03 · B. S. Vivek, R. Venkatesh Babu

The progress in the last decade has enabled machine learning models to achieve impressive performance across a wide range of tasks in Computer Vision. However, a plethora of works have demonstrated the susceptibility of …

Defensive Dual Masking for Robust Adversarial Defense

2024-12-10 · Wangli Yang, Jie Yang, Yi Guo, Johan Barthelemy

The field of textual adversarial defenses has gained considerable attention in recent years due to the increasing vulnerability of natural language processing (NLP) models to adversarial attacks, which exploit subtle per…

Adversarial Defense

Guidance Through Surrogate: Towards a Generic Diagnostic Attack

2022-12-30 · Muzammal Naseer, Salman Khan, Fatih Porikli, Fahad Shahbaz Khan

Adversarial training is an effective approach to make deep neural networks robust against adversarial attacks. Recently, different adversarial training defenses are proposed that not only maintain a high clean accuracy b…

Adversarial RobustnessDiagnostic

Adversarial Masking: Towards Understanding Robustness Trade-off for Generalization

2021-01-01 · Minhao Cheng, Zhe Gan, Yu Cheng, Shuohang Wang 외

Adversarial training is a commonly used technique to improve model robustness against adversarial examples. Despite its success as a defense mechanism, adversarial training often fails to generalize well to unperturbed t…