HOME

TheInfoList



OR:

In mathematical statistics, the Kullback–Leibler divergence (also called relative entropy and I-divergence), denoted D_\text(P \parallel Q), is a type of statistical distance: a measure of how one
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon ...
''P'' is different from a second, reference probability distribution ''Q''. A simple
interpretation Interpretation may refer to: Culture * Aesthetic interpretation, an explanation of the meaning of a work of art * Allegorical interpretation, an approach that assumes a text should not be interpreted literally * Dramatic Interpretation, an event ...
of the KL divergence of ''P'' from ''Q'' is the expected excess surprise from using ''Q'' as a model when the actual distribution is ''P''. While it is a distance, it is not a
metric Metric or metrical may refer to: * Metric system, an internationally adopted decimal system of measurement * An adjective indicating relation to measurement in general, or a noun describing a specific type of measurement Mathematics In mathe ...
, the most familiar type of distance: it is not symmetric in the two distributions (in contrast to
variation of information In probability theory and information theory, the variation of information or shared information distance is a measure of the distance between two clusterings ( partitions of elements). It is closely related to mutual information; indeed, it is ...
), and does not satisfy the triangle inequality. Instead, in terms of
information geometry Information geometry is an interdisciplinary field that applies the techniques of differential geometry to study probability theory and statistics. It studies statistical manifolds, which are Riemannian manifolds whose points correspond to pro ...
, it is a type of
divergence In vector calculus, divergence is a vector operator that operates on a vector field, producing a scalar field giving the quantity of the vector field's source at each point. More technically, the divergence represents the volume density of ...
, a generalization of squared distance, and for certain classes of distributions (notably an exponential family), it satisfies a generalized
Pythagorean theorem In mathematics, the Pythagorean theorem or Pythagoras' theorem is a fundamental relation in Euclidean geometry between the three sides of a right triangle. It states that the area of the square whose side is the hypotenuse (the side opposit ...
(which applies to squared distances). In the simple case, a relative entropy of 0 indicates that the two distributions in question have identical quantities of information. Relative entropy is a nonnegative function of two distributions or measures. It has diverse applications, both theoretical, such as characterizing the relative (Shannon) entropy in information systems, randomness in continuous
time-series In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. Ex ...
, and information gain when comparing statistical models of
inference Inferences are steps in reasoning, moving from premises to logical consequences; etymologically, the word ''wikt:infer, infer'' means to "carry forward". Inference is theoretically traditionally divided into deductive reasoning, deduction and in ...
; and practical, such as applied statistics,
fluid mechanics Fluid mechanics is the branch of physics concerned with the mechanics of fluids ( liquids, gases, and plasmas) and the forces on them. It has applications in a wide range of disciplines, including mechanical, aerospace, civil, chemical and ...
,
neuroscience Neuroscience is the science, scientific study of the nervous system (the brain, spinal cord, and peripheral nervous system), its functions and disorders. It is a Multidisciplinary approach, multidisciplinary science that combines physiology, an ...
and
bioinformatics Bioinformatics () is an interdisciplinary field that develops methods and software tools for understanding biological data, in particular when the data sets are large and complex. As an interdisciplinary field of science, bioinformatics combi ...
.


Introduction and context

Consider two probability distributions P and Q. Usually, P represents the data, the observations, or a measured probability distribution. Distribution Q represents instead a theory, a model, a description or an approximation of P. The Kullback–Leibler divergence is then interpreted as the average difference of the number of bits required for encoding samples of P using a code optimized for Q rather than one optimized for P. Note that the roles of P and Q can be reversed in some situations where that is easier to compute, such as with the Expectation–maximization (EM) algorithm and Evidence lower bound (ELBO) computations.


Etymology

The relative entropy was introduced by Solomon Kullback and Richard Leibler in as "the mean information for discrimination between H_1 and H_2 per observation from \mu_1", where one is comparing two probability measures \mu_1, \mu_2, and H_1, H_2 are the hypotheses that one is selecting from measure \mu_1, \mu_2 (respectively). They denoted this by I(1:2), and defined the "'divergence' between \mu_1 and \mu_2" as the symmetrized quantity J(1,2) = I(1:2) + I(2:1), which had already been defined and used by Harold Jeffreys in 1948. In , the symmetrized form is again referred to as the "divergence", and the relative entropies in each direction are referred to as a "directed divergences" between two distributions; Kullback preferred the term discrimination information. The term "divergence" is in contrast to a distance (metric), since the symmetrized divergence does not satisfy the triangle inequality. Numerous references to earlier uses of the symmetrized divergence and to other statistical distances are given in . The asymmetric "directed divergence" has come to be known as the Kullback–Leibler divergence, while the symmetrized "divergence" is now referred to as the Jeffreys divergence.


Definition

