Heri-Graphs
收藏资源简介:
该数据集用于多模态机器学习任务,通过使用Flickr上的帖子和图像来构建关于文化遗产价值和属性的图结构。数据集整合了图像、文本、地理位置、时间戳和社交网络结构等多种异构模态信息,用于挖掘其中的语义和结构特征。
This dataset is designed for multimodal machine learning tasks, constructing a graph structure regarding the value and attributes of cultural heritage using posts and images from Flickr, and integrating diverse heterogeneous modal information including images, text, geographic locations, timestamps, and social network structures to mine the semantic and structural features within it.
Heri-Graphs 数据集概述
数据集简介
Heri-Graphs 是一个用于多模态机器学习的数据集创建框架,专注于文化遗产价值和属性的图结构数据,通过社交媒体平台收集数据。该数据集涉及三个具有运河相关联合国教科文组织世界遗产的城市:威尼斯、苏州和阿姆斯特丹。
引用信息
Bai, N., Nourian, P., Luo, R., & Pereira Roders, A. (2022). Heri-Graphs: A Dataset Creation Framework for Multi-Modal Machine Learning on Graphs of Heritage Values and Attributes with Social Media. ISPRS International Journal of Geo-Information, 11(9), 469. MDPI AG.
数据集内容
案例研究城市
- 阿姆斯特丹:Seventeenth-Century Canal Ring Area of Amsterdam inside the Singelgracht
- 苏州:Classical Gardens of Suzhou
- 威尼斯:Venice and its Lagoon
数据集结构
数据集分为 CSV 和 NumPy 两种格式,分别存储在以下路径:
- CSV 格式:
./dataset/[city]/ - NumPy 格式:
./dataset_np/[city]/
CSV 格式数据集
| 文件名 | 列数 | 描述 | 符号 |
|---|---|---|---|
| Visual_Features.csv | 984 | 提取的视觉特征 | X<sup>vis</sup> |
| Textual_Features.csv | 776 | 提取的文本特征 | X<sup>tex</sup> |
| Value_Labels.csv | 26 | 文化遗产价值的软标签和硬标签及置信度 | Y<sup>HV</sup> |
| Attribute_Labels.csv | 19 | 文化遗产属性的软标签和硬标签及置信度 | Y<sup>HA</sup> |
| Edge_List.csv | 18 | 多图的邻接信息(仅在 Google Drive 上可用) | A, A<sup>TEM</sup>, A<sup>SOC</sup>, A<sup>SPA</sup> |
NumPy 格式数据集
| 文件名 | 数组大小 | 描述 | 符号 |
|---|---|---|---|
| Visual_Features.npy | (*, 984) | 提取的视觉特征 | X<sup>vis</sup> |
| Textual_Features.npy | (*, 776) | 提取的文本特征 | X<sup>tex</sup> |
| labels.npz | - | 文化遗产价值和属性的组合标签 | Y<sup>HV</sup> |
| node_types.npy | (*, ) | 样本是否仅包含视觉特征或同时包含视觉和文本特征 | - |
| train_val_test_idx.npz | - | 训练集、验证集和测试集的索引 | - |
| A_simp.npz | - | 简化组合图的稀疏矩阵 | A |
| A_SOC.npz | - | 社交链接的稀疏矩阵 | A<sup>SOC</sup> |
| A_SPA.npz | - | 空间链接的稀疏矩阵 | A<sup>SPA</sup> |
| A_TEM.npz | - | 时间链接的稀疏矩阵 | A<sup>TEM</sup> |
数据收集流程
数据集通过社交媒体平台 Flickr 收集,包括原始数据收集、多模态特征生成、标签生成和多图构建等步骤。
数据集下载
完整处理后的数据集可通过以下链接获取:

- 1Heri-Graphs: A Workflow of Creating Datasets for Multi-modal Machine Learning on Graphs of Heritage Values and Attributes with Social Media · 2022年



