paper-with-me

홈 › Papers

Leverage Score Sampling for Tensor Product Matrices in Input Sparsity Time

2022-02-09 · David P. Woodruff, Amir Zandieh

We propose an input sparsity time sampling algorithm that can spectrally approximate the Gram matrix corresponding to the $q$-fold column-wise tensor product of $q$ matrices using a nearly optimal number of samples, improving upon all previously known methods by poly$(q)$ factors. Furthermore, for the important special case of the $q$-fold self-tensoring of a dataset, which is the feature matrix of the degree-$q$ polynomial kernel, the leading term of our method's runtime is proportional to the size of the input dataset and has no dependence on $q$. Previous techniques either incur poly$(q)$ slowdowns in their runtime or remove the dependence on $q$ at the expense of having sub-optimal target dimension, and depend quadratically on the number of data-points in their runtime. Our sampling technique relies on a collection of $q$ partially correlated random projections which can be simultaneously applied to a dataset $X$ in total time that only depends on the size of $X$, and at the same time their $q$-fold Kronecker product acts as a near-isometry for any fixed vector in the column span of $X^{\otimes q}$. We also show that our sampling methods generalize to other classes of kernels beyond polynomial, such as Gaussian and Neural Tangent kernels.

📄 PDF Abstract BibTeX arXiv:2202.04515

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Low-Rank Tensor Decomposition by Ridge Leverage Score Sampling

2021-07-22 · Matthew Fahrbach, Mehrdad Ghadiri, Thomas Fu

Low-rank tensor decomposition generalizes low-rank matrix approximation and is a powerful technique for discovering low-dimensional structure in high-dimensional data. In this paper, we study Tucker decompositions and us…

regressionTensor Decomposition

Subquadratic Kronecker Regression with Applications to Tensor Decomposition

2022-09-11 · Matthew Fahrbach, Thomas Fu, Mehrdad Ghadiri

Kronecker regression is a highly-structured least squares problem $\min_{\mathbf{x}} \lVert \mathbf{K}\mathbf{x} - \mathbf{b} \rVert_{2}^2$, where the design matrix $\mathbf{K} = \mathbf{A}^{(1)} \otimes \cdots \otimes \…

regressionTensor Decomposition

Sampling-Based Decomposition Algorithms for Arbitrary Tensor Networks

2022-10-07 · Osman Asif Malik, Vivek Bharadwaj, Riley Murray

We show how to develop sampling-based alternating least squares (ALS) algorithms for decomposition of tensors into any tensor network (TN) format. Provided the TN format satisfies certain mild assumptions, resulting algo…

Tensor DecompositionTensor Networks

SPALS: Fast Alternating Least Squares via Implicit Leverage Scores Sampling

2016-12-01 · NeurIPS 2016 12 · Dehua Cheng, Richard Peng, Yan Liu, Ioakeim Perros

Tensor CANDECOMP/PARAFAC (CP) decomposition is a powerful but computationally challenging tool in modern data analytics. In this paper, we show ways of sampling intermediate steps of alternating minimization algorithms f…

Relaxed Leverage Sampling for Low-rank Matrix Completion

2015-03-22 · Abhisek Kundu

We consider the problem of exact recovery of any $m\times n$ matrix of rank $\varrho$ from a small number of observed entries via the standard nuclear norm minimization framework. Such low-rank matrices have degrees of f…

Low-Rank Matrix CompletionMatrix Completion