For
discrete probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon ...
s P and Q defined on the same
probability space In probability theory, a probability space or a probability triple (\Omega, \mathcal, P) is a mathematical construct that provides a formal model of a random process or "experiment". For example, one can define a probability space which models t ...
, \mathcal, the relative entropy from Q to P is defined to be :D_\text(P \parallel Q) = \sum_ P(x) \log\left(\frac\right). which is equivalent to :D_\text(P \parallel Q) = -\sum_ P(x) \log\left(\frac\right) In other words, it is the expectation of the logarithmic difference between the probabilities P and Q, where the expectation is taken using the probabilities P. Relative entropy is defined so only if for all x, Q(x) = 0 implies P(x) = 0 ( absolute continuity). Else it is often defined as +\infty, but the value +\infty is possible even if Q(x) \ne 0 everywhere, provided that \mathcal is infinite. Analogous comments apply to the continuous and general measure cases defined below. Whenever P(x) is zero the contribution of the corresponding term is interpreted as zero because :\lim_ x \log(x) = 0. For distributions P and Q of a
continuous random variable In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon ...
, relative entropy is defined to be the integral: :D_\text(P \parallel Q) = \int_^\infty p(x) \log\left(\frac\right)\, dx where p and q denote the probability densities of P and Q. More generally, if P and Q are probability measures on a measurable space , and P is absolutely continuous with respect to Q, then the relative entropy from Q to P is defined as :D_\text(P \parallel Q) = \int_ \log\left(\frac\right)\, P(dx), where \frac is the Radon–Nikodym derivative of P with respect to Q,ie. the unique Q-almost everywhere defined function r on \mathcal such that P(dx) = r(x)Q(dx) which exists because P is absolutely continuous with respect to Q. Also we assume the expression on the right-hand side exists. Equivalently (by the chain rule), this can be written as :D_\text(P \parallel Q) = \int_ \frac \log\left(\frac\right) \, Q(dx), which is the
entropy Entropy is a scientific concept, as well as a measurable physical property, that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodyna ...
of P relative to Q. Continuing in this case, if \mu is any measure on \mathcal for which densities p and q with P(dx) = p(x)\mu(dx) and Q(dx) = q(x)\mu(dx) exist (meaning that P and Q are both absolutely continuous with respect to \mu), then the relative entropy from Q to P is given as :D_\text(P \parallel Q) = \int_ p(x) \log\left(\frac\right)\, \mu(dx). Note that such a measure \mu for which densities can be defined always exists, since one can take \mu = \frac \left(P+Q\right) although in practice it will usually be one that in the context like counting measure for discrete distributions, or
Lebesgue measure In measure theory, a branch of mathematics, the Lebesgue measure, named after French mathematician Henri Lebesgue, is the standard way of assigning a measure to subsets of ''n''-dimensional Euclidean space. For ''n'' = 1, 2, or 3, it coincides wi ...
or a convenient variant thereof like
Gaussian measure In mathematics, Gaussian measure is a Borel measure on finite-dimensional Euclidean space R''n'', closely related to the normal distribution in statistics. There is also a generalization to infinite-dimensional spaces. Gaussian measures are nam ...
or the uniform measure on the
sphere A sphere () is a geometrical object that is a three-dimensional analogue to a two-dimensional circle. A sphere is the set of points that are all at the same distance from a given point in three-dimensional space.. That given point is the c ...
,
Haar measure In mathematical analysis, the Haar measure assigns an "invariant volume" to subsets of locally compact topological groups, consequently defining an integral for functions on those groups. This measure was introduced by Alfréd Haar in 1933, thou ...
on a
Lie group In mathematics, a Lie group (pronounced ) is a group that is also a differentiable manifold. A manifold is a space that locally resembles Euclidean space, whereas groups define the abstract concept of a binary operation along with the addi ...
etc. for continuous distributions. The logarithms in these formulae are usually taken to base 2 if information is measured in units of bits, or to base e if information is measured in
nat Nat or NAT may refer to: Computing * Network address translation (NAT), in computer networking Organizations * National Actors Theatre, New York City, U.S. * National AIDS trust, a British charity * National Archives of Thailand * National A ...
s. Most formulas involving relative entropy hold regardless of the base of the logarithm. Various conventions exist for referring to D_\text(P \parallel Q) in words. Often it is referred to as the divergence ''between'' P and Q, but this fails to convey the fundamental asymmetry in the relation. Sometimes, as in this article, it may be described as the divergence of P ''from'' Q or as the divergence ''from'' Q ''to'' P. This reflects the
asymmetry Asymmetry is the absence of, or a violation of, symmetry (the property of an object being invariant to a transformation, such as reflection). Symmetry is an important property of both physical and abstract systems and it may be displayed in pre ...
in
Bayesian inference Bayesian inference is a method of statistical inference in which Bayes' theorem is used to update the probability for a hypothesis as more evidence or information becomes available. Bayesian inference is an important technique in statistics, and ...
, which starts ''from'' a
prior Prior (or prioress) is an ecclesiastical title for a superior in some religious orders. The word is derived from the Latin for "earlier" or "first". Its earlier generic usage referred to any monastic superior. In abbeys, a prior would be low ...
Q and updates ''to'' the posterior P. Another common way to refer to D_\text(P \parallel Q) is as the relative entropy of P ''with respect to'' Q or the information gain from P over Q.


Basic example

Kullback gives the following example (Table 2.1, Example 2.1). Let and be the distributions shown in the table and figure. is the distribution on the left side of the figure, a
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no ques ...
with N = 2 and p = 0.4. is the distribution on the right side of the figure, a discrete uniform distribution with the three possible outcomes x = , , (i.e. \mathcal=\), each with probability p = 1/3. Relative entropies D_\text(P \parallel Q) and D_\text(Q \parallel P) are calculated as follows. This example uses the natural log with base '' e'', designated to get results in nats (see
units of information In computing and telecommunications, a unit of information is the capacity of some standard data storage system or communication channel, used to measure the capacities of other systems and channels. In information theory, units of information a ...
). :\begin D_\text(P \parallel Q) &= \sum_ P(x) \ln\left(\frac\right) \\ &= \frac \ln\left(\frac\right) + \frac \ln\left(\frac\right) + \frac \ln\left(\frac\right) \\ & = \frac \left(32 \ln(2) + 55 \ln(3) - 50 \ln(5) \right) \approx 0.0852996 \end :\begin D_\text(Q \parallel P) &= \sum_ Q(x) \ln\left(\frac\right) \\ &= \frac \ln\left(\frac\right) + \frac \ln\left(\frac\right) + \frac \ln\left(\frac\right) \\ &= \frac \left(-4 \ln(2) - 6 \ln(3) + 6 \ln(5) \right) \approx 0.097455 \end


Interpretations


Statistics

In the field of statistics the Neyman-Pearson lemma states that the most powerful way to distinguish between the two distributions P and Q based on an observation Y (drawn from one of them) is through the log of the ratio of their likelihoods: \log P(Y) - \log Q(Y). The KL divergence is the expected value of this statistic if Y is actually drawn from P. Kullback motivated the statistic as an expected log likelihood ratio.


Coding

In the context of coding theory, D_\text(P \parallel Q) can be constructed by measuring the expected number of extra bits required to
code In communications and information processing, code is a system of rules to convert information—such as a letter, word, sound, image, or gesture—into another form, sometimes shortened or secret, for communication through a communicati ...
samples from P using a code optimized for Q rather than the code optimized for P.


Inference

In the context of
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
, D_\text(P \parallel Q) is often called the information gain achieved if P would be used instead of Q which is currently used. By analogy with information theory, it is called the ''relative entropy'' of P with respect to Q. Expressed in the language of
Bayesian inference Bayesian inference is a method of statistical inference in which Bayes' theorem is used to update the probability for a hypothesis as more evidence or information becomes available. Bayesian inference is an important technique in statistics, and ...
, D_\text(P \parallel Q) is a measure of the information gained by revising one's beliefs from the
prior probability distribution In Bayesian statistical inference, a prior probability distribution, often simply called the prior, of an uncertain quantity is the probability distribution that would express one's beliefs about this quantity before some evidence is taken in ...
Q to the
posterior probability distribution The posterior probability is a type of conditional probability that results from updating the prior probability with information summarized by the likelihood via an application of Bayes' rule. From an epistemological perspective, the posterio ...
P. In other words, it is the amount of information lost when Q is used to approximate P.


Information geometry

