paper-with-me

Papers

Are Generative Classifiers More Robust to Adversarial Attacks?

2018-02-19 · Yingzhen Li, John Bradshaw, Yash Sharma

There is a rising interest in studying the robustness of deep neural network classifiers against adversaries, with both advanced attack and defence techniques being actively developed. However, most recent work focuses on discriminative classifiers, which only model the conditional distribution of the labels given the inputs. In this paper, we propose and investigate the deep Bayes classifier, which improves classical naive Bayes with conditional deep generative models. We further develop detection methods for adversarial examples, which reject inputs with low likelihood under the generative model. Experimental results suggest that deep Bayes classifiers are more robust than deep discriminative classifiers, and that the proposed detection methods are effective against many recently proposed attacks.

📄 PDF Abstract BibTeX arXiv:1802.06552

Code (1)

deepgenerativeclassifier/DeepBayes 공식 구현 tf

Tasks

Adversarial DefenseAdversarial Robustness

Similar Papers 제목 키워드 기반

Poisoning Attacks with Generative Adversarial Nets

2019-06-18 · Luis Muñoz-González, Bjarne Pfitzner, Matteo Russo, Javier Carnerero-Cano 외

Machine learning algorithms are vulnerable to poisoning attacks: An adversary can inject malicious points in the training dataset to influence the learning process and degrade the algorithm's performance. Optimal poisoni…

BIG-bench Machine LearningData Poisoning

Generating Universal Adversarial Perturbations for Quantum Classifiers

2024-02-13 · Gautham Anil, Vishnu Vinod, Apurva Narayan

Quantum Machine Learning (QML) has emerged as a promising field of research, aiming to leverage the capabilities of quantum computing to enhance existing machine learning methodologies. Recent studies have revealed that,…

Quantum Machine Learning

REGroup: Rank-aggregating Ensemble of Generative Classifiers for Robust Predictions

2020-06-18 · Lokender Tiwari, Anish Madan, Saket Anand, Subhashis Banerjee

Deep Neural Networks (DNNs) are often criticized for being susceptible to adversarial attacks. Most successful defense strategies adopt adversarial training or random input transformations that typically require retraini…

Adversarial Attack

Minimax Defense against Gradient-based Adversarial Attacks

2020-02-04 · Blerta Lindqvist, Rauf Izmailov

State-of-the-art adversarial attacks are aimed at neural network classifiers. By default, neural networks use gradient descent to minimize their loss function. The gradient of a classifier's loss function is used by grad…

Generative Adversarial Network

Towards Understanding the Generative Capability of Adversarially Robust Classifiers

2021-08-20 · ICCV 2021 10 · Yao Zhu, Jiacheng Ma, Jiacheng Sun, Zewei Chen 외

Recently, some works found an interesting phenomenon that adversarially robust classifiers can generate good images comparable to generative models. We investigate this phenomenon from an energy perspective and provide a…

Image Generation