Skip to content

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

License

Notifications You must be signed in to change notification settings

YeongHyeon/DINO_MNIST-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages