Skip to content

2020 Interesting papers and ideas

Vinay Sisodia edited this page Jun 19, 2020 · 5 revisions

Learning To Classify Images Without Labels

  • PDF
  • My implementation of the core idea
  • Core idea: Learn (or use pre-trained model) unsupervised representations. Then use k-means to cluster images. For each image, take nearest n(=5ish) neighbors and train a model to classify. You want to maximize dot product of softmax out + entropy of label predictions.

Rethinking the Truly Unsupervised Image-to-Image Translation

Implicit Neural Representations with Periodic Activation Functions

Bootstrap Your Own Latent A New Approach to Self-Supervised Learning