English

On Coresets For Regularized Regression

Machine Learning 2020-07-01 v3 Data Structures and Algorithms Machine Learning

Abstract

We study the effect of norm based regularization on the size of coresets for regression problems. Specifically, given a matrix ARn×d \mathbf{A} \in {\mathbb{R}}^{n \times d} with ndn\gg d and a vector bRn\mathbf{b} \in \mathbb{R} ^ n and λ>0\lambda > 0, we analyze the size of coresets for regularized versions of regression of the form Axbpr+λxqs\|\mathbf{Ax}-\mathbf{b}\|_p^r + \lambda\|{\mathbf{x}}\|_q^s . Prior work has shown that for ridge regression (where p,q,r,s=2p,q,r,s=2) we can obtain a coreset that is smaller than the coreset for the unregularized counterpart i.e. least squares regression (Avron et al). We show that when rsr \neq s, no coreset for regularized regression can have size smaller than the optimal coreset of the unregularized version. The well known lasso problem falls under this category and hence does not allow a coreset smaller than the one for least squares regression. We propose a modified version of the lasso problem and obtain for it a coreset of size smaller than the least square regression. We empirically show that the modified version of lasso also induces sparsity in solution, similar to the original lasso. We also obtain smaller coresets for p\ell_p regression with p\ell_p regularization. We extend our methods to multi response regularized regression. Finally, we empirically demonstrate the coreset performance for the modified lasso and the 1\ell_1 regression with 1\ell_1 regularization.

Cite

@article{arxiv.2006.05440,
  title  = {On Coresets For Regularized Regression},
  author = {Rachit Chhaya and Anirban Dasgupta and Supratim Shit},
  journal= {arXiv preprint arXiv:2006.05440},
  year   = {2020}
}

Comments

Accepted at ICML 2020. Acknowledgements added. Minor errors fixed

R2 v1 2026-06-23T16:11:17.780Z