Highlights
- Pro
Self-Supervised Learning (SSL)
Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
Official repo of Object Detection with Self-Supervised Scene Adaptation [CVPR 2023] and Efficiency-preserving Scene-adaptive Object Detection [BMVC 2024]
Multi-task Self-supervised Object Detection via Recycling of Bounding Box Annotations (CVPR, 2019)
This repository contains code for the paper "Self-supervised co-salient object detection via feature correspondence at multiple scales"
[NeurIPS 2021 Spotlight] Aligning Pretraining for Detection via Object-Level Contrastive Learning
HyperMODEST: Self-Supervised 3D Object Detection with Confidence Score Filtering
[NeurIPS 2023] HASSOD: Hierarchical Adaptive Self-Supervised Object Detection
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations by T. Chen et al.