and machine learning
play

AND MACHINE LEARNING CHAPTER 10: MIXTURE MODELS AND EM Mixture - PowerPoint PPT Presentation

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 10: MIXTURE MODELS AND EM Mixture Models - Define a joint distribution over observed and latent variables - The corresponding distribution of the observed variables alone is obtained by


  1. PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 10: MIXTURE MODELS AND EM

  2. Mixture Models - Define a joint distribution over observed and latent variables - The corresponding distribution of the observed variables alone is obtained by marginalization - Allows relatively complex marginal distributions over observed variables to be expressed in terms of more tractable joint distributions over the expanded space of observed and latent variables - The introduction of latent variables thereby allows complicated distributions to be formed from simpler components. - How can mixture distribution be expressed in terms of discrete latent variables?

  3. Mixture Models (2) - Probability mixture model is a probability distribution that is a convex combination of other probability distributions

  4. Mixture Models (3) - Used for: - Building more complex distributions - Clustering data - K -means algorithm corresponds to a particular non-probabilistic limit of EM applied to mixtures of Gaussians

  5. K-Means Clustering - {x n } – N observations of a random D-dimensional Euclidian variable x - Partition the data set into some number K of clusters - Suppose that the value K is given - Cluster: group of data points whose inter-point distances are small compared with the distances to points outside of the cluster - Introduce a set of K D-Dimensional vectors: { μ k } that define a prototype associated with the k-th cluster - Think of μ k as representing the center of the clusters - Find an assignment of data points to clusters such that the sum of the squares of the distances of each data point to its closest vector μ k is a minimum

  6. K-Means Clustering (2) - Use the 1-of-K coding scheme - Define an objective function called the distortion measure: - Goal: find the values for {r nk } and { μ k } to minimize J

  7. Algorithm – Idea 1. Choose some initial values for μ k 2. Repeat (until convergence) 3. Step 1. Minimize J with respect to r nk , keeping μ k fixed – E (xpectation) step 4. Step 2. Minimize J with respect to μ k , keeping r nk fixed – M (aximization) step • Can be seen as a simple variant of the EM algorithm

  8. E step - Determination of r nk - J is a linear combination of r nk - The terms involving different n are independent - Optimize for each n separately by choosing r nk to be 1 for whichever value of k gives the minimum value of || x n − μ k || - Formally: - Simply assign the n-th data point to the closest cluster centre

  9. M step - Determination of μ k - J is a quadratic function of μ k - The solution is: - Denominator: the number of points in cluster k - Set μ k equal to the mean of all of the data points x n assigned to cluster k => K-MEANS ALGORITHM

  10. Convergence - Stop when the assignments do not change in 2 successive steps - Stop after a maximum number of steps - Each step reduces the value of J => the convergence of the algorithm is assured - It may converge to a local rather than global minimum of J

  11. Example

  12. Example

  13. Improvements - Initialize the initial values of μ k to random subset of K data points - The direct implementation of the algorithm is quite slow because at each E step it is needed to compute the distance between each data point and each cluster prototype vector - Improve this computation - There is also an on-line algorithm, that uses the following formula for each new data point: - Use soft assignments of the points to clusters

  14. K-medoids - Uses a more general dissimilarity measure between the data points - The M step is potentially more complex than for K-means, and so it is common to restrict each cluster prototype to be equal to one of the data vectors assigned to that cluster

  15. Application of K-Means - Image segmentation and image compression - Replace the color of each pixel in the original image with the one given by the corresponding cluster’s color - Simplistic approach as it takes no account of the spatial proximity of different pixels - Similarly, we can apply the K-means algorithm to the problem of lossy data compression

  16. Mixtures of Gaussians - The Gaussian mixture model: a simple linear superposition of Gaussian components - providing a richer class of density models than the single Gaussian - Turn to a formulation of Gaussian mixtures in terms of discrete latent variables - Provides deeper insight into this important distribution - Serves to motivate the expectation-maximization algorithm

  17. Mixtures of Gaussians (2) - Let’s introduce a K -dimensional binary random variable z having a 1-of-K representation in which a particular element z k is equal to 1 and all other elements are equal to 0 - K possible states - Joint distribution p( x , z ) in terms of a marginal distribution p( z ) and a conditional distribution p( x | z ) - The marginal distribution over z is specified in terms of the mixing coefficients π k , such that p(z k = 1) = π k

  18. Mixtures of Gaussians (3) - Then, the marginal distribution of x :

  19. Mixtures of Gaussians (4) - Thus the marginal distribution of x is a Gaussian mixture - Consider several observations x 1 , . . . , x N - We have represented the marginal distribution in the form p ( x ) = Sum_ z ( p ( x , z ) ) - => for every observed data point x n there is a corresponding latent variable z n - We have therefore found an equivalent formulation of the Gaussian mixture involving an explicit latent variable - Advantage: work with p(x, z) instead of p(x)

  20. Mixtures of Gaussians (5) - Use Bayes theorem to compute γ (z k ) – the posterior probability once x is observed - Can also be viewed as the responsibility that component k takes for ‘explaining’ the observation x - π k is the prior probability of z k =1

  21. Example

  22. Maximum Likelihood - Suppose we have a data set of observations - { x 1 , . . . , x N } - Want to model it using a mixture of Gaussians T - Represent it as an N x D matrix X with rows x n - The corresponding latent variables will be denoted by an N × T K matrix Z with rows z n - If we assume that the data points are drawn independently from the distribution, then we can express the Gaussian mixture model for this i.i.d. data set

  23. Maximum Likelihood (2) - The log of the likelihood function:

  24. Maximum Likelihood (3) - We want to maximize the ML - But, there is a significant problem associated with the maximum likelihood framework applied to Gaussian mixture models, due to the presence of singularities

  25. Maximum Likelihood (4) - Consider the simple mixture model on the previous slide - Suppose that one of the components has its mean, μ j , equal with one of the data points, x n - The Gaussians also have a simple covariance - Then, x n will contribute to the likelihood with the value: - If σ j → 0, then this term goes to infinity => log likelihood function will also go to infinity - Thus the maximization of the log likelihood function is not a well posed problem because such singularities will always be present and will occur whenever one of the Gaussian components ‘collapses’ onto a specific data point

  26. Maximum Likelihood (5) - This problem did not arise in the case of a single Gaussian distribution - If a single Gaussian collapses onto a data point, it will contribute multiplicative factors to the likelihood function arising from the other data points and these factors will go to zero exponentially fast, giving an overall likelihood that goes to zero rather than infinity. - However, once we have (at least) two components in the mixture: - one of the components can have a finite variance and therefore assign finite probability to all of the data points - the other component can shrink onto one specific data point and thereby contribute an ever increasing additive value to the log likelihood - This difficulty does not occur for a Bayesian approach

  27. Maximum Likelihood (6) - In applying maximum likelihood to Gaussian mixture models we must take steps to avoid finding such pathological solutions and instead seek local maxima of the likelihood function that are well behaved - We can hope to avoid the singularities by using suitable heuristics: - Detecting when a Gaussian component is collapsing and resetting its mean to a randomly chosen value while also resetting its covariance to some large value, and then continuing with the optimization

  28. Maximum Likelihood (7) - Maximizing the log likelihood function for a Gaussian mixture model is a more complex problem than for the case of a single Gaussian - The difficulty arises from the presence of the summation over k that appears inside the logarithm - The logarithm function no longer acts directly on the Gaussian. If we set the derivatives of the log likelihood to zero, we will no longer obtain a closed form solution, as we shall see shortly - Solutions: - Gradient based optimization techniques - EM Algorithm

  29. EM for Gaussian Mixtures - The expectation-maximization (EM) algorithm is a powerful method for finding maximum likelihood solutions for models with latent variables - However, EM has a much broader applicability - First, let’s motivate the EM algorithm in the context of a Gaussian mixture model

  30. EM for Gaussian Mixtures (2) - Derivative of log likelihood with respect to μ k -1 - Multiplying by Σ k

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend