Tarot-SAM3: Training-free SAM3 for Any Referring Expression Segmentation

arXiv cs.CV / 4/10/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses Referring Expression Segmentation (RES), which segments image regions described by natural-language queries, and highlights limitations of prior approaches that depend on large labeled datasets and struggle with implicit or long expressions.
  • Building on SAM3’s robustness in promptable concept segmentation, the authors propose Tarot-SAM3 to enable accurate segmentation from any referring expression in a training-free manner.
  • Tarot-SAM3 uses an Expression Reasoning Interpreter (ERI) to produce reasoning-assisted, rephrased, heterogeneous prompts that improve structured parsing of diverse queries for SAM3.
  • It further applies Mask Self-Refining (MSR) to select the best mask type and refine segmentation by using DINOv3-derived feature relationships to correct over- and under-segmentation.
  • Experiments and ablations report strong results across explicit, implicit, and open-world RES benchmarks, with each phase validated as contributing to overall performance.

Abstract

Referring Expression Segmentation (RES) aims to segment image regions described by natural-language expressions, serving as a bridge between vision and language understanding. Existing RES methods, however, rely heavily on large annotated datasets and are limited to either explicit or implicit expressions, hindering their ability to generalize to any referring expression. Recently, the Segment Anything Model 3 (SAM3) has shown impressive robustness in Promptable Concept Segmentation. Nonetheless, applying it to RES remains challenging: (1) SAM3 struggles with longer or implicit expressions; (2) naive coupling of SAM3 with a multimodal large language model (MLLM) makes the final results overly dependent on the MLLM's reasoning capability, without enabling refinement of SAM3's segmentation outputs. To this end, we present Tarot-SAM3, a novel training-free framework that can accurately segment from any referring expression. Specifically, Tarot-SAM3 consists of two key phases. First, the Expression Reasoning Interpreter (ERI) phase introduces reasoning-assisted prompt options to support structured expression parsing and evaluation-aware rephrasing. This transforms arbitrary queries into robust heterogeneous prompts for generating reliable masks with SAM3. Second, the Mask Self-Refining (MSR) phase selects the best mask across prompt types and performs self-refinement by leveraging rich feature relationships from DINOv3 to compare discriminative regions among ERI outputs. It then infers region affiliation to the target, thereby correcting over- and under-segmentation. Extensive experiments demonstrate that Tarot-SAM3 achieves strong performance on both explicit and implicit RES benchmarks, as well as open-world scenarios. Ablation studies further validate the effectiveness of each phase.