Skip to content

COMP6248-Reproducability-Challenge/Reproducability-Challenge-MiCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COMP6248 Reproducability Challenge, MiCE

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.

train_MiCE.ipynb

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

moco_cifar10.ipynb

The code for training and testing the baseline MoCo model

Results

Confusion Matrix of MiCE model in CIFAR-10 dataset. The accuracy reached 83%.

Bar plot of predicted clusters of MiCE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published