#168 · Primary category: Computer Vision
byol-pytorch
Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch
Project last updated:04/27/26
GitHub Stars
1.9K
Forks
248
Contributors
6
License
MIT
Why we included this project
If you train vision models and are short on labeled data, this library gives you a small, clear way to add self-supervised pretraining. It implements BYOL, which learns from unlabeled images without negative pairs by matching a moving-average target encoder. You wrap any image-based network, like a ResNet, feed it raw images, and train; afterward the same network typically performs better on your supervised downstream tasks. The code is minimal and pip-installable, so it's easy to follow for researchers and easy to use for engineers wanting a quick pretraining step before fine-tuning on a limited labeled set.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)