AIAny
AI Image2025
Icon for item

SAM 3: Segment Anything with Concepts

Detects, segments, and tracks every instance of an open-vocabulary concept in images and video from a text phrase or visual exemplar, not just one object per prompt. An 848M-param model reaching ~75-80% of human accuracy across 270K concepts.

Introduction

Segmentation models have always made you point at one thing. SAM 3 flips the unit of work: hand it a noun — "striped umbrella," "person wearing red" — and it returns every matching instance across an image or a whole video, tracking each through time. The hard part was never drawing masks; it was teaching a model what a concept means at the scale of millions of them.

Key Capabilities
  • Open-vocabulary, exhaustive segmentation. A text phrase or visual exemplar yields all matching instances, not a single clicked object — turning an interactive tool into something closer to a dataset-labeling engine.
  • One model for images and video. An 848M-parameter design shares a vision encoder between a detector and a decoupled tracker, with a "presence token" that disambiguates near-identical prompts and cuts false positives on confusable concepts.
  • Built on scale. An automated data engine annotated 4M+ unique concepts; on the SA-CO benchmark of 270K concepts the model reaches roughly 75-80% of human accuracy — open-vocabulary recall solid enough for real auto-labeling.
Great Fit / Look Elsewhere

Great fit if you need to find and track every member of a category — every car, every cell, every logo — across frames, or to bootstrap segmentation datasets without clicking object by object. Look elsewhere if you need lightweight on-device inference (848M parameters is heavy) or pixel-perfect single-object editing, where SAM 2-style interactive point prompting stays leaner.

Information

  • Websitegithub.com
  • OrganizationsMeta Superintelligence Labs, Meta
  • AuthorsMeta Superintelligence Labs, Nicolas Carion, Laura Gustafson, Yuan-Ting Hu, Shoubhik Debnath, Piotr Dollár, Nikhila Ravi, Kate Saenko, Pengchuan Zhang, Christoph Feichtenhofer
  • Published date2025/07/17

Categories

More Items

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.

GitHub
AI Image2022

Web and desktop/mobile WebUI for generating, editing, captioning and processing images and videos with Stable Diffusion and many diffusion models. Key features include automatic model download, SDNQ on-the-fly quantization for VRAM savings, balanced CPU/GPU offload, multi-backend GPU support, and built-in captioning/tagging/upscaling workflows.