paper-with-me

Papers

Adversarial Vulnerability as a Consequence of On-Manifold Inseparibility

2024-10-09 · Rajdeep Haldar, Yue Xing, Qifan Song, Guang Lin

Recent works have shown theoretically and empirically that redundant data dimensions are a source of adversarial vulnerability. However, the inverse doesn't seem to hold in practice; employing dimension-reduction techniques doesn't exhibit robustness as expected. In this work, we consider classification tasks and characterize the data distribution as a low-dimensional manifold, with high/low variance features defining the on/off manifold direction. We argue that clean training experiences poor convergence in the off-manifold direction caused by the ill-conditioning in widely used first-order optimizers like gradient descent. The poor convergence then acts as a source of adversarial vulnerability when the dataset is inseparable in the on-manifold direction. We provide theoretical results for logistic regression and a 2-layer linear network on the considered data distribution. Furthermore, we advocate using second-order methods that are immune to ill-conditioning and lead to better robustness. We perform experiments and exhibit tremendous robustness improvements in clean training through long training and the employment of second-order methods, corroborating our framework. Additionally, we find the inclusion of batch-norm layers hinders such robustness gains. We attribute this to differing implicit biases between traditional and batch-normalized neural networks.

📄 PDF Abstract BibTeX arXiv:2410.06921

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDimensionality ReductionSecond-order methods

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Effect of Ambient-Intrinsic Dimension Gap on Adversarial Vulnerability

2024-03-06 · Rajdeep Haldar, Yue Xing, Qifan Song

The existence of adversarial attacks on machine learning models imperceptible to a human is still quite a mystery from a theoretical perspective. In this work, we introduce two notions of adversarial attacks: natural or …

Robustness of Bayesian Neural Networks to Gradient-Based Attacks

2020-02-11 · NeurIPS 2020 12 · Ginevra Carbone, Matthew Wicker, Luca Laurenti, Andrea Patane 외

Vulnerability to adversarial attacks is one of the principal hurdles to the adoption of deep learning in safety-critical applications. Despite significant efforts, both practical and theoretical, the problem remains open…

Variational Inference

On the Robustness of Bayesian Neural Networks to Adversarial Attacks

2022-07-13 · Luca Bortolussi, Ginevra Carbone, Luca Laurenti, Andrea Patane 외

Vulnerability to adversarial attacks is one of the principal hurdles to the adoption of deep learning in safety-critical applications. Despite significant efforts, both practical and theoretical, training deep learning m…

Variational Inference

Understanding the Vulnerability of Skeleton-based Human Activity Recognition via Black-box Attack

2022-11-21 · Yunfeng Diao, He Wang, Tianjia Shao, Yong-Liang Yang 외

Human Activity Recognition (HAR) has been employed in a wide range of applications, e.g. self-driving cars, where safety and lives are at stake. Recently, the robustness of skeleton-based HAR methods have been questioned…

Activity RecognitionAdversarial AttackHuman Activity RecognitionSelf-Driving Cars+1

Relationship between manifold smoothness and adversarial vulnerability in deep learning with local errors

2020-07-04 · Zijian Jiang, Jianwen Zhou, Haiping Huang

Artificial neural networks can achieve impressive performances, and even outperform humans in some specific tasks. Nevertheless, unlike biological brains, the artificial neural networks suffer from tiny perturbations in …