paper-with-me

Papers

Randomized Adversarial Training via Taylor Expansion

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

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 both the robustness against adversarial examples and the accuracy over clean examples, many works develop enhanced adversarial training methods to achieve various trade-offs between them. Leveraging over the studies that smoothed update on weights during training may help find flat minima and improve generalization, we suggest reconciling the robustness-accuracy trade-off from another perspective, i.e., by adding random noise into deterministic weights. The randomized weights enable our design of a novel adversarial training method via Taylor expansion of a small Gaussian noise, and we show that the new adversarial training method can flatten loss landscape and find flat minima. With PGD, CW, and Auto Attacks, an extensive set of experiments demonstrate that our method enhances the state-of-the-art adversarial training methods, boosting both robustness and clean accuracy. The code is available at https://github.com/Alexkael/Randomized-Adversarial-Training.

📄 PDF Abstract BibTeX arXiv:2303.10653

Code (1)

alexkael/randomized-adversarial-training 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TEAM: An Taylor Expansion-Based Method for Generating Adversarial Examples

2020-01-23 · Ya-guan Qian, Xi-Ming Zhang, Wassim Swaileh, Li Wei 외

Although Deep Neural Networks(DNNs) have achieved successful applications in many fields, they are vulnerable to adversarial examples.Adversarial training is one of the most effective methods to improve the robustness of…

SOAR: Second-Order Adversarial Regularization

2020-04-04 · Avery Ma, Fartash Faghri, Nicolas Papernot, Amir-Massoud Farahmand

Adversarial training is a common approach to improving the robustness of deep neural networks against adversarial examples. In this work, we propose a novel regularization approach as an alternative. To derive the regula…

Adversarial Robustness

Taylor Expansion Policy Optimization

2020-03-13 · ICML 2020 1 · Yunhao Tang, Michal Valko, Rémi Munos

In this work, we investigate the application of Taylor expansions in reinforcement learning. In particular, we propose Taylor expansion policy optimization, a policy optimization formalism that generalizes prior work (e.…

Off-policy evaluationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Beyond Linearization: On Quadratic and Higher-Order Approximation of Wide Neural Networks

2019-10-03 · ICLR 2020 1 · Yu Bai, Jason D. Lee

Recent theoretical work has established connections between over-parametrized neural networks and linearized models governed by he Neural Tangent Kernels (NTKs). NTK theory leads to concrete convergence and generalizatio…

Taylor Moment Expansion for Continuous-Discrete Gaussian Filtering and Smoothing

2020-01-08 · Zheng Zhao, Toni Karvonen, Roland Hostettler, Simo Särkkä

The paper is concerned with non-linear Gaussian filtering and smoothing in continuous-discrete state-space models, where the dynamic model is formulated as an It\^{o} stochastic differential equation (SDE), and the measu…

State Space Models