让分割模型直接理解复杂自然语言指令,提升精准度与实用性。
SAM3-I: Segment Anything with Instructions

- 引入指令感知级联适配机制,将自然语言指令语义逐步对齐视觉-语言表示
- 在多个任务上实现优于现有方法的指代与推理分割性能,保持强概念召回能力
- 适合需要复杂指令交互的场景,如智能助手、机器人视觉理解等
Segment Anything Model 3 (SAM3) 通过可提示的概念分割实现了开放词汇分割,使用户能通过简短名词短语(NP)提示分割所有相关实例。然而,真实交互常涉及包含属性、关系、动作、状态或隐式推理的丰富自然语言指令。当前方法依赖外部多模态代理将复杂指令转化为名词短语,并进行迭代掩码过滤,导致表示粗糙且实例特异性有限。本文提出 SAM3-I,作为 SAM 家族的指令遵循扩展,将概念级定位与指令级推理统一于单一分割框架中。基于 SAM3,SAM3-I 引入指令感知级联适应机制及专用对齐损失,逐步对齐表达性指令语义与 SAM3 的视觉-语言表示,实现对自然语言指令的直接解析,同时保留其强大的概念召回能力。为支持指令跟随学习,我们构建 HMPL-Instruct,一个大规模以指令为中心的数据集,系统覆盖层级化指令语义与多样化目标粒度。实验表明,SAM3-I 在指代与基于推理的分割任务上表现优异,证明 SAM3 可有效扩展以遵循复杂自然语言指令,而不牺牲其原有的概念驱动优势。代码与数据集见 https://github.com/debby-0527/SAM3-I。
原文摘要 · Abstract (English)
Segment Anything Model 3 (SAM3) advances open-vocabulary segmentation through promptable concept segmentation, enabling users to segment all instances associated with a given concept using short noun-phrase (NP) prompts. While effective for concept-level grounding, real-world interactions often involve far richer natural-language instructions that combine attributes, relations, actions, states, or implicit reasoning. Currently, SAM3 relies on external multi-modal agents to convert complex instructions into NPs and conducts iterative mask filtering, leading to coarse representations and limited instance specificity. In this work, we present SAM3-I, an instruction-following extension of the SAM family that unifies concept-level grounding and instruction-level reasoning within a single segmentation framework. Built upon SAM3, SAM3-I introduces an instruction-aware cascaded adaptation mechanism with dedicated alignment losses that progressively aligns expressive instruction semantics with SAM3's vision-language representations, enabling direct interpretation of natural-language instructions while preserving its strong concept recall ability. To enable instruction-following learning, we introduce HMPL-Instruct, a large-scale instruction-centric dataset that systematically covers hierarchical instruction semantics and diverse target granularities. Experiments demonstrate that SAM3-I achieves appealing performance across referring and reasoning-based segmentation, showing that SAM3 can be effectively extended to follow complex natural-language instructions without sacrificing its original concept-driven strengths. Code and dataset are available at https://github.com/debby-0527/SAM3-I.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。