Unsupervised-Classification
Transformer-SSL
Unsupervised-Classification | Transformer-SSL | |
---|---|---|
2 | 2 | |
1,393 | 624 | |
- | 0.0% | |
1.4 | 0.0 | |
over 1 year ago | over 3 years ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Unsupervised-Classification
-
Middle ground dataset between CIFAR and ImageNet [D]
The subsets we used are from here: https://github.com/wvangansbeke/Unsupervised-Classification/tree/master/data/imagenet_subsets
- Any reference or idea about how to train unsupervised CNN model ?
Transformer-SSL
-
[R] A new baseline and codebase for self-supervised learning (SSL) with ViT/Swin-Transformer (Microsoft Research)
Github: https://github.com/SwinTransformer/Transformer-SSL
- [P] A new codebase for self-supervised learning with vision Transformers that provides evaluation on down-stream tasks of object detection and semantic segmentation
What are some alternatives?
Unsupervised-Semantic-Segmentation - Unsupervised Semantic Segmentation by Contrasting Object Mask Proposals. [ICCV 2021]
dino - PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
self-supervised - Whitening for Self-Supervised Representation Learning | Official repository
lightly - A python library for self-supervised learning on images.
PaddleHelix - Bio-Computing Platform Featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
byol-pytorch - Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch
simclr - SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
pytorch-metric-learning - The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
SimMIM - This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
PaddleSpeech - Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
DiffCSE - Code for the NAACL 2022 long paper "DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings"
contrastive-reconstruction - Tensorflow-keras implementation for Contrastive Reconstruction (ConRec) : a self-supervised learning algorithm that obtains image representations by jointly optimizing a contrastive and a self-reconstruction loss.