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

Invariant Information Clustering for Unsupervised Image Classification and Segmentation

About

We present a novel clustering objective that learns a neural network classifier from scratch, given only unlabelled data samples. The model discovers clusters that accurately match semantic classes, achieving state-of-the-art results in eight unsupervised clustering benchmarks spanning image classification and segmentation. These include STL10, an unsupervised variant of ImageNet, and CIFAR10, where we significantly beat the accuracy of our closest competitors by 6.6 and 9.5 absolute percentage points respectively. The method is not specialised to computer vision and operates on any paired dataset samples; in our experiments we use random transforms to obtain a pair from each image. The trained network directly outputs semantic labels, rather than high dimensional representations that need external processing to be usable for semantic clustering. The objective is simply to maximise mutual information between the class assignments of each pair. It is easy to implement and rigorously grounded in information theory, meaning we effortlessly avoid degenerate solutions that other clustering methods are susceptible to. In addition to the fully unsupervised mode, we also test two semi-supervised settings. The first achieves 88.8% accuracy on STL10 classification, setting a new global state-of-the-art over all existing methods (whether supervised, semi-supervised or unsupervised). The second shows robustness to 90% reductions in label coverage, of relevance to applications that wish to make use of small amounts of labels. github.com/xu-ji/IIC

Xu Ji, Jo\~ao F. Henriques, Andrea Vedaldi• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU28
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU9.8
1342
Semantic segmentationCityscapes (test)
mIoU6.4
1145
Semantic segmentationS3DIS (Area 5)
mIOU6.4
799
Semantic segmentationCityscapes
mIoU6.4
578
Semantic segmentationCityscapes (val)
mIoU6.4
572
Image ClassificationSTL-10 (test)
Accuracy61
357
Semantic segmentationPASCAL VOC (val)
mIoU980
338
Image ClusteringCIFAR-10
NMI0.513
243
Image ClusteringSTL-10
ACC61
229
Showing 10 of 89 rows
...

Other info

Code

Follow for update