Image Segmentation1
Image Segmentation1
where:
•x is a d-dimensional vector.
•μₖ is the mean vector of the k-th Gaussian
component.
•Σₖ is the covariance matrix of the k-th Gaussian
component.
•wₖ represents the mixing weight of the k-th
component, where 0 ≤ wₖ ≤ 1 and the sum of
the weights is 1. wₖ is also referred to as the
prior probability of component k.
•N(x; μₖ, Σₖ) is the normal density function for
The Expectation-Maximization (EM) Algorithm
• These two steps are repeated until the model converges, meaning the
parameters no longer change significantly between iterations
1.Initialization: Start with initial guesses for the means,
covariances, and mixing coefficients of each Gaussian
distribution.