paper-with-me

Papers

Robust, randomized preconditioning for kernel ridge regression

2023-04-24 · Mateo Díaz, Ethan N. Epperly, Zachary Frangella, Joel A. Tropp, Robert J. Webber

This paper investigates two randomized preconditioning techniques for solving kernel ridge regression (KRR) problems with a medium to large number of data points ($10^4 \leq N \leq 10^7$), and it introduces two new methods with state-of-the-art performance. The first method, RPCholesky preconditioning, accurately solves the full-data KRR problem in $O(N^2)$ arithmetic operations, assuming sufficiently rapid polynomial decay of the kernel matrix eigenvalues. The second method, KRILL preconditioning, offers an accurate solution to a restricted version of the KRR problem involving $k \ll N$ selected data centers at a cost of $O((N + k^2) k \log k)$ operations. The proposed methods solve a broad range of KRR problems, making them ideal for practical applications.

📄 PDF Abstract BibTeX arXiv:2304.12465

Code (2)

eepperly/fast-efficient-krr-preconditioning 공식 구현
eepperly/robust-randomized-preconditioning-for-kernel-ridge-regression

Tasks

regression

Similar Papers 제목 키워드 기반

Fast and Accurate Gaussian Kernel Ridge Regression Using Matrix Decompositions for Preconditioning

2019-05-25 · Gil Shabat, Era Choshen, Dvir Ben Or, Nadav Carmel

This paper presents a method for building a preconditioner for a kernel ridge regression problem, where the preconditioner is not only effective in its ability to reduce the condition number substantially, but also effic…

regression

Faster Ridge Regression via the Subsampled Randomized Hadamard Transform

2013-12-01 · NeurIPS 2013 12 · Yichao Lu, Paramveer Dhillon, Dean P. Foster, Lyle Ungar

We propose a fast algorithm for ridge regression when the number of features is much larger than the number of observations ($p \gg n$). The standard way to solve ridge regression in this setting works in the dual space …

regression

Faster Kernel Ridge Regression Using Sketching and Preconditioning

2016-11-10 · Haim Avron, Kenneth L. Clarkson, David P. Woodruff

Kernel Ridge Regression (KRR) is a simple yet powerful technique for non-parametric regression whose computation amounts to solving a linear system. This system is usually dense and highly ill-conditioned. In addition, t…

regression

Weighted SGD for $\ell_p$ Regression with Randomized Preconditioning

2015-02-12 · Jiyan Yang, Yin-Lam Chow, Christopher Ré, Michael W. Mahoney

In recent years, stochastic gradient descent (SGD) methods and randomized linear algebra (RLA) algorithms have been applied to many large-scale problems in machine learning and data analysis. We aim to bridge the gap bet…

regression

Faster Randomized Methods for Orthogonality Constrained Problems

2021-06-22 · Boris Shustin, Haim Avron

Recent literature has advocated the use of randomized methods for accelerating the solution of various matrix problems arising throughout data science and computational science. One popular strategy for leveraging random…

Riemannian optimization