Alternating Projection
   HOME

TheInfoList



OR:

In mathematics, projections onto convex sets (POCS), sometimes known as the alternating projection method, is a method to find a point in the intersection of two closed
convex Convex or convexity may refer to: Science and technology * Convex lens, in optics Mathematics * Convex set, containing the whole line segment that joins points ** Convex polygon, a polygon which encloses a convex set of points ** Convex polytop ...
sets. It is a very simple algorithm and has been rediscovered many times. The simplest case, when the sets are affine spaces, was analyzed by
John von Neumann John von Neumann ( ; ; December 28, 1903 – February 8, 1957) was a Hungarian and American mathematician, physicist, computer scientist and engineer. Von Neumann had perhaps the widest coverage of any mathematician of his time, in ...
. The case when the sets are affine spaces is special, since the iterates not only converge to a point in the intersection (assuming the intersection is non-empty) but to the orthogonal projection of the point onto the intersection. For general closed convex sets, the limit point need not be the projection. Classical work on the case of two closed convex sets shows that the
rate of convergence In mathematical analysis, particularly numerical analysis, the rate of convergence and order of convergence of a sequence that converges to a limit are any of several characterizations of how quickly that sequence approaches its limit. These are ...
of the iterates is linear. There are now extensions that consider cases when there are more than two sets, or when the sets are not
convex Convex or convexity may refer to: Science and technology * Convex lens, in optics Mathematics * Convex set, containing the whole line segment that joins points ** Convex polygon, a polygon which encloses a convex set of points ** Convex polytop ...
, or that give faster convergence rates. Analysis of POCS and related methods attempt to show that the algorithm converges (and if so, find the
rate of convergence In mathematical analysis, particularly numerical analysis, the rate of convergence and order of convergence of a sequence that converges to a limit are any of several characterizations of how quickly that sequence approaches its limit. These are ...
), and whether it converges to the
projection Projection or projections may refer to: Physics * Projection (physics), the action/process of light, heat, or sound reflecting from a surface to another in a different direction * The display of images by a projector Optics, graphics, and carto ...
of the original point. These questions are largely known for simple cases, but a topic of active research for the extensions. There are also variants of the algorithm, such as Dykstra's projection algorithm. See the references in the
further reading Further or furthur, alternatively farther, may refer to: * ''Furthur'' (bus), the Merry Pranksters' psychedelic bus *Further (band), a 1990s American indie rock band *Furthur (band) Furthur was an American rock band founded in 2009 by former G ...
section for an overview of the variants, extensions and applications of the POCS method; a good historical background can be found in section III of.


Algorithm

The POCS algorithm solves the following problem: : \text \; x \in \mathbb^n \quad\text\; x \in C \cap D where ''C'' and ''D'' are closed
convex set In geometry, a set of points is convex if it contains every line segment between two points in the set. For example, a solid cube (geometry), cube is a convex set, but anything that is hollow or has an indent, for example, a crescent shape, is n ...
s. To use the POCS algorithm, one must know how to project onto the sets ''C'' and ''D'' separately, via the projections \mathcal_i. The algorithm starts with an arbitrary value for x_0 and then generates the sequence : x_ = \mathcal_C \left( \mathcal_D ( x_k ) \right). The simplicity of the algorithm explains some of its popularity. If the
intersection In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, their ...
of ''C'' and ''D'' is non-empty, then the
sequence In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is cal ...
generated by the algorithm will
converge Converge may refer to: * Converge (band), American hardcore punk band * Converge (Baptist denomination), American national evangelical Baptist body * Limit (mathematics) In mathematics, a limit is the value that a function (or sequence) app ...
to some point in this intersection. Unlike Dykstra's projection algorithm, the solution need not be a projection onto the intersection ''C'' and ''D''.


Related algorithms

The method of averaged projections is quite similar. For the case of two closed convex sets ''C'' and ''D'', it proceeds by : x_ = \frac( \mathcal_C(x_k) + \mathcal_D(x_k) ) It has long been known to converge globally. Furthermore, the method is easy to generalize to more than two sets; some convergence results for this case are in. The ''averaged'' projections method can be reformulated as ''alternating'' projections method using a standard trick. Consider the set : E = \ which is defined in the
product space In topology and related areas of mathematics, a product space is the Cartesian product of a family of topological spaces equipped with a natural topology called the product topology. This topology differs from another, perhaps more natural-seemi ...
\mathbb^n \times \mathbb^n . Then define another set, also in the product space: : F = \. Thus finding C \cap D is equivalent to finding E \cap F. To find a point in E \cap F, use the alternating projection method. The projection of a vector (x,y) onto the set ''F'' is given by (x+y,x+y)/2. Hence : (x_,y_) = \mathcal_( \mathcal_( (x_,y_) ) ) = \mathcal_( (\mathcal_x_,\mathcal_y_) ) = \frac( \mathcal_C(x_k) + \mathcal_D(y_k) , (\mathcal_C(x_k) + \mathcal_D(y_k) ). Since x_ = y_ and assuming x_0 = y_0 , then x_j=y_j for all j \ge 0, and hence we can simplify the iteration to x_ = \frac( \mathcal_C(x_k) + \mathcal_D(x_k) ) .


References

{{reflist


Further reading

* Book from 2011
Alternating Projection Methods
by René Escalante and Marcos Raydan (2011), published by SIAM. Convex geometry