Template:Short description

File:Euclidean Voronoi diagram.svg
20 points and their Voronoi cells (larger version below)

In mathematics, a Voronoi diagram is a partition of a plane into regions close to each of a given set of objects. It can be classified also as a tessellation. In the simplest case, these objects are just finitely many points in the plane (called seeds, sites, or generators). For each seed there is a corresponding region, called a Voronoi cell, consisting of all points of the plane closer to that seed than to any other. The Voronoi diagram of a set of points is dual to that set's Delaunay triangulation.

The Voronoi diagram is named after mathematician Georgy Voronoy, and is also called a Voronoi tessellation, a Voronoi decomposition, a Voronoi partition, or a Dirichlet tessellation (after Peter Gustav Lejeune Dirichlet). Voronoi cells are also known as Thiessen polygons, after Alfred H. Thiessen.<ref>Template:Cite book</ref><ref>Template:Cite book</ref><ref>Template:Cite book</ref> Voronoi diagrams have practical and theoretical applications in many fields, mainly in science and technology, but also in visual art.<ref>Template:Cite journal</ref><ref>Template:Cite book</ref>

Simplest caseEdit

In the simplest case, shown in the first picture, we are given a finite set of points <math>\{p_1,\dots p_n\}</math> in the Euclidean plane. In this case, each point <math>p_k</math> has a corresponding cell <math>R_k</math> consisting of the points in the Euclidean plane for which <math>p_k</math> is the nearest site: the distance to <math>p_k</math> is less than or equal to the minimum distance to any other site <math>p_j</math>. For one other site <math>p_j</math>, the points that are closer to <math>p_k</math> than to <math>p_j</math>, or equally distant, form a closed half-space, whose boundary is the perpendicular bisector of line segment <math>p_jp_k</math>. Cell <math>R_k</math> is the intersection of all of these <math>n-1</math> half-spaces, and hence it is a convex polygon.<ref>Template:Cite book</ref> When two cells in the Voronoi diagram share a boundary, it is a line segment, ray, or line, consisting of all the points in the plane that are equidistant to their two nearest sites. The vertices of the diagram, where three or more of these boundaries meet, are the points that have three or more equally distant nearest sites.

Formal definitionEdit

Let <math display="inline"> X </math> be a metric space with distance function <math display="inline">d</math>. Let <math display="inline">K</math> be a set of indices and let <math display="inline">(P_k)_{k \in K}</math> be a tuple (indexed collection) of nonempty subsets (the sites) in the space <math display="inline"> X</math>. The Voronoi cell, or Voronoi region, <math display="inline"> R_k</math>, associated with the site <math display="inline">P_k</math> is the set of all points in <math display="inline">X</math> whose distance to <math display="inline"> P_k</math> is not greater than their distance to the other sites <math display="inline">P_j</math>, where <math display="inline">j</math> is any index different from <math display="inline">k</math>. In other words, if <math display="inline"> d(x,\, A) = \inf\{d(x,\, a) \mid a \in A\}</math> denotes the distance between the point <math display="inline">x</math> and the subset <math display="inline">A</math>, then

<math display="block"> R_k = \{x \in X \mid d(x, P_k) \leq d(x, P_j)\; \text{for all}\; j \neq k\}</math>

The Voronoi diagram is simply the tuple of cells <math display="inline">(R_k)_{k \in K} </math>. In principle, some of the sites can intersect and even coincide (an application is described below for sites representing shops), but usually they are assumed to be disjoint. In addition, infinitely many sites are allowed in the definition (this setting has applications in geometry of numbers and crystallography), but again, in many cases only finitely many sites are considered.

In the particular case where the space is a finite-dimensional Euclidean space, each site is a point, there are finitely many points and all of them are different, then the Voronoi cells are convex polytopes and they can be represented in a combinatorial way using their vertices, sides, two-dimensional faces, etc. Sometimes the induced combinatorial structure is referred to as the Voronoi diagram. In general however, the Voronoi cells may not be convex or even connected.

In the usual Euclidean space, we can rewrite the formal definition in usual terms. Each Voronoi polygon <math display="inline">R_k</math> is associated with a generator point <math display="inline">P_k</math>. Let <math display="inline">X</math> be the set of all points in the Euclidean space. Let <math display="inline">P_1</math> be a point that generates its Voronoi region <math display="inline">R_1</math>, <math display="inline">P_2</math> that generates <math display="inline">R_2</math>, and <math display="inline">P_3</math> that generates <math display="inline">R_3</math>, and so on. Then, as expressed by Tran et al,<ref name="Tran09">Template:Cite book</ref> "all locations in the Voronoi polygon are closer to the generator point of that polygon than any other generator point in the Voronoi diagram in Euclidean plane".

