Information Geometry (IG) provides the rigorous answer to a simple question: "How far apart are two models?"
In standard machine learning, we treat parameters \theta as points in a flat Euclidean space. However, IG posits that parameters are just coordinates for the true object of interest: the probability distribution p(x|\theta).
Imagine the family of all possible 1D Gaussian distributions. Each distribution is defined by two parameters: Mean (\mu) and Variance (\sigma^2).
A Statistical Manifold is a smooth geometric surface where every "point" is a complete probability distribution. IG studies the intrinsic shape of this surface, regardless of which coordinate system (parameters) we use.
To measure distance on a curved surface (manifold), we need a Riemannian Metric. In IG, this role is filled by the Fisher Information Matrix (FIM).
The FIM measures the local curvature of the log-likelihood function. It tells us how much the "prediction" changes for a tiny change in the "parameters."
The most famous application of IG is Natural Gradient Descent.
This ensures that the optimization takes steps of constant "informational distance," leading to faster and more stable convergence.
Information Geometry bridges Information Theory and Geometry. The Kullback-Leibler (KL) Divergence, which measures the dissimilarity between two distributions, is the "global" counterpart to the Fisher Information Metric.
For two distributions that are very close, the KL divergence is approximately proportional to the squared Fisher distance. This link allows us to use the geometric tools of manifolds to solve the information-theoretic problems of inference.
External Deep Dive:
— Detailed academic overview of the field.
— Deep dive into the canonical metric.See Also: