Divergence (statistics)

From Wikipedia, the free encyclopedia
(Redirected from Contrast function)

Template:Short description Script error: No such module "Distinguish".

In information geometry, a divergence is a kind of statistical distance: a binary function which establishes the separation from one probability distribution to another on a statistical manifold.

The simplest divergence is squared Euclidean distance (SED), and divergences can be viewed as generalizations of SED. The other most important divergence is relative entropy (also called Kullback–Leibler divergence), which is central to information theory. There are numerous other specific divergences and classes of divergences, notably f-divergences and Bregman divergences (see § Examples).

Definition

Given a differentiable manifold[a] M of dimension n, a divergence on M is a C2-function D:M×M[0,) satisfying:Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

  1. D(p,q)0 for all p,qM (non-negativity),
  2. D(p,q)=0 if and only if p=q (positivity),
  3. At every point pM, D(p,p+dp) is a positive-definite quadratic form for infinitesimal displacements dp from p.

In applications to statistics, the manifold M is typically the space of parameters of a parametric family of probability distributions.

Condition 3 means that D defines an inner product on the tangent space TpM for every pM. Since D is C2 on M, this defines a Riemannian metric g on M.

Locally at pM, we may construct a local coordinate chart with coordinates x, then the divergence is D(x(p),x(p)+dx)=12dxTgp(x)dx+O(|dx|3)where gp(x) is a matrix of size n×n. It is the Riemannian metric at point p expressed in coordinates x.

Dimensional analysis of condition 3 shows that divergence has the dimension of squared distance.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

The dual divergence D is defined as

D(p,q)=D(q,p).

When we wish to contrast D against D, we refer to D as primal divergence.

Given any divergence D, its symmetrized version is obtained by averaging it with its dual divergence:Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

DS(p,q)=12(D(p,q)+D(q,p)).

Difference from other similar concepts

Unlike metrics, divergences are not required to be symmetric, and the asymmetry is important in applications.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Accordingly, one often refers asymmetrically to the divergence "of q from p" or "from p to q", rather than "between p and q". Secondly, divergences generalize squared distance, not linear distance, and thus do not satisfy the triangle inequality, but some divergences (such as the Bregman divergence) do satisfy generalizations of the Pythagorean theorem.

In general statistics and probability, "divergence" generally refers to any kind of function D(p,q), where p,q are probability distributions or other objects under consideration, such that conditions 1, 2 are satisfied. Condition 3 is required for "divergence" as used in information geometry.

As an example, the total variation distance, a commonly used statistical divergence, does not satisfy condition 3.

Notation

Notation for divergences varies significantly between fields, though there are some conventions.

Divergences are generally notated with an uppercase 'D', as in D(x,y), to distinguish them from metric distances, which are notated with a lowercase 'd'. When multiple divergences are in use, they are commonly distinguished with subscripts, as in DKL for Kullback–Leibler divergence (KL divergence).

Often a different separator between parameters is used, particularly to emphasize the asymmetry. In information theory, a double bar is commonly used: D(pq); this is similar to, but distinct from, the notation for conditional probability, P(A|B), and emphasizes interpreting the divergence as a relative measurement, as in relative entropy; this notation is common for the KL divergence. A colon may be used instead,[b] as D(p:q); this emphasizes the relative information supporting the two distributions.

The notation for parameters varies as well. Uppercase P,Q interprets the parameters as probability distributions, while lowercase p,q or x,y interprets them geometrically as points in a space, and μ1,μ2 or m1,m2 interprets them as measures.

Geometrical properties

Script error: No such module "labelled list hatnote". Many properties of divergences can be derived if we restrict S to be a statistical manifold, meaning that it can be parametrized with a finite-dimensional coordinate system θ, so that for a distribution pS we can write p = p(θ).

For a pair of points p, qS with coordinates θp and θq, denote the partial derivatives of D(p, q) as

D((i)p,q)  =def  θpiD(p,q),D((ij)p,(k)q)  =def  θpiθpjθqkD(p,q),  etc.

Now we restrict these functions to a diagonal p = q, and denote [1]

D[i,] : pD((i)p,p),D[i,j] : pD((i)p,(j)p),  etc.

By definition, the function D(p, q) is minimized at p = q, and therefore

D[i,]=D[,i]=0,D[ij,]=D[,ij]=D[i,j]  gij(D),

where matrix g(D) is positive semi-definite and defines a unique Riemannian metric on the manifold S.

Divergence D(·, ·) also defines a unique torsion-free affine connection(D) with coefficients

Γij,k(D)=D[ij,k],

and the dual to this connection ∇* is generated by the dual divergence D*.

Thus, a divergence D(·, ·) generates on a statistical manifold a unique dualistic structure (g(D), ∇(D), ∇(D*)). The converse is also true: every torsion-free dualistic structure on a statistical manifold is induced from some globally defined divergence function (which however need not be unique).[2]

For example, when D is an f-divergence[3] for some function ƒ(·), then it generates the metric g(Df) = c·g and the connection (Df) = ∇(α), where g is the canonical Fisher information metric, ∇(α) is the α-connection, c = ƒ′′(1), and α = 3 + 2ƒ′′′(1)/ƒ′′(1).

Examples

