paper-with-me

Papers

Robust Neural Networks using Randomized Adversarial Training

2019-03-25 · Alexandre Araujo, Laurent Meunier, Rafael Pinot, Benjamin Negrevergne

This paper tackles the problem of defending a neural network against adversarial attacks crafted with different norms (in particular $\ell_\infty$ and $\ell_2$ bounded adversarial examples). It has been observed that defense mechanisms designed to protect against one type of attacks often offer poor performance against the other. We show that $\ell_\infty$ defense mechanisms cannot offer good protection against $\ell_2$ attacks and vice-versa, and we provide both theoretical and empirical insights on this phenomenon. Then, we discuss various ways of combining existing defense mechanisms in order to train neural networks robust against both types of attacks. Our experiments show that these new defense mechanisms offer better protection when attacked with both norms.

📄 PDF Abstract BibTeX arXiv:1903.10219

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Randomized Adversarial Training via Taylor Expansion

2023-03-19 · CVPR 2023 1 · Gaojie Jin, Xinping Yi, Dengyu Wu, Ronghui Mu 외

In recent years, there has been an explosion of research into developing more robust deep neural networks against adversarial examples. Adversarial training appears as one of the most successful methods. To deal with bot…

Promoting Robustness of Randomized Smoothing: Two Cost-Effective Approaches

2023-10-11 · Linbo Liu, Trong Nghia Hoang, Lam M. Nguyen, Tsui-Wei Weng

Randomized smoothing has recently attracted attentions in the field of adversarial robustness to provide provable robustness guarantees on smoothed neural network classifiers. However, existing works show that vanilla ra…

Adversarial Robustness

Adversarial Vulnerability of Randomized Ensembles

2022-06-14 · Hassan Dbouk, Naresh R. Shanbhag

Despite the tremendous success of deep neural networks across various tasks, their vulnerability to imperceptible adversarial perturbations has hindered their deployment in the real world. Recently, works on randomized e…

Adversarial AttackAdversarial RobustnessARC

GradDiv: Adversarial Robustness of Randomized Neural Networks via Gradient Diversity Regularization

2021-07-06 · Sungyoon Lee, Hoki Kim, Jaewook Lee

Deep learning is vulnerable to adversarial examples. Many defenses based on randomized neural networks have been proposed to solve the problem, but fail to achieve robustness against attacks using proxy gradients such as…

Adversarial RobustnessDiversity

Randomization matters. How to defend against strong adversarial attacks

2020-02-26 · Rafael Pinot, Raphael Ettedgui, Geovani Rizk, Yann Chevaleyre 외

Is there a classifier that ensures optimal robustness against all adversarial attacks? This paper answers this question by adopting a game-theoretic point of view. We show that adversarial attacks and defenses form an in…