statistical geometry
Information Geometry
You should know: kullback leibler divergence, differential entropy
Overview
Information geometry applies differential geometry to the space of probability distributions, treating families of distributions as smooth manifolds. The Fisher information matrix defines a Riemannian metric (Fisher-Rao metric) on this statistical manifold. The KL divergence plays the role of a (asymmetric) distance, and its symmetrisation gives a metric. The theory reveals the geometric structure underlying statistical inference: the natural gradient, exponential families as flat submanifolds, and the duality between e-flat and m-flat submanifolds. Applications include neural network optimisation (natural gradient descent), statistical physics, and quantum information.
Intuition
Think of the space of all Gaussian distributions parametrised by (mu, sigma): it forms a 2D manifold. Different directions in this manifold correspond to different ways of changing the distribution -- changing the mean vs. changing the variance. The Fisher information metric tells you the 'natural' notion of distance between nearby distributions: two distributions that are 'statistically indistinguishable' (close in KL divergence) are metrically close. The natural gradient descent moves in the direction of steepest ascent in this Riemannian manifold, not the flat Euclidean parameter space.
Formal Definition
Let {p(x; theta) : theta in Theta} be a parametric family of distributions on X. The Fisher information matrix g_{ij}(theta) = E[d/d theta_i log p * d/d theta_j log p] defines a Riemannian metric on Theta (the Fisher-Rao metric). The Amari alpha-connection defines a family of affine connections on the statistical manifold. For alpha = 0, this is the Levi-Civita connection of the Fisher metric; for alpha = +-1, the e-connection and m-connection -- dual affine connections. Exponential families are e-flat (zero curvature under e-connection).
Notation
| Notation | Meaning |
|---|---|
| Fisher information matrix / Riemannian metric | |
| Natural gradient | |
| Log-partition function of exponential family | |
| Kullback-Leibler divergence |
Theorems
Worked Examples
- 1
Log-density: log p(x; mu, sigma^2) = -1/2 * log(2*pi*sigma^2) - (x-mu)^2/(2*sigma^2).
- 2
Score function components: d/d mu log p = (x-mu)/sigma^2, d/d sigma^2 log p = -(1/(2*sigma^2)) + (x-mu)^2/(2*sigma^4).
- 3
Fisher matrix: g_{11} = E[(x-mu)^2/sigma^4] = 1/sigma^2, g_{22} = E[(1/(2*sigma^2) - (x-mu)^2/(2*sigma^4))^2] = 1/(2*sigma^4), g_{12} = 0.
✓ Answer
The Fisher matrix for N(mu, sigma^2) is diagonal: G = diag(1/sigma^2, 1/(2*sigma^4)). The geometry of the Gaussian family is the Poincare upper half-plane.
Practice Problems
Explain the duality between exponential families and mixture families in information geometry.
Common Mistakes
Thinking KL divergence is a Riemannian distance.
KL divergence is asymmetric (D_KL(p||q) != D_KL(q||p)) and does not satisfy the triangle inequality. It is a divergence (contrast function), not a metric. However, its second-order Taylor expansion around p gives the Fisher metric: D_KL(p||p+dp) ≈ (1/2) g_ij dp_i dp_j.
Quiz
Historical Background
The geometric approach to statistics traces to Rao (1945), who introduced the Fisher information metric. Efron (1975) connected this to statistical curvature and higher-order inference. Amari systematised the field in his 1985 book 'Differential-Geometrical Methods in Statistics', introducing the alpha-geometry, dual connections, and the information-geometric structure of exponential families. Chentsov (1982) proved that the Fisher metric is the unique Riemannian metric on the space of distributions invariant under sufficient statistics.
- 1945
Rao introduces the Fisher-Rao Riemannian metric on statistical models
C.R. Rao
- 1975
Efron develops the theory of statistical curvature
Bradley Efron
- 1985
Amari's monograph establishes information geometry systematically
Shun-ichi Amari
- 1982
Chentsov proves uniqueness of the Fisher metric among invariant metrics
Nikolai Chentsov
Summary
- Information geometry treats families of probability distributions as Riemannian manifolds with the Fisher-Rao metric.
- The natural gradient = G(theta)^{-1} nabla L moves in the statistically natural direction on the manifold.
- Exponential families are e-flat; mixture families are m-flat; their duality underlies the EM algorithm.
- Chentsov's theorem: the Fisher metric is the unique invariant Riemannian metric on distributions.
References
- BookAmari, S. Differential-Geometrical Methods in Statistics. Springer, 1985.
- BookAmari, S. and Nagaoka, H. Methods of Information Geometry. AMS, 2000.
Mathematics