DINOv2
Self-supervised vision transformer by Meta producing universal visual features.
About
DINOv2 is a family of self-supervised vision transformers from Meta AI, pretrained on 142 million curated images without any labels. The resulting features are general purpose: a frozen DINOv2 backbone with a simple linear head handles image classification, semantic segmentation, depth estimation, and retrieval without fine-tuning, reaching up to 87.1 percent linear-probe accuracy on ImageNet. Four distilled sizes are published, from ViT-S at 21M parameters through ViT-B and ViT-L up to ViT-g at 1.1B, each also available with register tokens that improve feature map quality. Pretrained classification, segmentation, and depth heads are provided for immediate use, and specialized variants exist for X-ray and cell microscopy imagery under non-commercial research licenses. The main code and weights are Apache 2.0, and the line has continued into DINOv3. Computer vision researchers and practitioners commonly adopt it as a frozen feature extractor when labeled data is scarce.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Minimum VRAM
- 6 GB
- Added
- Apr 3, 2026
Related Tools
Contrastive language-image pre-training model by OpenAI for zero-shot visual classification.
Lightweight face recognition and analysis framework wrapping multiple models.
Foundation model for monocular depth estimation by TikTok.
Monocular depth estimation model producing detailed depth maps from single images.
Meta AI research platform for object detection, segmentation, and pose estimation.
Simple and effective multi-object tracking using every detection box.