paper-with-me

Papers

Sublinear Time Orthogonal Tensor Decomposition

2016-12-01 · NeurIPS 2016 12 · Zhao Song, David Woodruff, huan zhang

A recent work (Wang et. al., NIPS 2015) gives the fastest known algorithms for orthogonal tensor decomposition with provable guarantees. Their algorithm is based on computing sketches of the input tensor, which requires reading the entire input. We show in a number of cases one can achieve the same theoretical guarantees in sublinear time, i.e., even without reading most of the input tensor. Instead of using sketches to estimate inner products in tensor decomposition algorithms, we use importance sampling. To achieve sublinear time, we need to know the norms of tensor slices, and we show how to do this in a number of important cases. For symmetric tensors $ T = \sum_{i=1}^k \lambda_i u_i^{\otimes p}$ with $\lambda_i > 0$ for all i, we estimate such norms in sublinear time whenever p is even. For the important case of p = 3 and small values of k, we can also estimate such norms. For asymmetric tensors sublinear time is not possible in general, but we show if the tensor slice norms are just slightly below $\| T \|_F$ then sublinear time is again possible. One of the main strengths of our work is empirical - in a number of cases our algorithm is orders of magnitude faster than existing methods with the same accuracy.

📄 PDF Abstract BibTeX

Code (1)

huanzhang12/sampling_tensor_decomp 공식 구현

Tasks

Tensor Decomposition

Similar Papers 제목 키워드 기반

Efficient Orthogonal Tensor Decomposition, with an Application to Latent Variable Model Learning

2013-09-12 · Franz J. Király

Decomposing tensors into orthogonal factors is a well-known task in statistics, machine learning, and signal processing. We study orthogonal outer product decompositions where the factors in the summands in the decomposi…

Tensor Decomposition

Exact nuclear norm, completion and decomposition for random overcomplete tensors via degree-4 SOS

2020-11-18 · Bohdan Kivva, Aaron Potechin

In this paper we show that simple semidefinite programs inspired by degree $4$ SOS can exactly solve the tensor nuclear norm, tensor decomposition, and tensor completion problems on tensors with random asymmetric compone…

Tensor 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

Fast Tensor Completion via Approximate Richardson Iteration

2025-02-13 · Mehrdad Ghadiri, Matthew Fahrbach, Yunbum Kook, Ali Jadbabaie

We study tensor completion (TC) through the lens of low-rank tensor decomposition (TD). Many TD algorithms use fast alternating minimization methods, which solve highly structured linear regression problems at each step …

regressionTensor Decomposition

More Efficient Sampling for Tensor Decomposition With Worst-Case Guarantees

2021-10-14 · Osman Asif Malik

Recent papers have developed alternating least squares (ALS) methods for CP and tensor ring decomposition with a per-iteration cost which is sublinear in the number of input tensor entries for low-rank decomposition. How…

Tensor Decomposition