paper-with-me

홈 › Papers

Classification and Adversarial examples in an Overparameterized Linear Model: A Signal Processing Perspective

2021-09-27 · Adhyyan Narang, Vidya Muthukumar, Anant Sahai

State-of-the-art deep learning classifiers are heavily overparameterized with respect to the amount of training examples and observed to generalize well on "clean" data, but be highly susceptible to infinitesmal adversarial perturbations. In this paper, we identify an overparameterized linear ensemble, that uses the "lifted" Fourier feature map, that demonstrates both of these behaviors. The input is one-dimensional, and the adversary is only allowed to perturb these inputs and not the non-linear features directly. We find that the learned model is susceptible to adversaries in an intermediate regime where classification generalizes but regression does not. Notably, the susceptibility arises despite the absence of model mis-specification or label noise, which are commonly cited reasons for adversarial-susceptibility. These results are extended theoretically to a random-Fourier-sum setup that exhibits double-descent behavior. In both feature-setups, the adversarial vulnerability arises because of a phenomenon we term spatial localization: the predictions of the learned model are markedly more sensitive in the vicinity of training points than elsewhere. This sensitivity is a consequence of feature lifting and is reminiscent of Gibb's and Runge's phenomena from signal processing and functional analysis. Despite the adversarial susceptibility, we find that classification with these features can be easier than the more commonly studied "independent feature" models.

📄 PDF Abstract BibTeX arXiv:2109.13215

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding and Quantifying Adversarial Examples Existence in Linear Classification

2019-10-27 · Xupeng Shi, A. Adam Ding

State-of-art deep neural networks (DNN) are vulnerable to attacks by adversarial examples: a carefully designed small perturbation to the input, that is imperceptible to human, can mislead DNN. To understand the root cau…

ClassificationGeneral Classification

Generalization for multiclass classification with overparameterized linear models

2022-06-03 · Vignesh Subramanian, Rahul Arya, Anant Sahai

Via an overparameterized linear model with Gaussian features, we provide conditions for good generalization for multiclass classification of minimum-norm interpolating solutions in an asymptotic setting where both the nu…

Binary ClassificationClassification

Surprises in adversarially-trained linear regression

2022-05-25 · Antônio H. Ribeiro, Dave Zachariah, Thomas B. Schön

State-of-the-art machine learning models can be vulnerable to very small input perturbations that are adversarially constructed. Adversarial training is an effective approach to defend against such examples. It is formul…

regression

Predicting Out-of-Distribution Error with the Projection Norm

2022-02-11 · Yaodong Yu, Zitong Yang, Alexander Wei, Yi Ma 외

We propose a metric -- Projection Norm -- to predict a model's performance on out-of-distribution (OOD) data without access to ground truth labels. Projection Norm first uses model predictions to pseudo-label test sample…

Pseudo Labeltext-classificationText Classification

Task Shift: From Classification to Regression in Overparameterized Linear Models

2025-02-18 · Tyler LaBonte, Kuo-Wei Lai, Vidya Muthukumar

Modern machine learning methods have recently demonstrated remarkable capability to generalize under task shift, where latent knowledge is transferred to a different, often more difficult, task under a similar data distr…

regression