IllustrationEdit

As a simple illustration, consider a group of shops in a city. Suppose we want to estimate the number of customers of a given shop. With all else being equal (price, products, quality of service, etc.), it is reasonable to assume that customers choose their preferred shop simply by distance considerations: they will go to the shop located nearest to them. In this case the Voronoi cell <math>R_k</math> of a given shop <math>P_k</math> can be used for giving a rough estimate on the number of potential customers going to this shop (which is modeled by a point in our city).

For most cities, the distance between points can be measured using the familiar Euclidean distance:

<math>\ell_2 = d\left[\left(a_1, a_2\right), \left(b_1, b_2\right)\right] = \sqrt{\left(a_1 - b_1\right)^2 + \left(a_2 - b_2\right)^2}</math>

or the Manhattan distance:

<math>d\left[\left(a_1, a_2\right), \left(b_1, b_2\right)\right] = \left|a_1 - b_1\right| + \left|a_2 - b_2\right|</math>.

The corresponding Voronoi diagrams look different for different distance metrics.

Template:Multiple image

PropertiesEdit

  • The dual graph for a Voronoi diagram (in the case of a Euclidean space with point sites) corresponds to the Delaunay triangulation for the same set of points.
  • The closest pair of points corresponds to two adjacent cells in the Voronoi diagram.
  • If the setting is the Euclidean plane and a discrete set of points is given, then two points of the set are adjacent on the convex hull if and only if their Voronoi cells share an infinitely long side.
  • If the space is a normed space and the distance to each site is attained (e.g., when a site is a compact set or a closed ball), then each Voronoi cell can be represented as a union of line segments emanating from the sites.<ref name=Reem_alg>Template:Harvnb.</ref> As shown there, this property does not necessarily hold when the distance is not attained.
  • Under relatively general conditions (the space is a possibly infinite-dimensional uniformly convex space, there can be infinitely many sites of a general form, etc.) Voronoi cells enjoy a certain stability property: a small change in the shapes of the sites, e.g., a change caused by some translation or distortion, yields a small change in the shape of the Voronoi cells. This is the geometric stability of Voronoi diagrams.<ref name=Reem_geo_stable>Template:Harvnb.</ref> As shown there, this property does not hold in general, even if the space is two-dimensional (but non-uniformly convex, and, in particular, non-Euclidean) and the sites are points.

History and researchEdit

Informal use of Voronoi diagrams can be traced back to Descartes in 1644.<ref>Template:Cite journal</ref> Peter Gustav Lejeune Dirichlet used two-dimensional and three-dimensional Voronoi diagrams in his study of quadratic forms in 1850. British physician John Snow used a Voronoi-like diagram in 1854 to illustrate how the majority of people who died in the Broad Street cholera outbreak lived closer to the infected Broad Street pump than to any other water pump.

Voronoi diagrams are named after Georgy Feodosievych Voronoy who defined and studied the general n-dimensional case in 1908.<ref>Template:Harvnb and Template:Harvnb.</ref> Voronoi diagrams that are used in geophysics and meteorology to analyse spatially distributed data are called Thiessen polygons after American meteorologist Alfred H. Thiessen, who used them to estimate rainfall from scattered measurements in 1911. Other equivalent names for this concept (or particular important cases of it): Voronoi polyhedra, Voronoi polygons, domain(s) of influence, Voronoi decomposition, Voronoi tessellation(s), Dirichlet tessellation(s).

ExamplesEdit

File:Coloured Voronoi 3D slice.svg
This is a slice of the Voronoi diagram of a random set of points in a 3D box. In general, a cross section of a 3D Voronoi tessellation is a power diagram, a weighted form of a 2d Voronoi diagram, rather than being an unweighted Voronoi diagram.

Voronoi tessellations of regular lattices of points in two or three dimensions give rise to many familiar tessellations.

Certain body-centered tetragonal lattices give a tessellation of space with rhombo-hexagonal dodecahedra.

For the set of points (xy) with x in a discrete set X and y in a discrete set Y, we get rectangular tiles with the points not necessarily at their centers.

