Harman Patil (Editor)

Chinese restaurant process

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Chinese restaurant process

In probability theory, the Chinese restaurant process is a discrete-time stochastic process, analogous to seating customers at tables in a Chinese restaurant. Imagine a Chinese restaurant with an infinite number of circular tables, each with infinite capacity. Customer 1 sits at the first table. The next customer either sits at the same table as customer 1, or the next table. This continues, with each customer choosing to sit at an occupied table with a probability proportional to the number of customers already there (i.e., they are more likely to sit at a table with many customers than few), or an unoccupied table. At time n, the n customers have been partitioned among m ≤ n tables (or blocks of the partition). The results of this process are exchangeable, meaning the order in which the customers sit does not affect the probability of the final distribution. This property greatly simplifies a number of problems in population genetics, linguistic analysis, and image recognition.

Contents

David J. Aldous attributes the restaurant analogy to Jim Pitman and Lester Dubins in his 1983 book.

Formal definition

At any positive-integer time n, the value of the process is a partition Bn of the set {1, 2, 3, ..., n}, whose probability distribution is determined as follows. At time n = 1, the trivial partition { {1} } is obtained with probability 1. At time n + 1 the element n + 1 is either:

  1. added to one of the blocks of the partition Bn, where each block is chosen with probability |b|/(n + 1) where |b| is the size of the block (i.e. number of elements), or
  2. added to the partition Bn as a new singleton block, with probability 1/(n + 1).

The random partition so generated has some special properties. It is exchangeable in the sense that relabeling {1, ..., n} does not change the distribution of the partition, and it is consistent in the sense that the law of the partition of n − 1 obtained by removing the element n from the random partition at time n is the same as the law of the random partition at time n − 1.

The probability assigned to any particular partition (ignoring the order in which customers sit around any particular table) is

Pr ( B n = B ) = b B ( | b | 1 ) ! n !

where b is a block in the partition B and |b| is the size of b.

Generalization

This construction can be generalized to a model with two parameters, α and θ, commonly called the discount and strength (or concentration) parameters. At time n + 1, the next customer to arrive finds |B| occupied tables and decides to sit at an empty table with probability

θ + | B | α n + θ ,

or at an occupied table b of size |b| with probability

| b | α n + θ .

In order for the construction to define a valid probability measure it is necessary to suppose that either α < 0 and θ = - Lα for some L ∈ {1, 2, ...}; or that 0 ≤ α < 1 and θ > −α.

Under this model the probability assigned to any particular partition B of n, in terms of the Pochhammer k-symbol, is

Pr ( B n = B ) = ( θ + α ) | B | 1 , α ( θ + 1 ) n 1 , 1 b B ( 1 α ) | b | 1 , 1

where, by convention, ( a ) 0 , c = 1 , and for b > 0

( a ) b , c = i = 0 b 1 ( a + i c ) = { a b if  c = 0 , c b Γ ( a / c + b ) Γ ( a / c ) otherwise .

Thus, for the case when θ > 0 the partition probability can be expressed in terms of the Gamma function as

Pr ( B n = B ) = Γ ( θ ) Γ ( θ + n ) α | B | Γ ( θ / α + | B | ) Γ ( θ / α ) b B Γ ( | b | α ) Γ ( 1 α ) .

In the one-parameter case, where α is zero, this simplifies to

Pr ( B n = B ) = Γ ( θ ) θ | B | Γ ( θ + n ) b B Γ ( | b | ) .

Or, when θ is zero,

Pr ( B n = B ) = α | B | 1 Γ ( | B | ) Γ ( n ) b B Γ ( | b | α ) Γ ( 1 α ) .

As before, the probability assigned to any particular partition depends only on the block sizes, so as before the random partition is exchangeable in the sense described above. The consistency property still holds, as before, by construction.

If α = 0, the probability distribution of the random partition of the integer n thus generated is the Ewens distribution with parameter θ, used in population genetics and the unified neutral theory of biodiversity.

Derivation

Here is one way to derive this partition probability. Let Ci be the random block into which the number i is added, for i = 1, 2, 3, ... . Then

Pr ( C i = c C 1 , , C i 1 ) = { θ + | B | α θ + i 1 if  c new block , | b | α θ + i 1 if  c b ;

The probability that Bn is any particular partition of the set { 1, ..., n } is the product of these probabilities as i runs from 1 to n. Now consider the size of block b: it increases by 1 each time we add one element into it. When the last element in block b is to be added in, the block size is (|b| − 1). For example, consider this sequence of choices: (generate a new block b)(join b)(join b)(join b). In the end, block b has 4 elements and the product of the numerators in the above equation gets θ · 1 · 2 · 3. Following this logic, we obtain Pr(Bn = B) as above.

Expected number of tables

For the one parameter case, with α = 0 and 0 < θ < ∞, the expected number of tables, given that there are n seated customers, is

k = 1 n θ θ + k 1 = θ ( Ψ ( θ + n ) Ψ ( θ ) )

where Ψ ( θ ) is the digamma function. In the general case (α > 0) the expected number of occupied tables is

Γ ( θ + n + α ) Γ ( θ + 1 ) α Γ ( θ + n ) Γ ( θ + α ) θ α .

The Indian buffet process

It is possible to adapt the model such that each data point is no longer uniquely associated with a class (i.e., we are no longer constructing a partition), but may be associated with any combination of the classes. This strains the restaurant-tables analogy and so is instead likened to a process in which a series of diners samples from some subset of an infinite selection of dishes on offer at a buffet. The probability that a particular diner samples a particular dish is proportional to the popularity of the dish among diners so far, and in addition the diner may sample from the untested dishes. This has been named the Indian buffet process and can be used to infer latent features in data.

Applications

The Chinese restaurant process is closely connected to Dirichlet processes and Pólya's urn scheme, and therefore useful in applications of nonparametric Bayesian methods including Bayesian statistics. The Generalized Chinese Restaurant Process is closely related to Pitman–Yor process. These processes have been used in many applications, including modeling text, clustering biological microarray data, biodiversity modelling, and image reconstruction

References

Chinese restaurant process Wikipedia