AIAny
AI Image2025
Icon for item

DINOv3

Self-supervised vision foundation model producing dense, patch-level features that transfer to classification, segmentation, depth, and detection with a frozen backbone. Spans ViT-S (21M) to ViT-7B (6.7B params), plus ConvNeXt and satellite variants.

Introduction

Most vision backbones need task-specific fine-tuning before they earn their keep; DINOv3 flips that, learning features rich enough that a frozen backbone plus a lightweight head rivals specialized models on segmentation, depth, and detection. The leap this round isn't only accuracy — it's that label-free pretraining now scales cleanly to 7B parameters and to domains as alien as satellite imagery, trained on 1.7B web images (LVD-1689M) and 493M satellite tiles (SAT-493M) without a single human annotation.

Key Capabilities
  • Dense features off the shelf: patch-level embeddings drive ImageNet classification, ADE20K segmentation, NYUv2 depth, COCO detection, and zero-shot matching — no fine-tuning of the backbone required.
  • One family, many budgets: ViT-S/16 (21M) through ViT-7B/16 (6.7B params), plus ConvNeXt Tiny–Large (29M–198M), so you trade compute for quality instead of swapping architectures.
  • Frozen-backbone numbers that hold up: ViT-L/16 reaches 82.0% k-NN and 83.5% linear-probe top-1 on ImageNet-1k, meaning the representations are strong before you train any task head.
  • Beyond natural photos: dedicated SAT-493M models bring the same self-supervised recipe to remote sensing, where labels are scarce and expensive.
Who It's For

Great fit if you want a high-quality frozen feature extractor to build many downstream heads on, need dense per-pixel features, or work in a label-poor domain like satellite imagery. Look elsewhere if you need a generative or text-aligned model — this produces visual features, not images or captions — or if you lack the compute to serve the larger ViT-H+/7B tiers; the smaller ViT-S/B and ConvNeXt variants exist precisely for that constraint.

Information

  • Websitegithub.com
  • OrganizationsMeta AI Research (FAIR)
  • AuthorsMeta AI Research (FAIR), Oriane Siméoni, Huy V. Vo, Maximilian Seitzer, Federico Baldassarre, Maxime Oquab, Cijo Jose, Vasil Khalidov, Marc Szafraniec, Seungeun Yi
  • Published date2025/08/07

More Items

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub
AI Image2026

Turns 530+ GPT-Image2 examples into a structured 'Prompt-as-Code' library and style skill for reproducible image-generation workflows; includes a browsable gallery, 20+ industrial templates, and an agent-ready style skill for automation.

GitHub
AI Image2022

Enlarges and enhances low-resolution images using AI models (Real-ESRGAN) through a cross-platform desktop app. Runs on a local NCNN/Vulkan backend (requires a Vulkan-compatible GPU), offers an Electron GUI plus a CLI backend (upscayl-ncnn), and supports custom models for different image types.