NADSLGApr 2, 2021

Fast and Accurate Randomized Algorithms for Low-rank Tensor Decompositions

arXiv:2104.01101v232 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and accuracy issues in tensor decomposition for data analytics, offering incremental improvements over existing sketched randomized algorithms.

The authors tackled the computational cost of alternating least squares (ALS) for low-rank tensor decompositions by proposing a sketched ALS algorithm with theoretical guarantees, achieving up to 22.0% relative decomposition residual improvement compared to state-of-the-art methods.

Low-rank Tucker and CP tensor decompositions are powerful tools in data analytics. The widely used alternating least squares (ALS) method, which solves a sequence of over-determined least squares subproblems, is costly for large and sparse tensors. We propose a fast and accurate sketched ALS algorithm for Tucker decomposition, which solves a sequence of sketched rank-constrained linear least squares subproblems. Theoretical sketch size upper bounds are provided to achieve $O(ε)$ relative error for each subproblem with two sketching techniques, TensorSketch and leverage score sampling. Experimental results show that this new ALS algorithm, combined with a new initialization scheme based on randomized range finder, yields up to $22.0\%$ relative decomposition residual improvement compared to the state-of-the-art sketched randomized algorithm for Tucker decomposition of various synthetic and real datasets. This Tucker-ALS algorithm is further used to accelerate CP decomposition, by using randomized Tucker compression followed by CP decomposition of the Tucker core tensor. Experimental results show that this algorithm not only converges faster, but also yields more accurate CP decompositions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes