SOTAVerified

Contrastive Hierarchical Clustering

2023-03-03Code Available1· sign in to hype

Michał Znaleźniak, Przemysław Rola, Patryk Kaszuba, Jacek Tabor, Marek Śmieja

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep clustering has been dominated by flat models, which split a dataset into a predefined number of groups. Although recent methods achieve an extremely high similarity with the ground truth on popular benchmarks, the information contained in the flat partition is limited. In this paper, we introduce CoHiClust, a Contrastive Hierarchical Clustering model based on deep neural networks, which can be applied to typical image data. By employing a self-supervised learning approach, CoHiClust distills the base network into a binary tree without access to any labeled data. The hierarchical clustering structure can be used to analyze the relationship between clusters, as well as to measure the similarity between data points. Experiments demonstrate that CoHiClust generates a reasonable structure of clusters, which is consistent with our intuition and image semantics. Moreover, it obtains superior clustering accuracy on most of the image datasets compared to the state-of-the-art flat clustering models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10CoHiClustAccuracy0.84Unverified
CIFAR-100CoHiClustAccuracy0.44Unverified
Fashion-MNISTCoHiClustAccuracy0.65Unverified
ImageNet-10CoHiClustNMI0.91Unverified
Imagenet-dog-15CoHiClustAccuracy0.36Unverified
MNISTCoHiClustAccuracy0.99Unverified
STL-10CoHiClustAccuracy0.61Unverified

Reproductions