paper-with-me

Papers

Improving Adversarial Robustness by Putting More Regularizations on Less Robust Samples

2022-06-07 · Dongyoon Yang, Insung Kong, Yongdai Kim

Adversarial training, which is to enhance robustness against adversarial attacks, has received much attention because it is easy to generate human-imperceptible perturbations of data to deceive a given deep neural network. In this paper, we propose a new adversarial training algorithm that is theoretically well motivated and empirically superior to other existing algorithms. A novel feature of the proposed algorithm is to apply more regularization to data vulnerable to adversarial attacks than other existing regularization algorithms do. Theoretically, we show that our algorithm can be understood as an algorithm of minimizing the regularized empirical risk motivated from a newly derived upper bound of the robust risk. Numerical experiments illustrate that our proposed algorithm improves the generalization (accuracy on examples) and robustness (accuracy on adversarial attacks) simultaneously to achieve the state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2206.03353

Code (1)

dyoony/arow 공식 구현 pytorch

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

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

On Connections between Regularizations for Improving DNN Robustness

2020-07-04 · Yiwen Guo, Long Chen, Yurong Chen, Chang-Shui Zhang

This paper analyzes regularization terms proposed recently for improving the adversarial robustness of deep neural networks (DNNs), from a theoretical point of view. Specifically, we study possible connections between se…

Adversarial RobustnessBIG-bench Machine Learningimage-classificationImage Classification

On the Effect of Low-Rank Weights on Adversarial Robustness of Neural Networks

2019-01-29 · Peter Langenberg, Emilio Rafael Balda, Arash Behboodi, Rudolf Mathar

Recently, there has been an abundance of works on designing Deep Neural Networks (DNNs) that are robust to adversarial examples. In particular, a central question is which features of DNNs influence adversarial robustnes…

Adversarial Robustness

Generating Adversarial Examples with Task Oriented Multi-Objective Optimization

2023-04-26 · Anh Bui, Trung Le, He Zhao, Quan Tran 외

Deep learning models, even the-state-of-the-art ones, are highly vulnerable to adversarial examples. Adversarial training is one of the most efficient methods to improve the model's robustness. The key factor for the suc…

Improving Adversarial Robustness with Hypersphere Embedding and Angular-based Regularizations

2023-03-15 · Olukorede Fakorede, Ashutosh Nirala, Modeste Atsague, Jin Tian

Adversarial training (AT) methods have been found to be effective against adversarial attacks on deep neural networks. Many variants of AT have been proposed to improve its performance. Pang et al. [1] have recently show…

Adversarial Robustness