Inst2Seg
收藏资源简介:
Inst2Seg是由浙江大学和南京航空航天大学联合构建的大规模指令驱动实例分割数据集与基准测试。该数据集通过精心设计的标注流程构建,包含50万训练问答对以及3328条手动验证的指令,覆盖了单目标、多目标和无目标等多种真实场景与指令类型。数据集将自由形式的自然语言指令与实例级掩码精确耦合,旨在系统评估复杂指令下连贯的实例级掩码预测性能,为多实例分割模型的训练与评估提供了高质量、大规模的数据支持。
Inst2Seg is a large-scale instruction-driven instance segmentation dataset and benchmark jointly constructed by Zhejiang University and Nanjing University of Aeronautics and Astronautics. Constructed via a carefully designed annotation pipeline, this dataset contains 500,000 training question-answer pairs and 3,328 manually verified instructions, covering a wide range of real-world scenarios and instruction types including single-object, multi-object, and no-object cases. It precisely couples free-form natural language instructions with instance-level masks, aiming to systematically evaluate the performance of coherent instance-level mask prediction under complex instructions, and provides high-quality, large-scale data support for the training and evaluation of multi-instance segmentation models.
数据集概述:InstructSAM / Inst2Seg
简介
InstructSAM 是一个指令驱动的多实例分割框架,能够根据自然语言指令分割任意目标实例。其配套数据集为 Inst2Seg,支持类别提示、指代表达和推理式指令等多种指令类型。
核心特性
- 灵活指令:支持类别提示、指代表达、推理式指令。
- 实例感知输出:预测一组实例掩码,而非单个语义区域。
- 高效推理:避免多轮代理提示和重复的 SAM 调用。
- 数据集支持:提供基于 Inst2Seg 的训练和评估脚本,用于指令式实例分割。
数据集内容
- 训练和评估标注 JSON 文件托管在 Hugging Face。
- 原始图像需从各数据集的官方来源下载。
- 还提供独立的 Benchmark 评估数据集:Inst2Seg-Bench。
使用方法
- 训练:分两个阶段进行,第一阶段基于 Qwen3-VL-2B-Instruct 基座,第二阶段为推理微调。
- 推理:支持单图像推理,输出文本、掩码分数及掩码叠加可视化结果。
- 评估:提供多个评估脚本,用于 Inst2Seg、ReasonSeg、gRefCOCO 和 RoboRefIt 等基准测试。
模型与资源
- 预训练模型:InstructSAM-2B
- 论文地址:arXiv:2605.26102
- 视频演示:YouTube





