English

Exploring the Limits of Deep Image Clustering using Pretrained Models

Computer Vision and Pattern Recognition 2023-11-13 v2 Artificial Intelligence

Abstract

We present a general methodology that learns to classify images without labels by leveraging pretrained feature extractors. Our approach involves self-distillation training of clustering heads based on the fact that nearest neighbours in the pretrained feature space are likely to share the same label. We propose a novel objective that learns associations between image features by introducing a variant of pointwise mutual information together with instance weighting. We demonstrate that the proposed objective is able to attenuate the effect of false positive pairs while efficiently exploiting the structure in the pretrained feature space. As a result, we improve the clustering accuracy over kk-means on 1717 different pretrained models by 6.16.1\% and 12.212.2\% on ImageNet and CIFAR100, respectively. Finally, using self-supervised vision transformers, we achieve a clustering accuracy of 61.661.6\% on ImageNet. The code is available at https://github.com/HHU-MMBS/TEMI-official-BMVC2023.

Keywords

Cite

@article{arxiv.2303.17896,
  title  = {Exploring the Limits of Deep Image Clustering using Pretrained Models},
  author = {Nikolas Adaloglou and Felix Michels and Hamza Kalisch and Markus Kollmann},
  journal= {arXiv preprint arXiv:2303.17896},
  year   = {2023}
}

Comments

Accepted at BMVC2023. Code at https://github.com/HHU-MMBS/TEMI-official-BMVC2023

R2 v1 2026-06-28T09:42:42.671Z