Adaptive Randomized Tensor Train Rounding using Khatri-Rao Products
Hussam Al Daas, Grey Ballard, Laura Grigori, Mariana Martinez Aguilar, Arvind K. Saibaba, Bhisham Dev Verma
TL;DR
The paper tackles efficient TT-rounding by introducing adaptive randomized algorithms that use Khatri-Rao product sketches to control the approximation error. It presents fixed-rank and adaptive-rank variants, provides a rigorous norm-estimation analysis with concentration results, and demonstrates up to 50x speedups over deterministic TT-rounding across synthetic, kernel-parameter, and PDE-driven problems. A key advantage is adaptivity to a prescribed tolerance, enabling efficient compression even for sums of TT tensors without forming the full sum. The authors also release code and provide extensive appendices detailing algorithm variants and problem setups, underscoring practical impact for large-scale tensor computations.
Abstract
Approximating a tensor in the tensor train (TT) format has many important applications in scientific computing. Rounding a TT tensor involves further compressing a tensor that is already in the TT format. This paper proposes new randomized algorithms for TT-rounding that uses sketches based on Khatri-Rao products (KRP). When the TT-ranks are known in advance, the proposed methods are comparable in cost to the sketches that used a sketching matrix in the TT-format~\cite{al2023randomized}. However, the use of KRP sketches enables adaptive algorithms to round the tensor in the TT-format within a fixed user-specified tolerance. An important component of the adaptivity is the estimation of error using KRP sketching, for which we develop theoretical guarantees. We report numerical experiments on synthetic tensors, parametric low-rank kernel approximations, and the solution of parametric partial differential equations. The numerical experiments show that we obtain speed-ups of up to $50\times$ compared to deterministic TT-rounding. Both the computational cost analysis and numerical experiments verify that the adaptive algorithms are competitive with the fixed rank algorithms, suggesting the adaptivity introduces only a low overhead.
