RETROSPECTIVE RECORD · PREPARED 16 SEPTEMBER 2026The record · 100 retrospective records ↗

The record / Models

Models / From the record · 5 April 2023 event · prepared 16 September 2026

Segment Anything paired a promptable model with a huge dataset

SAM's zero-shot masks and the SA-1B dataset moved segmentation toward a foundation-model pattern.

Visual for this record: Segment Anything paired a promptable model with a huge dataset
Visual published by user-images.githubusercontent.com, shown for identification of the record. Credit: user-images.githubusercontent.com · source page ↗ Rights: owner-review-pending.

A promptable task, a model, and a dataset released together

On 5 April 2023, Meta AI released the Segment Anything Model (SAM) alongside the paper that introduces it and a companion blog post. SAM is promptable: it accepts a point, a box, a rough mask, or, the paper states, freeform text, and returns a segmentation mask for whatever the prompt indicates, including a reasonable guess when the prompt is ambiguous about which object is meant. Meta released the model code under an Apache 2.0 licence through its repository, and released a separate dataset, SA-1B, containing more than 1.1 billion masks across roughly 11 million images that the paper describes as licensed and privacy-respecting.

What zero-shot performance meant here

The paper reports that SAM's zero-shot performance, meaning its results on segmentation tasks and image distributions it was not specifically trained for, is often competitive with, and sometimes superior to, prior models trained specifically for those tasks. This is the same zero-shot logic used by CLIP and other earlier models: a system trained broadly, then tested without task-specific fine-tuning, on the reasoning that broad training data can substitute for narrow supervision. The blog post frames this generality as movement toward 'the first foundation model for image segmentation', a label describing the intended scope of the training approach rather than a claim that every downstream segmentation task has been evaluated.

What the licence split limits

SAM's code and weights carry a permissive Apache 2.0 licence, but the SA-1B dataset itself is released, per Meta's own description, for research purposes rather than under the same permissive terms, so a developer building a product on the model does not automatically inherit the same rights to redistribute or build on the dataset. The 'foundation model' framing also describes a training strategy, not a guarantee of accuracy in any specific downstream deployment; the paper's zero-shot comparisons are against particular benchmark datasets under particular metrics, and a new domain, such as medical or satellite imagery, is not the same distribution those comparisons were run on.

Questions to carry into your own evaluation

  • Does the target image domain resemble the natural-image benchmarks SAM's zero-shot results were measured on?
  • Is the deployment using SA-1B or a derivative of it, and does that use fall inside the dataset's stated research licence?
  • Does an ambiguous prompt in this use case need SAM's single best guess, or all plausible masks it can return?

Segment Anything is a documented case of a promptable model and a large licensed dataset released as a pair, with zero-shot results measured against specific benchmarks. The foundation-model label describes an ambition for generality that the paper ties to particular, checkable evaluations rather than to unconditional accuracy.

Sources & reading trail

Segment Anything ↗

Introduces SAM's promptable-segmentation task, describes the SA-1B dataset scale, and states the zero-shot performance claim.

Source published: 5 April 2023 · Retrieved: 16 September 2026

Introducing Segment Anything: Working toward the first foundation model for image segmentation ↗

Dates the release, states the Apache 2.0 code licence and the SA-1B research-use licence, and frames the foundation-model claim.

Source published: 5 April 2023 · Retrieved: 16 September 2026

facebookresearch/segment-anything (GitHub repository) ↗

Confirms the model's Apache 2.0 licence and the dataset scale; used in place of segment-anything.com, which no longer resolves.

Source published: Not established · Retrieved: 16 September 2026

Papers and official documents establish the record; the reading and the questions are Model Field Guide editorial analysis. This retrospective draft does not imply the site published on the event date.