D.A. Forsyth --- 3310 Siebel Center

Trevor Walker --- 4207 Siebel Center

Office Hours Time: TBA, Location: TBA

DAF waves at camera with
blue drysuit glove in very murky water

TA's:

 

 

Homework 8: Due 12 Nov 23h59 (Mon; midnight)

 

You may do this homework in groups of up to three

Submission: Submission process to be announced

You may use any programming language that amuses you for this homework.

  1. Pre-problem

    Do exercise 10.1 in the 23 October version of the book. Also, read the mixture of normal EM notes carefully, and also look at the movies

  2. Image segmentation using EM You can segment an image using a clustering method - each segment is the cluster center to which a pixel belongs. In this exercise, you will represent an image pixel by its r, g, and b values (so use color images!). Use the EM algorithm applied to the mixture of normal distribution model lectured in class to cluster image pixels, then segment the image by mapping each pixel to the cluster center with the highest value of the posterior probability for that pixel. You must implement the EM algorithm yourself (rather than using a package). Test images are here, and you should display results for all three of them. Till then, use any color image you care to.