howardyclo / papernotes

My personal notes and surveys on DL, CV and NLP papers.
128 stars 6 forks source link

Selfie: Self-supervised Pretraining for Image Embedding #63

Open howardyclo opened 5 years ago

howardyclo commented 5 years ago

Metadata

howardyclo commented 5 years ago

TL;DR

  1. This paper aims to translate the success of language model pre-training from texts to images by proposing the BERT-like self-supervised learning method called Selfie.
  2. Selfie combines BERT and CPC (contrastive predictive coding) loss which is novel.
  3. The related work is well covered.

Method

Experiment Setting

Key Experiment Results and Findings

Fine-tuning Sensitivity and Mismatch to Pre-training.

Personal Thoughts