Robots Atlas>ROBOTS ATLAS
DINOv3

DINOv3

v3ย ยทย Family: DINO
Self-supervised vision foundation model by Meta AI; flagship ViT-7B trained without labels, produces dense image features without fine-tuning.
โœ“ Activeโœ“ Public accessโš– Open weightsVision๐Ÿ“ DINO
Parameters
6.7B (ViT-7B); warianty destylowane 21Mโ€“840M
parameters
Release date
14 August 2025
Access:DownloadDeployment:๐Ÿ’ป Localโ˜ Cloud

Overview

DINOv3 is a family of self-supervised vision foundation models developed by Meta AI, unveiled on August 14, 2025. The models are trained without labels on 1.7 billion images (the LVD-1689M dataset), with the flagship ViT-7B variant containing about 6.7 billion parameters.

Meta also released distilled variants (ViT-S, ViT-S+, ViT-B, ViT-L, ViT-H+ and ConvNeXt T/S/B/L backbones) and a satellite variant trained on the SAT-493M dataset. A key technique is Gram anchoring, which addresses the degradation of dense feature maps during long training schedules.

The models achieve state-of-the-art results on object detection, semantic segmentation and depth estimation without fine-tuning the backbone. Weights and code are released under the DINOv3 License via GitHub (facebookresearch/dinov3) and Hugging Face.

Classification
Vision
Family: DINO
Access & deployment
Download
LocalCloud
Weights: Open weights
Key parameters
๐Ÿงฉ Parameters: 6.7B (ViT-7B); warianty destylowane 21Mโ€“840M
โœ“ Fine-tuning
๐Ÿ“ฅ Input: image

Technical specification

Parameters
6.7B (ViT-7B); warianty destylowane 21Mโ€“840M
parameters
License
DINOv3 License
Features:โœ“ Fine-tuning
Modalities
โฌ‡ Input
image
โฌ† Output
structured_data

Benchmark results

2 benchmarks
ImageNet-1k
k-NN accuracy ยท frozen backbone k-NN
82.0%
๐Ÿ“„ repository
ImageNet-1k
linear probe accuracy ยท frozen backbone linear eval
83.5%
๐Ÿ“„ repository

Technical architecture

Core Architecture
Training Techniques