Results & What’s Next

Results

After running the MATLAB code we wrote, we acquired the following results for the original sunflower image.

(Click on any image below)

We also plotted the compression ratio for each k value from 0 to  :

What’s Next

So our SVD implementation utilized a basic low-rank approximation algorithm. This doesn’t necessarily translate as the most optimized SVD method to compress an image. In fact, there exists other methods that can help us improve our ratio. In the future, we would like to look into those, implement them and compare it against basic low-rank approximation.