EUFCC-CIR
收藏资源简介:
EUFCC-CIR数据集是为画廊、图书馆、档案馆和博物馆(GLAM)收藏中的组合图像检索(CIR)任务设计的。该数据集基于EUFCC-340K图像标注数据集构建,包含超过18万条注释的CIR三元组。每个三元组由一个多模态查询(输入图像加上描述所需属性操作的简短文本)和一组相关的目标图像组成。数据集的创建过程涉及自动化处理和过滤启发式方法,确保数据集的丰富性和多样性。EUFCC-CIR数据集的应用领域主要集中在数字人文研究,旨在通过CIR技术增强用户对文化遗产收藏的搜索和理解能力。
The EUFCC-CIR dataset is designed for the task of composite image retrieval (CIR) in the collections of galleries, libraries, archives, and museums (GLAM). Built upon the EUFCC-340K image annotation dataset, this dataset contains over 180,000 annotated CIR triplets. Each triplet consists of a multimodal query (an input image plus a short text describing the required attribute manipulations) and a set of relevant target images. The dataset creation process involves automated processing and heuristic filtering methods to ensure the richness and diversity of the dataset. The application scenarios of the EUFCC-CIR dataset mainly focus on digital humanities research, aiming to enhance users' ability to search for and understand cultural heritage collections through CIR technology.
EUFCC-CIR: A Composed Image Retrieval Dataset for GLAM Collections
概述
- 作者: Francesc Net, Lluis Gomez
- 机构: Computer Vision Center, Universitat Autònoma de Barcelona
- 数据集类型: 组合图像检索(CIR)
- 应用领域: 画廊、图书馆、档案馆和博物馆(GLAM)收藏
- 基础数据集: EUFCC-340K
- 数据量: 超过180K个精心标注的CIR三元组
数据集结构
- 文件夹:
data/ - 关键文件:
db_processed.txt: 图像列表,分配到训练、验证、测试分区cir_db.csv: 包含图像-文本对及其对应目标图像的详细信息
CSV列说明
| 列名 | 描述 |
|---|---|
| id1 | 第一个图像的标识符 |
| id2 | 第二个图像的标识符 |
| materials_1 | 第一个图像中的材料,指定第一个对象中使用的物质或材料 |
| ObjectTypes_1 | 第一个图像中的对象类型,定义表示的对象类别或类型 |
| materials_2 | 第二个图像中的材料,指定第二个对象中使用的物质或材料 |
| ObjectTypes_2 | 第二个图像中的对象类型,定义表示的对象类别或类型 |
| element_to_change | 两个图像之间必须改变的元素(材料或对象类型) |
| element_changed | 两个图像之间已改变的元素(材料或对象类型) |
| partition | 表示该行所属的数据集分区(训练、验证、测试) |
| query | 描述检索任务,指示从id1到id2的转换应如何发生 |
示例
- 数据集中每个行表示两个图像(
id1和id2)之间的关系,其中一个图像中的元素被修改以生成第二个图像。
安装与使用
- 克隆仓库并从EUFCC-340K数据集下载必要文件。 bash git clone https://github.com/your-username/EUFCC-CIR.git cd EUFCC-CIR/data
下载数据集文件(从EUFCC-340K仓库 => 链接在开头)




