Euclidean distance matrix completion via semidefinite facial reduction
From Wikimization
(→Properties of <math>\mathcal K </math> [http://orion.math.uwaterloo.ca/~hwolkowi/henry/reports/edmapr04.pdf]) |
|||
Line 13: | Line 13: | ||
we have that <math> \mathcal K(\mathcal S^n_+) = \mathcal E^n</math>. Note that <math>\mathcal K</math> is a one-one linear transformation between the ''centered symmetric matrices'', <math>S \in \mathcal S_c,</math> and the ''hollow matrices'' <math>\mathcal S_H</math>, where centered means row (and column) sums are all zero, and hollow means that the diagonal is zero. | we have that <math> \mathcal K(\mathcal S^n_+) = \mathcal E^n</math>. Note that <math>\mathcal K</math> is a one-one linear transformation between the ''centered symmetric matrices'', <math>S \in \mathcal S_c,</math> and the ''hollow matrices'' <math>\mathcal S_H</math>, where centered means row (and column) sums are all zero, and hollow means that the diagonal is zero. | ||
<p> | <p> | ||
- | A matrix <math>D \in \mathcal S^n</math> is a Euclidean distance matrix with embedding dimension <math>r\,</math> if and only if there exists <math>P \in \mathbb R^{n \times r}</math> such that <math>D = \mathcal K(PP^T).</math> | + | A matrix <math>D \in \mathcal S^n</math> is a Euclidean distance matrix with embedding dimension <math>r\,</math> if and only if there exists <math>P \in \mathbb R^{n \times r}</math> such that <math>D = \mathcal K(PP^{\rm{T}}).</math> |
Suppose <math>D\,</math> is a partial Euclidean distance matrix with embedding dimension <math>r\,</math>. The ''low-dimensional Euclidean distance matrix completion'' problem is | Suppose <math>D\,</math> is a partial Euclidean distance matrix with embedding dimension <math>r\,</math>. The ''low-dimensional Euclidean distance matrix completion'' problem is | ||
- | <center><math>\begin{array}{rl}\mbox{find}&P \in \mathbb R^{n \times r} \\ \mbox{s.t.}&H \circ \mathcal K(PP^T) = H \circ D \\ & P^ | + | <center><math>\begin{array}{rl}\mbox{find}&P \in \mathbb R^{n \times r} \\ \mbox{s.t.}&H \circ \mathcal K(PP^{\rm{T}}) = H \circ D \\ & P^{\rm{T}}e = 0, \end{array}</math></center> |
where <math>e \in \mathbb R^n</math> is the vector of all ones, and <math>H\,</math> is the adjacency matrix of the graph <math>G = (V,E)\,</math> associated with the partial Euclidean distance matrix <math>D.</math> | where <math>e \in \mathbb R^n</math> is the vector of all ones, and <math>H\,</math> is the adjacency matrix of the graph <math>G = (V,E)\,</math> associated with the partial Euclidean distance matrix <math>D.</math> | ||
Line 42: | Line 42: | ||
<center><math>\mathcal K^\dagger(D) = -\frac 12 J \operatorname{offDiag} (D) J,</math></center> | <center><math>\mathcal K^\dagger(D) = -\frac 12 J \operatorname{offDiag} (D) J,</math></center> | ||
- | where the matrix <math> J:=I-\frac 1n ee^T</math> | + | where the matrix <math> J:=I-\frac 1n ee^{\rm{T}}</math> |
and the linear operator (orthogonal projection) | and the linear operator (orthogonal projection) | ||
<math>\operatorname{offDiag}(D):=D-\operatorname{Diag}\operatorname{diag}(D)</math>. The orthogonal projections onto the range of <math>\mathcal K</math> and range of <math>\mathcal K^*</math> is given by | <math>\operatorname{offDiag}(D):=D-\operatorname{Diag}\operatorname{diag}(D)</math>. The orthogonal projections onto the range of <math>\mathcal K</math> and range of <math>\mathcal K^*</math> is given by | ||
Line 53: | Line 53: | ||
== Semidefinite programming relaxation of the low-dimensional Euclidean distance matrix completion problem == | == Semidefinite programming relaxation of the low-dimensional Euclidean distance matrix completion problem == | ||
- | Using the substitution <math>Y = PP^T\,,</math> and relaxing the (NP-hard) condition that <math>\mathrm{rank}(Y) = r\,,</math> we obtain the semidefinite programming relaxation | + | Using the substitution <math>Y = PP^{\rm{T}}\,,</math> and relaxing the (NP-hard) condition that <math>\mathrm{rank}(Y) = r\,,</math> we obtain the semidefinite programming relaxation |
<center><math>\begin{array}{rl}\mbox{find}& Y \in \mathcal S^n_+ \\ \mbox{s.t.}& H \circ \mathcal K(Y) = H \circ D \\ & Ye = 0. \end{array}</math></center> | <center><math>\begin{array}{rl}\mbox{find}& Y \in \mathcal S^n_+ \\ \mbox{s.t.}& H \circ \mathcal K(Y) = H \circ D \\ & Ye = 0. \end{array}</math></center> | ||
Line 61: | Line 61: | ||
Let <math>C \subseteq V</math> be a clique in the graph <math>G\,</math> such that the embedding dimension of <math>D[C]\,</math> is <math>r\,.</math> Then there exists <math>U \in \mathbb R^{n \times (n-|C|+r)}</math> such that | Let <math>C \subseteq V</math> be a clique in the graph <math>G\,</math> such that the embedding dimension of <math>D[C]\,</math> is <math>r\,.</math> Then there exists <math>U \in \mathbb R^{n \times (n-|C|+r)}</math> such that | ||
- | <center><math> \mathbf{face} \left\{ Y \in \mathcal S^n_+ : \mathcal{K}(Y[C]) = D[C], Ye = 0 \right\} = U \mathcal S^{n-|C|+r}_+ U^T. </math></center> | + | <center><math> \mathbf{face} \left\{ Y \in \mathcal S^n_+ : \mathcal{K}(Y[C]) = D[C], Ye = 0 \right\} = U \mathcal S^{n-|C|+r}_+ U^{\rm{T}}. </math></center> |
Revision as of 13:30, 24 November 2011
Contents |
Euclidean distance matrix completions (EDMC), background
EDMC is a fundamental problem of distance geometry, (FPDG).
Let be the vector space of symmetric matrices equipped with the trace inner product,
; let
, the set of
Euclidean distance matrices, i.e.
, for points
, with embedding dimension
;
and, let
be the set (convex cone) of (symmetric) positive semidefinite matrices. Defining
by
we have that . Note that
is a one-one linear transformation between the centered symmetric matrices,
and the hollow matrices
, where centered means row (and column) sums are all zero, and hollow means that the diagonal is zero.
A matrix is a Euclidean distance matrix with embedding dimension
if and only if there exists
such that
Suppose
is a partial Euclidean distance matrix with embedding dimension
. The low-dimensional Euclidean distance matrix completion problem is
where is the vector of all ones, and
is the adjacency matrix of the graph
associated with the partial Euclidean distance matrix
Properties of
[1]
Let , where diag denotes the diagonal of the argument. Then
alternatively, we can write
The adjoints of these linear transformations are
where Diag is the diagonal matrix formed from its argument and is the adjoint of diag. The Moore-Penrose generalized inverse is
where the matrix
and the linear operator (orthogonal projection)
. The orthogonal projections onto the range of
and range of
is given by
respectively. These are the hollow and centered subspaces of , respectively. The nullspaces of
are the ranges of Diag,
, respectively.
Semidefinite programming relaxation of the low-dimensional Euclidean distance matrix completion problem
Using the substitution and relaxing the (NP-hard) condition that
we obtain the semidefinite programming relaxation
Single Clique Facial Reduction Theorem [2]
Let be a clique in the graph
such that the embedding dimension of
is
Then there exists
such that