Contents
Orthogonal Procrustes problem
The orthogonal Procrustes problem is a matrix approximation problem in linear algebra. In its classical form, one is given two matrices A and B and asked to find an orthogonal matrix \Omega which most closely maps A to B. Specifically, the orthogonal Procrustes problem is an optimization problem given by where |\cdot|_F denotes the Frobenius norm. This is a special case of Wahba's problem (with identical weights; instead of considering two matrices, in Wahba's problem the columns of the matrices are considered as individual vectors). Another difference is that Wahba's problem tries to find a proper rotation matrix instead of just an orthogonal one. The name Procrustes refers to a bandit from Greek mythology who made his victims fit his bed by either stretching their limbs or cutting them off.
Solution
This problem was originally solved by Peter Schönemann in a 1964 thesis, and shortly after appeared in the journal Psychometrika. This problem is equivalent to finding the nearest orthogonal matrix to a given matrix M=BA^{T}, i.e. solving the closest orthogonal approximation problem To find matrix R, one uses the singular value decomposition (for which the entries of \Sigma are non-negative) to write
Proof of Solution
One proof depends on the basic properties of the Frobenius inner product that induces the Frobenius norm: where R is the solution for the optimal value of \Omega that minimizes the norm squared.
Generalized/constrained Procrustes problems
There are a number of related problems to the classical orthogonal Procrustes problem. One might generalize it by seeking the closest matrix in which the columns are orthogonal, but not necessarily orthonormal. Alternately, one might constrain it by only allowing rotation matrices (i.e. orthogonal matrices with determinant 1, also known as special orthogonal matrices). In this case, one can write (using the above decomposition ) where \Sigma',! is a modified \Sigma,!, with the smallest singular value replaced by \det(UV^T) (+1 or -1), and the other singular values replaced by 1, so that the determinant of R is guaranteed to be positive. For more information, see the Kabsch algorithm. The unbalanced Procrustes problem concerns minimizing the norm of AU - B, where, and , with , or alternately with complex valued matrices. This is a problem over the Stiefel manifold, and has no currently known closed form. To distinguish, the standard Procrustes problem is referred to as the balanced problem in these contexts.
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.