Revision as of 00:11, 12 June 2023 by Admin (Created page with " <div class="d-none"> <math> \newcommand{\nrcluster}{k} </math> </div> Apply <span class="mw-gls" data-name ="kmeans"><math>k</math>-means</span> to image compression. Cons...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ABy Admin
Jun 12'23

Exercise

[math] \newcommand{\nrcluster}{k} [/math]


Apply [math]k[/math]-means to image compression. Consider image pixels as data points whose features are RGB intensities. We obtain a simple image compression format by, instead of storing RGB pixel values, storing the cluster means (which are RGB triplets) and the cluster index for each pixel.

Try out different values for the numberf [math]\nrcluster[/math] of clusters and discuss the resulting trade off between achievable reconstruction quality and storage size.