Unsupervised-Classification
simclr
Unsupervised-Classification | simclr | |
---|---|---|
2 | 13 | |
1,366 | 4,037 | |
- | - | |
1.4 | 2.9 | |
over 1 year ago | over 1 year ago | |
Python | Jupyter Notebook | |
GNU General Public License v3.0 or later | Apache License 2.0 |
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 ?
simclr
-
Positive and Negative Sampling Strategies for Representation Learning in Semantic Search
For visual representations, you could look into SimCLR and MoCo. https://github.com/google-research/simclr https://github.com/facebookresearch/moco
-
[D] Why is random cropping necessary in SimCLR?
Yeah I think so, it's not hard to check https://github.com/google-research/simclr/blob/2fc637bdd6a723130db91b377ac15151e01e4fc2/data_util.py
-
[R] Deep Learning with a Small Training Batch (or Lack Thereof). Part 1
Code for https://arxiv.org/abs/2006.10029 found: https://github.com/google-research/simclr
-
[D] Current trends in computer vision related to unsupervised learning
SimCLR v2.0 - https://arxiv.org/abs/2006.10029
-
Self-Supervised Contrastive Learning model for video dataset?
My data consists of binary labels (normal & anomalous) where the videos are already broken up into frames in the directory, I'm looking for a model where I can feed a normal-labeled video alongside an anomalous-labeled video like visualized in this example from the SimCLR Repo, a dog will represent the normal video and the chair the anomalous video.
-
[P] Choosing a self-supervised learning framework that's easy to use
No, go to the "tf2" folder in the repo root. https://github.com/google-research/simclr/tree/master/tf2
-
[D] What is meant by width in the SimCLRv2 paper?
Code for https://arxiv.org/abs/2006.10029 found: https://github.com/google-research/simclr
-
[D] Funding PhD in Europe
[1] https://github.com/google-research/simclr [2] https://www.tensorflow.org/tfrc?hl=en&authuser=2
What are some alternatives?
Unsupervised-Semantic-Segmentation - Unsupervised Semantic Segmentation by Contrasting Object Mask Proposals. [ICCV 2021]
SimCLR - PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
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.
unsupervised-depth-completion-visual-inertial-odometry - Tensorflow and PyTorch implementation of Unsupervised Depth Completion from Visual Inertial Odometry (in RA-L January 2020 & ICRA 2020)
DiffCSE - Code for the NAACL 2022 long paper "DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings"
soft-vc - Soft speech units for voice conversion
SimMIM - This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
swav - PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882
self-supervised - Whitening for Self-Supervised Representation Learning | Official repository
torchlars - A LARS implementation in PyTorch
PASS - The PASS dataset: pretrained models and how to get the data
moco - PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722