zhirongw/lemniscate.pytorch
PyTorch implementation of a self-supervised learning method for unsupervised feature learning on images via non-parametric instance discrimination.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository provides a PyTorch implementation of an unsupervised learning method that discriminates between individual image instances without labels. The approach uses Noise Contrastive Estimation (NCE) loss and a memory bank mechanism to learn compact 128-dimensional feature representations from ImageNet. It supports nearest neighbor classification on learned features and provides pretrained ResNet models.