Image Clustering

104 papers with code • 33 benchmarks • 21 datasets

Models that partition the dataset into semantically meaningful clusters without having access to 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 Image Clustering models and implementations

Most implemented papers

Anomaly Clustering: Grouping Images into Coherent Clusters of Anomaly Types

KevinWangHP/Anomaly-Clustering 21 Dec 2021

We define a distance function between images, each of which is represented as a bag of embeddings, by the Euclidean distance between weighted averaged embeddings.

Twin Contrastive Learning for Online Clustering

XLearning-SCU/2022-IJCV-TCL 21 Oct 2022

Specifically, we find that when the data is projected into a feature space with a dimensionality of the target cluster number, the rows and columns of its feature matrix correspond to the instance and cluster representation, respectively.

Web-Scale Image Clustering Revisited

iavr/iqm ICCV 2015

Large scale duplicate detection, clustering and mining of documents or images has been conventionally treated with seed detection via hashing, followed by seed growing heuristics using fast search.

Scalable Sequential Spectral Clustering

zahraDehghanian97/Scalable_Sequential_Spectral_Clustering AAAI 2016

In the past decades, Spectral Clustering (SC) has become one of the most effective clustering approaches.

Deep Colorization

djflstkddk/Auto-Colorization ICCV 2015

This paper investigates into the colorization problem which converts a grayscale image to a colorful version.

Oracle Based Active Set Algorithm for Scalable Elastic Net Subspace Clustering

ChongYou/subspace-clustering CVPR 2016

Our geometric analysis also provides a theoretical justification and a geometric interpretation for the balance between the connectedness (due to $\ell_2$ regularization) and subspace-preserving (due to $\ell_1$ regularization) properties for elastic net subspace clustering.

Deep Clustering via Joint Convolutional Autoencoder Embedding and Relative Entropy Minimization

herandy/DEPICT ICCV 2017

We define a clustering objective function using relative entropy (KL divergence) minimization, regularized by a prior for the frequency of cluster assignments.

Adaptive Low-Rank Kernel Subspace Clustering

panji1990/Low-rank-kernel-subspace-clustering 17 Jul 2017

In this paper, we present a kernel subspace clustering method that can handle non-linear models.

Deep Adaptive Image Clustering

vector-1127/DAC ICCV 2017

The main challenge is that the ground-truth similarities are unknown in image clustering.

Relative Pairwise Relationship Constrained Non-negative Matrix Factorisation

shawn-jiang/RPRNMF 5 Mar 2018

Non-negative Matrix Factorisation (NMF) has been extensively used in machine learning and data analytics applications.