paper-with-me

홈 › Papers

First-order Adversarial Vulnerability of Neural Networks and Input Dimension

2018-02-05 · ICLR 2019 5 · Carl-Johann Simon-Gabriel, Yann Ollivier, Léon Bottou, Bernhard Schölkopf, David Lopez-Paz

Over the past few years, neural networks were proven vulnerable to adversarial images: targeted but imperceptible image perturbations lead to drastically different predictions. We show that adversarial vulnerability increases with the gradients of the training objective when viewed as a function of the inputs. Surprisingly, vulnerability does not depend on network topology: for many standard network architectures, we prove that at initialization, the $\ell_1$-norm of these gradients grows as the square root of the input dimension, leaving the networks increasingly vulnerable with growing image size. We empirically show that this dimension dependence persists after either usual or robust training, but gets attenuated with higher regularization.

📄 PDF Abstract BibTeX arXiv:1802.01421

Code (1)

facebookresearch/AdversarialAndDimensionality 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Adversarial Vulnerability as a Consequence of On-Manifold Inseparibility

2024-10-09 · Rajdeep Haldar, Yue Xing, Qifan Song, Guang Lin

Recent works have shown theoretically and empirically that redundant data dimensions are a source of adversarial vulnerability. However, the inverse doesn't seem to hold in practice; employing dimension-reduction techniq…

AttributeDimensionality ReductionSecond-order methods

Defending Against Adversarial Examples by Regularized Deep Embedding

2019-09-25 · Yao Li, Martin Renqiang Min, Wenchao Yu, Cho-Jui Hsieh 외

Recent studies have demonstrated the vulnerability of deep convolutional neural networks against adversarial examples. Inspired by the observation that the intrinsic dimension of image data is much smaller than its pixel…

Adversarial AttackAdversarial Robustness

Optimal Transport Classifier: Defending Against Adversarial Attacks by Regularized Deep Embedding

2018-11-19 · Yao Li, Martin Renqiang Min, Wenchao Yu, Cho-Jui Hsieh 외

Recent studies have demonstrated the vulnerability of deep convolutional neural networks against adversarial examples. Inspired by the observation that the intrinsic dimension of image data is much smaller than its pixel…

Adversarial AttackGeneral Classification

Harnessing the Vulnerability of Latent Layers in Adversarially Trained Models

2019-05-13 · Mayank Singh, Abhishek Sinha, Nupur Kumari, Harshitha Machiraju 외

Neural networks are vulnerable to adversarial attacks -- small visually imperceptible crafted noise which when added to the input drastically changes the output. The most effective method of defending against these adver…

Adversarial Attack

How many dimensions are required to find an adversarial example?

2023-03-24 · Charles Godfrey, Henry Kvinge, Elise Bishoff, Myles Mckay 외

Past work exploring adversarial vulnerability have focused on situations where an adversary can perturb all dimensions of model input. On the other hand, a range of recent works consider the case where either (i) an adve…