2020

Learning Representations by Predicting Bags of Visual Words

Gidaris, Spyros, Bursuc, Andrei, Komodakis, Nikos et al.

Understand

Self-supervised representation learning targets to learn convnet-based image representations from unlabeled data.

  • Inspired by the success of NLP methods in this area, in this work we propose a self-supervised approach based on spatially dense image descriptions that encode discrete visual concepts, here called visual words.
  • To build such discrete representations, we quantize the feature maps of a first pre-trained self-supervised convnet, over a k-means based vocabulary.
  • Then, as a self-supervised task, we train another convnet to predict the histogram of visual words of an image (i.e., its Bag-of-Words representation) given as input a perturbed version of that image.

Reading the bibliography…