The two most important divergences are the relative entropy (Kullback–Leibler divergence, KL divergence), which is central to information theory and statistics, and the squared Euclidean distance (SED). Minimizing these two divergences is the main way that linear inverse problems are solved, via the principle of maximum entropy and least squares, notably in logistic regression and linear regression.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

The two most important classes of divergences are the f-divergences and Bregman divergences; however, other types of divergence functions are also encountered in the literature. The only divergence for probabilities over a finite alphabet that is both an f-divergence and a Bregman divergence is the Kullback–Leibler divergence.[4] The squared Euclidean divergence is a Bregman divergence (corresponding to the function x2) but not an f-divergence.

f-divergences

Script error: No such module "Labelled list hatnote". Given a convex function f:[0,+)(,+] such that f(0)=limt0+f(t),f(1)=0, the f-divergence generated by f is defined as

Df(p,q)=p(x)f(q(x)p(x))dx.
Kullback–Leibler divergence: DKL(p,q)=p(x)ln(p(x)q(x))dx
squared Hellinger distance: H2(p,q)=2(p(x)q(x))2dx
Jensen–Shannon divergence: DJS(p,q)=12p(x)ln(p(x))+q(x)ln(q(x))(p(x)+q(x))ln(p(x)+q(x)2)dx
α-divergence D(α)(p,q)=41α2(1p(x)1α2q(x)1+α2dx)
chi-squared divergence: Dχ2(p,q)=(p(x)q(x))2p(x)dx
(α,β)-product divergence[citation needed]: Dα,β(p,q)=2(1α)(1β)(1(q(x)p(x))1α2)(1(q(x)p(x))1β2)p(x)dx

Bregman divergences

Script error: No such module "Labelled list hatnote". Bregman divergences correspond to convex functions on convex sets. Given a strictly convex, continuously differentiable function F on a convex set, known as the Bregman generator, the Bregman divergence measures the convexity of: the error of the linear approximation of F from q as an approximation of the value at p:

DF(p,q)=F(p)F(q)F(q),pq.

The dual divergence to a Bregman divergence is the divergence generated by the convex conjugate F* of the Bregman generator of the original divergence. For example, for the squared Euclidean distance, the generator is x2, while for the relative entropy the generator is the negative entropy xlogx.

History

The use of the term "divergence" – both what functions it refers to, and what various statistical distances are called – has varied significantly over time, but by c. 2000 had settled on the current usage within information geometry, notably in the textbook Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found..Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

The term "divergence" for a statistical distance was used informally in various contexts from c. 1910 to c. 1940. Its formal use dates at least to Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found., entitled "On a measure of divergence between two statistical populations defined by their probability distributions", which defined the Bhattacharyya distance, and Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found., entitled "On a Measure of Divergence between Two Multinomial Populations", which defined the Bhattacharyya angle. The term was popularized by its use for the Kullback–Leibler divergence in Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. and its use in the textbook Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.. The term "divergence" was used generally by Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. for statistically distances. Numerous references to earlier uses of statistical distances are given in Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. and Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found..

Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. actually used "divergence" to refer to the symmetrized divergence (this function had already been defined and used by Harold Jeffreys in 1948Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.), referring to the asymmetric function as "the mean information for discrimination ... per observation",Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. while Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. referred to the asymmetric function as the "directed divergence".Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. referred generally to such a function as a "coefficient of divergence", and showed that many existing functions could be expressed as f-divergences, referring to Jeffreys' function as "Jeffreys' measure of divergence" (today "Jeffreys divergence"), and Kullback–Leibler's asymmetric function (in each direction) as "Kullback's and Leibler's measures of discriminatory information" (today "Kullback–Leibler divergence").Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

The information geometry definition of divergence (the subject of this article) was initially referred to by alternative terms, including "quasi-distance" Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. and "contrast function" Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found., though "divergence" was used in Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. for the α-divergence, and has become standard for the general class.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

The term "divergence" is in contrast to a distance (metric), since the symmetrized divergence does not satisfy the triangle inequality.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. For example, the term "Bregman distance" is still found, but "Bregman divergence" is now preferred.

Notationally, Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. denoted their asymmetric function as I(1:2), while Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. denote their functions with a lowercase 'd' as d(P1,P2).

See also

Notes

Page Template:Reflist/styles.css has no content.

  1. ^ Throughout, we only require differentiability class C2 (continuous with continuous first and second derivatives), since only second derivatives are required. In practice, commonly used statistical manifolds and divergences are infinitely differentiable ("smooth").
  2. ^ A colon is used in Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found., where the KL divergence between measure μ1 and μ2 is written as I(1:2).

References

Page Template:Reflist/styles.css has no content.

  1. ^ Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
  2. ^ Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Nielsen, F.; Nock, R. (2013). "On the Chi square and higher-order Chi distances for approximating f-divergences". IEEE Signal Processing Letters. 21: 10–13. arXiv:1309.3029. doi:10.1109/LSP.2013.2288355. S2CID 4152365.
  4. ^ Page Module:Citation/CS1/styles.css has no content.Jiao, Jiantao; Courtade, Thomas; No, Albert; Venkat, Kartik; Weissman, Tsachy (December 2014). "Information Measures: the Curious Case of the Binary Alphabet". IEEE Transactions on Information Theory. 60 (12): 7616–7626. arXiv:1404.6810. Bibcode:2014ITIT...60.7616J. doi:10.1109/TIT.2014.2360184. ISSN 0018-9448. S2CID 13108908.

Bibliography

Page Template:Refbegin/styles.css has no content.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.