paper-with-me

Papers

Preconditioning Kernel Matrices

2016-02-22 · Kurt Cutajar, Michael A. Osborne, John P. Cunningham, Maurizio Filippone

The computational and storage complexity of kernel machines presents the primary barrier to their scaling to large, modern, datasets. A common way to tackle the scalability issue is to use the conjugate gradient algorithm, which relieves the constraints on both storage (the kernel matrix need not be stored) and computation (both stochastic gradients and parallelization can be used). Even so, conjugate gradient is not without its own issues: the conditioning of kernel matrices is often such that conjugate gradients will have poor convergence in practice. Preconditioning is a common approach to alleviating this issue. Here we propose preconditioned conjugate gradients for kernel machines, and develop a broad range of preconditioners particularly useful for kernel matrices. We describe a scalable approach to both solving kernel machines and learning their hyperparameters. We show this approach is exact in the limit of iterations and outperforms state-of-the-art approximations for a given computational budget.

📄 PDF Abstract BibTeX arXiv:1602.06693

Code (1)

mauriziofilippone/preconditioned_GPs 공식 구현

Similar Papers 제목 키워드 기반

Stein Variational Gradient Descent With Matrix-Valued Kernels

2019-10-28 · NeurIPS 2019 12 · Dilin Wang, Ziyang Tang, Chandrajit Bajaj, Qiang Liu

Stein variational gradient descent (SVGD) is a particle-based inference algorithm that leverages gradient information for efficient approximate inference. In this work, we enhance SVGD by leveraging preconditioning matri…

Bayesian Inference

Preconditioning for Scalable Gaussian Process Hyperparameter Optimization

2021-07-01 · Jonathan Wenger, Geoff Pleiss, Philipp Hennig, John P. Cunningham 외

Gaussian process hyperparameter optimization requires linear solves with, and log-determinants of, large kernel matrices. Iterative numerical techniques are becoming popular to scale to larger datasets, relying on the co…

Gaussian ProcessesHyperparameter Optimization

Preconditioned Additive Gaussian Processes with Fourier Acceleration

2025-04-01 · Theresa Wagner, Tianshi Xu, Franziska Nestler, Yuanzhe Xi 외

Gaussian processes (GPs) are crucial in machine learning for quantifying uncertainty in predictions. However, their associated covariance matrices, defined by kernel functions, are typically dense and large-scale, posing…

Gaussian Processes

Robust, randomized preconditioning for kernel ridge regression

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

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 metho…

regression

A Preconditioned Interior Point Method for Support Vector Machines Using an ANOVA-Decomposition and NFFT-Based Matrix-Vector Products

2023-12-01 · Theresa Wagner, John W. Pearson, Martin Stoll

In this paper we consider the numerical solution to the soft-margin support vector machine optimization problem. This problem is typically solved using the SMO algorithm, given the high computational complexity of tradit…