Artificial Intelligence – perform image compression and point cloud segmentation. (Expectation Maximization)
April 09, 2021
Essayheroes
I have a wireframe and dataset provided in IPYNB in which you need to implement the following
-
Implement k-means clustering to segment a color image.
-
Familiarize yourself with the algorithm by running it on simple dataset.
-
Build a Gaussian mixture model to be trained with expectation-maximization.
-
Experiment with varying the details of the Gaussian mixture model’s implementation.
-
Implement and test a new metric called the Bayesian information criterion, which guarantees a more robust image segmentation.