In applications, P typically represents the "true" distribution of data, observations, or a precisely calculated theoretical distribution, while Q typically represents a theory, model, description, or
approximation An approximation is anything that is intentionally similar but not exactly equal to something else. Etymology and usage The word ''approximation'' is derived from Latin ''approximatus'', from ''proximus'' meaning ''very near'' and the prefix ' ...
of P. In order to find a distribution Q that is closest to P, we can minimize the KL divergence and compute an information projection. While it is a statistical distance, it is not a
metric Metric or metrical may refer to: * Metric system, an internationally adopted decimal system of measurement * An adjective indicating relation to measurement in general, or a noun describing a specific type of measurement Mathematics In mathe ...
, the most familiar type of distance, but instead it is a
divergence In vector calculus, divergence is a vector operator that operates on a vector field, producing a scalar field giving the quantity of the vector field's source at each point. More technically, the divergence represents the volume density of ...
. While metrics are symmetric and generalize ''linear'' distance, satisfying the triangle inequality, divergences are asymmetric and generalize ''squared'' distance, in some cases satisfying a generalized
Pythagorean theorem In mathematics, the Pythagorean theorem or Pythagoras' theorem is a fundamental relation in Euclidean geometry between the three sides of a right triangle. It states that the area of the square whose side is the hypotenuse (the side opposit ...
. In general D_\text(P \parallel Q) does not equal D_\text(Q \parallel P), and the asymmetry is an important part of the geometry. The
infinitesimal In mathematics, an infinitesimal number is a quantity that is closer to zero than any standard real number, but that is not zero. The word ''infinitesimal'' comes from a 17th-century Modern Latin coinage ''infinitesimus'', which originally re ...
form of relative entropy, specifically its Hessian, gives a
metric tensor In the mathematical field of differential geometry, a metric tensor (or simply metric) is an additional structure on a manifold (such as a surface) that allows defining distances and angles, just as the inner product on a Euclidean space allow ...
that equals the
Fisher information metric In information geometry, the Fisher information metric is a particular Riemannian metric which can be defined on a smooth statistical manifold, ''i.e.'', a smooth manifold whose points are probability measures defined on a common probability spa ...
; see . Relative entropy satisfies a generalized Pythagorean theorem for exponential families (geometrically interpreted as dually flat manifolds), and this allows one to minimize relative entropy by geometric means, for example by information projection and in maximum likelihood estimation. Relative entropy is a special case of a broader class of statistical divergences called ''f''-divergences as well as the class of Bregman divergences, and it is the only such divergence over probabilities that is a member of both classes.


Finance (game theory)

Consider a growth-optimizing investor in a fair game with mutually exclusive outcomes (e.g. a “horse race” in which the official odds add up to one). The rate of return expected by such an investor is equal to the relative entropy between the investor’s believed probabilities and the official odds. This is a special case of a much more general connection between financial returns and divergence measures.


Motivation

