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 Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

Hugging Face
AI Model2026

Diffusion-based generative model for scene and video synthesis, providing full Diffusers checkpoints and scene LoRA for fast adaptation. Includes Stage‑1 nano (1.3B) and pro (5B) variants and modular transformer/VAE components.

GitHub
AI Agent2026

Trains reusable natural-language 'skills' for frozen LLM agents by optimizing the skill document in text-space — using trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts. Multi-backend, zero inference-time cost at deployment, designed for iterative, validation-led skill improvement.