vissl
solo-learn
vissl | solo-learn | |
---|---|---|
2 | 3 | |
3,214 | 1,454 | |
- | - | |
5.9 | 0.8 | |
11 months ago | 23 days ago | |
Jupyter Notebook | Python | |
MIT License | 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.
vissl
-
[D]Use SimCLR as pretraining for image segmentation
I recently did some self supervised pretrainings (simclr, moco, Barlow twins) and used the vissl library for that which has worked pretty well for me (https://github.com/facebookresearch/vissl)
-
[D] Paper Explained – SEER explained: Vision Models more Robust & Fair when pretrained on UNCURATED images!?
Official implementation: https://github.com/facebookresearch/vissl/tree/main/projects/SEER
solo-learn
- [D]Use SimCLR as pretraining for image segmentation
-
[D] State-of-the-Art for Self-Supervised (Pre-)Training of CNN architectures (e.g. ResNet)?
Hello, I lost a bit of touch to the current SOTA of self-supervised pretraining of CNNs, in particular ResNet. I found this repository https://github.com/vturrisi/solo-learn that has many methods implemented but I'm not really sure where to start. My goal is to pretrain a ResNet backbone on a decently large amount of image data that comes from a certain domain and after that fine-tune it for different downstream tasks (classification, segmentation, object detection) on a subset of the data I have labels for.
-
[P] Solo-learn 1.0.3: new methods, support for transformer architectures, better evaluation, improved docs, and additional results.
Hi Reddit, the solo-learn team is back again with interesting news about its SSL library.
What are some alternatives?
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.
dino - PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
self_supervised - Implementation of popular SOTA self-supervised learning algorithms as Fastai Callbacks.
lightning-transformers - Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
Revisiting-Contrastive-SSL - Revisiting Contrastive Methods for Unsupervised Learning of Visual Representations. [NeurIPS 2021]
Unsupervised-Semantic-Segmentation - Unsupervised Semantic Segmentation by Contrasting Object Mask Proposals. [ICCV 2021]
CEBRA - Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
detrex - detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
vectorrvnn - Data Driven method for hierarchical grouping of paths in Vector Graphics.
mmselfsup - OpenMMLab Self-Supervised Learning Toolbox and Benchmark
pytorch-forecasting - Time series forecasting with PyTorch