Glossary Entry

Fisher Information

A measure of how much a model's likelihood changes as a parameter moves, computed as the expected squared score; near a maximum-likelihood solution it equals the expected curvature of the negative log-likelihood.

Statistics Optimization

Also called: Fisher information matrix

Seed source: Wikipedia

The information matrix equality makes the Fisher doubly useful: it can be computed from first derivatives alone (an expectation of squared gradients, so it is always nonnegative), yet it estimates the Hessian of the negative log-likelihood at the optimum. In classical statistics its inverse lower-bounds estimator variance (the Cramér-Rao bound) and yields standard errors for maximum likelihood estimation.

In deep learning it appears wherever curvature is needed cheaply: natural gradient methods precondition updates with it, and elastic weight consolidation uses its diagonal as a per-weight importance score, penalizing movement of exactly the weights whose disturbance would most change the old task’s predictions.