paper-with-me

Papers

Adversarial Examples Detection with Bayesian Neural Network

2021-05-18 · Yao Li, Tongyi Tang, Cho-Jui Hsieh, Thomas C. M. Lee

In this paper, we propose a new framework to detect adversarial examples motivated by the observations that random components can improve the smoothness of predictors and make it easier to simulate the output distribution of a deep neural network. With these observations, we propose a novel Bayesian adversarial example detector, short for BATer, to improve the performance of adversarial example detection. Specifically, we study the distributional difference of hidden layer output between natural and adversarial examples, and propose to use the randomness of the Bayesian neural network to simulate hidden layer output distribution and leverage the distribution dispersion to detect adversarial examples. The advantage of a Bayesian neural network is that the output is stochastic while a deep neural network without random components does not have such characteristics. Empirical results on several benchmark datasets against popular attacks show that the proposed BATer outperforms the state-of-the-art detectors in adversarial example detection.

📄 PDF Abstract BibTeX arXiv:2105.08620

Code (1)

BayesianDetection/BayesianDetection 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Mitigating Closed-model Adversarial Examples with Bayesian Neural Modeling for Enhanced End-to-End Speech Recognition

2022-02-17 · Chao-Han Huck Yang, Zeeshan Ahmed, Yile Gu, Joseph Szurley 외

In this work, we aim to enhance the system robustness of end-to-end automatic speech recognition (ASR) against adversarially-noisy speech examples. We focus on a rigorous and empirical "closed-model adversarial robustnes…

Adversarial RobustnessAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Model Optimization+2

LiBRe: A Practical Bayesian Approach to Adversarial Detection

2021-03-27 · CVPR 2021 1 · Zhijie Deng, Xiao Yang, Shizhen Xu, Hang Su 외

Despite their appealing flexibility, deep neural networks (DNNs) are vulnerable against adversarial examples. Various adversarial defense strategies have been proposed to resolve this problem, but they typically demonstr…

Adversarial DefenseUncertainty Quantification

Attacking Bayes: On the Adversarial Robustness of Bayesian Neural Networks

2024-04-27 · Yunzhen Feng, Tim G. J. Rudner, Nikolaos Tsilivis, Julia Kempe

Adversarial examples have been shown to cause neural networks to fail on a wide range of vision and language tasks, but recent work has claimed that Bayesian neural networks (BNNs) are inherently robust to adversarial pe…

Adversarial RobustnessPredictionSemantic Shift Detection

Gradient-Free Adversarial Attacks for Bayesian Neural Networks

2020-12-23 · pproximateinference AABI Symposium 2021 1 · Matthew Yuan, Matthew Wicker, Luca Laurenti

The existence of adversarial examples underscores the importance of understanding the robustness of machine learning models. Bayesian neural networks (BNNs), due to their calibrated uncertainty, have been shown to posses…

Adversarial RobustnessBayesian Inference

Bayesian Adversarial Spheres: Bayesian Inference and Adversarial Examples in a Noiseless Setting

2018-11-29 · Artur Bekasov, Iain Murray

Modern deep neural network models suffer from adversarial examples, i.e. confidently misclassified points in the input space. It has been shown that Bayesian neural networks are a promising approach for detecting adversa…

Bayesian Inference