Empirical Evaluation of Four Tensor Decomposition Algorithms
Peter D. Turney (National Research Council of Canada)

TL;DR
This paper empirically compares four tensor decomposition algorithms, evaluating their efficiency and accuracy on higher-order tensors, and provides recommendations based on tensor size and computational resources.
Contribution
It offers a systematic empirical evaluation of four tensor decomposition algorithms, highlighting their scalability and performance differences.
Findings
HO-SVD and HOOI do not scale well with larger tensors due to RAM constraints.
HOOI is suitable for small tensors fitting in RAM.
Multislice Projection (MP) is recommended for larger tensors.
Abstract
Higher-order tensor decompositions are analogous to the familiar Singular Value Decomposition (SVD), but they transcend the limitations of matrices (second-order tensors). SVD is a powerful tool that has achieved impressive results in information retrieval, collaborative filtering, computational linguistics, computational vision, and other fields. However, SVD is limited to two-dimensional arrays of data (two modes), and many potential applications have three or more modes, which require higher-order tensor decompositions. This paper evaluates four algorithms for higher-order tensor decomposition: Higher-Order Singular Value Decomposition (HO-SVD), Higher-Order Orthogonal Iteration (HOOI), Slice Projection (SP), and Multislice Projection (MP). We measure the time (elapsed run time), space (RAM and disk space requirements), and fit (tensor reconstruction accuracy) of the four algorithms,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Parallel Computing and Optimization Techniques · Algorithms and Data Compression
