Convex Iteration
From Wikimization
Line 7: | Line 7: | ||
==constraining cardinality of signed variable== | ==constraining cardinality of signed variable== | ||
Excert from [http://meboo.convexoptimization.com/BOOK/semidefiniteprogramming.pdf Semidefinite Programming]: | Excert from [http://meboo.convexoptimization.com/BOOK/semidefiniteprogramming.pdf Semidefinite Programming]: | ||
- | Consider a feasibility problem equivalent to the classical problem from linear algebra | + | <br>Consider a feasibility problem equivalent to the classical problem from linear algebra |
<math>A_{}x_{\!}=_{\!}b</math> , | <math>A_{}x_{\!}=_{\!}b</math> , | ||
but with an upper bound <math>k</math> on cardinality <math>\|x\|_0</math> : | but with an upper bound <math>k</math> on cardinality <math>\|x\|_0</math> : | ||
Line 18: | Line 18: | ||
where <math>\|x\|_{0\!}\leq_{_{}\!}k</math> means vector <math>x</math> has at most <math>k</math> nonzero entries; | where <math>\|x\|_{0\!}\leq_{_{}\!}k</math> means vector <math>x</math> has at most <math>k</math> nonzero entries; | ||
- | such a vector is presumed existent in the feasible set. <br>Convex iteration works with a nonnegative variable; | + | such a vector is presumed existent in the feasible set. |
- | absolute value <math>|x|</math> is therefore needed. | + | <br>Convex iteration works with a nonnegative variable; absolute value <math>|x|</math> is therefore needed. |
- | We propose that nonconvex problem (1) can be equivalently written | + | <br>We propose that nonconvex problem (1) can be equivalently written |
as a convex iteration: | as a convex iteration: | ||
for <math>\varepsilon</math> a relatively small positive constant, | for <math>\varepsilon</math> a relatively small positive constant, | ||
- | <math>\begin{array}{ | + | <math>\begin{array}{cl}\text{minimize}_{x_{}\in_{_{}}\mathbb{R}^{^n},~t_{}\in_{_{}}\mathbb{R}^{^n}}&\langle t_{}\,,\,y+\varepsilon^{}\mathbf{1}\rangle\\ |
\mbox{subject to}&A_{}x=b\\ | \mbox{subject to}&A_{}x=b\\ | ||
&-t\preceq x\preceq_{_{}}t | &-t\preceq x\preceq_{_{}}t | ||
Line 38: | Line 38: | ||
to find ''direction vector'' <math>y</math>. | to find ''direction vector'' <math>y</math>. | ||
The cardinality constraint has been moved to the objective as a linear regularization. | The cardinality constraint has been moved to the objective as a linear regularization. | ||
- | The term <math>\langle t\,,_{_{}}\varepsilon^{}\mathbf{1}\rangle</math> in (2) is necessary to determine absolute value | + | <br>The term <math>\langle t\,,_{_{}}\varepsilon^{}\mathbf{1}\rangle</math> in (2) is necessary to determine absolute value |
<math>|x|_{\!}=_{}t^{\star_{}}</math> because vector <math>y</math> can take zero values in its entries. | <math>|x|_{\!}=_{}t^{\star_{}}</math> because vector <math>y</math> can take zero values in its entries. | ||
Line 62: | Line 62: | ||
<br> | <br> | ||
There can be no proof of global optimality, defined by an optimal objective equal to 0. | There can be no proof of global optimality, defined by an optimal objective equal to 0. | ||
- | Local solutions are therefore detected by nonzero optimal objective. | + | <br>Local solutions are therefore detected by nonzero optimal objective. |
- | <br> | + | <br>Heuristics for reinitializing direction vector <math>y</math> can lead to a globally optimal solution. |
- | Heuristics for reinitializing direction vector <math>y</math> can lead to a globally optimal solution. | + | |
Revision as of 14:11, 4 September 2008
Convex iteration is method for constraining rank or cardinality in an otherwise convex optimization problem.
A rank or cardinality constraint is replaced by a weighted linear regularization term added to the objective.
Then two convex problems are iterated until convergence where, ideally, solution to the original problem is found.
constraining cardinality of signed variable
Excert from Semidefinite Programming:
Consider a feasibility problem equivalent to the classical problem from linear algebra
,
but with an upper bound
on cardinality
:
for vector
where means vector
has at most
nonzero entries;
such a vector is presumed existent in the feasible set.
Convex iteration works with a nonnegative variable; absolute value is therefore needed.
We propose that nonconvex problem (1) can be equivalently written
as a convex iteration:
for a relatively small positive constant,
is iterated with
to find direction vector .
The cardinality constraint has been moved to the objective as a linear regularization.
The term in (2) is necessary to determine absolute value
because vector
can take zero values in its entries.
By initializing direction vector to
,
the first iteration of problem (2) is a 1-norm problem; i.e.,
Subsequent iterations of problem (2) engaging cardinality term
can be interpreted as corrections to this 1-norm problem leading to a 0-norm solution.
Iteration (2) (3) always converges to a locally optimal solution by virtue of
a monotonically nonincreasing objective sequence.
There can be no proof of global optimality, defined by an optimal objective equal to 0.
Local solutions are therefore detected by nonzero optimal objective.
Heuristics for reinitializing direction vector can lead to a globally optimal solution.
equivalent
Several simple equivalents to linear programs (2) (3) are easily devised,
but their geometrical interpretation is not as apparent: e.g., equivalent in the limit
For a coded numerical example, see Candes.m