Geometric Median
   HOME

TheInfoList



OR:

In
geometry Geometry (; ) is, with arithmetic, one of the oldest branches of mathematics. It is concerned with properties of space such as the distance, shape, size, and relative position of figures. A mathematician who works in the field of geometry is c ...
, 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 statistics, a central tendency (or measure of central tendency) is a central or typical value for a probability distribution.Weisberg H.F (1992) ''Central Tendency and Variability'', Sage University Paper Series on Quantitative Applications ...
in higher dimensions. It is also known as the 1-median, spatial median, Euclidean minisum point, or Torricelli point. The geometric median is an important estimator of location in statistics, where it is also known as the ''L''1 estimator. 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, = 3 and = 2 in the definition below) 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 and solved by Evangelista Torricelli. Its solution is now known as the Fermat point of the triangle formed by the three sample points. The geometric median may in turn be generalized to the problem of minimizing the sum of ''weighted'' distances, known as the Weber problem after Alfred Weber's discussion of the problem in his 1909 book on facility location. Some sources instead call Weber's problem the Fermat–Weber problem, but others use this name for the unweighted geometric median problem. provides a survey of the geometric median problem. See for generalizations of the problem to non-discrete point sets.


Definition

Formally, for a given set of ''m'' points x_1, x_2, \dots, x_m\, with each x_i \in \mathbb^n, the geometric median is defined as :\underset \sum_^m \left \, x_i-y \right \, _2 Here, arg min means the value of the argument y which minimizes the sum. In this case, it is the point y from where the sum of all Euclidean distances to the x_i'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. (More precisely, if the points are ''p1'', …, ''pn'', in that order, the geometric median is the middle point p_ if ''n'' is odd, but is not uniquely determined if ''n'' is even, when it can be any point in the line segment between the two middling points p_ and p_.) * The geometric median is unique whenever the points are not
collinear In geometry, collinearity of a set of points is the property of their lying on a single line. A set of points with this property is said to be collinear (sometimes spelled as colinear). In greater generality, the term has been used for aligned o ...
. * The geometric median is equivariant for Euclidean similarity transformations, including
translation Translation is the communication of the Meaning (linguistic), meaning of a #Source and target languages, source-language text by means of an Dynamic and formal equivalence, equivalent #Source and target languages, target-language text. The ...
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 does not 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. 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 (non-
collinear In geometry, collinearity of a set of points is the property of their lying on a single line. A set of points with this property is said to be collinear (sometimes spelled as colinear). In greater generality, the term has been used for aligned o ...
) points, if any angle of the triangle formed by those points is 120° or more, then the geometric median is the point at the vertex of 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 each three pairs of triangle vertices. This is also known as the Fermat point of the triangle formed by the three vertices. (If the three points are collinear then the geometric median is the point between the two other points, as is the case with a one-dimensional median.) *For 4 coplanar points, if one of the four points is inside the triangle formed by the other three points, then the geometric median is that point. Otherwise, the four points form a convex quadrilateral and the geometric median is the crossing point of the diagonals of the quadrilateral. The geometric median of four coplanar points is the same as the unique Radon point of the four points.


Computation

Despite the geometric median's being an easy-to-understand concept, computing it 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 point, can be found by a simple formula — its coordinates are the averages of the coordinates of the points — but it has been shown that no explicit formula, nor an exact algorithm involving only arithmetic operations and ''k''th roots, can exist in general for the geometric median. Therefore, only numerical or symbolic approximations to the solution of this problem are possible under this
model of computation In computer science, and more specifically in computability theory and computational complexity theory, a model of computation is a model which describes how an output of a mathematical function is computed given an input. A model describes h ...
. 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 to the sample points 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 after the work of
Endre Weiszfeld Endre is a Hungarian boy name, its origin is from old Turkish, can be given by name and surname. Its English form is Andrew. Endre may refer to: People Hungary Endre is a Hungarian masculine given name. It is a Hungarian form of ''Andrew'' and ...
, 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 sample points, and creates a new estimate that is the weighted average of the sample according to these weights. That is, :\left. y_=\left( \sum_^m \frac \right) \right/ \left( \sum_^m \frac \right). This method converges for almost all initial positions, but may fail to converge when one of its estimates falls on one of the given points. It can be modified to handle these cases so that it converges for all initial points. describe more sophisticated geometric optimization procedures for finding approximately optimal solutions to this problem. show how to compute the geometric median to arbitrary precision in nearly linear time. Note also that the problem can be formulated as the second-order cone program : \underset \ \sum_^m s_i \text s_i \geq \left \, x_i-y \right \, _2 \text i=1, \ldots, m, which can be solved in polynomial time using common optimization solvers.


Characterization of the geometric median

If ''y'' is distinct from all the given points, ''x''''i'', then ''y'' is the geometric median if and only if it satisfies: :0 = \sum_^m \frac . This is equivalent to: :\left. y = \left( \sum_^m \frac \right) \right/ \left( \sum_^m \frac \right), which is closely related to Weiszfeld's algorithm. In general, ''y'' is the geometric median if and only if there are vectors ''u''''i'' such that: :0 = \sum_^m u_i where for ''x''''i'' ≠ ''y'', :u_i = \frac and for ''x''''i'' = ''y'', :\, u_i \, \leq 1 . An equivalent formulation of this condition is :\sum _ \frac \le \left, \\. It can be seen as a generalization of the median property, in the sense that any partition of the points, in particular as induced by any hyperplane through ''y'', has the same and opposite sum of positive ''directions'' from ''y'' on each side. In the one dimensional case, the hyperplane is the point ''y'' itself, and the sum of directions simplifies to the (directed) counting measure.


Generalizations

The geometric median can be generalized from Euclidean spaces to general Riemannian manifolds (and even metric spaces) using the same idea which is used to define the Fréchet mean on a Riemannian manifold. Let M be a Riemannian manifold with corresponding distance function d(\cdot, \cdot), let w_1, \ldots, w_n be n weights summing to 1, and let x_1, \ldots, x_n be n observations from M. Then we define the weighted geometric median m (or weighted Fréchet median) of the data points as : m = \underset \sum_^n w_i d(x,x_i) . If all the weights are equal, we say simply that m is the geometric median.


See also

* Medoid * Geometric median absolute deviation


Notes


References

* * * * * * * * * * * * * * * * * * * *. * * * * * Translated into English as {{refend Means Multivariate statistics Nonparametric statistics Mathematical optimization Geometric algorithms Descriptive statistics