Explaining Adversarial Vulnerability with a Data Sparsity Hypothesis
Mahsa Paknezhad, Cuong Phuc Ngo, Amadeus Aristo Winarto, Alistair, Cheong, Chuen Yang Beh, Jiayang Wu, Hwee Kuan Lee

TL;DR
This paper proposes a hypothesis that adversarial vulnerability in deep learning models is due to data sparsity and redundant parameters, and introduces a training framework leveraging semi-supervised learning to improve robustness by shaping decision boundaries.
Contribution
The paper develops a novel training framework using semi-supervised learning to encourage models to learn decision boundaries farther from data support, enhancing adversarial robustness.
Findings
Models trained with the framework show increased robustness against attacks.
The approach supports the data sparsity hypothesis for adversarial vulnerability.
Regularization and adversarial training also lead to more ideal decision boundaries.
Abstract
Despite many proposed algorithms to provide robustness to deep learning (DL) models, DL models remain susceptible to adversarial attacks. We hypothesize that the adversarial vulnerability of DL models stems from two factors. The first factor is data sparsity which is that in the high dimensional input data space, there exist large regions outside the support of the data distribution. The second factor is the existence of many redundant parameters in the DL models. Owing to these factors, different models are able to come up with different decision boundaries with comparably high prediction accuracy. The appearance of the decision boundaries in the space outside the support of the data distribution does not affect the prediction accuracy of the model. However, it makes an important difference in the adversarial robustness of the model. We hypothesize that the ideal decision boundary is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
