paper-with-me

Papers

Embrace rejection: Kernel matrix approximation by accelerated randomly pivoted Cholesky

2024-10-04 · Ethan N. Epperly, Joel A. Tropp, Robert J. Webber

Randomly pivoted Cholesky (RPCholesky) is an algorithm for constructing a low-rank approximation of a positive-semidefinite matrix using a small number of columns. This paper develops an accelerated version of RPCholesky that employs block matrix computations and rejection sampling to efficiently simulate the execution of the original algorithm. For the task of approximating a kernel matrix, the accelerated algorithm can run over $40\times$ faster. The paper contains implementation details, theoretical guarantees, experiments on benchmark data sets, and an application to computational chemistry.

📄 PDF Abstract BibTeX arXiv:2410.03969

Code (1)

eepperly/randomly-pivoted-cholesky 공식 구현

Tasks

Computational chemistry

Similar Papers 제목 키워드 기반

oASIS: Adaptive Column Sampling for Kernel Matrix Approximation

2015-05-19 · Raajen Patel, Thomas A. Goldstein, Eva L. Dyer, Azalia Mirhoseini 외

Kernel matrices (e.g. Gram or similarity matrices) are essential for many state-of-the-art approaches to classification, clustering, and dimensionality reduction. For large datasets, the cost of forming and factoring suc…

ClusteringDimensionality ReductionGeneral Classification

Tanimoto Random Features for Scalable Molecular Machine Learning

2023-06-26 · NeurIPS 2023 11 · Austin Tripp, Sergio Bacallado, Sukriti Singh, José Miguel Hernández-Lobato

The Tanimoto coefficient is commonly used to measure the similarity between molecules represented as discrete fingerprints, either as a distance metric or a positive definite kernel. While many kernel methods can be acce…

Molecular Property PredictionProperty Prediction

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…

Accelerated kernel discriminant analysis

2015-04-27 · Nikolaos Gkalelis, Vasileios Mezaris

In this paper, using a novel matrix factorization and simultaneous reduction to diagonal form approach (or in short simultaneous reduction approach), Accelerated Kernel Discriminant Analysis (AKDA) and Accelerated Kernel…

General Classification

Snacks: a fast large-scale kernel SVM solver

2023-04-17 · Sofiane Tanji, Andrea Della Vecchia, François Glineur, Silvia Villa

Kernel methods provide a powerful framework for non parametric learning. They are based on kernel functions and allow learning in a rich functional space while applying linear statistical learning tools, such as Ridge Re…