Unsupervised Image Classification

28 papers with code • 7 benchmarks • 6 datasets

Models that learn to label each image (i.e. cluster the dataset into its ground truth classes) without seeing the ground truth labels.

Image credit: ImageNet clustering results of SCAN: Learning to Classify Images without Labels (ECCV 2020)

Libraries

Use these libraries to find Unsupervised Image Classification models and implementations

The VampPrior Mixture Model

astirn/vampprior-mixture-model 6 Feb 2024

Current clustering priors for deep latent variable models (DLVMs) require defining the number of clusters a-priori and are susceptible to poor initializations.

1
06 Feb 2024

Improving Cross-domain Few-shot Classification with Multilayer Perceptron

BaiShuanghao/CDFSC-MLP 15 Dec 2023

Multilayer perceptron (MLP) has shown its capability to learn transferable representations in various downstream tasks, such as unsupervised image classification and supervised concept generalization.

3
15 Dec 2023

Stable Cluster Discrimination for Deep Clustering

idstcv/secu ICCV 2023

Meanwhile, one-stage methods are developed mainly for representation learning rather than clustering, where various constraints for cluster assignments are designed to avoid collapsing explicitly.

10
24 Nov 2023

The Pursuit of Human Labeling: A New Perspective on Unsupervised Learning

mlbio-epfl/hume NeurIPS 2023

Despite its simplicity, HUME outperforms a supervised linear classifier on top of self-supervised representations on the STL-10 dataset by a large margin and achieves comparable performance on the CIFAR-10 dataset.

11
21 Sep 2023

MV-MR: multi-views and multi-representations for self-supervised learning and knowledge distillation

vkinakh/mv-mr 21 Mar 2023

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR).

3
21 Mar 2023

Capsule Network based Contrastive Learning of Unsupervised Visual Representations

harsh9524/coca 22 Sep 2022

Capsule Networks have shown tremendous advancement in the past decade, outperforming the traditional CNNs in various task due to it's equivariant properties.

6
22 Sep 2022

Loss Function Entropy Regularization for Diverse Decision Boundaries

sx0316/Loss-Function-Entropy-Regularization-for-Diverse-Decision-Boundaries 30 Apr 2022

This paper will present a straightforward method to modify a single unsupervised classification pipeline to automatically generate an ensemble of neural networks with varied decision boundaries to learn a more extensive feature set of classes.

3
30 Apr 2022

DeepDPM: Deep Clustering With an Unknown Number of Clusters

bgu-cs-vil/deepdpm CVPR 2022

Using a split/merge framework, a dynamic architecture that adapts to the changing K, and a novel loss, our proposed method outperforms existing nonparametric methods (both classical and deep ones).

734
27 Mar 2022

iBOT: Image BERT Pre-Training with Online Tokenizer

bytedance/ibot 15 Nov 2021

We present a self-supervised framework iBOT that can perform masked prediction with an online tokenizer.

619
15 Nov 2021

Self-Supervised Learning by Estimating Twin Class Distributions

bytedance/TWIST 14 Oct 2021

To solve this problem, we propose to maximize the mutual information between the input and the class predictions.

95
14 Oct 2021