ReSeDis
收藏资源简介:
ReSeDis是一个为评估模型在真实开放世界环境中进行大规模指代对象搜索能力而设计的基准数据集。不同于传统的指代任务,ReSeDis要求模型能够根据自然语言描述,在数千张图片中找到真正包含该对象的图片,并准确地在像素级别定位对象。该数据集由7088张来自MS-COCO数据集的图片和9664个手动编写的指代表达式组成,每个表达式对应多个类别中的对象实例。数据集旨在解决现有视觉定位和文本检索方法的局限性,为构建下一代鲁棒和可扩展的多模态搜索系统提供现实和端到端的测试平台。
ReSeDis is a benchmark dataset designed to evaluate models' ability to perform large-scale referring object search in real open-world environments. Unlike traditional referring tasks, ReSeDis requires models to locate the exact images containing the target object from thousands of images based on natural language descriptions, and accurately pinpoint the object at the pixel level. This dataset comprises 7088 images from the MS-COCO dataset and 9664 manually written referring expressions, where each expression corresponds to object instances across multiple categories. It aims to address the limitations of existing visual grounding and text retrieval methods, providing a realistic and end-to-end testbed for building next-generation robust and scalable multimodal search systems.
ReSeDis数据集概述
数据集简介
- 名称:ReSeDis (Referring-based Object Search and Discovery)
- 用途:用于评估模型在大规模图像集合中搜索被引用对象的能力
- 任务类型:引用搜索与发现任务(Refering Search and Discovery)
数据规模
- 图像数量:7,088张(来自MSCOCO数据集)
- 引用表达式:9,664条
数据内容
- 每张图像包含:
- 图像ID(与MSCOCO保持一致)
- 目标对象的分割掩码(target_annotation)
- 目标对象的文本描述(expression)
- 目标对象的类别(category)
数据格式
- 注释文件格式:JSON
- 读取方式: python import json with open(*.json, r) as f: infos = json.load(f)
下载信息
- 下载地址:https://drive.google.com/drive/folders/1H0woMUkhVA0IcA8614b1oI6gajNN2g1-?usp=sharing
使用条款
- 仅限非商业用途的学术研究和教育目的
- 严禁商业使用
- 未经作者书面许可不得重新分发数据集或修改版本




