paper-with-me

홈 › Papers

Large scale analysis of generalization error in learning using margin based classification methods

2020-07-16 · Hanwen Huang, Qinglong Yang

Large-margin classifiers are popular methods for classification. We derive the asymptotic expression for the generalization error of a family of large-margin classifiers in the limit of both sample size $n$ and dimension $p$ going to $\infty$ with fixed ratio $\alpha=n/p$. This family covers a broad range of commonly used classifiers including support vector machine, distance weighted discrimination, and penalized logistic regression. Our result can be used to establish the phase transition boundary for the separability of two classes. We assume that the data are generated from a single multivariate Gaussian distribution with arbitrary covariance structure. We explore two special choices for the covariance matrix: spiked population model and two layer neural networks with random first layer weights. The method we used for deriving the closed-form expression is from statistical physics known as the replica method. Our asymptotic results match simulations already when $n,p$ are of the order of a few hundreds. For two layer neural networks, we reproduce the recently developed `double descent' phenomenology for several classification models. We also discuss some statistical insights that can be drawn from these analysis.

📄 PDF Abstract BibTeX arXiv:2007.10112

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Measuring Generalization with Optimal Transport

2021-06-07 · NeurIPS 2021 12 · Ching-Yao Chuang, Youssef Mroueh, Kristjan Greenewald, Antonio Torralba 외

Understanding the generalization of deep neural networks is one of the most important tasks in deep learning. Although much progress has been made, theoretical error bounds still often behave disparately from empirical o…

Generalization Bounds

Improved Sample Complexities for Deep Networks and Robust Classification via an All-Layer Margin

2019-10-09 · Colin Wei, Tengyu Ma

For linear classifiers, the relationship between (normalized) output margin and generalization is captured in a clear and simple bound -- a large output margin implies good generalization. Unfortunately, for deep models,…

AllGeneral ClassificationGeneralization BoundsRobust classification

Improved Sample Complexities for Deep Neural Networks and Robust Classification via an All-Layer Margin

2020-05-01 · ICLR 2020 1 · Colin Wei, Tengyu Ma

For linear classifiers, the relationship between (normalized) output margin and generalization is captured in a clear and simple bound – a large output margin implies good generalization. Unfortunately, for deep models, …

AllGeneralization BoundsRobust classification

Generalization bounds for deep learning

2020-12-07 · Guillermo Valle-Pérez, Ard A. Louis

Generalization in deep learning has been the topic of much recent theoretical and empirical research. Here we introduce desiderata for techniques that predict generalization errors for deep learning models in supervised …

Deep LearningGeneralization Bounds

On the Current State of Research in Explaining Ensemble Performance Using Margins

2019-06-07 · Waldyn Martinez, J. Brian Gray

Empirical evidence shows that ensembles, such as bagging, boosting, random and rotation forests, generally perform better in terms of their generalization error than individual classifiers. To explain this performance, S…