Higher-order Voronoi diagramsEdit

Although a normal Voronoi cell is defined as the set of points closest to a single point in S, an nth-order Voronoi cell is defined as the set of points having a particular set of n points in S as its n nearest neighbors. Higher-order Voronoi diagrams also subdivide space.

Higher-order Voronoi diagrams can be generated recursively. To generate the nth-order Voronoi diagram from set S, start with the (n − 1)th-order diagram and replace each cell generated by X = {x1x2, ..., xn−1} with a Voronoi diagram generated on the set S − X.

Farthest-point Voronoi diagramEdit

For a set of n points, the (n − 1)th-order Voronoi diagram is called a farthest-point Voronoi diagram.

For a given set of points S = {p1p2, ..., pn}, the farthest-point Voronoi diagram divides the plane into cells in which the same point of P is the farthest point. A point of P has a cell in the farthest-point Voronoi diagram if and only if it is a vertex of the convex hull of P. Let H = {h1h2, ..., hk} be the convex hull of P; then the farthest-point Voronoi diagram is a subdivision of the plane into k cells, one for each point in H, with the property that a point q lies in the cell corresponding to a site hi if and only if d(q, hi) > d(q, pj) for each pj ∈ S with hipj, where d(p, q) is the Euclidean distance between two points p and q.<ref name="berg2008">Template:Cite book 7.4 Farthest-Point Voronoi Diagrams. Includes a description of the algorithm.</ref><ref>Template:Cite journal, contains a simple algorithm to compute the farthest-point Voronoi diagram.</ref>

The boundaries of the cells in the farthest-point Voronoi diagram have the structure of a topological tree, with infinite rays as its leaves. Every finite tree is isomorphic to the tree formed in this way from a farthest-point Voronoi diagram.<ref>Template:Cite conference</ref>

Generalizations and variationsEdit

As implied by the definition, Voronoi cells can be defined for metrics other than Euclidean, such as the Mahalanobis distance or Manhattan distance. However, in these cases the boundaries of the Voronoi cells may be more complicated than in the Euclidean case, since the equidistant locus for two points may fail to be subspace of codimension 1, even in the two-dimensional case.

File:Approximate Voronoi Diagram.svg
Approximate Voronoi diagram of a set of points. Notice the blended colors in the fuzzy boundary of the Voronoi cells.

A weighted Voronoi diagram is the one in which the function of a pair of points to define a Voronoi cell is a distance function modified by multiplicative or additive weights assigned to generator points. In contrast to the case of Voronoi cells defined using a distance which is a metric, in this case some of the Voronoi cells may be empty. A power diagram is a type of Voronoi diagram defined from a set of circles using the power distance; it can also be thought of as a weighted Voronoi diagram in which a weight defined from the radius of each circle is added to the squared Euclidean distance from the circle's center.<ref>Template:Cite book</ref>

The Voronoi diagram of <math>n</math> points in <math>d</math>-dimensional space can have <math display=inline>O(n^{\lceil d/2 \rceil})</math> vertices, requiring the same bound for the amount of memory needed to store an explicit description of it. Therefore, Voronoi diagrams are often not feasible for moderate or high dimensions. A more space-efficient alternative is to use approximate Voronoi diagrams.<ref>Template:Cite book</ref>

Voronoi diagrams are also related to other geometric structures such as the medial axis (which has found applications in image segmentation, optical character recognition, and other computational applications), straight skeleton, and zone diagrams.

ApplicationsEdit

Meteorology/HydrologyEdit

It is used in meteorology and engineering hydrology to find the weights for precipitation data of stations over an area (watershed). The points generating the polygons are the various station that record precipitation data. Perpendicular bisectors are drawn to the line joining any two stations. This results in the formation of polygons around the stations. The area <math>(A_i)</math> touching station point is known as influence area of the station. The average precipitation is calculated by the formula <math>\bar{P}=\frac{\sum A_i P_i}{\sum A_i}</math>Template:See also

Humanities and social sciencesEdit

  • In classical archaeology, specifically art history, the symmetry of statue heads is analyzed to determine the type of statue a severed head may have belonged to. An example of this that made use of Voronoi cells was the identification of the Sabouroff head, which made use of a high-resolution polygon mesh.<ref name="Hoelscher20a" /><ref name="Hoelscher20b" />
  • In dialectometry, Voronoi cells are used to indicate a supposed linguistic continuity between survey points.
  • In political science, Voronoi diagrams have been used to study multi-dimensional, multi-party competition.<ref>Template:Cite book</ref>

