paper-with-me

홈 › Papers

Precise Tradeoffs in Adversarial Training for Linear Regression

2020-02-24 · Adel Javanmard, Mahdi Soltanolkotabi, Hamed Hassani

Despite breakthrough performance, modern learning models are known to be highly vulnerable to small adversarial perturbations in their inputs. While a wide variety of recent \emph{adversarial training} methods have been effective at improving robustness to perturbed inputs (robust accuracy), often this benefit is accompanied by a decrease in accuracy on benign inputs (standard accuracy), leading to a tradeoff between often competing objectives. Complicating matters further, recent empirical evidence suggest that a variety of other factors (size and quality of training data, model size, etc.) affect this tradeoff in somewhat surprising ways. In this paper we provide a precise and comprehensive understanding of the role of adversarial training in the context of linear regression with Gaussian features. In particular, we characterize the fundamental tradeoff between the accuracies achievable by any algorithm regardless of computational power or size of the training data. Furthermore, we precisely characterize the standard/robust accuracy and the corresponding tradeoff achieved by a contemporary mini-max adversarial training approach in a high-dimensional regime where the number of data points and the parameters of the model grow in proportion to each other. Our theory for adversarial training algorithms also facilitates the rigorous study of how a variety of factors (size and quality of training data, model overparametrization etc.) affect the tradeoff between these two competing accuracies.

📄 PDF Abstract BibTeX arXiv:2002.10477

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Robust Linear Regression: Phase-Transitions and Precise Tradeoffs for General Norms

2023-08-01 · Elvis Dohmatob, Meyer Scetbon

In this paper, we investigate the impact of test-time adversarial attacks on linear regression models and determine the optimal level of robustness that any model can reach while maintaining a given level of standard pre…

Adversarial Robustnessregression

Explicit Tradeoffs between Adversarial and Natural Distributional Robustness

2022-09-15 · Mazda Moayeri, Kiarash Banihashem, Soheil Feizi

Several existing works study either adversarial or natural distributional robustness of deep neural networks separately. In practice, however, models need to enjoy both types of robustness to ensure reliability. In this …

Adversarial Robustness

Understanding and Mitigating the Tradeoff Between Robustness and Accuracy

2020-02-25 · ICML 2020 1 · Aditi Raghunathan, Sang Michael Xie, Fanny Yang, John Duchi 외

Adversarial training augments the training set with perturbations to improve the robust error (over worst-case perturbations), but it often leads to an increase in the standard error (on unperturbed test inputs). Previou…

regression

Fundamental Tradeoffs in Distributionally Adversarial Training

2021-01-15 · Mohammad Mehrabi, Adel Javanmard, Ryan A. Rossi, Anup Rao 외

Adversarial training is among the most effective techniques to improve the robustness of models against adversarial perturbations. However, the full effect of this approach on models is not well understood. For example, …

Binary Classificationregression

On the (Non-)Robustness of Two-Layer Neural Networks in Different Learning Regimes

2022-03-22 · Elvis Dohmatob, Alberto Bietti

Neural networks are known to be highly sensitive to adversarial examples. These may arise due to different factors, such as random initialization, or spurious correlations in the learning problem. To better understand th…

Adversarial Robustness