Implementing DINO from scratch
Infos Paper: Emerging Properties in Self-Supervised Vision Transformers ICCV 2021 My GitHub implementation: link Overall Score: 3/5 Paper What is the paper about? DINO is a form of self supervised learning used for vision transformers (ViT). The goal is to train a model which, given an image, returns features that are relevant and descriptive of the input. These features can then be used as a…