Cover's theorem

Last updated

Cover's theorem is a statement in computational learning theory and is one of the primary theoretical motivations for the use of non-linear kernel methods in machine learning applications. It is so termed after the information theorist Thomas M. Cover who stated it in 1965, referring to it as counting function theorem.

Contents

Theorem

Let the number of homogeneously linearly separable sets of points in dimensions be defined as a counting function of the number of points and the dimensionality . The theorem states that .

It requires, as a necessary and sufficient condition, that the points are in general position. Simply put, this means that the points should be as linearly independent (non-aligned) as possible. This condition is satisfied "with probability 1" or almost surely for random point sets, while it may easily be violated for real data, since these are often structured along smaller-dimensionality manifolds within the data space.

The function follows two different regimes depending on the relationship between and .

A consequence of the theorem is that given a set of training data that is not linearly separable, one can with high probability transform it into a training set that is linearly separable by projecting it into a higher-dimensional space via some non-linear transformation, or:

A complex pattern-classification problem, cast in a high-dimensional space nonlinearly, is more likely to be linearly separable than in a low-dimensional space, provided that the space is not densely populated.

Proof

By induction with the recursive relationTo show that, with fixed , increasing may turn a set of points from non-separable to separable, a deterministic mapping may be used: suppose there are points. Lift them onto the vertices of the simplex in the dimensional real space. Since every partition of the samples into two sets is separable by a linear separator, the property follows.

The left image shows 100 points in the two dimensional real space, labelled according to whether they are inside or outside the circular area. These labelled points are not linearly separable, but lifting them to the three dimensional space with the kernel trick, the points becomes linearly separable. Note that in this case and in many other cases it will not be necessary to lift the points to the 99 dimensional space as assumed in the explanation. Kernel trick idea.svg
The left image shows 100 points in the two dimensional real space, labelled according to whether they are inside or outside the circular area. These labelled points are not linearly separable, but lifting them to the three dimensional space with the kernel trick, the points becomes linearly separable. Note that in this case and in many other cases it will not be necessary to lift the points to the 99 dimensional space as assumed in the explanation.

Other theorems

The 1965 paper contains multiple theorems.

Theorem 6: Let be in -general position in -space, where . Then is ambiguous with respect to dichotomies of relative to the class of all -surfaces.

Corollary: If each of the -separable dichotomies of has equal probability, then the probability that is ambiguous with respect to a random -separable dichotomy of is .

If , then at the limit of , this probability converges to .

This can be interpreted as a bound on the memory capacity of a single perceptron unit. The is the number of input weights into the perceptron. The formula states that at the limit of large , the perceptron would almost certainly be able to memorize up to binary labels, but almost certainly fail to memorize any more than that. ( MacKay 2003 , p. 490)

See also

References