paper-with-me

Papers

Defense Against Adversarial Attacks Using Feature Scattering-based Adversarial Training

2019-07-24 · NeurIPS 2019 12 · Haichao Zhang, Jian-Yu Wang

We introduce a feature scattering-based adversarial training approach for improving model robustness against adversarial attacks. Conventional adversarial training approaches leverage a supervised scheme (either targeted or non-targeted) in generating attacks for training, which typically suffer from issues such as label leaking as noted in recent works. Differently, the proposed approach generates adversarial images for training through feature scattering in the latent space, which is unsupervised in nature and avoids label leaking. More importantly, this new approach generates perturbed images in a collaborative fashion, taking the inter-sample relationships into consideration. We conduct analysis on model robustness and demonstrate the effectiveness of the proposed approach through extensively experiments on different datasets compared with state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1907.10764

Code (3)

Haichao-Zhang/FeatureScatter 공식 구현 pytorch
Line290/FeatureAttack pytorch
tuananhbui89/ASCL pytorch

Similar Papers 제목 키워드 기반

Adversarial defense for deep speaker recognition using hybrid adversarial training

2020-10-30

Deep neural network based speaker recognition systems can easily be deceived by an adversary using minuscule imperceptible perturbations to the input speech samples. These adversarial attacks pose serious security threat…

Adversarial DefenseSpeaker Recognition

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

Cortical Features for Defense Against Adversarial Audio Attacks

2021-01-30 · Ilya Kavalerov, Ruijie Zheng, Wojciech Czaja, Rama Chellappa

We propose using a computational model of the auditory cortex as a defense against adversarial attacks on audio. We apply several white-box iterative optimization-based adversarial attacks to an implementation of Amazon …

Understanding the Robustness of Randomized Feature Defense Against Query-Based Adversarial Attacks

2023-10-01 · Quang H. Nguyen, Yingjie Lao, Tung Pham, Kok-Seng Wong 외

Recent works have shown that deep neural networks are vulnerable to adversarial examples that find samples close to the original image but can make the model misclassify. Even with access only to the model's output, an a…

Image Classification

Can We Mitigate Backdoor Attack Using Adversarial Detection Methods?

2020-06-26 · Kaidi Jin, Tianwei Zhang, Chao Shen, Yufei Chen 외

Deep Neural Networks are well known to be vulnerable to adversarial attacks and backdoor attacks, where minor modifications on the input are able to mislead the models to give wrong results. Although defenses against adv…

Adversarial DefenseBackdoor Attack