paper-with-me

홈 › Papers

AdvEst: Adversarial Perturbation Estimation to Classify and Detect Adversarial Attacks against Speaker Identification

2022-04-08 · Sonal Joshi, Saurabh Kataria, Jesus Villalba, Najim Dehak

Adversarial attacks pose a severe security threat to the state-of-the-art speaker identification systems, thereby making it vital to propose countermeasures against them. Building on our previous work that used representation learning to classify and detect adversarial attacks, we propose an improvement to it using AdvEst, a method to estimate adversarial perturbation. First, we prove our claim that training the representation learning network using adversarial perturbations as opposed to adversarial examples (consisting of the combination of clean signal and adversarial perturbation) is beneficial because it eliminates nuisance information. At inference time, we use a time-domain denoiser to estimate the adversarial perturbations from adversarial examples. Using our improved representation learning approach to obtain attack embeddings (signatures), we evaluate their performance for three applications: known attack classification, attack verification, and unknown attack detection. We show that common attacks in the literature (Fast Gradient Sign Method (FGSM), Projected Gradient Descent (PGD), Carlini-Wagner (CW) with different Lp threat models) can be classified with an accuracy of ~96%. We also detect unknown attacks with an equal error rate (EER) of ~9%, which is absolute improvement of ~12% from our previous work.

📄 PDF Abstract BibTeX arXiv:2204.03848

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSpeaker Identification

Similar Papers 제목 키워드 기반

Adversarial Perturbations of Physical Signals

2024-02-27 · Robert L. Bassett, Austin Van Dellen, Anthony P. Austin

We investigate the vulnerability of computer-vision-based signal classifiers to adversarial perturbations of their inputs, where the signals and perturbations are subject to physical constraints. We consider a scenario i…

Ensemble Methods as a Defense to Adversarial Perturbations Against Deep Neural Networks

2017-09-11 · ICLR 2018 1 · Thilo Strauss, Markus Hanselmann, Andrej Junginger, Holger Ulmer

Deep learning has become the state of the art approach in many machine learning problems such as classification. It has recently been shown that deep learning is highly vulnerable to adversarial perturbations. Taking the…

Deep LearningSelf-Driving Cars

ECG-ATK-GAN: Robustness against Adversarial Attacks on ECGs using Conditional Generative Adversarial Networks

2021-10-17 · Khondker Fariha Hossain, Sharif Amit Kamran, Alireza Tavakkoli, Xingjun Ma

Automating arrhythmia detection from ECG requires a robust and trusted system that retains high accuracy under electrical disturbances. Many machine learning approaches have reached human-level performance in classifying…

Arrhythmia DetectionGenerative Adversarial Network

How to Make 5G Communications "Invisible": Adversarial Machine Learning for Wireless Privacy

2020-05-15 · Brian Kim, Yalin E. Sagduyu, Kemal Davaslioglu, Tugba Erpek 외

We consider the problem of hiding wireless communications from an eavesdropper that employs a deep learning (DL) classifier to detect whether any transmission of interest is present or not. There exists one transmitter t…

BIG-bench Machine Learning

Adversarial Detector with Robust Classifier

2022-02-05 · Takayuki Osakabe, MaungMaung AprilPyone, Sayaka Shiota, Hitoshi Kiya

Deep neural network (DNN) models are wellknown to easily misclassify prediction results by using input images with small perturbations, called adversarial examples. In this paper, we propose a novel adversarial detector,…