@@ -17,9 +17,7 @@ The marginal distribution of $`\mathbf{x}_{n}^{L}, \mathbf{x}_{n}^{H}`$ is
In summary, in addition to finding the the hyper-parameters $`\pi, \mu, \Sigma_{k}^{H}, \Sigma^{L}_{k}`$, we want to estimate a transformation matrix $`\mathbf{U}`$ such that $`\mathbf{UX}^{H}`$ is as close to $`\mathbf{X}^{L}`$ as possible (or vice versa).
### Pseudo code
Algorithm 1. EM for the Fusion of GMMs
---
### Pseudo code - Algorithm 1. EM for the Fusion of GMMs
1. Run K-means clustering on the high-quality data to generate the assignment of the voxels $`R^{(0)}`$.
2. Initialise the means $`\mu_{k}`$, covariances $`\Sigma_{k}`$, and mixing coefficients $`\pi_k`$ using the K-means assignment $`R^{(0)}`$, and evaluate the initial likelihood.
3. Initialise the transformation matrix $`\mathbf{U}`$ using Algorithm 3.