In multilinear algebra, the higher-order singular value decomposition (HOSVD) is a misnomer. There does not exist a single tensor decomposition that retains all the defining properties of the matrix SVD. The matrix SVD simultaneously yields a
rank-𝑅 decomposition and
orthonormal subspaces for the row and column spaces.
These properties are not realized within a single algorithm for higher-order tensors, but are instead realized by two distinct algorithmic developments and represent two distinct research directions. Harshman, as well as, the team of Carol and Chang proposed Canonical polyadic decomposition (CPD), which is a variant of the tensor rank decomposition, in which a tensor is approximated as a sum of K rank-1 tensors for a user-specified K. L. R. Tucker proposed a strategy for computing orthonormal subspaces for third order tensors. Aspecsts of these algorithms can be traced as far back as F. L. Hitchcock in 1928.[1]
De Lathauweret al.[2][3] introduced clarity to the Tucker concepts, while Vasilescu and Terzopoulos[4][5] introduced algorithmic clarity. Vasilescu and Terzopoulos
introduced the M-mode SVD which is currently referred in the literature as the Tucker or the HOSVD. However, the Tucker algorithm, and De Lathauwer et al. companion algorithm[2] are sequential, relying on iterative methods such as gradient descent or the power method, respectively. Vasilescu and Terzopoulos synthesized a set of ideas into an elegant two-step algorithm that can be executed sequentially or in parallel, whose simplicity belies the complexity it resolves. The term M-mode SVD accurately reflects the algorithm employed without overpromising. It captures the actual computation, a set of SVDs on mode-flattenings without making assumptions about the structure of the core tensor or implying a rank decomposition.
This misattribution has had lasting impact on the scholarly record, obscuring the original source of a widely adopted algorithm, and complicating efforts to trace its development, reproduce results, and recognizing the respective contributions of different research efforts.
Robust and L1-norm-based variants of this decomposition framework have since been proposed.[6][7][8][9]
Definition
For the purpose of this article, the abstract tensor is assumed to be given in coordinates with respect to some basis as a M-way array, also denoted by , where M is the number of modes and the order of the tensor. is the complex numbers and it includes both the real numbers and the pure imaginary numbers.
Let denote the mode-m flattening of , so that the left index of corresponds to the 'th index and the right index of corresponds to all other indices of combined. Let be a unitary matrix containing a basis of the left singular vectors of the such that the jth column of corresponds to the jth largest singular value of . Observe that the mode/factor matrix does not depend on the particular on the specific definition of the mode m flattening. By the properties of the multilinear multiplication, we havewhere denotes the conjugate transpose. The second equality is because the 's are unitary matrices. Define now the core tensorThen, the M-mode SVD(HOSVD)[2] of is the decomposition The above construction shows that every tensor has a M-mode SVD(HOSVD).
Compact M-mode SVD (HOSVD)
As in the case of the compact singular value decomposition of a matrix, where the rows and columns corresponding to vanishing singular values are dropped, it is also possible to consider a compact M-mode SVD(HOSVD), which is very useful in applications.
Assume that is a matrix with unitary columns containing a basis of the left singular vectors corresponding to the nonzero singular values of the standard factor-m flattening of . Let the columns of be sorted such that the th column of corresponds to the th largest nonzero singular value of . Since the columns of form a basis for the image of , we havewhere the first equality is due to the properties of orthogonal projections (in the Hermitian inner product) and the last equality is due to the properties of multilinear multiplication. As flattenings are bijective maps and the above formula is valid for all , we find as before thatwhere the core tensor is now of size .
Multilinear rank
The multilinear rank[1] of is denoted with rank-. The multilinear rank is a tuple in where . Not all tuples in are multilinear ranks.[10] The multilinear ranks are bounded by and it satisfy the constraint must hold.[10]
The compact M-mode SVD(HOSVD) is a rank-revealing decomposition in the sense that the dimensions of its core tensor correspond with the components of the multilinear rank of the tensor.
Interpretation
The following geometric interpretation is valid for both the full and compact M-mode SVD(HOSVD). Let be the multilinear rank of the tensor . Since is a multidimensional array, we can expand it as followswhere is the th standard basis vector of . By definition of the multilinear multiplication, it holds thatwhere the are the columns of . It is easy to verify that is an orthonormal set of tensors. This means that the M-mode SVD(HOSVD) can be interpreted as a way to express the tensor with respect to a specifically chosen orthonormal basis with the coefficients given as the multidimensional array .
Computation
Let be a tensor with a rank-, where contains the reals as a subset.
Classic computation
While De Lathauwer et al. clarified Tucker’s concepts through two influential papers, Vasilescu and Terzopoulos synthesized the ideas into an elegant two-step algorithm—one whose simplicity belies the complexity it resolves. The Tucker algorithm and De Lathauwer et al.[2] companion algorithm are sequential, relying on iterative methods such as gradient descent or the power method. In contrast, the M-mode SVD is a closed-form solution that can be computed sequentially, but it is also well-suited for parallel computation.
M-mode SVD (also referred to as HOSVD or Tucker)
What is commonly referred to as the HOSVD or Tucker was developed by Vasilescu and Terzopoulos under
the name M-mode SVD.[4][5]
A strategy that is significantly faster when some or all consists of interlacing the computation of the core tensor and the factor matrices, as follows:[11][12][13]
Set ;
For perform the following:
Construct the standard mode-m flattening ;
Compute the (compact) singular value decomposition , and store the left singular vectors ;
Set , or, equivalently, .
In-place computation
The M-mode SVD (HOSVD) can be computed in-place via the Fused In-place Sequentially Truncated Higher Order Singular Value Decomposition (FIST-HOSVD) [13] algorithm by overwriting the original tensor by the M-mode SVD (HOSVD) core tensor, significantly reducing the memory consumption of computing HOSVD.
Approximation
In applications, such as those mentioned below, a common problem consists of approximating a given tensor by one with a reduced multilinear rank. Formally, if the multilinear rank of is denoted by , then computing the optimal that approximates for a given reduced is a nonlinear non-convex -optimization problem
where is the reduced multilinear rank with , and the norm is the Frobenius norm.
A simple idea for trying to solve this optimization problem is to truncate the (compact) SVD in step 2 of either the classic or the interlaced computation. A classicallytruncated M-mode SVD/HOSVD is obtained by replacing step 2 in the classic computation by
Compute a rank- truncated SVD , and store the top left singular vectors ;
while a sequentially truncated M-mode SVD (HOSVD) (or successively truncated M-mode SVD(HOSVD)) is obtained by replacing step 2 in the interlaced computation by
Compute a rank- truncated SVD , and store the top left singular vectors . Unfortunately, truncation does not result in an optimal solution for the best low multilinear rank optimization problem,.[2][4][11][13] However, both the classically and interleaved truncated M-mode SVD/HOSVD result in a quasi-optimal solution:[11][13][12][14] if denotes the classically or sequentially truncated M-mode SVD(HOSVD) and denotes the optimal solution to the best low multilinear rank approximation problem, thenin practice this means that if there exists an optimal solution with a small error, then a truncated M-mode SVD/HOSVD will for many intended purposes also yield a sufficiently good solution.
Applications
The M-mode SVD (HOSVD/Tucker) is most commonly applied to the extraction of relevant information from multi-way arrays.
Starting in the early 2000s, Vasilescu addressed causal questions by reframing the data analysis, recognition and synthesis problems as multilinear tensor problems. The power of the tensor framework was showcased by decomposing and representing an image in terms of its causal factors of data formation, in the context of Human Motion Signatures for gait recognition,[15] face recognition—TensorFaces[16][17] and computer graphics—TensorTextures.[18]
The M-mode SVD (HOSVD) has been successfully applied to signal processing and big data, e.g., in genomic signal processing.[19][20][21] These applications also inspired a higher-order GSVD (HO GSVD)[22] and a tensor GSVD.[23]
A combination of M-mode SVD (HOSVD) and SVD also has been applied for real-time event detection from complex data streams (multivariate data with space and time dimensions) in disease surveillance.[24]
The concept of M-mode SVD (HOSVD) was carried over to functions by Baranyi and Yam via the TP model transformation.[25][26] This extension led to the definition of the M-mode SVD/HOSVD canonical form of tensor product functions and Linear Parameter Varying system models[27] and to convex hull manipulation based control optimization theory, see TP model transformation in control theories.
M-mode SVD (HOSVD) was proposed to be applied to multi-view data analysis in an unsupervised manner[28] and was successfully applied to in silico drug discovery from gene expression.[29]
^ abHitchcock, Frank L (1928-04-01). "Multiple Invariants and Generalized Rank of a M-Way Array or Tensor". Journal of Mathematics and Physics. 7 (1–4): 39–79. doi:10.1002/sapm19287139. ISSN1467-9590.
^ abcdeDe Lathauwer, L.; De Moor, B.; Vandewalle, J. (2000-01-01). "On the Best Rank-1 and Rank-(R1 ,R2 ,. . .,RN) Approximation of Higher-Order Tensors". SIAM Journal on Matrix Analysis and Applications. 21 (4): 1324–1342. CiteSeerX10.1.1.102.9135. doi:10.1137/S0895479898346995. ISSN0895-4798.
^ abM. A. O. Vasilescu, D. Terzopoulos (2005). "Multilinear Independent Component Analysis". Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR’05). San Diego, CA.
^Godfarb, Donald; Zhiwei, Qin (2014). "Robust low-rank tensor recovery: Models and algorithms". SIAM Journal on Matrix Analysis and Applications. 35 (1): 225–253. arXiv:1311.6182. doi:10.1137/130905010. S2CID1051205.
^ abMarkopoulos, Panos P.; Chachlakis, Dimitris G.; Prater-Bennette, Ashley (21 February 2019). "L1-Norm Higher-Order Singular-Value Decomposition". 2018 IEEE Global Conference on Signal and Information Processing (GlobalSIP). pp. 1353–1357. doi:10.1109/GlobalSIP.2018.8646385. ISBN978-1-7281-1295-4. S2CID67874182.
^ abP. Baranyi (April 2004). "TP model transformation as a way to LMI based controller design". IEEE Transactions on Industrial Electronics. 51 (2): 387–400. doi:10.1109/tie.2003.822037. S2CID7957799.
^ abP. Baranyi; D. Tikk; Y. Yam; R. J. Patton (2003). "From Differential Equations to PDC Controller Design via Numerical Transformation". Computers in Industry. 51 (3): 281–297. doi:10.1016/s0166-3615(03)00058-7.
^P. Baranyi; L. Szeidl; P. Várlaki; Y. Yam (July 3–5, 2006). Definition of the HOSVD-based canonical form of polytopic dynamic models. 3rd International Conference on Mechatronics (ICM 2006). Budapest, Hungary. pp. 660–665.