paper-with-me

홈 › Papers

The Limitations of Adversarial Training and the Blind-Spot Attack

2019-01-15 · ICLR 2019 5 · Huan Zhang, Hongge Chen, Zhao Song, Duane Boning, Inderjit S. Dhillon, Cho-Jui Hsieh

The adversarial training procedure proposed by Madry et al. (2018) is one of the most effective methods to defend against adversarial examples in deep neural networks (DNNs). In our paper, we shed some lights on the practicality and the hardness of adversarial training by showing that the effectiveness (robustness on test set) of adversarial training has a strong correlation with the distance between a test point and the manifold of training data embedded by the network. Test examples that are relatively far away from this manifold are more likely to be vulnerable to adversarial attacks. Consequentially, an adversarial training based defense is susceptible to a new class of attacks, the "blind-spot attack", where the input images reside in "blind-spots" (low density regions) of the empirical distribution of training data but is still on the ground-truth data manifold. For MNIST, we found that these blind-spots can be easily found by simply scaling and shifting image pixel values. Most importantly, for large datasets with high dimensional and complex data manifold (CIFAR, ImageNet, etc), the existence of blind-spots in adversarial training makes defending on any valid test examples difficult due to the curse of dimensionality and the scarcity of training data. Additionally, we find that blind-spots also exist on provable defenses including (Wong & Kolter, 2018) and (Sinha et al., 2018) because these trainable robustness certificates can only be practically optimized on a limited set of training data.

📄 PDF Abstract BibTeX arXiv:1901.04684

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Similar Papers 제목 키워드 기반

Voting for the right answer: Adversarial defense for speaker verification

2021-06-15 · Haibin Wu, Yang Zhang, Zhiyong Wu, Dong Wang 외

Automatic speaker verification (ASV) is a well developed technology for biometric identification, and has been ubiquitous implemented in security-critic applications, such as banking and access control. However, previous…

Adversarial DefenseSpeaker Verification

Scanning Trojaned Models Using Out-of-Distribution Samples

2025-01-28 · Hossein Mirzaei, Ali Ansari, Bahar Dibaei Nia, Mojtaba Nafez 외

Scanning for trojan (backdoor) in deep neural networks is crucial due to their significant real-world applications. There has been an increasing focus on developing effective general trojan scanning methods across variou…

Backdoor Attack

Beyond Waveform Robustness: Robust Feature-Vocoder Adversarial Attacks on Automatic Speech Recognition

2026-06-04 · Yifan Liao, Zongmin Zhang, Zhen Sun, Yuhui Sun 외 arxiv

Automatic speech recognition (ASR) systems have become widely used for multilingual speech-to-text transcription. Their robustness to adversarial attacks has become an important topic for the community. Existing adversar…

Self-Supervised LearningSpeech Recognition

NCIS: Neural Contextual Iterative Smoothing for Purifying Adversarial Perturbations

2021-06-22 · ICML Workshop AML 2021 7 · Sungmin Cha, Naeun Ko, Youngjoon Yoo, Taesup Moon

We propose a novel and effective purification based adversarial defense method against pre-processor blind white- and black-box attacks. Our method is computationally efficient and trained only with self-supervised learn…

Adversarial DefenseAdversarial Robustnessimage-classificationImage Classification+1

STEREO: A Two-Stage Framework for Adversarially Robust Concept Erasing from Text-to-Image Diffusion Models

2025-01-01 · CVPR 2025 1 · Koushik Srivatsan, Fahad Shamshad, Muzammal Naseer, Vishal M. Patel 외

The rapid proliferation of large-scale text-to-image diffusion (T2ID) models has raised serious concerns about their potential misuse in generating harmful content. Although numerous methods have been proposed for e…