We attempted to reproduce the results from the paper "MiCE: Mixture of Contrastive Experts for Unsupervised Image clustering". This is based on the unsupervised clustering algorithm MiCE, which uses the unsupervised deep learning algorithm techniques like contrastive learning and deep clusterin. Using the CIFAR-10 dataset, we trained and tested two different approaches, one unsupervised baseline model named moCo, and the MiCE.
The official code was used for reproducing the authors' results. the train_MiCE file has the code for creating the model, the training and the evaluation of test data
The code for training and testing the baseline MoCo model
Confusion Matrix of MiCE model in CIFAR-10 dataset. The accuracy reached 83%.
Bar plot of predicted clusters of MiCE