Dirichlet process

Summary

In probability theory, Dirichlet processes (after the distribution associated with Peter Gustav Lejeune Dirichlet) are a family of stochastic processes whose realizations are probability distributions. In other words, a Dirichlet process is a probability distribution whose range is itself a set of probability distributions. It is often used in Bayesian inference to describe the prior knowledge about the distribution of random variables—how likely it is that the random variables are distributed according to one or another particular distribution.

Draws from the Dirichlet process . The four rows use different alpha (top to bottom: 1, 10, 100 and 1000) and each row contains three repetitions of the same experiment. As seen from the graphs, draws from a Dirichlet process are discrete distributions and they become less concentrated (more spread out) with increasing . The graphs were generated using the stick-breaking process view of the Dirichlet process.

As an example, a bag of 100 real-world dice is a random probability mass function (random pmf)—to sample this random pmf you put your hand in the bag and draw out a die, that is, you draw a pmf. A bag of dice manufactured using a crude process 100 years ago will likely have probabilities that deviate wildly from the uniform pmf, whereas a bag of state-of-the-art dice used by Las Vegas casinos may have barely perceptible imperfections. We can model the randomness of pmfs with the Dirichlet distribution.[1]

The Dirichlet process is specified by a base distribution and a positive real number called the concentration parameter (also known as scaling parameter). The base distribution is the expected value of the process, i.e., the Dirichlet process draws distributions "around" the base distribution the way a normal distribution draws real numbers around its mean. However, even if the base distribution is continuous, the distributions drawn from the Dirichlet process are almost surely discrete. The scaling parameter specifies how strong this discretization is: in the limit of , the realizations are all concentrated at a single value, while in the limit of the realizations become continuous. Between the two extremes the realizations are discrete distributions with less and less concentration as increases.

The Dirichlet process can also be seen as the infinite-dimensional generalization of the Dirichlet distribution. In the same way as the Dirichlet distribution is the conjugate prior for the categorical distribution, the Dirichlet process is the conjugate prior for infinite, nonparametric discrete distributions. A particularly important application of Dirichlet processes is as a prior probability distribution in infinite mixture models.

The Dirichlet process was formally introduced by Thomas S. Ferguson in 1973.[2] It has since been applied in data mining and machine learning, among others for natural language processing, computer vision and bioinformatics.

Introduction edit

Dirichlet processes are usually used when modelling data that tends to repeat previous values in a so-called "rich get richer" fashion. Specifically, suppose that the generation of values   can be simulated by the following algorithm.

Input:   (a probability distribution called base distribution),   (a positive real number called scaling parameter)
For  :

a) With probability   draw   from  .

b) With probability   set  , where   is the number of previous observations of  .
(Formally,   where   denotes the number of elements in the set.)

At the same time, another common model for data is that the observations   are assumed to be independent and identically distributed (i.i.d.) according to some (random) distribution  . The goal of introducing Dirichlet processes is to be able to describe the procedure outlined above in this i.i.d. model.

The   observations in the algorithm are not independent, since we have to consider the previous results when generating the next value. They are, however, exchangeable. This fact can be shown by calculating the joint probability distribution of the observations and noticing that the resulting formula only depends on which   values occur among the observations and how many repetitions they each have. Because of this exchangeability, de Finetti's representation theorem applies and it implies that the observations   are conditionally independent given a (latent) distribution  . This   is a random variable itself and has a distribution. This distribution (over distributions) is called a Dirichlet process ( ). In summary, this means that we get an equivalent procedure to the above algorithm:

  1. Draw a distribution   from  
  2. Draw observations   independently from  .

In practice, however, drawing a concrete distribution   is impossible, since its specification requires an infinite amount of information. This is a common phenomenon in the context of Bayesian non-parametric statistics where a typical task is to learn distributions on function spaces, which involve effectively infinitely many parameters. The key insight is that in many applications the infinite-dimensional distributions appear only as an intermediary computational device and are not required for either the initial specification of prior beliefs or for the statement of the final inference.

