Neha Patil (Editor)

Kolmogorov structure function

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Kolmogorov structure function

In 1973 Kolmogorov proposed a non-probabilistic approach to statistics and model selection. Let each datum be a finite binary string and a model be finite sets of binary strings. Consider model classes consisting of models of given maximal Kolmogorov complexity. The Kolmogorov structure function of an individual data string expresses the relation between the complexity level constraint on a model class and the least log-cardinality of a model in the class containing the data. The structure function determines all stochastic properties of the individual data string: for every constrained model class it determines the individual best-fitting model in the class irrespective of whether the true model is in the model class considered or not. In the classical case we talk about a set of data with a probability distribution, and the properties are those of the expectations. In contrast, here we deal with individual data strings and the properties of the individual string focussed on. In this setting, a property holds with certainty rather than with high probability as in the classical case. The Kolmogorov structure function precisely quantify the goodness-of-fit of an individual model with respect to individual data.

Contents

The Kolmogorov structure function is used in the algorithmic information theory, also known as the theory of Kolmogorov complexity, for describing the structure of a string by use of models of increasing complexity.

Kolmogorov's definition

The structure function was originally proposed by Kolmogorov in 1973 at a Soviet Information Theory symposium in Tallinn, but these results were not published p. 182. But the results were announced in in 1974, the only written record by Kolmogorov himself. One of his last scientific statements is (translated from the original Russian by L.A. Levin):

To each constructive object corresponds a function Φ x ( k ) of a natural number k---the log of minimal cardinality of x-containing sets that allow definitions of complexity at most k. If the element x itself allows a simple definition, then the function Φ drops to 0 even for small k. Lacking such definition, the element is "random" in a negative sense. But it is positively "probabilistically random" only when function Φ having taken the value Φ 0 at a relatively small k = k 0 , then changes approximately as Φ ( k ) = Φ 0 ( k k 0 ) .

Contemporary definition

It is discussed in Cover and Thomas. It is extensively studied in Vereshchagin and Vitanyi where also the main properties are resolved. The Kolmogorov structure function can be written as

h x ( α ) = min S { log | S | : x S , K ( S ) α }

where x is a binary string of length n with x S where S is a contemplated model (set of n-length strings) for x , K ( S ) is the Kolmogorov complexity of S and α is a nonnegative integer value bounding the complexity of the contemplated S 's. Clearly, this function is nonincreasing and reaches log | { x } | = 0 for α = K ( x ) + c where c is the required number of bits to change x into { x } and K ( x ) is the Kolmogorov complexity of x .

The algorithmic sufficient statistic

We define a set S containing x such that

K ( S ) + K ( x | S ) = K ( x ) + O ( 1 ) .

The function h x ( α ) never decreases more than a fixed independent constant below the diagonal called sufficiency line L defined by

L ( α ) + α = K ( x ) .

