paper-with-me

Papers

Wide Two-Layer Networks can Learn from Adversarial Perturbations

2024-10-31 · Soichiro Kumano, Hiroshi Kera, Toshihiko Yamasaki

Adversarial examples have raised several open questions, such as why they can deceive classifiers and transfer between different models. A prevailing hypothesis to explain these phenomena suggests that adversarial perturbations appear as random noise but contain class-specific features. This hypothesis is supported by the success of perturbation learning, where classifiers trained solely on adversarial examples and the corresponding incorrect labels generalize well to correctly labeled test data. Although this hypothesis and perturbation learning are effective in explaining intriguing properties of adversarial examples, their solid theoretical foundation is limited. In this study, we theoretically explain the counterintuitive success of perturbation learning. We assume wide two-layer networks and the results hold for any data distribution. We prove that adversarial perturbations contain sufficient class-specific features for networks to generalize from them. Moreover, the predictions of classifiers trained on mislabeled adversarial examples coincide with those of classifiers trained on correctly labeled clean samples. The code is available at https://github.com/s-kumano/perturbation-learning.

📄 PDF Abstract BibTeX arXiv:2410.23677

Code (1)

s-kumano/perturbation-learning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Layer-wise Adversarial Defense: An ODE Perspective

2021-01-01 · Zonghan Yang, Yang Liu, Chenglong Bao, Zuoqiang Shi

Deep neural networks are observed to be fragile against adversarial attacks, which have dramatically limited their practical applicability. On improving model robustness, the adversarial training techniques have proven e…

Adversarial Defense

Regularizing deep networks using efficient layerwise adversarial training

2017-05-22 · Swami Sankaranarayanan, Arpit Jain, Rama Chellappa, Ser Nam Lim

Adversarial training has been shown to regularize deep neural networks in addition to increasing their robustness to adversarial examples. However, its impact on very deep state of the art networks has not been fully inv…

Robust Design of Deep Neural Networks against Adversarial Attacks based on Lyapunov Theory

2019-11-12 · CVPR 2020 6 · Arash Rahnama, Andre T. Nguyen, Edward Raff

Deep neural networks (DNNs) are vulnerable to subtle adversarial perturbations applied to the input. These adversarial perturbations, though imperceptible, can easily mislead the DNN. In this work, we take a control theo…

Robust Design

NAG: Network for Adversary Generation

2017-12-09 · CVPR 2018 6 · Konda Reddy Mopuri, Utkarsh Ojha, Utsav Garg, R. Venkatesh Babu

Adversarial perturbations can pose a serious threat for deploying machine learning systems. Recent works have shown existence of image-agnostic perturbations that can fool classifiers over most natural images. Existing m…

Robustifying $\ell_\infty$ Adversarial Training to the Union of Perturbation Models

2021-05-31 · NeurIPS 2021 12 · Ameya D. Patil, Michael Tuttle, Alexander G. Schwing, Naresh R. Shanbhag

Classical adversarial training (AT) frameworks are designed to achieve high adversarial accuracy against a single attack type, typically $\ell_\infty$ norm-bounded perturbations. Recent extensions in AT have focused on d…