Geometric median: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎References: doi for Kuhn, per discussion on iPhylo
Line 105: Line 105:


*{{cite journal
*{{cite journal
| author = Kuhn, H. W.
| author = Kuhn, Harold W.
| title = A note on Fermat's problem
| title = A note on Fermat's problem
| journal = Mathematical Programming
| journal = Mathematical Programming
| year = 1973
| year = 1973
| volume = 4
| volume = 4
| pages = 98–107}}
| issue = 1
| pages = 98–107
| doi = 10.1007/BF01584648}}


*{{cite journal
*{{cite journal

Revision as of 07:13, 29 May 2007

The geometric median of a discrete set of sample points in a Euclidean space is the point minimizing the sum of distances to the sample points. This generalizes the median, which has the property of minimizing the sum of distances for one-dimensional data, and provides a central tendency in higher dimensions. It is also known as the Fermat–Weber point or 1-median.[1]

The geometric median is an important estimator of location in statistics. It is also a standard problem in facility location, where it models the problem of locating a facility to minimize the cost of transportation.

The special case of the problem for three points in the plane (that is, m = 3 and n = 2) is sometimes also known as Fermat's problem; it arises in the construction of minimal Steiner trees, and was originally posed as a problem by Pierre de Fermat to Evangelista Torricelli, who solved it. Its solution is now known as the Fermat point of the triangle formed by the three sample points. Alfred Weber's name is associated with the more general Fermat–Weber problem due to a discussion of the problem in his 1909 book on facility location.

Wesolowsky (1993) provides a survey of the problem. See Fekete, Mitchell, and Beurer (2003) for generalizations of the problem to non-discrete point sets.

Definition

Formally, for given a set of m points with each , the geometric median is defined as

Geometric Median

Note that argmin means the argument for which the sum is minimized. In this case, it is the point from where the sum of all Euclidean distances to the 's is minimum.

Properties

  • For the 1-dimensional case, the geometric median coincides with the median. This is because the univariate median also minimizes the sum of distances from the points.
  • The geometric median is unique whenever the points are not collinear.
  • The geometric median is equivariant for Euclidean similarity transformations, including translation and rotation. This means that one would get the same result either by transforming the geometric median, or by applying the same transformation to the sample data and finding the geometric median of the transformed data. This property follows from the fact that the geometric median is defined only from pairwise distances, and doesn't depend on the system of orthogonal Cartesian coordinates by which the sample data is represented. In contrast, the component-wise median for a multivariate data set is not in general rotation invariant, nor is it independent of the choice of coordinates.
  • The geometric median has a breakdown point of 0.5.[2] That is, up to half of the sample data may be arbitrarily corrupted, and the median of the samples will still provide a robust estimator for the location of the uncorrupted data.

Special cases

  • For 3 points, if any angle of the triangle is more than 120° then the geometric median is the point making that angle. If all the angles are less than 120°, the geometric median is the point inside the triangle which subtends an angle of 120° to all three pairs of points. This is also known as the Fermat point of the triangle formed by the three points.
  • For 4 coplanar points, if a point is inside the triangle formed by the other three points, then the geometric median is that point. Otherwise, the points form a convex quadrilateral and the geometric median is where the diagonals of the quadrilateral intersect. This is also known as the Radon point of the four points.

Computation

Despite being an easy to understand concept, computing the geometric median poses a challenge. The centroid or center of mass, defined similarly to the geometric median as minimizing the sum of the squares of the distances to each sample, can be found by a simple formula — its coordinates are the averages of the coordinates of the samples — but no such formula is known for the geometric median, and it has been shown that no formula involving only arithmetic operations and kth roots can exist in general.[3]

However, it is straightforward to calculate an approximation to the geometric median using an iterative procedure in which each step produces a more accurate approximation. Procedures of this type can be derived from the fact that the sum of distances is a convex function, since the distance to each sample point is convex and the sum of convex functions remains convex. Therefore, procedures that decrease the sum of distances at each step cannot get trapped in a local optimum.

One common approach of this type, called Weiszfeld's algorithm[4], is a form of iteratively re-weighted least squares. This algorithm defines a set of weights that are inversely proportional to the distances from the current estimate to the samples, and creates a new estimate that is the weighted average of the samples according to these weights. That is,

Bose et al (2003) describe more sophisticated geometric optimization procedures for finding approximately optimal solutions to this problem.

Implicit formula

If y is distinct from all the given points, xj, then y is the geometric median if and only if it satisfies:

This is equivalent to:

which is closely related to Weiszfeld's algorithm.

If y is equal to some of the given points, then y is the geometric median if and only if there are vectors uj such that:

where for xjy,

and for xj = y,

See also

Notes

  1. ^ The more general k-median problem asks for the location of k cluster centers minimizing the sum of distances from each sample point to its nearest center.
  2. ^ Lopuhaä and Rousseeuw (1991).
  3. ^ Cockayne and Melzak (1969); Bajaj (1988).
  4. ^ Weiszfeld (1937); Kuhn (1973); Chandrasekaran and Tamir (1989).

References

  • Bajaj, C. (1988). "The algebraic degree of geometric optimization problems". Discrete and Computational Geometry. 3: 177–191. doi:10.1007/BF02187906.
  • Chandrasekaran, R.; Tamir, A. (1989). "Open questions concerning Weiszfeld's algorithm for the Fermat-Weber location problem". Mathematical Programming, Series A. 44: 293–295.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  • Cockayne, E. J.; Melzak, Z. A. (1969). "Euclidean constructability in graph minimization problems". Mathematics Magazine. 42: 206–208.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  • Fekete, Sándor P.; Mitchell, Joseph S. B.; Beurer, Karin (2003). "On the continuous Fermat-Weber problem". arXiv:cs.CG/0310027. {{cite journal}}: Cite journal requires |journal= (help)CS1 maint: multiple names: authors list (link)
  • Kuhn, Harold W. (1973). "A note on Fermat's problem". Mathematical Programming. 4 (1): 98–107. doi:10.1007/BF01584648.
  • Weber, Alfred (1909). Über den Standort der Industrien, Erster Teil: Reine Theorie des Standortes. Tübingen: Mohr.
  • Wesolowsky, G. (1993). "The Weber problem: History and perspective". Location Science. 1: 5–23.
  • Weiszfeld, E. (1937). "Sur le point pour lequel la somme des distances de n points donnes est minimum". Tohoku Math. Journal. 43: 355–386.