Formal definition edit

Given a measurable set S, a base probability distribution H and a positive real number  , the Dirichlet process   is a stochastic process whose sample path (or realization, i.e. an infinite sequence of random variates drawn from the process) is a probability distribution over S, such that the following holds. For any measurable finite partition of S, denoted  ,

 
 

where   denotes the Dirichlet distribution and the notation   means that the random variable   has the distribution  .

Alternative views edit

There are several equivalent views of the Dirichlet process. Besides the formal definition above, the Dirichlet process can be defined implicitly through de Finetti's theorem as described in the first section; this is often called the Chinese restaurant process. A third alternative is the stick-breaking process, which defines the Dirichlet process constructively by writing a distribution sampled from the process as  , where   are samples from the base distribution  ,   is an indicator function centered on   (zero everywhere except for  ) and the   are defined by a recursive scheme that repeatedly samples from the beta distribution  .

The Chinese restaurant process edit

Animation of a Chinese restaurant process with scaling parameter  . Tables are hidden once the customers of a table can not be displayed anymore; however, every table has infinitely many seats. (Recording of an interactive animation.[3])

A widely employed metaphor for the Dirichlet process is based on the so-called Chinese restaurant process. The metaphor is as follows:

Imagine a Chinese restaurant in which customers enter. A new customer sits down at a table with a probability proportional to the number of customers already sitting there. Additionally, a customer opens a new table with a probability proportional to the scaling parameter  . After infinitely many customers entered, one obtains a probability distribution over infinitely many tables to be chosen. This probability distribution over the tables is a random sample of the probabilities of observations drawn from a Dirichlet process with scaling parameter  .

If one associates draws from the base measure   with every table, the resulting distribution over the sample space   is a random sample of a Dirichlet process. The Chinese restaurant process is related to the Pólya urn sampling scheme which yields samples from finite Dirichlet distributions.

Because customers sit at a table with a probability proportional to the number of customers already sitting at the table, two properties of the DP can be deduced:

  1. The Dirichlet process exhibits a self-reinforcing property: The more often a given value has been sampled in the past, the more likely it is to be sampled again.
  2. Even if   is a distribution over an uncountable set, there is a nonzero probability that two samples will have exactly the same value because the probability mass will concentrate on a small number of tables.

The stick-breaking process edit

A third approach to the Dirichlet process is the so-called stick-breaking process view. Conceptually, this involves repeatedly breaking off and discarding a random fraction (sampled from a Beta distribution) of a "stick" that is initially of length 1. Remember that draws from a Dirichlet process are distributions over a set  . As noted previously, the distribution drawn is discrete with probability 1. In the stick-breaking process view, we explicitly use the discreteness and give the probability mass function of this (random) discrete distribution as:

 

where   is the indicator function which evaluates to zero everywhere, except for  . Since this distribution is random itself, its mass function is parameterized by two sets of random variables: the locations   and the corresponding probabilities  . In the following, we present without proof what these random variables are.

The locations   are independent and identically distributed according to  , the base distribution of the Dirichlet process. The probabilities   are given by a procedure resembling the breaking of a unit-length stick (hence the name):

 

where   are independent random variables with the beta distribution  . The resemblance to 'stick-breaking' can be seen by considering   as the length of a piece of a stick. We start with a unit-length stick and in each step we break off a portion of the remaining stick according to   and assign this broken-off piece to  . The formula can be understood by noting that after the first k − 1 values have their portions assigned, the length of the remainder of the stick is   and this piece is broken according to   and gets assigned to  .

The smaller   is, the less of the stick will be left for subsequent values (on average), yielding more concentrated distributions.

The stick-breaking process is similar to the construction where one samples sequentially from marginal beta distributions in order to generate a sample from a Dirichlet distribution.[4]

The Pólya urn scheme edit