It is approached to within a constant distance by the graph of h x for certain arguments (for instance, for α = K ( x ) + c ). For these α 's we have α + h x ( α ) = K ( x ) + O ( 1 ) and the associated model S (witness for h x ( α ) ) is called an optimal set for x , and its description of K ( S ) α bits is therefore an algorithmic sufficient statistic. We write `algorithmic' for `Kolmogorov complexity' by convention. The main properties of an algorithmic sufficient statistic are the following: If S is an algorithmic sufficient statistic for x , then

K ( S ) + log | S | = K ( x ) + O ( 1 ) .

That is, the two-part description of x using the model S and as data-to-model code the index of x in the enumeration of S in log | S | bits, is as concise as the shortest one-part code of x in K ( x ) bits. This can be easily seen as follows:

K ( x ) K ( x , S ) + O ( 1 ) K ( S ) + K ( x | S ) + O ( 1 ) K ( S ) + log | S | + O ( 1 ) K ( x ) + O ( 1 ) ,

using straightforward inequalities and the sufficiency property, we find that K ( x | S ) = log | S | + O ( 1 ) . (For example, given S x , we can describe x self-delimitingly (you can determine its end) in log | S | + O ( 1 ) bits.) Therefore, the randomness deficiency log | S | K ( x | S ) of x in S is a constant, which means that x is a typical (random) element of S. However, there can be models S containing x that are not sufficient statistics. An algorithmic sufficient statistic S for x has the additional property, apart from being a model of best fit, that K ( x , S ) = K ( x ) + O ( 1 ) and therefore by the Kolmogorov complexity symmetry of information (the information about x in S is about the same as the information about S in x) we have K ( S | x ) = O ( 1 ) : the algorithmic sufficient statistic S is a model of best fit that is almost completely determined by x . ( x is a shortest program for x .) The algorithmic sufficient statistic associated with the least such α is called the algorithmic minimal sufficient statistic.

With respect to the picture: The MDL structure function λ x ( α ) is explained below. The Goodness-of-fit structure function β x ( α ) is the least randomness deficiency (see above) of any model S x for x such that K ( S ) α . This structure function gives the goodness-of-fit of a model S (containing x) for the string x. When it is low the model fits well, and when it is high the model doesn't fit well. If β x ( α ) = 0 for some α then there is a typical model S x for x such that K ( S ) α and x is typical (random) for S. That is, S is the best-fitting model for x. For more details see and especially and.

Selection of properties

Within the constraints that the graph goes down at an angle of at least 45 degrees, that it starts at n and ends approximately at K ( x ) , every graph (up to a O ( log n ) additive term in argument and value) is realized by the structure function of some data x and vice versa. Where the graph hits the diagonal first the argument (complexity) is that of the minimum sufficient statistic. It is incomputable to determine this place. See.

Main property

It is proved that at each level α of complexity the structure function allows us to select the best model S for the individual string x within a strip of O ( log n ) with certainty, not with great probability.

The MDL variant

The Minimum description length (MDL) function: The length of the minimal two-part code for x consisting of the model cost K(S) and the length of the index of x in S, in the model class of sets of given maximal Kolmogorov complexity α , the complexity of S upper bounded by α , is given by the MDL function or constrained MDL estimator:

λ x ( α ) = min S { Λ ( S ) : S x , K ( S ) α } ,

where Λ ( S ) = log | S | + K ( S ) K ( x ) O ( 1 ) is the total length of two-part code of x with help of model S.

Main property

It is proved that at each level α of complexity the structure function allows us to select the best model S for the individual string x within a strip of O ( log n ) with certainty, not with great probability.

Application in statistics

The mathematics developed above were taken as the foundation of MDL by its inventor Jorma Rissanen.

Probability models and the Kolmogorov structure function

For every computable probability distribution P it can be proved that

log P ( x ) = log | S | + O ( log n ) .

For example, if P is some computable distribution on the set S of strings of length n , then each x S has probability P ( x ) = exp ( O ( log n ) ) / | S | = n O ( 1 ) / | S | . Kolmogorov's structure function becomes

h x ( α ) = min P { log P ( x ) : P ( x ) > 0 , K ( P ) α }

where x is a binary string of length n with log P ( x ) > 0 where P is a contemplated model (computable probability of n -length strings) for x , K ( P ) is the Kolmogorov complexity of P and α is an integer value bounding the complexity of the contemplated P 's. Clearly, this function is non-increasing and reaches log | { x } | = 0 for α = K ( x ) + c where c is the required number of bits to change x into { x } and K ( x ) is the Kolmogorov complexity of x . Then h x ( α ) = h x ( α ) + O ( log n ) . For every complexity level α the function h x ( α ) is the Kolmogorov complexity version of the maximum likelihood (ML).

Main property

It is proved that at each level α of complexity the structure function allows us to select the best model S for the individual string x within a strip of O ( log n ) with certainty, not with great probability.

The MDL variant and probability models

The MDL function: The length of the minimal two-part code for x consisting of the model cost K(P) and the length of log P ( x ) , in the model class of computable probability mass functions of given maximal Kolmogorov complexity α , the complexity of P upper bounded by α , is given by the MDL function or constrained MDL estimator:

λ x ( α ) = min P { Λ ( P ) : P ( x ) > 0 , K ( P ) α } ,

where Λ ( P ) = log P ( x ) + K ( P ) K ( x ) O ( 1 ) is the total length of two-part code of x with help of model P.

Main property

It is proved that at each level α of complexity the MDL function allows us to select the best model P for the individual string x within a strip of O ( log n ) with certainty, not with great probability.

Extension to rate distortion and denoising

It turns out that the approach can be extended to a theory of rate distortion of individual finite sequences and denoising of individual finite sequences using Kolmogorov complexity. Experiments using real compressor programs have been carried out with success. Here the assumption is that for natural data the Kolmogorov complexity is not far from the length of a compressed version using a good compressor.

Other literature

  • Cover, T.M.; P. Gacs; R.M. Gray (1989). "Kolmogorov's contributions to Information Theory and Algorithmic Complexity". Annals of Probability. 17 (3): 840–865. doi:10.1214/aop/1176991250. JSTOR 2244387. 
  • Kolmogorov, A. N.; Uspenskii, V. A. (1 January 1987). "Algorithms and Randomness". Theory of Probability and its Applications. 32 (3): 389–412. doi:10.1137/1132060. 
  • Li, M., Vitányi, P.M.B. (2008). An introduction to Kolmogorov complexity and its applications (3rd ed.). New York: Springer. ISBN 978-0387339986. , Especially pp. 401–431 about the Kolmogorov structure function, and pp. 613–629 about rate distortion and denoising of individual sequences.
  • Shen, A. (1 April 1999). "Discussion on Kolmogorov Complexity and Statistical Analysis" (PDF). The Computer Journal. 42 (4): 340–342. doi:10.1093/comjnl/42.4.340. 
  • V'yugin, V.V. (1987). "On Randomness Defect of a Finite Object Relative to Measures with Given Complexity Bounds". Theory of Probability and its Applications. 32 (3): 508–512. doi:10.1137/1132071. 
  • V'yugin, V. V. (1 April 1999). "Algorithmic Complexity and Stochastic Properties of Finite Binary Sequences" (PDF). The Computer Journal. 42 (4): 294–317. doi:10.1093/comjnl/42.4.294. 
  • References

    Kolmogorov structure function Wikipedia