Natural sciencesEdit

File:Voronoi growth euclidean.gif
A Voronoi tessellation emerges by radial growth from seeds outward.

HealthEdit

  • In medical diagnosis, models of muscle tissue, based on Voronoi diagrams, can be used to detect neuromuscular diseases.<ref name="Sanchez-Gutierrez 77–88"/>
  • In epidemiology, Voronoi diagrams can be used to correlate sources of infections in epidemics. One of the early applications of Voronoi diagrams was implemented by John Snow to study the 1854 Broad Street cholera outbreak in Soho, England. He showed the correlation between residential areas on the map of Central London whose residents had been using a specific water pump, and the areas with the most deaths due to the outbreak.<ref name="Johnson2006">Template:Cite book</ref>

EngineeringEdit

|CitationClass=web }}</ref>

MathematicsEdit

  • A point location data structure can be built on top of the Voronoi diagram in order to answer nearest neighbor queries, where one wants to find the object that is closest to a given query point. Nearest neighbor queries have numerous applications. For example, one might want to find the nearest hospital or the most similar object in a database. A large application is vector quantization, commonly used in data compression.
  • In geometry, Voronoi diagrams can be used to find the largest empty circle amid a set of points, and in an enclosing polygon; e.g. to build a new supermarket as far as possible from all the existing ones, lying in a certain city.
  • Voronoi diagrams together with farthest-point Voronoi diagrams are used for efficient algorithms to compute the roundness of a set of points.<ref name="berg2008" /> The Voronoi approach is also put to use in the evaluation of circularity/roundness while assessing the dataset from a coordinate-measuring machine.
  • Zeroes of iterated derivatives of a rational function on the complex plane accumulate on the edges of the Voronoi diagam of the set of the poles (Pólya's shires theorem<ref>Pólya, G. On the zeros of the derivatives of a function and its analytic character. Bulletin

of the AMS, Volume 49, Issue 3, 178-191, 1943.</ref>).

InformaticsEdit

  • In networking, Voronoi diagrams can be used in derivations of the capacity of a wireless network.
  • In computer graphics, Voronoi diagrams are used to calculate 3D shattering / fracturing geometry patterns. It is also used to procedurally generate organic or lava-looking textures.
  • In autonomous robot navigation, Voronoi diagrams are used to find clear routes. If the points are obstacles, then the edges of the graph will be the routes furthest from obstacles (and theoretically any collisions).
  • In machine learning, Voronoi diagrams are used to do 1-NN classifications.<ref>Template:Cite book</ref>
  • In global scene reconstruction, including with random sensor sites and unsteady wake flow, geophysical data, and 3D turbulence data, Voronoi tesselations are used with deep learning.<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

|CitationClass=web }}Template:Cbignore</ref>

AlgorithmsEdit

Several efficient algorithms are known for constructing Voronoi diagrams, either directly (as the diagram itself) or indirectly by starting with a Delaunay triangulation and then obtaining its dual. Direct algorithms include Fortune's algorithm, an O(n log(n)) algorithm for generating a Voronoi diagram from a set of points in a plane. Bowyer–Watson algorithm, an O(n log(n)) to O(n2) algorithm for generating a Delaunay triangulation in any number of dimensions, can be used in an indirect algorithm for the Voronoi diagram. The Jump Flooding Algorithm can generate approximate Voronoi diagrams in constant time and is suited for use on commodity graphics hardware.<ref>Template:Cite conference</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Lloyd's algorithm and its generalization via the Linde–Buzo–Gray algorithm (aka k-means clustering) use the construction of Voronoi diagrams as a subroutine. These methods alternate between steps in which one constructs the Voronoi diagram for a set of seed points, and steps in which the seed points are moved to new locations that are more central within their cells. These methods can be used in spaces of arbitrary dimension to iteratively converge towards a specialized form of the Voronoi diagram, called a Centroidal Voronoi tessellation, where the sites have been moved to points that are also the geometric centers of their cells.

Voronoi in 3DEdit

Voronoi meshes can also be generated in 3D.

See alsoEdit

Template:Cols

Template:Colend

NotesEdit

Template:Reflist

ReferencesEdit

Template:Refbegin

Template:Refend

External linksEdit

Template:Sister project

Template:Tessellation Template:Authority control