Unsupervised Deep Learning by Neighbourhood Discovery

Accepted by 36th International Conference on Machine Learning (ICML'19)

Jiabo Huang Qi Dong Shaogang Gong Xiatian Zhu

Queen Mary University of London Vision Semantics Limited

cover

Description

Deep neural networks have significantly advanced the progress of computer vision problems, nevertheless, most of them are heavily relying on massive collection of exhaustively labelled training data. As such, unsupervised learning of deep features has recently drawn increasing attention.

In the literature, representative unsupervised deep learning methods include clustering and sample specificity analysis. Methods fall in the former category has great potential with the best case reaching the performance of supervised learning but is error-prone. In contrast, sample specificity learning treats every single sample as an independent class and hypothesis that the model can reveal the underlying class-to-class semantic similarity structure. However, the ambiguous supervision leads to its weak discriminative ability. Other contemporary methods like self-supervised learning and data synthesis share a similar limitation due to the insufficient correlation between the auxiliary supervision and the underlying class target.

We present a generic unsupervised deep learning method called Anchor Neighbourhood Discovery (AND). With a divide-and-conquer principle, the AND discovers class consistent neighbourhoods anchored to individual training samples (divide) and propagates the local inter-sample class relationships within such neighbourhoods (conquer) for more reliably extracting the latent discrimination information during model training.

We make three contributions:

  1. We propose the idea of exploiting local neighbourhoods for unsupervised deep learning. To our best knowledge, it is the first attempt at exploring the concept of neighbourhood for end-to-end unsupervised deep learning of visual features.
  2. We formulate an Anchor Neighbourhood Discovery (AND) approach to progressive unsupervised deep learning.
  3. We further introduce a curriculum learning algorithm to gradually perform neighbourhood discovery for maximising the class consistency of neighbourhoods therefore enhancing the unsupervised learning capability.

Benchmarks

Extensive experiments are conducted on the following six datasets and the results show the advantages of our AND method over a wide variety of existing state-of-the-art unsupervised deep learning models.

Please kindly refer to the paper for more details and feel free to reach me for any question.