Yet another way to visualize the Dirichlet process and Chinese restaurant process is as a modified Pólya urn scheme sometimes called the Blackwell–MacQueen sampling scheme. Imagine that we start with an urn filled with   black balls. Then we proceed as follows:

  1. Each time we need an observation, we draw a ball from the urn.
  2. If the ball is black, we generate a new (non-black) colour uniformly, label a new ball this colour, drop the new ball into the urn along with the ball we drew, and return the colour we generated.
  3. Otherwise, label a new ball with the colour of the ball we drew, drop the new ball into the urn along with the ball we drew, and return the colour we observed.

The resulting distribution over colours is the same as the distribution over tables in the Chinese restaurant process. Furthermore, when we draw a black ball, if rather than generating a new colour, we instead pick a random value from a base distribution   and use that value to label the new ball, the resulting distribution over labels will be the same as the distribution over the values in a Dirichlet process.

Use as a prior distribution edit

The Dirichlet Process can be used as a prior distribution to estimate the probability distribution that generates the data. In this section, we consider the model

 

The Dirichlet Process distribution satisfies prior conjugacy, posterior consistency, and the Bernstein–von Mises theorem.[5]

Prior conjugacy edit

In this model, the posterior distribution is again a Dirichlet process. This means that the Dirichlet process is a conjugate prior for this model. The posterior distribution is given by

 

where   is defined below.

Posterior consistency edit

If we take the frequentist view of probability, we believe there is a true probability distribution   that generated the data. Then it turns out that the Dirichlet process is consistent in the weak topology, which means that for every weak neighbourhood   of  , the posterior probability of   converges to  .

Bernstein–Von Mises theorem edit

In order to interpret the credible sets as confidence sets, a Bernstein–von Mises theorem is needed. In case of the Dirichlet process we compare the posterior distribution with the empirical process  . Suppose   is a  -Donsker class, i.e.

 

for some Brownian Bridge  . Suppose also that there exists a function   such that   such that  , then,   almost surely

 

This implies that credible sets you construct are asymptotic confidence sets, and the Bayesian inference based on the Dirichlet process is asymptotically also valid frequentist inference.

Use in Dirichlet mixture models edit

 
Simulation of 1000 observations drawn from a Dirichlet mixture model. Each observation within a cluster is drawn independently from the multivariate normal distribution  . The cluster means   are drawn from a distribution G which itself is drawn from a Dirichlet process with concentration parameter   and base distribution  . Each row is a new simulation.

To understand what Dirichlet processes are and the problem they solve we consider the example of data clustering. It is a common situation that data points are assumed to be distributed in a hierarchical fashion where each data point belongs to a (randomly chosen) cluster and the members of a cluster are further distributed randomly within that cluster.

Example 1 edit

For example, we might be interested in how people will vote on a number of questions in an upcoming election. A reasonable model for this situation might be to classify each voter as a liberal, a conservative or a moderate and then model the event that a voter says "Yes" to any particular question as a Bernoulli random variable with the probability dependent on which political cluster they belong to. By looking at how votes were cast in previous years on similar pieces of legislation one could fit a predictive model using a simple clustering algorithm such as k-means. That algorithm, however, requires knowing in advance the number of clusters that generated the data. In many situations, it is not possible to determine this ahead of time, and even when we can reasonably assume a number of clusters we would still like to be able to check this assumption. For example, in the voting example above the division into liberal, conservative and moderate might not be finely tuned enough; attributes such as a religion, class or race could also be critical for modelling voter behaviour, resulting in more clusters in the model.

Example 2 edit

As another example, we might be interested in modelling the velocities of galaxies using a simple model assuming that the velocities are clustered, for instance by assuming each velocity is distributed according to the normal distribution  , where the  th observation belongs to the  th cluster of galaxies with common expected velocity. In this case it is far from obvious how to determine a priori how many clusters (of common velocities) there should be and any model for this would be highly suspect and should be checked against the data. By using a Dirichlet process prior for the distribution of cluster means we circumvent the need to explicitly specify ahead of time how many clusters there are, although the concentration parameter still controls it implicitly.

We consider this example in more detail. A first naive model is to presuppose that there are   clusters of normally distributed velocities with common known fixed variance  . Denoting the event that the  th observation is in the  th cluster as   we can write this model as:

 

