Effective algorithms for tensor train decomposition via the UTV framework
Yuchao Wang, Maolin Che, Yimin Wei
TL;DR
The paper tackles the high cost of constructing tensor-train representations by replacing SVD-based steps with rank-revealing UTV factorizations, forming the TT-UTV framework. It develops two variants, TT-ULV (left-to-right) and TT-URV (right-to-left), with rigorous error bounds and adaptive-rank, fixed-precision options. Theoretical analysis shows how local ULV/URV errors propagate to a global TT approximation, and practical guidance is provided for sweep direction and cost. Numerical experiments on video, image, and MRI data demonstrate competitive accuracy with significant computational savings, highlighting TT-UTV as a scalable alternative for large-scale tensor decompositions.
Abstract
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.
