An open API service indexing awesome lists of open source software.

https://github.com/yeonghyeon/dino_mnist-pytorch

Pytorch implementation of "Emerging Properties in Self-Supervised Vision Transformers" (a.k.a. DINO)
https://github.com/yeonghyeon/dino_mnist-pytorch

knowledge-distillation mnist mnist-dataset pytorch self-distillation self-supervised-learning torch toy-example

Last synced: 5 months ago
JSON representation

Pytorch implementation of "Emerging Properties in Self-Supervised Vision Transformers" (a.k.a. DINO)

Awesome Lists containing this project

README

          

[PyTorch] DINO: self-DIstillation with NO labels
=====
PyTorch implementation of "Emerging Properties in Self-Supervised Vision Transformers"

## Concept



Concept ot the DINO [1].


## Results

### Summary
||Student ($x_1$)|Teacher ($x_2$)|
|:---|:---:|:---:|
|Before(mismatch)| ||
|After(matched)| ||

### Detail (in Training)
|Epoch|Student ($x_1$)|Teacher ($x_2$)|
|:---|:---:|:---:|
|0| ||
|1| ||
|30| ||
|150| ||
|300| ||

## Requirements
* PyTorch 2.0.1

## Reference
[1] Mathilde Caron, et al. "Emerging Properties in Self-Supervised Vision Transformers." Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021.