Singular value Decomposition (SVD) versus Schmidt Decomposition (SD) :

The singular value decomposition (SVD) is not only a classical theory in matrix computation and analysis but also is a powerful tool in machine learning and modern data analysis. The image above is an example of the application of an SVD in image compression.
What is a singular value decomposition? Its definition comes in many forms depending on your domain of application.
Singular value Decomposition:
- A factorization of a real or a complex matrix (quantum mechanics)
- A factorization of A into the product of three matrices A = UDV* where the columns of U and V are orthonormal and the matrix D is diagonal with real positive entries. (computer science)
- The generalization of the eigendecomposition of a positive semidefinite normal matrix (mathematics)
Application:
- Signal processing
- Statistics
- Image Compression
- Cross-references in Google search engines
The most amazing fact about all matrices is the following theorem.
Every matrix A has singular value decomposition.
It has the following characteristics:
- Singular values are uniquely determined, if A is square singular values are distinct
- Basis components of U and V are also unique up to a complex sign
Schmidt Decomposition:
- It is just a singular value decomposition in disguise
- A particular way of expressing a vector in the tensor product of two inner product spaces
- A restatement of the singular value decomposition in a different context
Most properties of Schmidt decomposition are of physical interest. It's no surprise to see that most of its application are in physical science, mostly in quantum information.
Application:
- Quantum information theory
- Entanglement characterization
- State purification
- Plasticity
References:
- http://www.njohnston.ca/2014/06/what-the-operator-schmidt-decomposition-tells-us-about-entanglement/
- http://users.ox.ac.uk/~kch/demos/quantc7/fqt07w7.pdf
- https://en.wikipedia.org/wiki/Singular-value_decomposition
Written with all the love in the world: @sinbad989
You got a 66.67% upvote from @upmewhale courtesy of @sinbad989!
You got a 13.44% upvote from @upyou thanks to @sinbad989!