NANAMay 25

Effective algorithms for tensor train decomposition via the UTV framework

arXiv:2501.0790426.01 citationsh-index: 21
AI Analysis

For practitioners needing efficient tensor compression, this method reduces computational cost compared to TT-SVD while providing error guarantees.

The paper proposes TT-UTV, a tensor-train decomposition method using rank-revealing UTV decomposition instead of full SVD, achieving lower computational cost while maintaining accuracy. Numerical experiments on MRI data completion demonstrate good performance.

The tensor-train (TT) decomposition is widely used to compress large tensors into a more compact form by exploiting their inherent data structures. A fundamental approach for constructing the TT format is the well-known TT-SVD method, which performs singular value decompositions (SVDs) on the successive matrices sequentially. But in practical applications, it is often unnecessary to compute full SVDs. In this article, we propose a new method called the TT-UTV. It utilizes the virtues of rank-revealing UTV decomposition to compute the TT format for a large-scale tensor, resulting in lower computational cost. We analyze the error bounds on the accuracy of these algorithms in both the URV and ULV cases and then recommend different sweep patterns for these two cases. Based on the theoretical analysis, we also formulate the rank-adaptive algorithms with prescribed accuracy. Numerical experiments on various applications, including magnetic resonance imaging data completion, are performed to illustrate their good performance in practice.

Foundations

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

Your Notes