Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SCAN: Learning to Classify Images without Labels

About

Can we automatically group images into semantically meaningful clusters when ground-truth annotations are absent? The task of unsupervised image classification remains an important, and open challenge in computer vision. Several recent approaches have tried to tackle this problem in an end-to-end fashion. In this paper, we deviate from recent works, and advocate a two-step approach where feature learning and clustering are decoupled. First, a self-supervised task from representation learning is employed to obtain semantically meaningful features. Second, we use the obtained features as a prior in a learnable clustering approach. In doing so, we remove the ability for cluster learning to depend on low-level features, which is present in current end-to-end learning approaches. Experimental evaluation shows that we outperform state-of-the-art methods by large margins, in particular +26.6% on CIFAR10, +25.0% on CIFAR100-20 and +21.3% on STL10 in terms of classification accuracy. Furthermore, our method is the first to perform well on a large-scale dataset for image classification. In particular, we obtain promising results on ImageNet, and outperform several semi-supervised learning methods in the low-data regime without the use of any ground-truth annotations. The code is made publicly available at https://github.com/wvangansbeke/Unsupervised-Classification.

Wouter Van Gansbeke, Simon Vandenhende, Stamatios Georgoulis, Marc Proesmans, Luc Van Gool• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy82.2
3381
Image ClassificationCIFAR-10
Accuracy87.6
507
Image ClassificationSTL-10 (test)
Accuracy80.9
357
Image ClusteringCIFAR-10
NMI0.797
243
Image ClusteringSTL-10
ACC98.3
229
ClusteringCIFAR-10 (test)
Accuracy88.3
184
Image ClusteringImageNet-10
NMI0.761
166
ClusteringSTL-10 (test)
Accuracy80.9
146
Image ClassificationImageNet 1% labeled
Top-5 Accuracy60
118
ClusteringCIFAR-100 (test)
ACC51
110
Showing 10 of 70 rows

Other info

Code

Follow for update