Low-Rank Approximation with $1/Ξ΅^{1/3}$ Matrix-Vector Products

February 10, 2022 Β· Declared Dead Β· πŸ› Symposium on the Theory of Computing

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Ainesh Bakshi, Kenneth L. Clarkson, David P. Woodruff arXiv ID 2202.05120 Category cs.DS: Data Structures & Algorithms Cross-listed cs.LG, math.NA Citations 21 Venue Symposium on the Theory of Computing Last Checked 3 months ago
Abstract
We study iterative methods based on Krylov subspaces for low-rank approximation under any Schatten-$p$ norm. Here, given access to a matrix $A$ through matrix-vector products, an accuracy parameter $Ρ$, and a target rank $k$, the goal is to find a rank-$k$ matrix $Z$ with orthonormal columns such that $\| A(I -ZZ^\top)\|_{S_p} \leq (1+Ρ)\min_{U^\top U = I_k} \|A(I - U U^\top)\|_{S_p}$, where $\|M\|_{S_p}$ denotes the $\ell_p$ norm of the the singular values of $M$. For the special cases of $p=2$ (Frobenius norm) and $p = \infty$ (Spectral norm), Musco and Musco (NeurIPS 2015) obtained an algorithm based on Krylov methods that uses $\tilde{O}(k/\sqrtΡ)$ matrix-vector products, improving on the naïve $\tilde{O}(k/Ρ)$ dependence obtainable by the power method, where $\tilde{O}$ suppresses poly$(\log(dk/Ρ))$ factors. Our main result is an algorithm that uses only $\tilde{O}(kp^{1/6}/Ρ^{1/3})$ matrix-vector products, and works for all $p \geq 1$. For $p = 2$ our bound improves the previous $\tilde{O}(k/Ρ^{1/2})$ bound to $\tilde{O}(k/Ρ^{1/3})$. Since the Schatten-$p$ and Schatten-$\infty$ norms are the same up to a $(1+ Ρ)$-factor when $p \geq (\log d)/Ρ$, our bound recovers the result of Musco and Musco for $p = \infty$. Further, we prove a matrix-vector query lower bound of $Ω(1/Ρ^{1/3})$ for any fixed constant $p \geq 1$, showing that surprisingly $\tildeΘ(1/Ρ^{1/3})$ is the optimal complexity for constant~$k$. To obtain our results, we introduce several new techniques, including optimizing over multiple Krylov subspaces simultaneously, and pinching inequalities for partitioned operators. Our lower bound for $p \in [1,2]$ uses the Araki-Lieb-Thirring trace inequality, whereas for $p>2$, we appeal to a norm-compression inequality for aligned partitioned operators.
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