That is, we assume that the data belongs to   distinct clusters with means   and that   is the (unknown) prior probability of a data point belonging to the  th cluster. We assume that we have no initial information distinguishing the clusters, which is captured by the symmetric prior  . Here   denotes the Dirichlet distribution and   denotes a vector of length   where each element is 1. We further assign independent and identical prior distributions   to each of the cluster means, where   may be any parametric distribution with parameters denoted as  . The hyper-parameters   and   are taken to be known fixed constants, chosen to reflect our prior beliefs about the system. To understand the connection to Dirichlet process priors we rewrite this model in an equivalent but more suggestive form:

 

Instead of imagining that each data point is first assigned a cluster and then drawn from the distribution associated to that cluster we now think of each observation being associated with parameter   drawn from some discrete distribution   with support on the   means. That is, we are now treating the   as being drawn from the random distribution   and our prior information is incorporated into the model by the distribution over distributions  .

Animation of the clustering process for one-dimensional data using Gaussian distributions drawn from a Dirichlet process. The histograms of the clusters are shown in different colours. During the parameter estimation process, new clusters are created and grow on the data. The legend shows the cluster colours and the number of datapoints assigned to each cluster.

We would now like to extend this model to work without pre-specifying a fixed number of clusters  . Mathematically, this means we would like to select a random prior distribution   where the values of the clusters means   are again independently distributed according to   and the distribution over   is symmetric over the infinite set of clusters. This is exactly what is accomplished by the model:

 

With this in hand we can better understand the computational merits of the Dirichlet process. Suppose that we wanted to draw   observations from the naive model with exactly   clusters. A simple algorithm for doing this would be to draw   values of   from  , a distribution   from   and then for each observation independently sample the cluster   with probability   and the value of the observation according to  . It is easy to see that this algorithm does not work in case where we allow infinite clusters because this would require sampling an infinite dimensional parameter  . However, it is still possible to sample observations  . One can e.g. use the Chinese restaurant representation described below and calculate the probability for used clusters and a new cluster to be created. This avoids having to explicitly specify  . Other solutions are based on a truncation of clusters: A (high) upper bound to the true number of clusters is introduced and cluster numbers higher than the lower bound are treated as one cluster.

Fitting the model described above based on observed data   means finding the posterior distribution   over cluster probabilities and their associated means. In the infinite dimensional case it is obviously impossible to write down the posterior explicitly. It is, however, possible to draw samples from this posterior using a modified Gibbs sampler.[6] This is the critical fact that makes the Dirichlet process prior useful for inference.

Applications of the Dirichlet process edit

Dirichlet processes are frequently used in Bayesian nonparametric statistics. "Nonparametric" here does not mean a parameter-less model, rather a model in which representations grow as more data are observed. Bayesian nonparametric models have gained considerable popularity in the field of machine learning because of the above-mentioned flexibility, especially in unsupervised learning. In a Bayesian nonparametric model, the prior and posterior distributions are not parametric distributions, but stochastic processes.[7] The fact that the Dirichlet distribution is a probability distribution on the simplex of sets of non-negative numbers that sum to one makes it a good candidate to model distributions over distributions or distributions over functions. Additionally, the nonparametric nature of this model makes it an ideal candidate for clustering problems where the distinct number of clusters is unknown beforehand. In addition, the Dirichlet process has also been used for developing a mixture of expert models, in the context of supervised learning algorithms (regression or classification settings). For instance, mixtures of Gaussian process experts, where the number of required experts must be inferred from the data.[8][9]

As draws from a Dirichlet process are discrete, an important use is as a prior probability in infinite mixture models. In this case,   is the parametric set of component distributions. The generative process is therefore that a sample is drawn from a Dirichlet process, and for each data point, in turn, a value is drawn from this sample distribution and used as the component distribution for that data point. The fact that there is no limit to the number of distinct components which may be generated makes this kind of model appropriate for the case when the number of mixture components is not well-defined in advance. For example, the infinite mixture of Gaussians model,[10] as well as associated mixture regression models, e.g.[11]

