Input-Sparsity Low Rank Approximation in Schatten Norm

April 27, 2020 Β· Declared Dead Β· πŸ› International Conference on Machine Learning

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yi Li, David Woodruff arXiv ID 2004.12646 Category cs.DS: Data Structures & Algorithms Citations 14 Venue International Conference on Machine Learning Last Checked 3 months ago
Abstract
We give the first input-sparsity time algorithms for the rank-$k$ low rank approximation problem in every Schatten norm. Specifically, for a given $n\times n$ matrix $A$, our algorithm computes $Y,Z\in \mathbb{R}^{n\times k}$, which, with high probability, satisfy $\|A-YZ^T\|_p \leq (1+Ξ΅)\|A-A_k\|_p$, where $\|M\|_p = \left (\sum_{i=1}^n Οƒ_i(M)^p \right )^{1/p}$ is the Schatten $p$-norm of a matrix $M$ with singular values $Οƒ_1(M), \ldots, Οƒ_n(M)$, and where $A_k$ is the best rank-$k$ approximation to $A$. Our algorithm runs in time $\tilde{O}(\operatorname{nnz}(A) + mn^{Ξ±_p}\operatorname{poly}(k/Ξ΅))$, where $Ξ±_p = 0$ for $p\in [1,2)$ and $Ξ±_p = (Ο‰-1)(1-2/p)$ for $p>2$ and $Ο‰\approx 2.374$ is the exponent of matrix multiplication. For the important case of $p = 1$, which corresponds to the more "robust" nuclear norm, we obtain $\tilde{O}(\operatorname{nnz}(A) + m \cdot \operatorname{poly}(k/Ξ΅))$ time, which was previously only known for the Frobenius norm ($p = 2$). Moreover, since $Ξ±_p < Ο‰- 1$ for every $p$, our algorithm has a better dependence on $n$ than that in the singular value decomposition for every $p$. Crucial to our analysis is the use of dimensionality reduction for Ky-Fan $p$-norms.
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