1 Repo
Implementations of the Momentum Contrastive (MoCo) framework for self-supervised learning.
Distinct from Machine Learning Implementations: Focuses specifically on the MoCo momentum-encoder and memory-bank architecture, not general ML algorithms.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · MoCo Implementations. Refine with filters or upvote what's useful.
Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,
Provides a full implementation of the MoCo model utilizing momentum encoders and memory banks.