Numerical Stability of the Nyström Method
Alberto Bucci, Yuji Nakatsukasa, Taejun Park
TL;DR
This work addresses the numerical instability of the Nyström method when forming low-rank kernel approximations by introducing an epsilon-truncated pseudoinverse within a stabilized Nyström (SN) framework that uses locally max-vol index sets for column selection. The authors establish stability guarantees in exact arithmetic and prove backward-stability under floating-point computation, showing the error depends on the spectral decay σ_{r+1}(A) and the truncation tolerance ε rather than the condition number of A. They demonstrate through extensive experiments that SN provides robust, structure-preserving, and scalable performance, often outperforming shifting-based stabilization and avoiding QR computations. The results offer practical guidance for stable large-scale kernel computations, enabling potential low-precision gains without sacrificing accuracy in many applications.
Abstract
The Nyström method is a widely used technique for improving the scalability of kernel-based algorithms, including kernel ridge regression, spectral clustering, and Gaussian processes. Despite its popularity, the numerical stability of the method has remained largely an unresolved problem. In particular, the pseudo-inversion of the submatrix involved in the Nyström method may pose stability issues as the submatrix is likely to be ill-conditioned, resulting in numerically poor approximation. In this work, we establish conditions under which the Nyström method is numerically stable. We show that stability can be achieved through an appropriate choice of column subsets and a careful implementation of the pseudoinverse. Our results and experiments provide theoretical justification and practical guidance for the stable application of the Nyström method in large-scale kernel computations.
