Near-Optimal Entrywise Sampling of Numerically Sparse Matrices
Vladimir Braverman, Robert Krauthgamer, Aditya Krishnan, Shay Sapir

TL;DR
This paper introduces a near-optimal entrywise sampling scheme for numerically sparse matrices, achieving spectral approximation with fewer samples and faster computation, improving upon previous methods especially for matrices with rapidly decaying spectra.
Contribution
The authors propose a new sparsification scheme for almost-sparse matrices that is tight up to logarithmic factors and efficient, with applications to matrix multiplication and ridge regression.
Findings
Achieves spectral approximation with $O( ext{ns}(A) \, n \ln n / \epsilon^2)$ non-zero entries.
Improves bounds for matrices with fast spectral decay, replacing $n$ with stable rank.
Implementation runs in $O(\text{nnz}(A))$ time when spectral norm is known.
Abstract
Many real-world data sets are sparse or almost sparse. One method to measure this for a matrix is the \emph{numerical sparsity}, denoted , defined as the minimum such that for every row and every column of . This measure of is smooth and is clearly only smaller than the number of non-zeros in the row/column . The seminal work of Achlioptas and McSherry [2007] has put forward the question of approximating an input matrix by entrywise sampling. More precisely, the goal is to quickly compute a sparse matrix satisfying (i.e., additive spectral approximation) given an error parameter . The known schemes sample and rescale a small fraction of entries from . We propose a scheme that sparsifies an almost-sparse matrix…
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 · Stochastic Gradient Optimization Techniques · Complexity and Algorithms in Graphs
