Distribution learning theory

From The Right Wiki
Jump to navigationJump to search

The distributional learning theory or learning of probability distribution is a framework in computational learning theory. It has been proposed from Michael Kearns, Yishay Mansour, Dana Ron, Ronitt Rubinfeld, Robert Schapire and Linda Sellie in 1994 [1] and it was inspired from the PAC-framework introduced by Leslie Valiant.[2] In this framework the input is a number of samples drawn from a distribution that belongs to a specific class of distributions. The goal is to find an efficient algorithm that, based on these samples, determines with high probability the distribution from which the samples have been drawn. Because of its generality, this framework has been used in a large variety of different fields like machine learning, approximation algorithms, applied probability and statistics. This article explains the basic definitions, tools and results in this framework from the theory of computation point of view.

Definitions

Let X be the support of the distributions of interest. As in the original work of Kearns et al.[1] if X is finite it can be assumed without loss of generality that X={0,1}n where n is the number of bits that have to be used in order to represent any yX. We focus in probability distributions over X. There are two possible representations of a probability distribution D over X.

  • probability distribution function (or evaluator) an evaluator ED for D takes as input any yX and outputs a real number ED[y] which denotes the probability that of y according to D, i.e. ED[y]=Pr[Y=y] if YD.
  • generator a generator GD for D takes as input a string of truly random bits y and outputs GD[y]X according to the distribution D. Generator can be interpreted as a routine that simulates sampling from the distribution D given a sequence of fair coin tosses.

A distribution D is called to have a polynomial generator (respectively evaluator) if its generator (respectively evaluator) exists and can be computed in polynomial time. Let CX a class of distribution over X, that is CX is a set such that every DCX is a probability distribution with support X. The CX can also be written as C for simplicity. Before defining learnability, it is necessary to define good approximations of a distribution D. There are several ways to measure the distance between two distribution. The three more common possibilities are

The strongest of these distances is the Kullback-Leibler divergence and the weakest is the Kolmogorov distance. This means that for any pair of distributions D, D :

KL-distance(D,D)TV-distance(D,D)Kolmogorov-distance(D,D)

Therefore, for example if D and D are close with respect to Kullback-Leibler divergence then they are also close with respect to all the other distances. Next definitions hold for all the distances and therefore the symbol d(D,D) denotes the distance between the distribution D and the distribution D using one of the distances that we describe above. Although learnability of a class of distributions can be defined using any of these distances, applications refer to a specific distance. The basic input that we use in order to learn a distribution is a number of samples drawn by this distribution. For the computational point of view the assumption is that such a sample is given in a constant amount of time. So it's like having access to an oracle GEN(D) that returns a sample from the distribution D. Sometimes the interest is, apart from measuring the time complexity, to measure the number of samples that have to be used in order to learn a specific distribution D in class of distributions C. This quantity is called sample complexity of the learning algorithm. In order for the problem of distribution learning to be more clear consider the problem of supervised learning as defined in.[3] In this framework of statistical learning theory a training set S={(x1,y1),,(xn,yn)} and the goal is to find a target function f:XY that minimizes some loss function, e.g. the square loss function. More formally f=argmingV(y,g(x))dρ(x,y), where V(,) is the loss function, e.g. V(y,z)=(yz)2 and ρ(x,y) the probability distribution according to which the elements of the training set are sampled. If the conditional probability distribution ρx(y) is known then the target function has the closed form f(x)=yydρx(y). So the set S is a set of samples from the probability distribution ρ(x,y). Now the goal of distributional learning theory if to find ρ given S which can be used to find the target function f. Definition of learnability A class of distributions C is called efficiently learnable if for every ϵ>0 and 0<δ1 given access to GEN(D) for an unknown distribution DC, there exists a polynomial time algorithm A, called learning algorithm of C, that outputs a generator or an evaluator of a distribution D such that

Pr[d(D,D)ϵ]1δ

If we know that DC then A is called proper learning algorithm, otherwise is called improper learning algorithm. In some settings the class of distributions C is a class with well known distributions which can be described by a set of parameters. For instance C could be the class of all the Gaussian distributions N(μ,σ2). In this case the algorithm A should be able to estimate the parameters μ,σ. In this case A is called parameter learning algorithm. Obviously the parameter learning for simple distributions is a very well studied field that is called statistical estimation and there is a very long bibliography on different estimators for different kinds of simple known distributions. But distributions learning theory deals with learning class of distributions that have more complicated description.

First results

