ViDDAR-Dataset
收藏资源简介:
ViDDAR-Dataset是由杜克大学研究团队创建的一个开源数据集,旨在评估增强现实(AR)环境中的任务有害内容。该数据集包含两类攻击示例:阻塞攻击和信息操纵攻击,分别模拟了虚拟内容对现实世界信息的遮挡和误导。数据集通过用户研究验证了标签的准确性,确保了其与人类感知的一致性。数据集的应用领域主要集中在AR场景中的任务有害内容检测,旨在通过视觉语言模型(VLM)和深度学习技术,提升AR应用的安全性和用户体验。
The ViDDAR-Dataset is an open-source dataset created by a research team at Duke University, designed to evaluate task-related harmful content in augmented reality (AR) environments. This dataset includes two categories of attack examples: occlusion attacks and information manipulation attacks, which respectively simulate the obstruction and misdirection of real-world information by virtual content. The accuracy of the dataset's labels has been verified via user studies, ensuring consistency with human perception. The main application fields of this dataset focus on task-related harmful content detection in AR scenarios, aiming to enhance the safety and user experience of AR applications through visual language models (VLMs) and deep learning technologies.
ViDDAR 数据集概述
1. 数据集简介
ViDDAR(Vision Language Model-based Detrimental content Detector for Augmented Reality)是一个用于检测增强现实(AR)环境中有害虚拟内容的系统。该数据集主要用于识别和评估两种类型的有害内容:
- 遮挡攻击:虚拟物体遮挡了重要的现实世界元素,使用户难以看到或与之交互。
- 信息操纵攻击:虚拟物体误导用户对现实世界物体的功能或含义的理解,可能导致误解。
2. 数据集内容
数据集主要由两部分组成:遮挡攻击数据集和信息操纵攻击数据集。
2.1 遮挡攻击数据集
- 数据量:306对(raw_img, ar_img)图像。
- 关键对象:每张原始图像包含1个关键对象,共有23类关键对象。
- 数据内容:
obstruction_raw_img:原始图像。obstruction_ar_img:AR图像。obstruction_key_object_mask:原始图像中关键对象的二值掩码。obstruction_ar_content_mask:AR图像中虚拟内容的二值掩码。
- 标签:
obstruction_labels.csv:包含每对(raw_img, ar_img)的两个标签:- 关键对象的名称。
- 遮挡状态(虚拟内容是否遮挡了关键对象,"yes"表示遮挡,"no"表示未遮挡)。
2.2 信息操纵攻击数据集
- 数据量:114对(raw_img, ar_img)图像。
- 场景:每对图像展示了一个虚拟内容与现实世界物体结合的场景,共有10种组合。
- 数据内容:
information_manipulation_raw_img:原始图像。information_manipulation_ar_img:AR图像。
- 标签:
information_manipulation_labels.csv:包含每对(raw_img, ar_img)的四个标签:- 对齐精度(1表示好,0表示差)。
- 风格相似性(1表示高,2表示低)。
- 功能误导(1表示可能,0表示不可能)。
- 总体信息操纵可能性(1表示高,0表示低)。
3. 相关材料
4. 数据集下载
数据集下载链接:ViDDAR Dataset
5. 致谢
该数据集由Yanming Xiu、Tim Scargill和Maria Gorlatova创建,并得到了NSF、CISCO、Meta和DARPA的支持。

- 1ViDDAR: Vision Language Model-Based Task-Detrimental Content Detection for Augmented Reality杜克大学 · 2025年