In information theory, the Kraft–McMillan theorem establishes that any directly decodable coding scheme for coding a message to identify one value x_i out of a set of possibilities X can be seen as representing an implicit probability distribution q(x_i)=2^ over X, where \ell_i is the length of the code for x_i in bits. Therefore, relative entropy can be interpreted as the expected extra message-length per datum that must be communicated if a code that is optimal for a given (wrong) distribution Q is used, compared to using a code based on the true distribution P: it is the ''excess'' entropy. :\begin D_\text(P\parallel Q) &= \sum_ p(x) \log \frac - \sum_ p(x) \log \frac \\ pt &= \Eta(P, Q) - \Eta(P) \end where \Eta(P,Q) is the cross entropy of P and Q, and \Eta(P) is the
entropy Entropy is a scientific concept, as well as a measurable physical property, that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodyna ...
of P (which is the same as the cross-entropy of P with itself). The relative entropy D_\text(P \parallel Q) can be thought of geometrically as a statistical distance, a measure of how far the distribution ''Q'' is from the distribution ''P''. Geometrically it is a
divergence In vector calculus, divergence is a vector operator that operates on a vector field, producing a scalar field giving the quantity of the vector field's source at each point. More technically, the divergence represents the volume density of ...
: an asymmetric, generalized form of squared distance. The cross-entropy H(P,Q) is itself such a measurement (formally a
loss function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "cos ...
), but it cannot be thought of as a distance, since H(P,P)=:H(P) isn't zero. This can be fixed by subtracting H(P) to make D_\text(P \parallel Q) agree more closely with our notion of distance, as the ''excess'' loss. The resulting function is asymmetric, and while this can be symmetrized (see ), the asymmetric form is more useful. See for more on the geometric interpretation. Relative entropy relates to " rate function" in the theory of large deviations.Novak S.Y. (2011), ''Extreme Value Methods with Applications to Finance'' ch. 14.5 ( Chapman & Hall). . Arthur Hobson proved that relative entropy is the only measure of difference between probability distributions that satisfies some desired properties, which are the canonical extension to those appearing in a commonly used characterization of entropy. Consequently,
mutual information In probability theory and information theory, the mutual information (MI) of two random variables is a measure of the mutual dependence between the two variables. More specifically, it quantifies the " amount of information" (in units such ...
is the only measure of mutual dependence that obeys certain related conditions, since it can be defined in terms of Kullback–Leibler divergence.


Properties

* Relative entropy is always non-negative, D_\text(P \parallel Q) \geq 0, a result known as Gibbs' inequality, with D_\text(P\parallel Q) equals zero
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (shortened as "iff") is a biconditional logical connective between statements, where either both statements are true or both are false. The connective is bic ...
P = Q as measures. In particular, if P(dx) = p(x) \mu(dx) and Q(dx) = q(x)\mu(dx), then p(x) = q(x) \mu- almost everywhere. The entropy \Eta(P) thus sets a minimum value for the cross-entropy \Eta(P, Q), the expected number of bits required when using a code based on Q rather than P; and the Kullback–Leibler divergence therefore represents the expected number of extra bits that must be transmitted to identify a value x drawn from X, if a code is used corresponding to the probability distribution Q, rather than the "true" distribution P. * No upper-bound exists for the general case. However, it is shown that if P and Q are two discrete probability distributions built by distributing the same discrete quantity, then the maximum value of D_\text(P\parallel Q) can be calculated. * Relative entropy remains well-defined for continuous distributions, and furthermore is invariant under parameter transformations. For example, if a transformation is made from variable x to variable y(x), then, since P(dx) = p(x) \, dx = \tilde(y) \, dy = \tilde(y(x)) , \tfrac(x), \,dx and Q(dx)= q(x)\, dx = \tilde(y) \, dy = \tilde(y) , \tfrac(x), dx where , \tfrac(x), is the absolute value of the derivative or more generally of the
Jacobian In mathematics, a Jacobian, named for Carl Gustav Jacob Jacobi, may refer to: * Jacobian matrix and determinant * Jacobian elliptic functions * Jacobian variety *Intermediate Jacobian In mathematics, the intermediate Jacobian of a compact Kähle ...
, the relative entropy may be rewritten: \begin D_\text(P \parallel Q) &= \int_^ p(x) \log\left(\frac\right)\, dx \\ pt &= \int_^ \tilde(y(x)) , \frac(x), \log\left(\frac\right)\, dx \\ &= \int_^ \tilde(y)\log\left(\frac\right)\, dy \end where y_a = y(x_a) and y_b = y(x_b). Although it was assumed that the transformation was continuous, this need not be the case. This also shows that the relative entropy produces a dimensionally consistent quantity, since if x is a dimensioned variable, p(x) and q(x) are also dimensioned, since e.g. P(dx) = p(x) \, dx is dimensionless. The argument of the logarithmic term is and remains dimensionless, as it must. It can therefore be seen as in some ways a more fundamental quantity than some other properties in information theorySee the section "differential entropy – 4" i
Relative Entropy
video lecture by Sergio Verdú NIPS 2009
(such as self-information or
Shannon entropy Shannon may refer to: People * Shannon (given name) * Shannon (surname) * Shannon (American singer), stage name of singer Shannon Brenda Greene (born 1958) * Shannon (South Korean singer), British-South Korean singer and actress Shannon Arrum W ...
), which can become undefined or negative for non-discrete probabilities. * Relative entropy is additive for independent distributions in much the same way as Shannon entropy. If P_1, P_2 are independent distributions, and P(dx, dy) = P_1(dx)P_2(dy), and likewise Q(dx, dy) = Q_1(dx)Q_2(dy) for independent distributions Q_1, Q_2 then D_\text(P \parallel Q) = D_\text(P_1 \parallel Q_1) + D_\text(P_2 \parallel Q_2). * Relative entropy D_\text(P \parallel Q) is
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 ...
in the pair of
probability measure In mathematics, a probability measure is a real-valued function defined on a set of events in a probability space that satisfies measure properties such as ''countable additivity''. The difference between a probability measure and the more ge ...
s (P,Q), i.e. if (P_1,Q_1) and (P_2,Q_2) are two pairs of probability measures then D_\text(\lambda P_1 + (1 - \lambda) P_2 \parallel \lambda Q_1 + (1 - \lambda) Q_2) \le \lambda D_\text(P_1 \parallel Q_1) + (1 - \lambda)D_\text(P_2 \parallel Q_2) \text 0 \le \lambda \le 1.


Duality formula for variational inference

The following result, due to Donsker and Varadhan, is known as Donsker and Varadhan's variational formula. For alternative proof using
measure theory In mathematics, the concept of a measure is a generalization and formalization of geometrical measures (length, area, volume) and other common notions, such as mass and probability of events. These seemingly distinct concepts have many simila ...
, see.


Examples


Multivariate normal distributions

Suppose that we have two
multivariate normal distribution In probability theory and statistics, the multivariate normal distribution, multivariate Gaussian distribution, or joint normal distribution is a generalization of the one-dimensional ( univariate) normal distribution to higher dimensions. One ...
s, with means \mu_0, \mu_1 and with (non-singular) covariance matrices \Sigma_0, \Sigma_1. If the two distributions have the same dimension, k, then the relative entropy between the distributions is as follows: : D_\text\left(\mathcal_0 \parallel \mathcal_1\right) = \frac\left( \operatorname\left(\Sigma_1^\Sigma_0\right) - k + \left(\mu_1 - \mu_0\right)^\mathsf \Sigma_1^\left(\mu_1 - \mu_0\right) + \ln\left(\frac\right) \right). The
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 ...
in the last term must be taken to base '' e'' since all terms apart from the last are base-''e'' logarithms of expressions that are either factors of the density function or otherwise arise naturally. The equation therefore gives a result measured in
nat Nat or NAT may refer to: Computing * Network address translation (NAT), in computer networking Organizations * National Actors Theatre, New York City, U.S. * National AIDS trust, a British charity * National Archives of Thailand * National A ...
s. Dividing the entire expression above by \ln(2) yields the divergence in bits. In a numerical implementation, it is helpful to express the result in terms of the Cholesky decompositions L_0, L_1 such that \Sigma_0 = L_0L_0^T and \Sigma_1 = L_1L_1^T. Then with M and y solutions to the triangular linear systems L_1 M = L_0, and L_1 y = \mu_1 - \mu_0, : D_\text\left(\mathcal_0 \parallel \mathcal_1\right) = \frac\left( \sum_^k (M_)^2 - k + , y, ^2 + 2\sum_^k \ln \frac \right). A special case, and a common quantity in
variational inference Variational Bayesian methods are a family of techniques for approximating intractable integrals arising in Bayesian inference and machine learning. They are typically used in complex statistical models consisting of observed variables (usually ...
, is the relative entropy between a diagonal multivariate normal, and a standard normal distribution (with zero mean and unit variance): : D_\text\left( \mathcal\left(\left(\mu_1, \ldots, \mu_k\right)^\mathsf, \operatorname \left(\sigma_1^2, \ldots, \sigma_k^2\right)\right) \parallel \mathcal\left(\mathbf, \mathbf\right) \right) = \sum_^k \left(\sigma_i^2 + \mu_i^2 - 1 - \ln\left(\sigma_i^2\right)\right). For two univariate normal distributions ''p'' and ''q'' the above simplifies to : D_\text\left(\mathcal \parallel \mathcal\right) = \log \frac + \frac - \frac


Relation to metrics

While relative entropy is a statistical distance, it is not a
metric Metric or metrical may refer to: * Metric system, an internationally adopted decimal system of measurement * An adjective indicating relation to measurement in general, or a noun describing a specific type of measurement Mathematics In mathe ...
on the space of probability distributions, but instead it is a
divergence In vector calculus, divergence is a vector operator that operates on a vector field, producing a scalar field giving the quantity of the vector field's source at each point. More technically, the divergence represents the volume density of ...
. While metrics are symmetric and generalize ''linear'' distance, satisfying the triangle inequality, divergences are asymmetric in general and generalize ''squared'' distance, in some cases satisfying a generalized
Pythagorean theorem In mathematics, the Pythagorean theorem or Pythagoras' theorem is a fundamental relation in Euclidean geometry between the three sides of a right triangle. It states that the area of the square whose side is the hypotenuse (the side opposit ...
. In general D_\text(P \parallel Q) does not equal D_\text(Q \parallel P), and while this can be symmetrized (see ), the asymmetry is an important part of the geometry. It generates a
topology In mathematics, topology (from the Greek words , and ) is concerned with the properties of a geometric object that are preserved under continuous deformations, such as stretching, twisting, crumpling, and bending; that is, without closing ...
on the space of probability distributions. More concretely, if \ is a sequence of distributions such that : \lim_ D_\text(P_n\parallel Q) = 0 then it is said that : P_n \xrightarrow Q .
Pinsker's inequality In information theory, Pinsker's inequality, named after its inventor Mark Semenovich Pinsker, is an inequality that bounds the total variation distance (or statistical distance) in terms of the Kullback–Leibler divergence. The inequality is tigh ...
entails that : P_n \xrightarrow P \Rightarrow P_n \xrightarrow P, where the latter stands for the usual convergence in total variation.


Fisher information metric

Relative entropy is directly related to the
Fisher information metric In information geometry, the Fisher information metric is a particular Riemannian metric which can be defined on a smooth statistical manifold, ''i.e.'', a smooth manifold whose points are probability measures defined on a common probability spa ...
. This can be made explicit as follows. Assume that the probability distributions P and Q are both parameterized by some (possibly multi-dimensional) parameter \theta. Consider then two close by values of P = P(\theta) and Q = P(\theta_0) so that the parameter \theta differs by only a small amount from the parameter value \theta_0. Specifically, up to first order one has (using the
Einstein summation convention In mathematics, especially the usage of linear algebra in Mathematical physics, Einstein notation (also known as the Einstein summation convention or Einstein summation notation) is a notational convention that implies summation over a set of ...
) :P(\theta) = P(\theta_0) + \Delta\theta_j \, P_j(\theta_0) + \cdots with \Delta\theta_j = (\theta - \theta_0)_j a small change of \theta in the j direction, and P_j\left(\theta_0\right) = \frac(\theta_0) the corresponding rate of change in the probability distribution. Since relative entropy has an absolute minimum 0 for P = Q, i.e. \theta = \theta_0 , it changes only to ''second'' order in the small parameters \Delta\theta_j. More formally, as for any minimum, the first derivatives of the divergence vanish :\left.\frac\_ D_\text(P(\theta) \parallel P(\theta_0)) = 0, and by the Taylor expansion one has up to second order :D_\text(P(\theta) \parallel P(\theta_0)) = \frac \, \Delta\theta_j \, \Delta\theta_k \, g_(\theta_0) + \cdots where the Hessian matrix of the divergence :g_(\theta_0) = \left.\frac \_ D_\text(P(\theta) \parallel P(\theta_0)) must be positive semidefinite. Letting \theta_0 vary (and dropping the subindex 0) the Hessian g_(\theta) defines a (possibly degenerate) Riemannian metric on the parameter space, called the Fisher information metric.


Fisher information metric theorem

When p_ satisfies the following regularity conditions: :\frac, \frac, \frac exist, :\begin \left, \frac\ &< F(x): \int_^\infty F(x)\,dx < \infty, \\ \left, \frac\ &< G(x): \int_^\infty G(x)\,dx < \infty \\ \left, \frac\ &< H(x): \int_^\infty p(x, 0)H(x)\,dx < \xi < \infty \end where is independent of : \left.\int_^\infty \frac\_\, dx = \left.\int_^\infty \frac\_\, dx = 0 then: : \mathcal(p(x, 0) \parallel p(x, \rho)) = \frac + \mathcal\left(\rho^3\right) \text \rho \to 0.


Variation of information

Another information-theoretic metric is
variation of information In probability theory and information theory, the variation of information or shared information distance is a measure of the distance between two clusterings ( partitions of elements). It is closely related to mutual information; indeed, it is ...
, which is roughly a symmetrization of conditional entropy. It is a metric on the set of
partitions Partition may refer to: Computing Hardware * Disk partitioning, the division of a hard disk drive * Memory partition, a subdivision of a computer's memory, usually for use by a single job Software * Partition (database), the division of ...
of a discrete
probability space In probability theory, a probability space or a probability triple (\Omega, \mathcal, P) is a mathematical construct that provides a formal model of a random process or "experiment". For example, one can define a probability space which models t ...
.


Relation to other quantities of information theory

Many of the other quantities of information theory can be interpreted as applications of relative entropy to specific cases.


Self-information

The self-information, also known as the information content of a signal, random variable, or
event Event may refer to: Gatherings of people * Ceremony, an event of ritual significance, performed on a special occasion * Convention (meeting), a gathering of individuals engaged in some common interest * Event management, the organization of ev ...
is defined as the negative logarithm of the
probability Probability is the branch of mathematics concerning numerical descriptions of how likely an event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and 1, where, roughly speaking, ...
of the given outcome occurring. When applied to a
discrete random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a mathematical formalization of a quantity or object which depends on random events. It is a mapping or a function from possible outcomes (e.g., the po ...
, the self-information can be represented as :\operatorname \operatorname(m) = D_\text\left(\delta_\text \parallel \\right), is the relative entropy of the probability distribution P(i) from a
Kronecker delta In mathematics, the Kronecker delta (named after Leopold Kronecker) is a function of two variables, usually just non-negative integers. The function is 1 if the variables are equal, and 0 otherwise: \delta_ = \begin 0 &\text i \neq j, \\ 1 & ...
representing certainty that i = m — i.e. the number of extra bits that must be transmitted to identify i if only the probability distribution P(i) is available to the receiver, not the fact that i = m.


Mutual information

The
mutual information In probability theory and information theory, the mutual information (MI) of two random variables is a measure of the mutual dependence between the two variables. More specifically, it quantifies the " amount of information" (in units such ...
, :\begin \operatorname(X; Y) &= D_\text(P(X, Y) \parallel P(X)P(Y)) \\ pt &= \operatorname_X \ \\ pt &= \operatorname_Y \ \end is the relative entropy of the product P(X)P(Y) of the two
marginal probability In probability theory and statistics, the marginal distribution of a subset of a collection of random variables is the probability distribution of the variables contained in the subset. It gives the probabilities of various values of the variab ...
distributions from the
joint probability distribution Given two random variables that are defined on the same probability space, the joint probability distribution is the corresponding probability distribution on all possible pairs of outputs. The joint distribution can just as well be considered ...
P(X,Y) — i.e. the expected number of extra bits that must be transmitted to identify X and Y if they are coded using only their marginal distributions instead of the joint distribution. Equivalently, if the joint probability P(X,Y) ''is'' known, it is the expected number of extra bits that must on average be sent to identify Y if the value of X is not already known to the receiver.


Shannon entropy

The
Shannon entropy Shannon may refer to: People * Shannon (given name) * Shannon (surname) * Shannon (American singer), stage name of singer Shannon Brenda Greene (born 1958) * Shannon (South Korean singer), British-South Korean singer and actress Shannon Arrum W ...
, :\begin \Eta(X) &= \operatorname\left operatorname_X(x)\right\\ &= \log(N) - D_\text\left(p_X(x) \parallel P_U(X)\right) \end is the number of bits which would have to be transmitted to identify X from N equally likely possibilities, ''less'' the relative entropy of the uniform distribution on the random variates of X, P_U(X), from the true distribution P(X) — i.e. ''less'' the expected number of bits saved, which would have had to be sent if the value of X were coded according to the uniform distribution P_U(X) rather than the true distribution P(X). This definition of Shannon entropy forms the basis of
E.T. Jaynes Edwin Thompson Jaynes (July 5, 1922 – April 30, 1998) was the Wayman Crow Distinguished Professor of Physics at Washington University in St. Louis. He wrote extensively on statistical mechanics and on foundations of probability and statistic ...
's alternative generalization to continuous distributions, the limiting density of discrete points (as opposed to the usual differential entropy), which defines the continuous entropy as : \lim_ H_(X) = \log(N) - \int p(x)\log\frac\,dx, which is equivalent to: : \log(N) - D_\text(p(x), , m(x))


Conditional entropy

The conditional entropy, :\begin \Eta(X \mid Y) &= \log(N) - D_\text(P(X, Y) \parallel P_U(X) P(Y)) \\ pt &= \log(N) - D_\text(P(X, Y) \parallel P(X) P(Y)) - D_\text(P(X) \parallel P_U(X)) \\ pt &= \Eta(X) - \operatorname(X; Y) \\ pt &= \log(N) - \operatorname_Y \left _\text\left(P\left(X \mid Y\right) \parallel P_U(X)\right)\right\end is the number of bits which would have to be transmitted to identify X from N equally likely possibilities, ''less'' the relative entropy of the product distribution P_U(X) P(Y) from the true joint distribution P(X,Y) — i.e. ''less'' the expected number of bits saved which would have had to be sent if the value of X were coded according to the uniform distribution P_U(X) rather than the conditional distribution P(X, Y) of X given Y.


Cross entropy

When we have a set of possible events, coming from the distribution , we can encode them (with a lossless data compression) using entropy encoding. This compresses the data by replacing each fixed-length input symbol with a corresponding unique, variable-length,
prefix-free code A prefix code is a type of code system distinguished by its possession of the "prefix property", which requires that there is no whole code word in the system that is a prefix (initial segment) of any other code word in the system. It is trivially ...
(e.g.: the events (A, B, C) with probabilities p = (1/2, 1/4, 1/4) can be encoded as the bits (0, 10, 11)). If we know the distribution in advance, we can devise an encoding that would be optimal (e.g.: using Huffman coding). Meaning the messages we encode will have the shortest length on average (assuming the encoded events are sampled from ), which will be equal to Shannon's Entropy of (denoted as \Eta(p)). However, if we use a different probability distribution () when creating the entropy encoding scheme, then a larger number of bits will be used (on average) to identify an event from a set of possibilities. This new (larger) number is measured by the cross entropy between and . The cross entropy between two
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon ...
s ( and ) measures the average number of bits needed to identify an event from a set of possibilities, if a coding scheme is used based on a given probability distribution , rather than the "true" distribution . The cross entropy for two distributions and over the same
probability space In probability theory, a probability space or a probability triple (\Omega, \mathcal, P) is a mathematical construct that provides a formal model of a random process or "experiment". For example, one can define a probability space which models t ...
is thus defined as follows. :\Eta(p, q) = \operatorname_p \log(q)= \Eta(p) + D_\text(p \parallel q). For explicit derivation of this, see the
Motivation Motivation is the reason for which humans and other animals initiate, continue, or terminate a behavior at a given time. Motivational states are commonly understood as forces acting within the agent that create a disposition to engage in goal-dire ...
section above. Under this scenario, relative entropies (kl-divergence) can be interpreted as the extra number of bits, on average, that are needed (beyond \Eta(p)) for encoding the events because of using for constructing the encoding scheme instead of .


Bayesian updating

In Bayesian statistics, relative entropy can be used as a measure of the information gain in moving from a
prior distribution In Bayesian statistical inference, a prior probability distribution, often simply called the prior, of an uncertain quantity is the probability distribution that would express one's beliefs about this quantity before some evidence is taken into ...
to a posterior distribution: p(x) \to p(x\mid I). If some new fact Y = y is discovered, it can be used to update the posterior distribution for X from p(x\mid I) to a new posterior distribution p(x\mid y,I) using
Bayes' theorem In probability theory and statistics, Bayes' theorem (alternatively Bayes' law or Bayes' rule), named after Thomas Bayes, describes the probability of an event, based on prior knowledge of conditions that might be related to the event. For examp ...
: :p(x \mid y, I) = \frac This distribution has a new
entropy Entropy is a scientific concept, as well as a measurable physical property, that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodyna ...
: :\Eta\big(p(x \mid y, I)\big) = -\sum_x p(x \mid y, I) \log p(x \mid y, I), which may be less than or greater than the original entropy \Eta(p(x\mid I)). However, from the standpoint of the new probability distribution one can estimate that to have used the original code based on p(x\mid I) instead of a new code based on p(x\mid y, I) would have added an expected number of bits: : D_\text\big(p(x \mid y, I) \parallel p(x \mid I) \big) = \sum_x p(x \mid y, I) \log\left(\frac\right) to the message length. This therefore represents the amount of useful information, or information gain, about X, that has been learned by discovering Y = y. If a further piece of data, Y_2 = y_2, subsequently comes in, the probability distribution for x can be updated further, to give a new best guess p(x \mid y_1, y_2, I). If one reinvestigates the information gain for using p(x \mid y_1,I) rather than p(x \mid I), it turns out that it may be either greater or less than previously estimated: :\sum_x p(x \mid y_1, y_2, I) \log\left(\frac\right) may be ≤ or > than \displaystyle \sum_x p(x \mid y_1, I) \log\left(\frac\right) and so the combined information gain does ''not'' obey the triangle inequality: :D_\text \big( p(x \mid y_1, y_2, I) \parallel p(x \mid I) \big) may be <, = or > than D_\text\big( p(x \mid y_1, y_2, I) \parallel p(x \mid y_1, I)\big) + D_\text\big(p(x \mid y_1, I) \parallel p(x \mid I)\big) All one can say is that on ''average'', averaging using p(y_2 \mid y_1, x, I), the two sides will average out.


Bayesian experimental design

A common goal in
Bayesian experimental design Bayesian experimental design provides a general probability-theoretical framework from which other theories on experimental design can be derived. It is based on Bayesian inference to interpret the observations/data acquired during the experiment. T ...
is to maximise the expected relative entropy between the prior and the posterior. When posteriors are approximated to be Gaussian distributions, a design maximising the expected relative entropy is called Bayes d-optimal.


Discrimination information

Relative entropy D_\text\bigl(p(x \mid H_1) \parallel p(x \mid H_0)\bigr) can also be interpreted as the expected discrimination information for H_1 over H_0: the mean information per sample for discriminating in favor of a hypothesis H_1 against a hypothesis H_0, when hypothesis H_1 is true. Another name for this quantity, given to it by I. J. Good, is the expected weight of evidence for H_1 over H_0 to be expected from each sample. The expected weight of evidence for H_1 over H_0 is not the same as the information gain expected per sample about the probability distribution p(H) of the hypotheses, :D_\text(p(x \mid H_1) \parallel p(x \mid H_0)) \neq IG = D_\text(p(H \mid x) \parallel p(H \mid I)). Either of the two quantities can be used as a
utility function As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosoph ...
in Bayesian experimental design, to choose an optimal next question to investigate: but they will in general lead to rather different experimental strategies. On the entropy scale of ''information gain'' there is very little difference between near certainty and absolute certainty—coding according to a near certainty requires hardly any more bits than coding according to an absolute certainty. On the other hand, on the
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
scale implied by weight of evidence, the difference between the two is enormous – infinite perhaps; this might reflect the difference between being almost sure (on a probabilistic level) that, say, the
Riemann hypothesis In mathematics, the Riemann hypothesis is the conjecture that the Riemann zeta function has its zeros only at the negative even integers and complex numbers with real part . Many consider it to be the most important unsolved problem in p ...
is correct, compared to being certain that it is correct because one has a mathematical proof. These two different scales of
loss function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "cos ...
for uncertainty are ''both'' useful, according to how well each reflects the particular circumstances of the problem in question.


Principle of minimum discrimination information

The idea of relative entropy as discrimination information led Kullback to propose the Principle of (MDI): given new facts, a new distribution f should be chosen which is as hard to discriminate from the original distribution f_0 as possible; so that the new data produces as small an information gain D_\text(f \parallel f_0) as possible. For example, if one had a prior distribution p(x,a) over x and a, and subsequently learnt the true distribution of a was u(a), then the relative entropy between the new joint distribution for x and a, q(x\mid a)u(a), and the earlier prior distribution would be: :D_\text(q(x \mid a)u(a) \parallel p(x, a)) = \operatorname_\left\ + D_\text(u(a) \parallel p(a)), i.e. the sum of the relative entropy of p(a) the prior distribution for a from the updated distribution u(a), plus the expected value (using the probability distribution u(a)) of the relative entropy of the prior conditional distribution p(x\mid a) from the new conditional distribution q(x\mid a). (Note that often the later expected value is called the ''conditional relative entropy'' (or ''conditional Kullback-Leibler divergence'') and denoted by D_\text(q(x\mid a) \parallel p(x\mid a)) ) This is minimized if q(x\mid a)=p(x\mid a) over the whole support of u(a); and we note that this result incorporates Bayes' theorem, if the new distribution u(a) is in fact a δ function representing certainty that a has one particular value. MDI can be seen as an extension of
Laplace Pierre-Simon, marquis de Laplace (; ; 23 March 1749 – 5 March 1827) was a French scholar and polymath whose work was important to the development of engineering, mathematics, statistics, physics, astronomy, and philosophy. He summarized ...
's Principle of Insufficient Reason, and the
Principle of Maximum Entropy The principle of maximum entropy states that the probability distribution which best represents the current state of knowledge about a system is the one with largest entropy, in the context of precisely stated prior data (such as a proposition ...
of
E.T. Jaynes Edwin Thompson Jaynes (July 5, 1922 – April 30, 1998) was the Wayman Crow Distinguished Professor of Physics at Washington University in St. Louis. He wrote extensively on statistical mechanics and on foundations of probability and statistic ...
. In particular, it is the natural extension of the principle of maximum entropy from discrete to continuous distributions, for which Shannon entropy ceases to be so useful (see '' differential entropy''), but the relative entropy continues to be just as relevant. In the engineering literature, MDI is sometimes called the Principle of Minimum Cross-Entropy (MCE) or Minxent for short. Minimising relative entropy from m to p with respect to m is equivalent to minimizing the cross-entropy of p and m, since :\Eta(p, m) = \Eta(p) + D_\text(p \parallel m), which is appropriate if one is trying to choose an adequate approximation to p. However, this is just as often ''not'' the task one is trying to achieve. Instead, just as often it is m that is some fixed prior reference measure, and p that one is attempting to optimise by minimising D_\text(p \parallel m) subject to some constraint. This has led to some ambiguity in the literature, with some authors attempting to resolve the inconsistency by redefining cross-entropy to be D_\text(p \parallel m), rather than \Eta(p,m).


Relationship to available work

Surprisals add where probabilities multiply. The surprisal for an event of probability p is defined as s = k \ln(1 / p). If k is \left\ then surprisal is in \ so that, for instance, there are N bits of surprisal for landing all "heads" on a toss of N coins. Best-guess states (e.g. for atoms in a gas) are inferred by maximizing the ''average surprisal'' S (
entropy Entropy is a scientific concept, as well as a measurable physical property, that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodyna ...
) for a given set of control parameters (like pressure P or volume V). This constrained entropy maximization, both classically and quantum mechanically, minimizes Gibbs availability in entropy units A \equiv -k\ln(Z) where Z is a constrained multiplicity or partition function. When temperature T is fixed, free energy (T \times A) is also minimized. Thus if T, V and number of molecules N are constant, the
Helmholtz free energy In thermodynamics, the Helmholtz free energy (or Helmholtz energy) is a thermodynamic potential that measures the useful work obtainable from a closed thermodynamic system at a constant temperature (isothermal). The change in the Helmholtz en ...
F \equiv U - TS (where U is energy and S is entropy) is minimized as a system "equilibrates." If T and P are held constant (say during processes in your body), the
Gibbs free energy In thermodynamics, the Gibbs free energy (or Gibbs energy; symbol G) is a thermodynamic potential that can be used to calculate the maximum amount of work that may be performed by a thermodynamically closed system at constant temperature an ...
G = U + PV - TS is minimized instead. The change in free energy under these conditions is a measure of available work that might be done in the process. Thus available work for an ideal gas at constant temperature T_o and pressure P_o is W = \Delta G = NkT_o\Theta(V/V_o) where V_o = NkT_o/P_o and \Theta(x) = x - 1 - \ln x \ge 0 (see also Gibbs inequality). More generally the work available relative to some ambient is obtained by multiplying ambient temperature T_o by relative entropy or ''net surprisal'' \Delta I \ge 0, defined as the average value of k\ln(p/p_o) where p_o is the probability of a given state under ambient conditions. For instance, the work available in equilibrating a monatomic ideal gas to ambient values of V_o and T_o is thus W = T_o \Delta I, where relative entropy :\Delta I = Nk\left Theta\left(\frac\right) + \frac\Theta\left(\frac\right)\right The resulting contours of constant relative entropy, shown at right for a mole of Argon at standard temperature and pressure, for example put limits on the conversion of hot to cold as in flame-powered air-conditioning or in the unpowered device to convert boiling-water to ice-water discussed here. Thus relative entropy measures thermodynamic availability in bits.


Quantum information theory

For density matrices P and Q on a
Hilbert space In mathematics, Hilbert spaces (named after David Hilbert) allow generalizing the methods of linear algebra and calculus from (finite-dimensional) Euclidean vector spaces to spaces that may be infinite-dimensional. Hilbert spaces arise natural ...
, the
quantum relative entropy In quantum information theory, quantum relative entropy is a measure of distinguishability between two quantum states. It is the quantum mechanical analog of relative entropy. Motivation For simplicity, it will be assumed that all objects in th ...
from Q to P is defined to be :D_\text(P \parallel Q) = \operatorname(P(\log(P) - \log(Q))). In
quantum information science Quantum information science is an interdisciplinary field that seeks to understand the analysis, processing, and transmission of information using quantum mechanics principles. It combines the study of Information science with quantum effects in ...
the minimum of D_\text(P\parallel Q) over all separable states Q can also be used as a measure of entanglement in the state P.


Relationship between models and reality

Just as relative entropy of "actual from ambient" measures thermodynamic availability, relative entropy of "reality from a model" is also useful even if the only clues we have about reality are some experimental measurements. In the former case relative entropy describes ''distance to equilibrium'' or (when multiplied by ambient temperature) the amount of ''available work'', while in the latter case it tells you about surprises that reality has up its sleeve or, in other words, ''how much the model has yet to learn''. Although this tool for evaluating models against systems that are accessible experimentally may be applied in any field, its application to selecting a
statistical model A statistical model is a mathematical model that embodies a set of statistical assumptions concerning the generation of sample data (and similar data from a larger population). A statistical model represents, often in considerably idealized form ...
via Akaike information criterion are particularly well described in papers and a book by Burnham and Anderson. In a nutshell the relative entropy of reality from a model may be estimated, to within a constant additive term, by a function of the deviations observed between data and the model's predictions (like the mean squared deviation) . Estimates of such divergence for models that share the same additive term can in turn be used to select among models. When trying to fit parametrized models to data there are various estimators which attempt to minimize relative entropy, such as
maximum likelihood In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stat ...
and maximum spacing estimators.


Symmetrised divergence

also considered the symmetrized function: :D_\text(P \parallel Q) + D_\text(Q \parallel P) which they referred to as the "divergence", though today the "KL divergence" refers to the asymmetric function (see for the evolution of the term). This function is symmetric and nonnegative, and had already been defined and used by Harold Jeffreys in 1948; it is accordingly called the Jeffreys divergence. This quantity has sometimes been used for feature selection in
classification Classification is a process related to categorization, the process in which ideas and objects are recognized, differentiated and understood. Classification is the grouping of related facts into classes. It may also refer to: Business, organizat ...
problems, where P and Q are the conditional pdfs of a feature under two different classes. In the Banking and Finance industries, this quantity is referred to as Population Stability Index (PSI), and is used to assess distributional shifts in model features through time. An alternative is given via the \lambda divergence, :D_\lambda(P \parallel Q) = \lambda D_\text(P \parallel \lambda P + (1 - \lambda)Q) + (1 - \lambda) D_\text(Q \parallel \lambda P + (1 - \lambda)Q), which can be interpreted as the expected information gain about X from discovering which probability distribution X is drawn from, P or Q, if they currently have probabilities \lambda and 1-\lambda respectively. The value \lambda = 0.5 gives the Jensen–Shannon divergence, defined by :D_\text = \frac D_\text (P \parallel M) + \frac D_\text(Q \parallel M) where M is the average of the two distributions, :M = \frac(P + Q). D_ can also be interpreted as the capacity of a noisy information channel with two inputs giving the output distributions P and Q. The Jensen–Shannon divergence, like all ''f''-divergences, is ''locally'' proportional to the
Fisher information metric In information geometry, the Fisher information metric is a particular Riemannian metric which can be defined on a smooth statistical manifold, ''i.e.'', a smooth manifold whose points are probability measures defined on a common probability spa ...
. It is similar to the Hellinger metric (in the sense that it induces the same affine connection on a statistical manifold). Furthermore, the Jensen-Shannon divergence can be generalized using abstract statistical M-mixtures relying on an abstract mean M.


Relationship to other probability-distance measures

There are many other important measures of probability distance. Some of these are particularly connected with relative entropy. For example: * The
total variation distance In probability theory, the total variation distance is a distance measure for probability distributions. It is an example of a statistical distance metric, and is sometimes called the statistical distance, statistical difference or variational dist ...
, \delta(p,q). This is connected to the divergence through
Pinsker's inequality In information theory, Pinsker's inequality, named after its inventor Mark Semenovich Pinsker, is an inequality that bounds the total variation distance (or statistical distance) in terms of the Kullback–Leibler divergence. The inequality is tigh ...
: \delta(P, Q) \le \sqrt. Pinsker's inequality is vacuous for any distributions where D_(P\parallel Q)>2, since the total variation distance is at most 1. For such distributions, an alternative bound can be used, due to Bretagnolle and Huber (see, also, Tsybakov Tsybakov, Alexandre B., ''Introduction to nonparametric estimation'', Revised and extended from the 2004 French original. Translated by Vladimir Zaiats. Springer Series in Statistics. Springer, New York, 2009. xii+214 pp. , Equation 2.25.): \delta(P,Q) \le \sqrt. * The family of Rényi divergences generalize relative entropy. Depending on the value of a certain parameter, \alpha, various inequalities may be deduced. Other notable measures of distance include the Hellinger distance, ''histogram intersection'', '' Chi-squared statistic'', ''quadratic form distance'', '' match distance'', '' Kolmogorov–Smirnov distance'', and '' earth mover's distance''.


Data differencing

Just as ''absolute'' entropy serves as theoretical background for data ''compression'', ''relative'' entropy serves as theoretical background for data ''differencing'' – the absolute entropy of a set of data in this sense being the data required to reconstruct it (minimum compressed size), while the relative entropy of a target set of data, given a source set of data, is the data required to reconstruct the target ''given'' the source (minimum size of a
patch Patch or Patches may refer to: Arts, entertainment and media * Patch Johnson, a fictional character from ''Days of Our Lives'' * Patch (''My Little Pony''), a toy * "Patches" (Dickey Lee song), 1962 * "Patches" (Chairmen of the Board song ...
).


See also

* Akaike information criterion *
Bayesian information criterion In statistics, the Bayesian information criterion (BIC) or Schwarz information criterion (also SIC, SBC, SBIC) is a criterion for model selection among a finite set of models; models with lower BIC are generally preferred. It is based, in part, o ...
* Bregman divergence * Cross-entropy * Deviance information criterion * Entropic value at risk * Entropy power inequality * Hellinger distance * Information gain in decision trees * Information gain ratio * Information theory and measure theory * Jensen–Shannon divergence *
Quantum relative entropy In quantum information theory, quantum relative entropy is a measure of distinguishability between two quantum states. It is the quantum mechanical analog of relative entropy. Motivation For simplicity, it will be assumed that all objects in th ...
* Solomon Kullback and Richard Leibler


References

* * . Republished by
Dover Publications Dover Publications, also known as Dover Books, is an American book publisher founded in 1941 by Hayward and Blanche Cirker. It primarily reissues books that are out of print from their original publishers. These are often, but not always, books ...
in 1968; reprinted in 1978: .


External links


Information Theoretical Estimators Toolbox

Ruby gem for calculating Kullback–Leibler divergence

Jon Shlens' tutorial on Kullback–Leibler divergence and likelihood theory

Matlab code for calculating Kullback–Leibler divergence for discrete distributions
* Sergio Verdú
Relative Entropy
NIPS 2009. One-hour video lecture.
A modern summary of info-theoretic divergence measures
{{DEFAULTSORT:Kullback-Leibler Divergence Entropy and information F-divergences Information geometry Thermodynamics