Regularized Linear Regression for Binary Classification
Danil Akhtiamov, Reza Ghane, Babak Hassibi

TL;DR
This paper systematically studies how different regularization techniques affect linear classifiers in noisy binary classification, revealing that ridge improves accuracy, $ ext{l}_1$ induces sparsity, and $ ext{l}_ extinfty$ can compress weights with minimal performance loss.
Contribution
It provides a rigorous analysis of regularization effects in over-parameterized linear classifiers trained on noisy data, highlighting practical benefits of sparsity and weight compression.
Findings
Ridge regression consistently reduces classification error.
$ ext{l}_1$ regularization induces sparsity without performance loss.
$ ext{l}_ extinfty$ regularization leads to weight concentration and effective compression.
Abstract
Regularized linear regression is a promising approach for binary classification problems in which the training set has noisy labels since the regularization term can help to avoid interpolating the mislabeled data points. In this paper we provide a systematic study of the effects of the regularization strength on the performance of linear classifiers that are trained to solve binary classification problems by minimizing a regularized least-squares objective. We consider the over-parametrized regime and assume that the classes are generated from a Gaussian Mixture Model (GMM) where a fraction of the training data is mislabeled. Under these assumptions, we rigorously analyze the classification errors resulting from the application of ridge, , and regression. In particular, we demonstrate that ridge regression invariably improves the classification…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Machine Learning and Data Classification · Face and Expression Recognition
MethodsSparse Evolutionary Training · Linear Regression
