<aside> 🛠

Language-Prompted Image Segmentation


Segment every instance of an open-vocabulary concept in an image using a short text phrase like "person" or "red car". SAM 3.1 is the Object Multiplex refresh of SAM 3 - same prompting interface and concept coverage, with improved detection scores over SAM 3.

</aside>


What it does

SAM 3.1 (Scene) segments objects in images using text prompts (or visual prompts: points, boxes, masks). Point it at a photo, type a short phrase — "cat", "person wearing glasses", "yellow car" - and it automatically finds and masks all matching objects in the scene. Architecturally it's the next-generation drop-in upgrade to SAM 3: the prompting model and 4M+ concept vocabulary carry over, but the new Object Multiplex memory design improves detection scores on the SA-Co and VEval benchmarks over SAM 3 at comparable inference cost. Use this when you would have used SAM 3 - you'll get the same workflow with better accuracy.

Problem it solves

Input/Output

<aside>

<aside>

<aside>

Performance

Inference time ~10 – 30 seconds per class on typical hardware
Detection accuracy Improved over SAM 3 on SA-Co / VEval benchmarks (Object Multiplex refresh)
Concept vocabulary 4M+ concepts (same as SAM 3)
Single-concept segmentation State-of-the-art
Attribute-based segmentation Excellent — separates similar objects by color, clothing, or appearance
Spatial relationship understanding Very good — interprets "left", "right", "background", "foreground"
Object counting Excellent - finds and counts all instances of a type
Privacy filtering Excellent for faces, license plates, screens, documents

Technical Details