paper-with-me

Papers

An Iterative, Sketching-based Framework for Ridge Regression

2018-07-01 · ICML 2018 7 · Agniva Chowdhury, Jiasen Yang, Petros Drineas

Ridge regression is a variant of regularized least squares regression that is particularly suitable in settings where the number of predictor variables greatly exceeds the number of observations. We present a simple, iterative, sketching-based algorithm for ridge regression that guarantees high-quality approximations to the optimal solution vector. Our analysis builds upon two simple structural results that boil down to randomized matrix multiplication, a fundamental and well-understood primitive of randomized linear algebra. An important contribution of our work is the analysis of the behavior of subsampled ridge regression problems when the ridge leverage scores are used: we prove that accurate approximations can be achieved by a sample whose size depends on the degrees of freedom of the ridge-regression problem rather than the dimensions of the design matrix. Our experimental evaluations verify our theoretical results on both real and synthetic data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Sketching Algorithms and Lower Bounds for Ridge Regression

2022-04-13 · Praneeth Kacham, David P. Woodruff

We give a sketching-based iterative algorithm that computes a $1+\varepsilon$ approximate solution for the ridge regression problem $\min_x \|Ax-b\|_2^2 +\lambda\|x\|_2^2$ where $A \in R^{n \times d}$ with $d \ge n$. Our…

regression

Localized sketching for matrix multiplication and ridge regression

2020-03-20 · Rakshith S Srinivasa, Mark A. Davenport, Justin Romberg

We consider sketched approximate matrix multiplication and ridge regression in the novel setting of localized sketching, where at any given point, only part of the data matrix is available. This corresponds to a block di…

regression

Accumulations of Projections--A Unified Framework for Random Sketches in Kernel Ridge Regression

2021-03-06 · Yifan Chen, Yun Yang

Building a sketch of an n-by-n empirical kernel matrix is a common approach to accelerate the computation of many kernel methods. In this paper, we propose a unified framework of constructing sketching methods in kernel …

Computational Efficiencyregression

Ridge Regression: Structure, Cross-Validation, and Sketching

2019-10-06 · ICLR 2020 1 · Sifan Liu, Edgar Dobriban

We study the following three fundamental problems about ridge regression: (1) what is the structure of the estimator? (2) how to correctly use cross-validation to choose the regularization parameter? and (3) how to accel…

regression

Solving Ridge Regression using Sketched Preconditioned SVRG

2016-02-07 · Alon Gonen, Francesco Orabona, Shai Shalev-Shwartz

We develop a novel preconditioning method for ridge regression, based on recent linear sketching methods. By equipping Stochastic Variance Reduced Gradient (SVRG) with this preconditioning process, we obtain a significan…

regression