jramapuram / SimCLRLinks
SimCLR pytorch implementation using DistributedDataParallel.
☆24Updated 2 years ago
Alternatives and similar repositories for SimCLR
Users that are interested in SimCLR are comparing it to the libraries listed below
Sorting:
- Code for reproducing experiments in "How Useful is Self-Supervised Pretraining for Visual Tasks?"☆60Updated last year
 - Revisiting Contrastive Methods for Unsupervised Learning of Visual Representations. [NeurIPS 2021]☆89Updated 4 years ago
 - Compressing Representations for Self-Supervised Learning☆78Updated 4 years ago
 - ☆42Updated 5 years ago
 - Object-aware Contrastive Learning for Debiased Scene Representation (NeurIPS 2021)☆45Updated 4 years ago
 - ☆45Updated 3 years ago
 - Pytorch implementation of the hamburger module from the ICLR 2021 paper "Is Attention Better Than Matrix Decomposition"☆99Updated 4 years ago
 - (CVPR 2020) This repo contains code for "PADS: Policy-Adapted Sampling for Visual Similarity Learning", which proposes learnable triplet …☆63Updated 5 years ago
 - Evaluating AlexNet features at various depths☆40Updated 5 years ago
 - Implementation of the paper Self-Supervised Learning of Pretext-Invariant Representations☆89Updated 5 years ago
 - Video Noise Contrastive Estimation☆66Updated last year
 - Code for SelfAugment☆27Updated 4 years ago
 - Bootstrap Your Own Latent (BYOL) pytorch implementation using DistributedDataParallel.☆28Updated 2 years ago
 - PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations☆16Updated 5 years ago
 - [CVPR 2021] "The Lottery Tickets Hypothesis for Supervised and Self-supervised Pre-training in Computer Vision Models" Tianlong Chen, Jon…☆68Updated 2 years ago
 - Tensorflow implementation of S4L: Self-Supervised Semi-Supervised Learning☆95Updated 5 years ago
 - Official PyTorch implementation of the paper "Self-Supervised Relational Reasoning for Representation Learning", NeurIPS 2020 Spotlight.☆143Updated last year
 - Official repository for Reliable Label Bootstrapping☆19Updated 2 years ago
 - PyTorch implementation of IRMAE https//arxiv.org/abs/2010.00679☆48Updated 3 years ago
 - [NeurIPS'20] GradAug: A New Regularization Method for Deep Neural Networks☆94Updated 4 years ago
 - A PyTorch re-implementation of the paper 'Exploring Simple Siamese Representation Learning'. Reproduced the 67.8% Top1 Acc on ImageNet.