SOTAVerified

On Coresets For Regularized Regression

2020-06-09ICML 2020Code Available0· sign in to hype

Rachit Chhaya, Anirban Dasgupta, Supratim Shit

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We study the effect of norm based regularization on the size of coresets for regression problems. Specifically, given a matrix A R^n d with n d and a vector b R ^ n and > 0, we analyze the size of coresets for regularized versions of regression of the form \|Ax-b\|_p^r + \|x\|_q^s . Prior work has shown that for ridge regression (where p,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 r 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 regression with _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 regression with _1 regularization.

Tasks

Reproductions