In their seminal work, Kearns et al. deal with the case where A is described in term of a finite polynomial sized circuit and they proved the following for some specific classes of distribution.[1]

  • OR gate distributions for this kind of distributions there is no polynomial-sized evaluator, unless #PP/poly. On the other hand, this class is efficiently learnable with generator.
  • Parity gate distributions this class is efficiently learnable with both generator and evaluator.
  • Mixtures of Hamming Balls this class is efficiently learnable with both generator and evaluator.
  • Probabilistic Finite Automata this class is not efficiently learnable with evaluator under the Noisy Parity Assumption which is an impossibility assumption in the PAC learning framework.

ϵCovers

One very common technique in order to find a learning algorithm for a class of distributions C is to first find a small ϵcover of C. Definition A set Cϵ is called ϵ-cover of C if for every DC there is a DCϵ such that d(D,D)ϵ. An ϵ cover is small if it has polynomial size with respect to the parameters that describe D. Once there is an efficient procedure that for every ϵ>0 finds a small ϵcover Cϵ of C then the only left task is to select from Cϵ the distribution DCϵ that is closer to the distribution DC that has to be learned. The problem is that given D,DCϵ it is not trivial how we can compare d(D,D) and d(D,D) in order to decide which one is the closest to D, because D is unknown. Therefore, the samples from D have to be used to do these comparisons. Obviously the result of the comparison always has a probability of error. So the task is similar with finding the minimum in a set of element using noisy comparisons. There are a lot of classical algorithms in order to achieve this goal. The most recent one which achieves the best guarantees was proposed by Daskalakis and Kamath[4] This algorithm sets up a fast tournament between the elements of Cϵ where the winner D* of this tournament is the element which is ϵclose to D (i.e. d(D*,D)ϵ) with probability at least 1δ. In order to do so their algorithm uses O(logN/ϵ2) samples from D and runs in O(NlogN/ϵ2) time, where N=|Cϵ|.

Learning sums of random variables

Learning of simple well known distributions is a well studied field and there are a lot of estimators that can be used. One more complicated class of distributions is the distribution of a sum of variables that follow simple distributions. These learning procedure have a close relation with limit theorems like the central limit theorem because they tend to examine the same object when the sum tends to an infinite sum. Recently there are two results that described here include the learning Poisson binomial distributions and learning sums of independent integer random variables. All the results below hold using the total variation distance as a distance measure.

Learning Poisson binomial distributions

Consider n independent Bernoulli random variables X1,,Xn with probabilities of success p1,,pn. A Poisson Binomial Distribution of order n is the distribution of the sum X=iXi. For learning the class PBD={D:D is a Poisson binomial distribution}. The first of the following results deals with the case of improper learning of PBD and the second with the proper learning of PBD.[5] Theorem Let DPBD then there is an algorithm which given n, ϵ>0, 0<δ1 and access to GEN(D) finds a D such that Pr[d(D,D)ϵ]1δ. The sample complexity of this algorithm is O~((1/ϵ3)log(1/δ)) and the running time is O~((1/ϵ3)lognlog2(1/δ)). Theorem Let DPBD then there is an algorithm which given n, ϵ>0, 0<δ1 and access to GEN(D) finds a DPBD such that Pr[d(D,D)ϵ]1δ. The sample complexity of this algorithm is O~((1/ϵ2))log(1/δ) and the running time is (1/ϵ)O(log2(1/ϵ))O~(lognlog(1/δ)). One part of the above results is that the sample complexity of the learning algorithm doesn't depend on n, although the description of D is linear in n. Also the second result is almost optimal with respect to the sample complexity because there is also a lower bound of O(1/ϵ2). The proof uses a small ϵcover of PBD that has been produced by Daskalakis and Papadimitriou,[6] in order to get this algorithm.

Learning Sums of Independent Integer Random Variables

Consider n independent random variables X1,,Xn each of which follows an arbitrary distribution with support {0,1,,k1}. A ksum of independent integer random variable of order n is the distribution of the sum X=iXi. For learning the class kSIIRV={D:Dis a k-sum of independent integer random variable } there is the following result Theorem Let DkSIIRV then there is an algorithm which given n, ϵ>0 and access to GEN(D) finds a D such that Pr[d(D,D)ϵ]1δ. The sample complexity of this algorithm is poly(k/ϵ) and the running time is also poly(k/ϵ). Another part is that the sample and the time complexity does not depend on n. Its possible to conclude this independence for the previous section if we set k=2.[7]

Learning mixtures of Gaussians

