paper-with-me

Papers

Improved Fixed-Rank Nyström Approximation via QR Decomposition: Practical and Theoretical Aspects

2017-08-08 · Farhad Pourkamali-Anaraki, Stephen Becker

The Nystrom method is a popular technique that uses a small number of landmark points to compute a fixed-rank approximation of large kernel matrices that arise in machine learning problems. In practice, to ensure high quality approximations, the number of landmark points is chosen to be greater than the target rank. However, for simplicity the standard Nystrom method uses a sub-optimal procedure for rank reduction. In this paper, we examine the drawbacks of the standard Nystrom method in terms of poor performance and lack of theoretical guarantees. To address these issues, we present an efficient modification for generating improved fixed-rank Nystrom approximations. Theoretical analysis and numerical experiments are provided to demonstrate the advantages of the modified method over the standard Nystrom method. Overall, the aim of this paper is to convince researchers to use the modified method, as it has nearly identical computational complexity, is easy to code, has greatly improved accuracy in many cases, and is optimal in a sense that we make precise.

📄 PDF Abstract BibTeX arXiv:1708.03218

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving CUR Matrix Decomposition and the Nyström Approximation via Adaptive Sampling

2013-03-18 · Shusen Wang, Zhihua Zhang

The CUR matrix decomposition and the Nystr\"{o}m approximation are two important low-rank matrix approximation techniques. The Nystr\"{o}m method approximates a symmetric positive semidefinite matrix in terms of a small …

Sampling-based Nyström Approximation and Kernel Quadrature

2023-01-23 · Satoshi Hayakawa, Harald Oberhauser, Terry Lyons

We analyze the Nystr\"om approximation of a positive definite kernel associated with a probability measure. We first prove an improved error bound for the conventional Nystr\"om approximation with i.i.d. sampling and sin…

Learning Theory

Scalable Spectral Clustering with Nystrom Approximation: Practical and Theoretical Aspects

2020-06-25 · Farhad Pourkamali-Anaraki

Spectral clustering techniques are valuable tools in signal processing and machine learning for partitioning complex data sets. The effectiveness of spectral clustering stems from constructing a non-linear embedding base…

Clustering

Faster Low-Rank Approximation and Kernel Ridge Regression via the Block-Nyström Method

2025-06-21 · Sachin Garg, Michał Dereziński

The Nystr\"om method is a popular low-rank approximation technique for large matrices that arise in kernel methods and convex optimization. Yet, when the data exhibits heavy-tailed spectral decay, the effective dimension…

regression

Incremental kernel PCA and the Nyström method

2018-01-31 · Fredrik Hallgren, Paul Northrop

Incremental versions of batch algorithms are often desired, for increased time efficiency in the streaming data setting, or increased memory efficiency in general. In this paper we present a novel algorithm for increment…