paper-with-me

Papers

On the Relationship Between Adversarial Robustness and Decision Region in Deep Neural Network

2022-07-07 · SeongJin Park, Haedong Jeong, Giyoung Jeon, Jaesik Choi

In general, Deep Neural Networks (DNNs) are evaluated by the generalization performance measured on unseen data excluded from the training phase. Along with the development of DNNs, the generalization performance converges to the state-of-the-art and it becomes difficult to evaluate DNNs solely based on this metric. The robustness against adversarial attack has been used as an additional metric to evaluate DNNs by measuring their vulnerability. However, few studies have been performed to analyze the adversarial robustness in terms of the geometry in DNNs. In this work, we perform an empirical study to analyze the internal properties of DNNs that affect model robustness under adversarial attacks. In particular, we propose the novel concept of the Populated Region Set (PRS), where training samples are populated more frequently, to represent the internal properties of DNNs in a practical setting. From systematic experiments with the proposed concept, we provide empirical evidence to validate that a low PRS ratio has a strong relationship with the adversarial robustness of DNNs. We also devise PRS regularizer leveraging the characteristics of PRS to improve the adversarial robustness without adversarial training.

📄 PDF Abstract BibTeX arXiv:2207.03400

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial Robustness

Similar Papers 제목 키워드 기반

Empirical Study of the Decision Region and Robustness in Deep Neural Networks

2021-09-29 · SeongJin Park, Haedong Jeong, Giyoung Jeon, Jaesik Choi

In general, the Deep Neural Networks (DNNs) is evaluated by the generalization performance measured on the unseen data excluded from the training phase. Along with the development of DNNs, the generalization performance …

Adversarial AttackAdversarial Robustness

Improving Robustness against Real-World and Worst-Case Distribution Shifts through Decision Region Quantification

2022-05-19 · Leo Schwinn, Leon Bungert, An Nguyen, René Raab 외

The reliability of neural networks is essential for their use in safety-critical applications. Existing approaches generally aim at improving the robustness of neural networks to either real-world distribution shifts (e.…

Interpreting Adversarial Robustness: A View from Decision Surface in Input Space

2018-09-29 · ICLR 2019 5 · Fuxun Yu, ChenChen Liu, Yanzhi Wang, Liang Zhao 외

One popular hypothesis of neural network generalization is that the flat local minima of loss surface in parameter space leads to good generalization. However, we demonstrate that loss surface in parameter space has no o…

Adversarial Robustness

Decision-based Black-box Attack Against Vision Transformers via Patch-wise Adversarial Removal

2021-12-07 · Yucheng Shi, Yahong Han, Yu-an Tan, Xiaohui Kuang

Vision transformers (ViTs) have demonstrated impressive performance and stronger adversarial robustness compared to Convolutional Neural Networks (CNNs). On the one hand, ViTs' focus on global interaction between individ…

Adversarial RobustnessSensitivity

Robust Adversarial Classification via Abstaining

2021-04-06 · Abed AlRahman Al Makdah, Vaibhav Katewa, Fabio Pasqualetti

In this work, we consider a binary classification problem and cast it into a binary hypothesis testing framework, where the observations can be perturbed by an adversary. To improve the adversarial robustness of a classi…

Adversarial RobustnessBinary ClassificationClassificationGeneral Classification+1