Information Geometry: The Shape of Model Space

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).

1. The Statistical Manifold

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.

2. The Metric: Fisher Information

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."

3. The Natural Gradient

The most famous application of IG is Natural Gradient Descent.

\theta_{t+1} = \theta_t - \eta [G(\theta)]^{-1} \nabla L(\theta)

This ensures that the optimization takes steps of constant "informational distance," leading to faster and more stable convergence.

4. Duality and KL Divergence

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:

See Also: