Progress Report: Week 8 Alvaro Velasquez

7
Progress Report: Week 8 Alvaro Velasquez

description

Progress Report: Week 8 Alvaro Velasquez. Framework. Create data matrix of all non-overlapping 4x4x4 cuboids in image volume. Learn dictionary for the data matrix using KSVD. Obtain sparse coefficient matrix using graph regularization. Cluster coefficient matrix using K-means. - PowerPoint PPT Presentation

Transcript of Progress Report: Week 8 Alvaro Velasquez

Page 1: Progress Report: Week 8 Alvaro Velasquez

Progress Report: Week 8

Alvaro Velasquez

Page 2: Progress Report: Week 8 Alvaro Velasquez

Framework

Create data matrix of all non-overlapping 4x4x4 cuboids in image volume.

Learn dictionary for the data matrix using KSVD.

Obtain sparse coefficient matrix using graph regularization.

Cluster coefficient matrix using K-means. Display clusters on image volume for

segmentation.

Page 3: Progress Report: Week 8 Alvaro Velasquez

Things Tried this Week

Append all three RGB channels to vectorized cuboids as opposed to using gray-scale

Use Pearson correlation for the distance measure when clustering as opposed to Euclidean distance.

Choose initial centroid locations when clustering as opposed to choosing random locations.

Use Max-Voting for initial centroid locations. Perform Quick-shift as a preprocessing step.

Page 4: Progress Report: Week 8 Alvaro Velasquez

Last Week's Segmentation

Page 5: Progress Report: Week 8 Alvaro Velasquez

Choosing Initial Centroid Locations

Page 6: Progress Report: Week 8 Alvaro Velasquez

Centroid Locations Through Max-Voting

Page 7: Progress Report: Week 8 Alvaro Velasquez

Work for this Week

Add Gaussian smoothing as a pre-processing step.

Make sparsity rate larger. Try different dictionary sizes (We have tried

1000 and 2000 atom dictionaries).