Fashion MNIST & Lena Image Clustering

Exploring Clustering Techniques for Image Analysis

This project investigates clustering techniques for image analysis using Fashion MNIST and Lena images.
Placeholder Image

Project Breakdown

This project investigates the use of clustering techniques in two different applications:

1. Clustering for Data Exploration - Using Fashion MNIST, we group similar clothing items to understand patterns in the dataset.

2. Image Compression via Color Quantization - Using the Lena image, we apply clustering to reduce the number of colors, achieving compression.

We employ Agglomerative Clustering, Gaussian Mixture Models (GMM), and DBSCAN for image clustering, and K-Means for image compression.

Explore Clustering Techniques

Investigate clustering methods for grouping images and color quantization.
Laptops

Evaluate Clustering Effectiveness

Assess how different clustering methods perform on Fashion MNIST and Lena images.
Laptops

Optimize Image Compression

Reduce the number of colors in Lena image while maintaining visual quality.
Laptops

Key Findings

  1. Agglomerative Clustering with 10 clusters provided the best separation in Fashion MNIST.

  2. Gaussian Mixture Models (GMM) captured meaningful cluster centers, with improved interpretability.

  3. DBSCAN struggled with Fashion MNIST, producing moderate Rand Index scores (0.51 - 0.53).

  4. K-Means compression (K=4 & K=10) demonstrated a trade-off between visual quality and compression.

  5. The Elbow Method identified K=4 as optimal for balancing compression and image fidelity.

GMM Clustering Performance

GMM produced the best-defined clusters for Fashion MNIST, resembling actual clothing items.
Laptops

DBSCAN Performance

DBSCAN performed inconsistently on image data, with moderate Rand Index scores (~0.52).
Laptops

K-Means Compression Efficiency

K-Means compression efficiently reduced colors, with K=4 resulting in high efficiency and K=10 preserving more detail.
Laptops
© 2025 | All rights reserved
built with
Pixelesq Logo
pixelesq
Fashion MNIST