paper-with-me

홈 › Papers

Sequential Randomized Smoothing for Adversarially Robust Speech Recognition

2021-11-05 · EMNLP 2021 11 · Raphael Olivier, Bhiksha Raj

While Automatic Speech Recognition has been shown to be vulnerable to adversarial attacks, defenses against these attacks are still lagging. Existing, naive defenses can be partially broken with an adaptive attack. In classification tasks, the Randomized Smoothing paradigm has been shown to be effective at defending models. However, it is difficult to apply this paradigm to ASR tasks, due to their complexity and the sequential nature of their outputs. Our paper overcomes some of these challenges by leveraging speech-specific tools like enhancement and ROVER voting to design an ASR model that is robust to perturbations. We apply adaptive versions of state-of-the-art attacks, such as the Imperceptible ASR attack, to our model, and show that our strongest defense is robust to all attacks that use inaudible noise, and can only be broken with very high distortion.

📄 PDF Abstract BibTeX arXiv:2112.03000

Code (1)

raphaelolivier/smoothingasr 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Robust Speech Recognitionspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Certified Adversarial Robustness via Randomized Smoothing

2019-02-08 · Jeremy M Cohen, Elan Rosenfeld, J. Zico Kolter

We show how to turn any classifier that classifies well under Gaussian noise into a new classifier that is certifiably robust to adversarial perturbations under the $\ell_2$ norm. This "randomized smoothing" technique ha…

Adversarial DefenseAdversarial RobustnessRobust classification

Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers

2019-06-09 · NeurIPS 2019 12 · Hadi Salman, Greg Yang, Jerry Li, Pengchuan Zhang 외

Recent works have shown the effectiveness of randomized smoothing as a scalable technique for building neural network-based classifiers that are provably robust to $\ell_2$-norm adversarial perturbations. In this paper, …

Adversarial AttackAdversarial DefenseDeep Learning

Analyzing Accuracy Loss in Randomized Smoothing Defenses

2020-03-03 · Yue Gao, Harrison Rosenberg, Kassem Fawaz, Somesh Jha 외

Recent advances in machine learning (ML) algorithms, especially deep neural networks (DNNs), have demonstrated remarkable success (sometimes exceeding human-level performance) on several tasks, including face and speech …

Autonomous DrivingBIG-bench Machine Learningspeech-recognitionSpeech Recognition

Context-Aware Selective Label Smoothing for Calibrating Sequence Recognition Model

2023-03-13 · Shuangping Huang, Yu Luo, Zhenzhou Zhuang, Jin-Gang Yu 외

Despite the success of deep neural network (DNN) on sequential data (i.e., scene text and speech) recognition, it suffers from the over-confidence problem mainly due to overfitting in training with the cross-entropy loss…

Decision MakingScene Text Recognitionspeech-recognitionSpeech Recognition

Randomized Message-Interception Smoothing: Gray-box Certificates for Graph Neural Networks

2023-01-05 · Yan Scholten, Jan Schuchardt, Simon Geisler, Aleksandar Bojchevski 외

Randomized smoothing is one of the most promising frameworks for certifying the adversarial robustness of machine learning models, including Graph Neural Networks (GNNs). Yet, existing randomized smoothing certificates f…

Adversarial Robustness