Implicit Multiple Tensor Decomposition
Kunjing Yang, Libin Zheng, Minru Bai
TL;DR
The paper introduces Implicit Multiple Tensor Decomposition (IMTD), a framework that generalizes triple decomposition to arbitrary-order tensors and allows independent short-dimension sizes across factor tensors. By representing each factor as a continuous implicit function via neural networks, IMTD extends to non-grid data and enables scalable, flexible low-rank modeling. A Proximal Alternating Least Squares (PALS) solver with KL-free convergence analysis is developed for IMTD-based tensor reconstruction, and theoretical links to CP, Tucker, and tensor networks are established. Empirical results on robust tensor completion and point cloud upsampling show that IMTD outperforms state-of-the-art baselines, especially under challenging sampling and noise conditions, while maintaining favorable computational efficiency on GPUs. Overall, the work broadens the applicability of low-rank tensor methods to high-order and irregular data domains with provable convergence guarantees and strong practical impact.
Abstract
Recently, triple decomposition has attracted increasing attention for decomposing third-order tensors into three factor tensors. However, this approach is limited to third-order tensors and enforces uniformity in the lower dimensions across all factor tensors, which restricts its flexibility and applicability. To address these issues, we propose the Multiple decomposition, a novel framework that generalizes triple decomposition to arbitrary order tensors and allows the short dimensions of the factor tensors to differ. We establish its connections with other classical tensor decompositions. Furthermore, implicit neural representation (INR) is employed to continuously represent the factor tensors in Multiple decomposition, enabling the method to generalize to non-grid data. We refer to this INR-based Multiple decomposition as Implicit Multiple Tensor Decomposition (IMTD). Then, the Proximal Alternating Least Squares (PALS) algorithm is utilized to solve the IMTD-based tensor reconstruction models. Since the objective function in IMTD-based models often lacks the Kurdyka-Lojasiewicz (KL) property, we establish a KL-free convergence analysis for the algorithm. Finally, extensive numerical experiments further validate the effectiveness of the proposed method.
