paper-with-me

홈 › Papers

Deep Repulsive Prototypes for Adversarial Robustness

2021-05-26 · Alex Serban, Erik Poll, Joost Visser

While many defences against adversarial examples have been proposed, finding robust machine learning models is still an open problem. The most compelling defence to date is adversarial training and consists of complementing the training data set with adversarial examples. Yet adversarial training severely impacts training time and depends on finding representative adversarial samples. In this paper we propose to train models on output spaces with large class separation in order to gain robustness without adversarial training. We introduce a method to partition the output space into class prototypes with large separation and train models to preserve it. Experimental results shows that models trained with these prototypes -- which we call deep repulsive prototypes -- gain robustness competitive with adversarial training, while also preserving more accuracy on natural samples. Moreover, the models are more resilient to large perturbation sizes. For example, we obtained over 50% robustness for CIFAR-10, with 92% accuracy on natural samples and over 20% robustness for CIFAR-100, with 71% accuracy on natural samples without adversarial training. For both data sets, the models preserved robustness against large perturbations better than adversarially trained models.

📄 PDF Abstract BibTeX arXiv:2105.12427

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

A Study on Adversarial Robustness of Discriminative Prototypical Learning

2025-04-03 · Ramin Zarei Sabzevar, Hamed Mohammadzadeh, Tahmineh Tavakoli, Ahad Harati

Deep neural networks demonstrate significant vulnerability to adversarial perturbations, posing risks for critical applications. Current adversarial training methods predominantly focus on robustness against attacks with…

Adversarial Robustness

Improving MMD-GAN Training with Repulsive Loss Function

2018-12-24 · ICLR 2019 5 · Wei Wang, Yuan Sun, Saman Halgamuge

Generative adversarial nets (GANs) are widely used to learn the data sampling process and their performance may heavily depend on the loss functions, given a limited computational budget. This study revisits MMD-GAN that…

Image Generation

Robustness of Generalized Learning Vector Quantization Models against Adversarial Attacks

2019-02-01 · Sascha Saralajew, Lars Holdijk, Maike Rees, Thomas Villmann

Adversarial attacks and the development of (deep) neural networks robust against them are currently two widely researched topics. The robustness of Learning Vector Quantization (LVQ) models against adversarial attacks ha…

Quantization

Sensitivity as a Double-Edged Sword: A Trade-off Between Discriminability and Adversarial Robustness

2026-06-01 · Kai Wang arxiv

Modern neural networks are highly susceptible to adversarial perturbations. In this work, we identify that part of this vulnerability stems from the sensitivity of the widely used fully connected (FC) classifiers to such…

Adversarial Robustness

A Deep Positive-Negative Prototype Approach to Integrated Prototypical Discriminative Learning

2025-01-05 · Ramin Zarei-Sabzevar, Ahad Harati

This paper proposes a novel Deep Positive-Negative Prototype (DPNP) model that combines prototype-based learning (PbL) with discriminative methods to improve class compactness and separability in deep neural networks. Wh…