Generalized singular value decomposition

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Use dmy dates In linear algebra, the generalized singular value decomposition (GSVD) is the name of two different techniques based on the singular value decomposition (SVD). The two versions differ because one version decomposes two matrices (somewhat like the higher-order or tensor SVD) and the other version uses a set of constraints imposed on the left and right singular vectors of a single-matrix SVD.

First version: two-matrix decomposition

The generalized singular value decomposition (GSVD) is a matrix decomposition on a pair of matrices which generalizes the singular value decomposition. It was introduced by Van Loan [1] in 1976 and later developed by Paige and Saunders,[2] which is the version described here. In contrast to the SVD, the GSVD decomposes simultaneously a pair of matrices with the same number of columns. The SVD and the GSVD, as well as some other possible generalizations of the SVD,[3][4][5] are extensively used in the study of the conditioning and regularization of linear systems with respect to quadratic semi-norms. In the following, let 𝔽=ℝ, or 𝔽=β„‚.

Definition

The generalized singular value decomposition of matrices A1𝔽m1×n and A2𝔽m2×n isA1=U1Σ1[W*D,0D]Q*,A2=U2Σ2[W*D,0D]Q*,where

  • U1𝔽m1×m1 is unitary,
  • U2𝔽m2×m2 is unitary,
  • Q𝔽n×n is unitary,
  • W𝔽k×kis unitary,
  • Dℝk×k is real diagonal with positive diagonal, and contains the non-zero singular values of C=[A1A2] in decreasing order,
  • 0D=0ℝk×(nk),
  • Σ1=IA,S1,0Aℝm1×k is real non-negative block-diagonal, where S1=αr+1,,αr+s with 1>αr+1αr+s>0, IA=Ir, and 0A=0ℝ(m1rs)×(krs),
  • Σ2=0B,S2,IBℝm2×k is real non-negative block-diagonal, where S2=βr+1,,βr+s with 0<βr+1βr+s<1, IB=Ikrs, and 0B=0ℝ(m2k+r)×r,
  • Σ1*Σ1=α12,,αk2,
  • Σ2*Σ2=β12,,βk2,
  • Σ1*Σ1+Σ2*Σ2=Ik,
  • k=rank(C).

We denote α1==αr=1, αr+s+1==αk=0, β1==βr=0, and βr+s+1==βk=1. While Σ1 is diagonal, Σ2 is not always diagonal, because of the leading rectangular zero matrix; instead Σ2 is "bottom-right-diagonal".

Variations

There are many variations of the GSVD. These variations are related to the fact that it is always possible to multiply Q* from the left by EE*=I where E𝔽n×n is an arbitrary unitary matrix. We denote

  • X=([W*D,0D]Q*)*
  • X*=[0,R]Q^*, where R𝔽k×k is upper-triangular and invertible, and Q^𝔽n×n is unitary. Such matrices exist by RQ-decomposition.
  • Y=W*D. Then Y is invertible.

Here are some variations of the GSVD:

  • MATLAB (gsvd):A1=U1Σ1X*,A2=U2Σ2X*.
  • LAPACK (LA_GGSVD):A1=U1Σ1[0,R]Q^*,A2=U2Σ2[0,R]Q^*.
  • Simplified:A1=U1Σ1[Y,0D]Q*,A2=U2Σ2[Y,0D]Q*.

Generalized singular values

A generalized singular value of A1 and A2 is a pair (a,b)ℝ2 such that

limδ0det(b2A1*A1a2A2*A2+δIn)/det(δInk)=0,a2+b2=1,a,b0.We have

  • AiAj*=UiΣiYY*Σj*Uj*
  • Ai*Aj=Q[Y*Σi*ΣjY000]Q*=Q1Y*Σi*ΣjYQ1*


By these properties we can show that the generalized singular values are exactly the pairs (αi,βi). We havedet(b2A1*A1a2A2*A2+δIn)=det(b2A1*A1a2A2*A2+δQQ*)=det(Q[Y*(b2Σ1*Σ1a2Σ2*Σ2)Y+δIk00δInk]Q*)=det(δInk)det(Y*(b2Σ1*Σ1a2Σ2*Σ2)Y+δIk).Therefore

limδ0det(b2A1*A1a2A2*A2+δIn)/det(δInk)=limδ0det(Y*(b2Σ1*Σ1a2Σ2*Σ2)Y+δIk)=det(Y*(b2Σ1*Σ1a2Σ2*Σ2)Y)=|det(Y)|2i=1k(b2αi2a2βi2).

This expression is zero exactly when a=αi and b=βi for some i.

In,[2] the generalized singular values are claimed to be those which solve det(b2A1*A1a2A2*A2)=0. However, this claim only holds when k=n, since otherwise the determinant is zero for every pair (a,b)ℝ2; this can be seen by substituting δ=0 above.

Generalized inverse

Define E+=E1 for any invertible matrix E𝔽n×n , 0+=0* for any zero matrix 0𝔽m×n, and E1,E2+=E1+,E2+ for any block-diagonal matrix. Then defineAi+=Q[Y10]Σi+Ui*It can be shown that Ai+ as defined here is a generalized inverse of Ai; in particular a {1,2,3}-inverse of Ai. Since it does not in general satisfy (Ai+Ai)*=Ai+Ai, this is not the Moore–Penrose inverse; otherwise we could derive (AB)+=B+A+ for any choice of matrices, which only holds for certain class of matrices.

Suppose Q=[Q1Q2], where Q1𝔽n×k and Q2𝔽n×(nk). This generalized inverse has the following properties:

  • Σ1+=IA,S11,0AT
  • Σ2+=0BT,S21,IB
  • Σ1Σ1+=I,I,0
  • Σ2Σ2+=0,I,I
  • Σ1Σ2+=0,S1S21,0
  • Σ1+Σ2=0,S11S2,0
  • AiAj+=UiΣiΣj+Uj*
  • Ai+Aj=Q[Y1Σi+ΣjY000]Q*=Q1Y1Σi+ΣjYQ1*

Quotient SVD

A generalized singular ratio of A1 and A2 is σi=αiβi+. By the above properties, A1A2+=U1Σ1Σ2+U2*. Note that Σ1Σ2+=0,S1S21,0 is diagonal, and that, ignoring the leading zeros, contains the singular ratios in decreasing order. If A2 is invertible, then Σ1Σ2+ has no leading zeros, and the generalized singular ratios are the singular values, and U1 and U2 are the matrices of singular vectors, of the matrix A1A2+=A1A21. In fact, computing the SVD of A1A21 is one of the motivations for the GSVD, as "forming AB1 and finding its SVD can lead to unnecessary and large numerical errors when B is ill-conditioned for solution of equations".[2] Hence the sometimes used name "quotient SVD", although this is not the only reason for using GSVD. If A2 is not invertible, then U1Σ1Σ2+U2*is still the SVD of A1A2+ if we relax the requirement of having the singular values in decreasing order. Alternatively, a decreasing order SVD can be found by moving the leading zeros to the back: U1Σ1Σ2+U2*=(U1P1)P1*Σ1Σ2+P2(P2*U2*), where P1 and P2 are appropriate permutation matrices. Since rank equals the number of non-zero singular values, rank(A1A2+)=s.

Construction

Let

  • C=PD,0Q* be the SVD of C=[A1A2], where P𝔽(m1+m2)×(m1×m2) is unitary, and Q and D are as described,
  • P=[P1,P2], where P1𝔽(m1+m2)×k and P2𝔽(m1+m2)×(nk),
  • P1=[P11P21], where P11𝔽m1×k and P21𝔽m2×k,
  • P11=U1Σ1W* by the SVD of P11, where U1, Σ1 and W are as described,
  • P21W=U2Σ2 by a decomposition similar to a QR-decomposition, where U2 and Σ2 are as described.

ThenC=PD,0Q*=[P1D,0]Q*=[U1Σ1W*D0U2Σ2W*D0]Q*=[U1Σ1[W*D,0]Q*U2Σ2[W*D,0]Q*].We also have[U1*00U2*]P1W=[Σ1Σ2].ThereforeΣ1*Σ1+Σ2*Σ2=[Σ1Σ2]*[Σ1Σ2]=W*P1*[U100U2][U1*00U2*]P1W=I.Since P1 has orthonormal columns, ||P1||21. Therefore||Σ1||2=||U1*P1W||2=||P1||21.We also have for each xℝk such that ||x||2=1 that||P21x||22||P11x||22+||P21x||22=||P1x||221.Therefore ||P21||21, and||Σ2||2=||U2*P21W||2=||P21||21.

Applications

The tensor GSVD is one of the comparative spectral decompositions, multi-tensor generalizations of the SVD, invented to simultaneously identify the similar and dissimilar among, and create a single coherent model from any data types, of any number and dimensions.

The GSVD, formulated as a comparative spectral decomposition,[6] has been successfully applied to signal processing and data science, e.g., in genomic signal processing.[7][8][9]

These applications inspired several additional comparative spectral decompositions, i.e., the higher-order GSVD (HO GSVD)[10] and the tensor GSVD.[11] [12]

It has equally found applications to estimate the spectral decompositions of linear operators when the eigenfunctions are parameterized with a linear model, i.e. a reproducing kernel Hilbert space.[13]

Second version: weighted single-matrix decomposition

The weighted version of the generalized singular value decomposition (GSVD) is a constrained matrix decomposition with constraints imposed on the left and right singular vectors of the singular value decomposition.[14][15][16] This form of the GSVD is an extension of the SVD as such. Given the SVD of an mΓ—n real or complex matrix M

M=UΣV*

where

U*WuU=V*WvV=I.

Where I is the identity matrix and where U and V are orthonormal given their constraints (Wu and Wv). Additionally, Wu and Wv are positive definite matrices (often diagonal matrices of weights). This form of the GSVD is the core of certain techniques, such as generalized principal component analysis and Correspondence analysis.

The weighted form of the GSVD is called as such because, with the correct selection of weights, it generalizes many techniques (such as multidimensional scaling and linear discriminant analysis).[17]

References

Template:Reflist

Further reading

Template:Refbegin

Template:Refend

  1. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named VanLoan
  2. ↑ 2.0 2.1 2.2 Cite error: Invalid <ref> tag; no text was provided for refs named Paige
  3. ↑ Template:Cite book
  4. ↑ Template:Cite web
  5. ↑ Template:Cite journal
  6. ↑ Template:Cite journal
  7. ↑ Template:Cite journal
  8. ↑ Template:Cite journal
  9. ↑ Template:Cite journal
  10. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named Ponnapalli2011
  11. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named Sankaranarayanan2015
  12. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named Bradley2019
  13. ↑ Template:Cite arXiv
  14. ↑ Template:Cite book
  15. ↑ Template:Cite book
  16. ↑ Template:Cite journal
  17. ↑ Template:Cite book