paper-with-me

홈 › Papers

Detection Defense Against Adversarial Attacks with Saliency Map

2020-09-06 · Dengpan Ye, Chuanxi Chen, Changrui Liu, Hao Wang, Shunzhi Jiang

It is well established that neural networks are vulnerable to adversarial examples, which are almost imperceptible on human vision and can cause the deep models misbehave. Such phenomenon may lead to severely inestimable consequences in the safety and security critical applications. Existing defenses are trend to harden the robustness of models against adversarial attacks, e.g., adversarial training technology. However, these are usually intractable to implement due to the high cost of re-training and the cumbersome operations of altering the model architecture or parameters. In this paper, we discuss the saliency map method from the view of enhancing model interpretability, it is similar to introducing the mechanism of the attention to the model, so as to comprehend the progress of object identification by the deep networks. We then propose a novel method combined with additional noises and utilize the inconsistency strategy to detect adversarial examples. Our experimental results of some representative adversarial attacks on common datasets including ImageNet and popular models show that our method can detect all the attacks with high detection success rate effectively. We compare it with the existing state-of-the-art technique, and the experiments indicate that our method is more general.

📄 PDF Abstract BibTeX arXiv:2009.02738

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Model-based Saliency for the Detection of Adversarial Examples

2019-09-25 · Lisa Schut, Yarin Gal

Adversarial perturbations cause a shift in the salient features of an image, which may result in a misclassification. We demonstrate that gradient-based saliency approaches are unable to capture this shift, and develop a…

TextShield: Beyond Successfully Detecting Adversarial Sentences in Text Classification

2023-02-03 · Lingfeng Shen, Ze Zhang, Haiyun Jiang, Ying Chen

Adversarial attack serves as a major challenge for neural network models in NLP, which precludes the model's deployment in safety-critical applications. A recent line of work, detection-based defense, aims to distinguish…

Adversarial AttackClassificationSentencetext-classification+1

SAD: Saliency-based Defenses Against Adversarial Examples

2020-03-10 · Richard Tran, David Patrick, Michael Geyer, Amanda Fernandez

With the rise in popularity of machine and deep learning models, there is an increased focus on their vulnerability to malicious inputs. These adversarial examples drift model predictions away from the original intent of…

Adversarial AttackMusic Genre Recognition

D4: Detection of Adversarial Diffusion Deepfakes Using Disjoint Ensembles

2022-02-11 · Ashish Hooda, Neal Mangaokar, Ryan Feng, Kassem Fawaz 외

Detecting diffusion-generated deepfake images remains an open problem. Current detection methods fail against an adversary who adds imperceptible adversarial perturbations to the deepfake to evade detection. In this work…

Adversarial RobustnessDeepFake DetectionFace Swapping

Defending against Adversarial Malware Attacks on ML-based Android Malware Detection Systems

2025-01-23 · Ping He, Lorenzo Cavallaro, Shouling Ji

Android malware presents a persistent threat to users' privacy and data integrity. To combat this, researchers have proposed machine learning-based (ML-based) Android malware detection (AMD) systems. However, adversarial…

Adversarial RobustnessAndroid Malware DetectionMalware Detection