Generalized singular value decomposition

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In linear algebra, the generalized singular value decomposition (GSVD) is the name of two different techniques based on the singular value decomposition. The two versions differ because one version decomposes two (or more) matrices (much like higher order PCA) and the other version uses a set of constraints imposed on the left and right singular vectors.

Higher order version

The generalized singular value decomposition (GSVD) is a matrix decomposition more general than the singular value decomposition. It is used to study the conditioning and regularization of linear systems with respect to quadratic semi-norms.

Let \mathbb{F} = \mathbb{R}, or \mathbb{F} = \mathbb{C}. Given matrices A \in \mathbb{F}^{m \times n} and B \in \mathbb{F}^{p \times n}, their GSVD is given by

A=U\Sigma_1 [ X, 0] Q^*

and

B=V\Sigma_2 [ X, 0] Q^*

where U \in \mathbb{F}^{m \times m},V \in \mathbb{F}^{p \times p}, and Q \in \mathbb{F}^{n \times n} are unitary matrices, and X \in \mathbb{F}^{r \times r} is non-singular, where r = rank([A^*,B^*]). Also, \Sigma_1 \in \mathbb{F}^{m \times r} is non-negative diagonal, and \Sigma_2 \in \mathbb{F}^{p \times r} is non-negative block-diagonal, with diagonal blocks; \Sigma_2 is not always diagonal. It holds that \Sigma_1^T \Sigma_1 = \lceil\alpha_1^2, \dots, \alpha_r^2\rfloor and \Sigma_2^T \Sigma_2 = \lceil\beta_1^2, \dots, \beta_r^2\rfloor, and that \Sigma_1^T \Sigma_1 + \Sigma_2^T \Sigma_2 = I_r. This implies  0 \le \alpha_i,\beta_i\le 1. The ratios \sigma_i=\alpha_i/\beta_i are called the generalized singular values of A and B. If B is square and invertible, then the generalized singular values are the singular values, and U and V are the matrices of singular vectors, of the matrix  AB^{-1}. Further, if B = I, then the GSVD reduces to the singular value decomposition, explaining the name.

Weighted version

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.[1][2][3] 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\Sigma V^* \,

where

U^* W_u U = V^* W_v V = I.

Where I is the Identity Matrix and where U and V are orthonormal given their constraints (W_u and W_v). Additionally, W_u and W_v 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)[4]

Applications

The GSVD has been successfully applied to signal processing and big data, e.g., in genomic signal processing.[5][6] These applications also inspired a higher-order GSVD (HO GSVD)[7] and a tensor GSVD.[8]

See also

  • C. C. Paige, and M. A. Saunders: Towards a Generalized Singular Value Decomposition, SIAM J. Numer. Anal., Volume 18, Number 3, June 1981.
  • Gene Golub, and Charles Van Loan, Matrix Computations, Third Edition, Johns Hopkins University Press, Baltimore, 1996, ISBN 0-8018-5414-8
  • Hansen, Per Christian, Rank-Deficient and Discrete Ill-Posed Problems: Numerical Aspects of Linear Inversion, SIAM Monographs on Mathematical Modeling and Computation 4. ISBN 0-89871-403-6
  • LAPACK manual [1]

References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />
  1. Jolliffe I.T. Principal Component Analysis, Series: Springer Series in Statistics, 2nd ed., Springer, NY, 2002, XXIX, 487 p. 28 illus. ISBN 978-0-387-95442-4
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Abdi, H. (2007). Singular Value Decomposition (SVD) and Generalized Singular Value Decomposition (GSVD). In N.J. Salkind (Ed.): Encyclopedia of Measurement and Statistics. Thousand Oaks (CA): Sage. pp. 907-912.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.