Tight Sampling Bounds for Eigenvalue Approximation

November 05, 2024 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors William Swartworth, David P. Woodruff arXiv ID 2411.03227 Category cs.DS: Data Structures & Algorithms Citations 1 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 4 months ago
Abstract
We consider the problem of estimating the spectrum of a symmetric bounded entry (not necessarily PSD) matrix via entrywise sampling. This problem was introduced by [Bhattacharjee, Dexter, Drineas, Musco, Ray '22], where it was shown that one can obtain an $Ξ΅n$ additive approximation to all eigenvalues of $A$ by sampling a principal submatrix of dimension $\frac{\text{poly}(\log n)}{Ξ΅^3}$. We improve their analysis by showing that it suffices to sample a principal submatrix of dimension $\tilde{O}(\frac{1}{Ξ΅^2})$ (with no dependence on $n$). This matches known lower bounds and therefore resolves the sample complexity of this problem up to $\log\frac{1}Ξ΅$ factors. Using similar techniques, we give a tight $\tilde{O}(\frac{1}{Ξ΅^2})$ bound for obtaining an additive $Ξ΅\|A\|_F$ approximation to the spectrum of $A$ via squared row-norm sampling, improving on the previous best $\tilde{O}(\frac{1}{Ξ΅^{8}})$ bound. We also address the problem of approximating the top eigenvector for a bounded entry, PSD matrix $A.$ In particular, we show that sampling $O(\frac{1}Ξ΅)$ columns of $A$ suffices to produce a unit vector $u$ with $u^T A u \geq Ξ»_1(A) - Ξ΅n$. This matches what one could achieve via the sampling bound of [Musco, Musco'17] for the special case of approximating the top eigenvector, but does not require adaptivity. As additional applications, we observe that our sampling results can be used to design a faster eigenvalue estimation sketch for dense matrices resolving a question of [Swartworth, Woodruff'23], and can also be combined with [Musco, Musco'17] to achieve $O(1/Ξ΅^3)$ (adaptive) sample complexity for approximating the spectrum of a bounded entry PSD matrix to $Ξ΅n$ additive error.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted