Minimum message length


Minimum message length is a Bayesian information-theoretic method for statistical model comparison and selection. It provides a formal information theory restatement of Occam's Razor: even when models are equal in their measure of fit-accuracy to the observed data, the one generating the most concise explanation of data is more likely to be correct. MML was invented by Chris Wallace, first appearing in the seminal paper "An information measure for classification". MML is intended not just as a theoretical construct, but as a technique that may be deployed in practice. It differs from the related concept of Kolmogorov complexity in that it does not require use of a Turing-complete language to model data.

Definition

's A Mathematical Theory of Communication states that in an optimal code, the message length of an event,, where has probability, is given by.
Bayes's theorem states that the probability of a hypothesis given fixed evidence is proportional to, which, by the definition of conditional probability, is equal to. We want the model with the highest such posterior probability. Suppose we encode a message which represents both model and data jointly. Since, the most probable model will have the shortest such message. The message breaks into two parts:. The first part encodes the model itself. The second part contains information that, when processed by the model, outputs the observed data.
MML naturally and precisely trades model complexity for goodness of fit. A more complicated model takes longer to state but probably fits the data better. So, an MML metric won't choose a complicated model unless that model pays for itself.

Continuous-valued parameters

One reason why a model might be longer would be simply because its various parameters are stated to greater precision, thus requiring transmission of more digits. Much of the power of MML derives from its handling of how accurately to state parameters in a model, and a variety of approximations that make this feasible in practice. This allows it to usefully compare, say, a model with many parameters imprecisely stated against a model with fewer parameters more accurately stated.

Key features of MML