HobbitLong / SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
☆3,268Updated last year
Alternatives and similar repositories for SupContrast:
Users that are interested in SupContrast are comparing it to the libraries listed below
- PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations☆2,394Updated last year
- PyTorch implementation of Contrastive Learning methods☆1,979Updated last year
- Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch☆1,815Updated 9 months ago
- PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882☆2,038Updated 2 years ago
- PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722☆4,970Updated this week
- SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners☆4,261Updated last year
- PyTorch implementation of SimSiam https//arxiv.org/abs/2011.10566☆1,192Updated 2 years ago
- A comprehensive list of awesome contrastive self-supervised learning papers.☆1,268Updated 7 months ago
- OpenMMLab Self-Supervised Learning Toolbox and Benchmark☆3,253Updated last year
- PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations by T. Chen et al.☆787Updated 11 months ago
- PyTorch implementation of MoCo v3 https//arxiv.org/abs/2104.02057☆1,264Updated 3 years ago
- A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'☆830Updated 2 years ago
- [arXiv 2019] "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis☆1,322Updated 4 years ago
- solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning☆1,481Updated last week
- label-smooth, amsoftmax, partial-fc, focal-loss, triplet-loss, lovasz-softmax. Maybe useful☆2,240Updated 6 months ago
- VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.☆3,280Updated last year
- [ICLR 2020] Contrastive Representation Distillation (CRD), and benchmark of recent knowledge distillation methods☆2,321Updated last year
- Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)☆2,026Updated 2 years ago
- A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.☆1,313Updated last year
- [CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize …☆1,878Updated last year
- Collection of common code that's shared among different research projects in FAIR computer vision team.☆2,124Updated 5 months ago
- Official DeiT repository☆4,190Updated last year
- SAM: Sharpness-Aware Minimization (PyTorch)☆1,867Updated last year
- A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch☆2,025Updated last year
- The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.☆6,130Updated 2 weeks ago
- A curated list of resources for Learning with Noisy Labels☆2,678Updated this week
- Class activation maps for your PyTorch models (CAM, Grad-CAM, Grad-CAM++, Smooth Grad-CAM++, Score-CAM, SS-CAM, IS-CAM, XGrad-CAM, Layer-…