paper-with-me

홈 › Papers

Towards the Desirable Decision Boundary by Moderate-Margin Adversarial Training

2022-07-16 · Xiaoyu Liang, Yaguan Qian, Jianchang Huang, Xiang Ling, Bin Wang, Chunming Wu, Wassim Swaileh

Adversarial training, as one of the most effective defense methods against adversarial attacks, tends to learn an inclusive decision boundary to increase the robustness of deep learning models. However, due to the large and unnecessary increase in the margin along adversarial directions, adversarial training causes heavy cross-over between natural examples and adversarial examples, which is not conducive to balancing the trade-off between robustness and natural accuracy. In this paper, we propose a novel adversarial training scheme to achieve a better trade-off between robustness and natural accuracy. It aims to learn a moderate-inclusive decision boundary, which means that the margins of natural examples under the decision boundary are moderate. We call this scheme Moderate-Margin Adversarial Training (MMAT), which generates finer-grained adversarial examples to mitigate the cross-over problem. We also take advantage of logits from a teacher model that has been well-trained to guide the learning of our model. Finally, MMAT achieves high natural accuracy and robustness under both black-box and white-box attacks. On SVHN, for example, state-of-the-art robustness and natural accuracy are achieved.

📄 PDF Abstract BibTeX arXiv:2207.07793

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring and Exploiting Decision Boundary Dynamics for Adversarial Robustness

2023-02-06 · Yuancheng Xu, Yanchao Sun, Micah Goldblum, Tom Goldstein 외

The robustness of a deep classifier can be characterized by its margins: the decision boundary's distances to natural data points. However, it is unclear whether existing robust training methods effectively increase the …

Adversarial Robustness

MMA Training: Direct Input Space Margin Maximization through Adversarial Training

2018-12-06 · ICLR 2020 1 · Gavin Weiguang Ding, Yash Sharma, Kry Yik Chau Lui, Ruitong Huang

We study adversarial robustness of neural networks from a margin maximization perspective, where margins are defined as the distances from inputs to a classifier's decision boundary. Our study shows that maximizing margi…

Adversarial DefenseAdversarial Robustness

Adaptive perturbation adversarial training: based on reinforcement learning

2021-08-30 · Zhishen Nie, Ying Lin, Sp Ren, Lan Zhang

Adversarial training has become the primary method to defend against adversarial samples. However, it is hard to practically apply due to many shortcomings. One of the shortcomings of adversarial training is that it will…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Geometry of Adversarial Subspaces

2021-09-29 · Dylan M. Paiton, David Schultheiss, Matthias Kuemmerer, Zac Cranko 외

Artificial neural networks (ANNs) are constructed using well-understood mathematical operations, and yet their high-dimensional, non-linear, and compositional nature has hindered our ability to provide an intuitive descr…

Decision boundary variability and generalization in neural networks

2021-09-29 · Shiye Lei, Fengxiang He, Yancheng Yuan, DaCheng Tao

Existing works suggest that the generalizability is guaranteed when the margin between data and decision boundaries is sufficiently large. However, the existence of adversarial examples in neural networks shows that exce…