The infinite nature of these models also lends them to natural language processing applications, where it is often desirable to treat the vocabulary as an infinite, discrete set.

The Dirichlet Process can also be used for nonparametric hypothesis testing, i.e. to develop Bayesian nonparametric versions of the classical nonparametric hypothesis tests, e.g. sign test, Wilcoxon rank-sum test, Wilcoxon signed-rank test, etc. For instance, Bayesian nonparametric versions of the Wilcoxon rank-sum test and the Wilcoxon signed-rank test have been developed by using the imprecise Dirichlet process, a prior ignorance Dirichlet process.[citation needed]

Related distributions edit

References edit

  1. ^ Frigyik, Bela A.; Kapila, Amol; Gupta, Maya R. "Introduction to the Dirichlet Distribution and Related Processes" (PDF). Retrieved 2 September 2021.
  2. ^ Ferguson, Thomas (1973). "Bayesian analysis of some nonparametric problems". Annals of Statistics. 1 (2): 209–230. doi:10.1214/aos/1176342360. MR 0350949.
  3. ^ "Dirichlet Process and Dirichlet Distribution – Polya Restaurant Scheme and Chinese Restaurant Process".
  4. ^ For the proof, see Paisley, John (August 2010). "A simple proof of the stick-breaking construction of the Dirichlet Process" (PDF). Columbia University. Archived from the original (PDF) on January 22, 2015.
  5. ^ Aad van der Vaart, Subhashis Ghosal (2017). Fundamentals of Bayesian Nonparametric Inference. Cambridge University Press. ISBN 978-0-521-87826-5.
  6. ^ Sudderth, Erik (2006). Graphical Models for Visual Object Recognition and Tracking (PDF) (Ph.D.). MIT Press.
  7. ^ Nils Lid Hjort; Chris Holmes, Peter Müller; Stephen G. Walker (2010). Bayesian Nonparametrics. Cambridge University Press. ISBN 978-0-521-51346-3.
  8. ^ Sotirios P. Chatzis, "A Latent Variable Gaussian Process Model with Pitman-Yor Process Priors for Multiclass Classification," Neurocomputing, vol. 120, pp. 482–489, Nov. 2013. doi:10.1016/j.neucom.2013.04.029
  9. ^ Sotirios P. Chatzis, Yiannis Demiris, "Nonparametric mixtures of Gaussian processes with power-law behaviour," IEEE Transactions on Neural Networks and Learning Systems, vol. 23, no. 12, pp. 1862–1871, Dec. 2012. doi:10.1109/TNNLS.2012.2217986
  10. ^ Rasmussen, Carl (2000). "The Infinite Gaussian Mixture Model" (PDF). Advances in Neural Information Processing Systems. 12: 554–560.
  11. ^ Sotirios P. Chatzis, Dimitrios Korkinof, and Yiannis Demiris, "A nonparametric Bayesian approach toward robot learning by demonstration," Robotics and Autonomous Systems, vol. 60, no. 6, pp. 789–802, June 2012. doi:10.1016/j.robot.2012.02.005

External links edit

  • Introduction to the Dirichlet Distribution and Related Processes by Frigyik, Kapila and Gupta
  • Yee Whye Teh's overview of Dirichlet processes
  • Webpage for the NIPS 2003 workshop on non-parametric Bayesian methods
  • Michael Jordan's NIPS 2005 tutorial: Nonparametric Bayesian Methods: Dirichlet Processes, Chinese Restaurant Processes and All That
  • Peter Green's summary of construction of Dirichlet Processes
  • Peter Green's paper on probabilistic models of Dirichlet Processes with implications for statistical modelling and analysis
  • Zoubin Ghahramani's UAI 2005 tutorial on Nonparametric Bayesian methods
  • GIMM software for performing cluster analysis using Infinite Mixture Models
  • A Toy Example of Clustering using Dirichlet Process. by Zhiyuan Weng