paper-with-me

Papers

Understanding Generalization in Adversarial Training via the Bias-Variance Decomposition

2021-03-17 · Yaodong Yu, Zitong Yang, Edgar Dobriban, Jacob Steinhardt, Yi Ma

Adversarially trained models exhibit a large generalization gap: they can interpolate the training set even for large perturbation radii, but at the cost of large test error on clean samples. To investigate this gap, we decompose the test risk into its bias and variance components and study their behavior as a function of adversarial training perturbation radii ($\varepsilon$). We find that the bias increases monotonically with $\varepsilon$ and is the dominant term in the risk. Meanwhile, the variance is unimodal as a function of $\varepsilon$, peaking near the interpolation threshold for the training set. This characteristic behavior occurs robustly across different datasets and also for other robust training procedures such as randomized smoothing. It thus provides a test for proposed explanations of the generalization gap. We find that some existing explanations fail this test--for instance, by predicting a monotonically increasing variance curve. This underscores the power of bias-variance decompositions in modern settings-by providing two measurements instead of one, they can rule out more explanations than test accuracy alone. We also show that bias and variance can provide useful guidance for scalably reducing the generalization gap, highlighting pre-training and unlabeled data as promising routes.

📄 PDF Abstract BibTeX arXiv:2103.09947

Code (1)

yaodongyu/BiasVariance-AdversarialTraining 공식 구현 pytorch

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 제목 키워드 기반

Vulnerability Under Adversarial Machine Learning: Bias or Variance?

2020-08-01 · Hossein Aboutalebi, Mohammad Javad Shafiee, Michelle Karg, Christian Scharfenberger 외

Prior studies have unveiled the vulnerability of the deep neural networks in the context of adversarial machine learning, leading to great recent attention into this area. One interesting question that has yet to be full…

BIG-bench Machine Learning

Understanding robustness and generalization of artificial neural networks through Fourier masks

2022-03-16 · Nikos Karantzas, Emma Besier, Josue Ortega Caro, Xaq Pitkow 외

Despite the enormous success of artificial neural networks (ANNs) in many disciplines, the characterization of their computations and the origin of key properties such as generalization and robustness remain open questio…

Data Augmentation

Memorizing without overfitting: Bias, variance, and interpolation in over-parameterized models

2020-10-26 · Jason W. Rocks, Pankaj Mehta

The bias-variance trade-off is a central concept in supervised learning. In classical statistics, increasing the complexity of a model (e.g., number of parameters) reduces bias but also increases variance. Until recently…

Adversarial Robustness through Bias Variance Decomposition: A New Perspective for Federated Learning

2020-09-18 · Yao Zhou, Jun Wu, Haixun Wang, Jingrui He

Federated learning learns a neural network model by aggregating the knowledge from a group of distributed clients under the privacy-preserving constraint. In this work, we show that this paradigm might inherit the advers…

Adversarial RobustnessFederated LearningPrivacy Preserving

Can Biases in ImageNet Models Explain Generalization?

2024-04-01 · CVPR 2024 1 · Paul Gavrikov, Janis Keuper

The robust generalization of models to rare, in-distribution (ID) samples drawn from the long tail of the training distribution and to out-of-training-distribution (OOD) samples is one of the major challenges of current …

image-classificationImage Classification