Let the random variables XN(μ1,Σ1) and YN(μ2,Σ2). Define the random variable Z which takes the same value as X with probability w1 and the same value as Y with probability w2=1w1. Then if F1 is the density of X and F2 is the density of Y the density of Z is F=w1F1+w2F2. In this case Z is said to follow a mixture of Gaussians. Pearson [8] was the first who introduced the notion of the mixtures of Gaussians in his attempt to explain the probability distribution from which he got same data that he wanted to analyze. So after doing a lot of calculations by hand, he finally fitted his data to a mixture of Gaussians. The learning task in this case is to determine the parameters of the mixture w1,w2,μ1,μ2,Σ1,Σ2. The first attempt to solve this problem was from Dasgupta.[9] In this work Dasgupta assumes that the two means of the Gaussians are far enough from each other. This means that there is a lower bound on the distance ||μ1μ2||. Using this assumption Dasgupta and a lot of scientists after him were able to learn the parameters of the mixture. The learning procedure starts with clustering the samples into two different clusters minimizing some metric. Using the assumption that the means of the Gaussians are far away from each other with high probability the samples in the first cluster correspond to samples from the first Gaussian and the samples in the second cluster to samples from the second one. Now that the samples are partitioned the μi,Σi can be computed from simple statistical estimators and wi by comparing the magnitude of the clusters. If GM is the set of all the mixtures of two Gaussians, using the above procedure theorems like the following can be proved. Theorem [9] Let DGM with ||μ1μ2||cnmax(λmax(Σ1),λmax(Σ2)), where c>1/2 and λmax(A) the largest eigenvalue of A, then there is an algorithm which given ϵ>0, 0<δ1 and access to GEN(D) finds an approximation w'i,μ'i,Σ'i of the parameters such that Pr[||wiw'i||ϵ]1δ (respectively for μi and Σi. The sample complexity of this algorithm is M=2O(log2(1/(ϵδ))) and the running time is O(M2d+Mdn). The above result could also be generalized in kmixture of Gaussians.[9] For the case of mixture of two Gaussians there are learning results without the assumption of the distance between their means, like the following one which uses the total variation distance as a distance measure. Theorem [10] Let FGM then there is an algorithm which given ϵ>0, 0<δ1 and access to GEN(D) finds w'i,μ'i,Σ'i such that if F=w'1F'1+w'2F'2, where F'i=N(μ'i,Σ'i) then Pr[d(F,F)ϵ]1δ. The sample complexity and the running time of this algorithm is poly(n,1/ϵ,1/δ,1/w1,1/w2,1/d(F1,F2)). The distance between F1 and F2 doesn't affect the quality of the result of the algorithm but just the sample complexity and the running time.[9][10]

References

  1. 1.0 1.1 1.2 M. Kearns, Y. Mansour, D. Ron, R. Rubinfeld, R. Schapire, L. Sellie On the Learnability of Discrete Distributions. ACM Symposium on Theory of Computing, 1994 [1]
  2. L. Valiant A theory of the learnable. Communications of ACM, 1984
  3. Lorenzo Rosasco, Tomaso Poggio, "A Regularization Tour of Machine Learning — MIT-9.520 Lectures Notes" Manuscript, Dec. 2014 [2]
  4. C. Daskalakis, G. Kamath Faster and Sample Near-Optimal Algorithms for Proper Learning Mixtures of Gaussians. Annual Conference on Learning Theory, 2014 [3]
  5. C. Daskalakis, I. Diakonikolas, R. Servedio Learning Poisson Binomial Distributions. ACM Symposium on Theory of Computing, 2012 [4]
  6. C. Daskalakis, C. Papadimitriou Sparse Covers for Sums of Indicators. Probability Theory and Related Fields, 2014 [5]
  7. C. Daskalakis, I. Diakonikolas, R. O’Donnell, R. Servedio, L. Tan Learning Sums of Independent Integer Random Variables. IEEE Symposium on Foundations of Computer Science, 2013 [6]
  8. K. Pearson Contribution to the Mathematical Theory of Evolution. Philosophical Transactions of the Royal Society in London, 1894 [7]
  9. 9.0 9.1 9.2 9.3 S. Dasgupta Learning Mixtures of Gaussians. IEEE Symposium on Foundations of Computer Science, 1999 [8]
  10. 10.0 10.1 A. Kalai, A. Moitra, G. Valiant Efficiently Learning Mixtures of Two Gaussians ACM Symposium on Theory of Computing, 2010 [9]