paper-with-me

Papers

Training Ensembles to Detect Adversarial Examples

2017-12-11 · Alexander Bagnall, Razvan Bunescu, Gordon Stewart

We propose a new ensemble method for detecting and classifying adversarial examples generated by state-of-the-art attacks, including DeepFool and C&W. Our method works by training the members of an ensemble to have low classification error on random benign examples while simultaneously minimizing agreement on examples outside the training distribution. We evaluate on both MNIST and CIFAR-10, against oblivious and both white- and black-box adversaries.

📄 PDF Abstract BibTeX arXiv:1712.04006

Code (1)

bagnalla/ensemble_detect_adv 공식 구현 tf

Tasks

General Classification

Similar Papers 제목 키워드 기반

Adversarial Example Detection in Deployed Tree Ensembles

2022-06-27 · Laurens Devos, Wannes Meert, Jesse Davis

Tree ensembles are powerful models that are widely used. However, they are susceptible to adversarial examples, which are examples that purposely constructed to elicit a misprediction from the model. This can degrade per…

Faster Repeated Evasion Attacks in Tree Ensembles

2024-02-13 · Lorenzo Cascioli, Laurens Devos, Ondřej Kuželka, Jesse Davis

Tree ensembles are one of the most widely used model classes. However, these models are susceptible to adversarial examples, i.e., slightly perturbed examples that elicit a misprediction. There has been significant resea…

Stochastic Combinatorial Ensembles for Defending Against Adversarial Examples

2018-08-20 · George A. Adam, Petr Smirnov, David Duvenaud, Benjamin Haibe-Kains 외

Many deep learning algorithms can be easily fooled with simple adversarial examples. To address the limitations of existing defenses, we devised a probabilistic framework that can generate an exponentially large ensemble…

Adversarial AttackMetric Learning

Prior Networks for Detection of Adversarial Attacks

2018-12-06 · Andrey Malinin, Mark Gales

Adversarial examples are considered a serious issue for safety critical applications of AI, such as finance, autonomous vehicle control and medicinal applications. Though significant work has resulted in increased robust…

Adversarial AttackAdversarial Attack Detection

LOTOS: Layer-wise Orthogonalization for Training Robust Ensembles

2024-10-07 · Ali Ebrahimpour-Boroojeny, Hari Sundaram, Varun Chandrasekaran

Transferability of adversarial examples is a well-known property that endangers all classification models, even those that are only accessible through black-box queries. Prior work has shown that an ensemble of models is…