paper-with-me

Papers

How do SGD hyperparameters in natural training affect adversarial robustness?

2020-06-20 · Sandesh Kamath, Amit Deshpande, K V Subrahmanyam

Learning rate, batch size and momentum are three important hyperparameters in the SGD algorithm. It is known from the work of Jastrzebski et al. arXiv:1711.04623 that large batch size training of neural networks yields models which do not generalize well. Yao et al. arXiv:1802.08241 observe that large batch training yields models that have poor adversarial robustness. In the same paper, the authors train models with different batch sizes and compute the eigenvalues of the Hessian of loss function. They observe that as the batch size increases, the dominant eigenvalues of the Hessian become larger. They also show that both adversarial training and small-batch training leads to a drop in the dominant eigenvalues of the Hessian or lowering its spectrum. They combine adversarial training and second order information to come up with a new large-batch training algorithm and obtain robust models with good generalization. In this paper, we empirically observe the effect of the SGD hyperparameters on the accuracy and adversarial robustness of networks trained with unperturbed samples. Jastrzebski et al. considered training models with a fixed learning rate to batch size ratio. They observed that higher the ratio, better is the generalization. We observe that networks trained with constant learning rate to batch size ratio, as proposed in Jastrzebski et al., yield models which generalize well and also have almost constant adversarial robustness, independent of the batch size. We observe that momentum is more effective with varying batch sizes and a fixed learning rate than with constant learning rate to batch size ratio based SGD training.

📄 PDF Abstract BibTeX arXiv:2006.11604

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Exploring the Hyperparameter Landscape of Adversarial Robustness

2019-05-09 · Evelyn Duesterwald, Anupama Murthi, Ganesh Venkataraman, Mathieu Sinn 외

Adversarial training shows promise as an approach for training models that are robust towards adversarial perturbation. In this paper, we explore some of the practical challenges of adversarial training. We present a sen…

Adversarial RobustnessHyperparameter OptimizationNavigate

AutoLoRa: A Parameter-Free Automated Robust Fine-Tuning Framework

2023-10-03 · Xilie Xu, Jingfeng Zhang, Mohan Kankanhalli

Robust Fine-Tuning (RFT) is a low-cost strategy to obtain adversarial robustness in downstream applications, without requiring a lot of computational resources and collecting significant amounts of data. This paper uncov…

Adversarial RobustnessScheduling

On the Properties of Adversarially-Trained CNNs

2022-03-17 · Mattia Carletti, Matteo Terzi, Gian Antonio Susto

Adversarial Training has proved to be an effective training paradigm to enforce robustness against adversarial examples in modern neural network architectures. Despite many efforts, explanations of the foundational princ…

Nonideality-aware training makes memristive networks more robust to adversarial attacks

2024-09-29 · Dovydas Joksas, Luis Muñoz-González, Emil Lupu, Adnan Mehonic

Neural networks are now deployed in a wide number of areas from object classification to natural language systems. Implementations using analog devices like memristors promise better power efficiency, potentially bringin…

Adversarial Robustness

RobustART: Benchmarking Robustness on Architecture Design and Training Techniques

2021-09-11 · Shiyu Tang, Ruihao Gong, Yan Wang, Aishan Liu 외

Deep neural networks (DNNs) are vulnerable to adversarial noises, which motivates the benchmark of model robustness. Existing benchmarks mainly focus on evaluating defenses, but there are no comprehensive studies of how …

Adversarial RobustnessBenchmarkingData AugmentationNeural Architecture Search