Matrix Compression using the Nystro\"om Method
Arik Nemtsov, Amir Averbuch, Alon Schclar

TL;DR
This paper extends the Nyström method to efficiently compute approximate SVD and EVD for general and square matrices, enabling effective matrix compression especially for matrices with rapidly decaying spectra.
Contribution
It introduces a novel approach to apply the Nyström method for matrix decompositions, including an algorithm for selecting optimal samples for improved accuracy.
Findings
Efficient approximate SVD and EVD computations in O(s^2(m+n)) and O(s^2 n) operations.
The method performs well on matrices with fast spectral decay.
A new sampling algorithm improves initial sample selection for better approximation.
Abstract
The Nystr\"{o}m method is routinely used for out-of-sample extension of kernel matrices. We describe how this method can be applied to find the singular value decomposition (SVD) of general matrices and the eigenvalue decomposition (EVD) of square matrices. We take as an input a matrix , a user defined integer and , a matrix sampled from the columns and rows of . These are used to construct an approximate rank- SVD of in operations. If is square, the rank- EVD can be similarly constructed in operations. Thus, the matrix is a compressed version of . We discuss the choice of and propose an algorithm that selects a good initial sample for a pivoted version of . The proposed algorithm performs well for general matrices and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Blind Source Separation Techniques · Matrix Theory and Algorithms
