awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to hobbitlong/supcontrast

Projects sharing features with SupContrast

22 open-source projects similar to hobbitlong/supcontrast, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • curiousai/mean-teacherCuriousAI avatar

    CuriousAI/mean-teacher

    1,670View on GitHub↗

    A state-of-the-art semi-supervised method for image recognition

    Pythondeep-learningnips-2017pytorch
    View on GitHub↗1,670
  • ddtm/caffeddtm avatar

    ddtm/caffe

    137View on GitHub↗

    Caffe: a fast open framework for deep learning.

    C++
    View on GitHub↗137
  • deepmind/deepmind-researchdeepmind avatar

    deepmind/deepmind-research

    15,024View on GitHub↗

    This project is an AI research implementation library and machine learning research repository. It provides a collection of reference code, illustrative implementations, and open-source research datasets used to verify hypotheses and build upon existing models in artificial intelligence. The repository focuses on scientific research reproduction by translating theoretical findings from published papers into executable code. It includes specialized scientific simulation environments designed to test the behavior of autonomous agents and models within controlled settings. The project covers AI

    Jupyter Notebook
    View on GitHub↗15,024
  • facebookresearch/deepclusterfacebookresearch avatar

    facebookresearch/deepcluster

    1,746View on GitHub↗

    We release paper and code for SwAV, our new self-supervised method. SwAV pushes self-supervised learning to only 1.2% away from supervised learning on ImageNet with a ResNet-50! It combines online clustering with a multi-crop data augmentation.

    Python
    View on GitHub↗1,746

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
facebookresearch/deitfacebookresearch avatar

facebookresearch/deit

4,348View on GitHub↗

DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based architecture that processes images as sequences of flattened patches using self-attention layers and position-aware sequence modeling instead of convolutional filters. The project focuses on data-efficient training through a knowledge distillation framework. This system allows a student model to mimic the soft labels of a high-performance teacher model to improve accuracy and generalization, particularly when training on smaller datasets. The library covers the full development

Python
View on GitHub↗4,348
  • facebookresearch/dinofacebookresearch avatar

    facebookresearch/dino

    7,592View on GitHub↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Python
    View on GitHub↗7,592
  • facebookresearch/mocofacebookresearch avatar

    facebookresearch/moco

    5,136View on GitHub↗

    moco is a PyTorch implementation of momentum contrast designed for self-supervised visual representation learning. It serves as a research-based framework for extracting high-level image features from unlabeled datasets by maximizing the similarity between different views of the same image. The system utilizes an asymmetric encoder architecture consisting of a fast-learning online encoder and a slow-evolving momentum encoder to stabilize training. It employs a dictionary-based approach that compares query images against a dynamic queue of negative samples to learn distinguishing visual featur

    View on GitHub↗5,136
  • facebookresearch/simsiamfacebookresearch avatar

    facebookresearch/simsiam

    1,234View on GitHub↗

    PyTorch implementation of SimSiam https//arxiv.org/abs/2011.10566

    Python
    View on GitHub↗1,234
  • facebookresearch/swavfacebookresearch avatar

    facebookresearch/swav

    2,095View on GitHub↗

    PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882

    Python
    View on GitHub↗2,095
  • facebookresearch/vicregF

    facebookresearch/vicreg

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/visslfacebookresearch avatar

    facebookresearch/vissl

    3,295View on GitHub↗

    VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.

    Jupyter Notebook
    View on GitHub↗3,295
  • google-research/fixmatchgoogle-research avatar

    google-research/fixmatch

    1,221View on GitHub↗

    A simple method to perform semi-supervised learning with limited data.

    Python
    View on GitHub↗1,221
  • google-research/mixmatchgoogle-research avatar

    google-research/mixmatch

    1,143View on GitHub↗

    Code for the paper: "MixMatch - A Holistic Approach to Semi-Supervised Learning" by David Berthelot, Nicholas Carlini, Ian Goodfellow, Nicolas Papernot, Avital Oliver and Colin Raffel.

    Python
    View on GitHub↗1,143
  • google-research/noisystudentgoogle-research avatar

    google-research/noisystudent

    763View on GitHub↗

    Code for Noisy Student Training. https://arxiv.org/abs/1911.04252

    Python
    View on GitHub↗763
  • google-research/simclrgoogle-research avatar

    google-research/simclr

    4,502View on GitHub↗

    This project is a self-supervised contrastive learning framework designed to train deep learning models to learn visual representations from images without using human-provided labels. It provides a system for developing pretrained visual representation models that can be adapted for downstream computer vision tasks. The framework includes tools for semi-supervised image classification, which combines large unlabeled datasets with small labeled sets to improve accuracy. It also features a linear probe evaluation tool to assess the quality of learned image features by training a simple linear

    Jupyter Notebookcomputer-visioncontrastive-learningrepresentation-learning
    View on GitHub↗4,502
  • hobbitlong/cmcHobbitLong avatar

    HobbitLong/CMC

    1,340View on GitHub↗

    arXiv 2019 "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis

    Python
    View on GitHub↗1,340
  • jakesnell/prototypical-networksjakesnell avatar

    jakesnell/prototypical-networks

    1,236View on GitHub↗

    Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"

    Pythondeep-learningfew-shotmetric-learning
    View on GitHub↗1,236
  • lucidrains/dalle-pytorchlucidrains avatar

    lucidrains/DALLE-pytorch

    5,629View on GitHub↗

    This project is a PyTorch implementation of a text-to-image transformer. It is a generative AI model designed to map discrete text tokens to image pixels using a transformer network to create visual content from textual descriptions. The system utilizes a discrete VAE image encoder to compress visual data into tokens for transformer processing. It supports classifier-free guidance to adjust the influence of text prompts during inference and includes capabilities for ranking generated images based on their similarity to text prompts. The architecture incorporates sparse attention mechanisms a

    Pythonartificial-intelligenceattention-mechanismdeep-learning
    View on GitHub↗5,629
  • mhamilton723/stegoM

    mhamilton723/STEGO

    0View on GitHub↗
    View on GitHub↗0
  • microsoft/unilmmicrosoft avatar

    microsoft/unilm

    22,030View on GitHub↗

    This project is a comprehensive framework and toolkit for developing, optimizing, and deploying transformer-based models across multimodal, document intelligence, and natural language processing tasks. It provides a unified neural architecture that processes text, vision, audio, and document layout data through a shared set of weights, enabling researchers and developers to build foundational models that align cross-modal representations. The platform distinguishes itself through advanced training and inference strategies designed for large-scale deep learning. It incorporates specialized mec

    Pythonbeitbeit-3bitnet
    View on GitHub↗22,030
  • rwightman/pytorch-image-modelsrwightman avatar

    rwightman/pytorch-image-models

    36,893View on GitHub↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    View on GitHub↗36,893
  • thuml/danthuml avatar

    thuml/DAN

    161View on GitHub↗

    Code release of "Learning Transferable Features with Deep Adaptation Networks" (ICML 2015)

    C++
    View on GitHub↗161