five

jmc255/aphantasia_drawing_dataset

收藏
Hugging Face2024-05-04 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/jmc255/aphantasia_drawing_dataset
下载链接
链接失效反馈
官方服务:
资源简介:
--- language: - en tags: - medical - psychology pretty_name: Aphantasic Drawing Dataset --- # Aphantasic Drawing Dataset <!-- Provide a quick summary of the dataset. --> This dataset contains data from an online memory drawing experiment conducted with individuals with aphantasia and normal imagery. ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> This dataset comes from the Brain Bridge Lab from the University of Chicago. It is from an online memory drawing experiment with 61 individuals with aphantasia and 52 individuals with normal imagery. In the experiment participants 1) studied 3 separate scene photographs presented one after the other 2) drew them from memory, 3) completed a recognition task 4) copied the images while viewing them 5) filled out a VVIQ and OSIQ questionnaire and also demographics questions. The scenes the participants were asked to draw were of a kitchen, bedroom, and living room. The control (normal imagery) and treatment group (aphantasia) were determined by VVIQ scores. Those with a score >=40 were control and those with scores <=25 were in the aphantasia group. For more info on the experiment and design follow the paper linked below. The original repository for the data from the experiment was made available on the OSF website linked below. It was created July 31, 2020 and last updated September 27, 2023. - **Curated by:** Wilma Bainbridge, Zoe Pounder, Alison Eardley, Chris Baker #### Example Analysis https://colab.research.google.com/drive/1ZmHxg45WIWuUn6pcyb7BBk3zwJovLe5z?usp=sharing ### Dataset Sources <!-- Provide the basic links for the dataset. --> - **Original Repository:** https://osf.io/cahyd/ - **Paper:** https://doi.org/10.1016/j.cortex.2020.11.014 ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> Example of the structure of the data: ``` { "subject_id": 111, "treatment": "aphantasia", "demographics": { "country": "United States", "age": 56, "gender": "male", "occupation": "sales/music", "art_ability": 3, "art_experience": "None", "device": "desktop", "input": "mouse", "difficult": "memorydrawing", "diff_explanation": "drawing i have little patience for i can do it but i will spend hours editing (never got the hang of digital drawing on screens", "vviq_score": 16, "osiq_score": 61 }, "drawings": { "kitchen": { "perception": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "memory": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> }, "livingroom": { "perception": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "memory": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> }, "bedroom": { "perception": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "memory": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> } }, "image": { "kitchen": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "livingroom": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "bedroom": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> } } ``` ## Data Fields - subject_id: Subject ID - treatment: group for the experiment based on VVIQ score; "aphantasia"(VVIQ<=25) or "control"(VVIQ>=40) - country: Participants Country - age: Age - gender: Gender - occupation: Occupation - art_ability: Self-Report rating of art ability from 1-5 - art_experience: Description of participant's art experience - device: Device used for the experiment (desktop or laptop) - input: What participant used to draw (mouse, trackpad, etc.) - difficult: Part of the experiment participant though was most challenging - diff_explanation: Explanation of why they thought the part specified in "difficult" was hard - vviq_score: VVIQ test total points (16 questions from 0-5) - osiq_score: OSIQ test total points (30 questions from 0-5) - perception drawings: Participant drawings of kitchen, living room, and bedroom from perception part of experiment - memory drawings: Participant drawings of kitchen, living room, and bedroom from memory part of experiment - image: Actual images (stimuli) participants had to draw (kitchen, living room, bedroom) ## Dataset Creation ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> The orignal repository for the data included a folder for the participant's drawings (1 for aphantasia and 1 for control), a folder of the scene images they had to draw (stimuli), and a excel file with the demographic survey and test score data. The excel file had 117 rows and the 2 folders for aphantasia and control had 115 subject folders total. Subject 168 did not fill out the demographic information or take the VVIQ and OSIQ test and subjects 160, 161, and 162 did not have any drawings. 160, 161, and 162 were removed during the data cleaning process and the final parquet file has 115 participants. #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> The original excel file did not have total score for the VVIQ and OSIQ tests, but instead individual points for each questions. The total score was calculated from these numbers. The orignal drawing folders for each participant had typically 18 files. There were 6 files of interest: The 3 drawings from the memory part of the experiment, and the 3 drawings from the perception part of the experiment. They had file names that were easy to distinguish: For memory: sub{subid}-mem{1,2,or 3}-{room}.png where the room was either livingroom, bedroom, or kitchen and 1,2, or 3 depending on the order in which the participant did the drawings. For perception: sub{subid}-pic{1,2,or 3}-{room}.png These files were matched with the excel file rows by subject ID, so each participant typically had 6 drawings total. Some of the drawings were blank white images or had a question mark drawn indicating the participant could not recall the image. These images were removed. The actual image folder had 3 images (kitchen, living room, bedroom) that were replicated to go with each of the 115 participants. The final format of the data is shown above. For a look at the code used to process the data follow this google colab link: https://colab.research.google.com/drive/1Oz1QL0mD9g3lVBgtmqHa-QiwwIJ2JaX5?usp=drive_link #### Data Producers <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> The contributors of the original dataset and authors of the paper are: - Wilma Bainbridge (University of Chicago Department of Psychology & Laboratory of Brain and Cognition, National Institute of Mental Health, Bethesda, MD, USA), - Zoë Pounder (Department of Psychology, University of Westminster, London, UK) - Alison Eardley (Department of Psychology, University of Westminster, London, UK) - Chris Baker (Laboratory of Brain and Cognition, National Institute of Mental Health, Bethesda, MD, USA) ## Citation <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** @misc{Bainbridge_Pounder_Eardley_Baker_2023, title={Quantifying Aphantasia through drawing: Those without visual imagery show deficits in object but not spatial memory}, url={osf.io/cahyd}, publisher={OSF}, author={Bainbridge, Wilma A and Pounder, Zoë and Eardley, Alison and Baker, Chris I}, year={2023}, month={Sep} } **APA:** Bainbridge, W. A., Pounder, Z., Eardley, A., & Baker, C. I. (2023, September 27). Quantifying Aphantasia through drawing: Those without visual imagery show deficits in object but not spatial memory. Retrieved from osf.io/cahyd ## Glossary <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> Aphantasia: The inability to create visual imagery, keeping you from visualizing things in your mind.
提供机构:
jmc255
原始信息汇总

Aphantasic Drawing Dataset

数据集概述

该数据集包含来自一项在线记忆绘图实验的数据,实验对象包括61名患有失视觉症(aphantasia)的个体和52名具有正常图像记忆的个体。实验中,参与者依次学习三张不同的场景照片,然后根据记忆绘制这些场景,完成识别任务,复制图像(同时观看),并填写VVIQ和OSIQ问卷以及人口统计问题。参与者被要求绘制的场景包括厨房、卧室和客厅。根据VVIQ分数,分数≥40的个体被归为对照组,分数≤25的个体被归为失视觉症组。

数据集描述

该数据集来自芝加哥大学的Brain Bridge实验室,源自一项在线记忆绘图实验。实验中,参与者学习三张不同的场景照片,然后根据记忆绘制这些场景,完成识别任务,复制图像(同时观看),并填写VVIQ和OSIQ问卷以及人口统计问题。场景包括厨房、卧室和客厅。根据VVIQ分数,分数≥40的个体被归为对照组,分数≤25的个体被归为失视觉症组。

数据集结构

数据集的结构示例如下: json { "subject_id": 111, "treatment": "aphantasia", "demographics": { "country": "United States", "age": 56, "gender": "male", "occupation": "sales/music", "art_ability": 3, "art_experience": "None", "device": "desktop", "input": "mouse", "difficult": "memorydrawing", "diff_explanation": "drawing i have little patience for i can do it but i will spend hours editing (never got the hang of digital drawing on screens", "vviq_score": 16, "osiq_score": 61 }, "drawings": { "kitchen": { "perception": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "memory": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> }, "livingroom": { "perception": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "memory": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> }, "bedroom": { "perception": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "memory": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> } }, "image": { "kitchen": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "livingroom": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500>, "bedroom": <PIL.PngImagePlugin.PngImageFile image mode=RGB size=500x500> } }

数据字段

  • subject_id: 参与者ID
  • treatment: 根据VVIQ分数划分的实验组;"aphantasia"(VVIQ<=25) 或 "control"(VVIQ>=40)
  • country: 参与者所在国家
  • age: 年龄
  • gender: 性别
  • occupation: 职业
  • art_ability: 自我报告的艺术能力评分(1-5)
  • art_experience: 参与者艺术经验描述
  • device: 实验所用设备(台式机或笔记本电脑)
  • input: 参与者绘图所用工具(鼠标、触控板等)
  • difficult: 参与者认为最具挑战性的实验部分
  • diff_explanation: 对指定为“difficult”部分的困难解释
  • vviq_score: VVIQ测试总分(16个问题,每个问题0-5分)
  • osiq_score: OSIQ测试总分(30个问题,每个问题0-5分)
  • perception drawings: 参与者从感知部分实验中绘制的厨房、客厅和卧室图
  • memory drawings: 参与者从记忆部分实验中绘制的厨房、客厅和卧室图
  • image: 参与者需要绘制的实际图像(厨房、客厅、卧室)

数据集创建

源数据

原始数据集包括参与者绘图文件夹(失视觉症组和对照组各一个)、参与者需要绘制的场景图像文件夹(刺激物)以及包含人口统计调查和测试分数数据的Excel文件。Excel文件有117行,失视觉症组和对照组的文件夹共有115个参与者文件夹。参与者168未填写人口统计信息或进行VVIQ和OSIQ测试,参与者160、161和162没有绘图。这些参与者在数据清洗过程中被移除,最终的parquet文件包含115名参与者。

数据收集和处理

原始Excel文件没有VVIQ和OSIQ测试的总分,而是每个问题的单独分数。总分是从这些分数中计算出来的。每个参与者的原始绘图文件夹通常包含18个文件,其中有6个感兴趣的文件:记忆部分实验的3个绘图和感知部分实验的3个绘图。这些文件的文件名易于区分:

  • 记忆部分:sub{subid}-mem{1,2,or 3}-{room}.png,其中room为livingroom、bedroom或kitchen,1,2,或3取决于参与者绘图的顺序。
  • 感知部分:sub{subid}-pic{1,2,or 3}-{room}.png 这些文件通过参与者ID与Excel文件行匹配,每个参与者通常有6个绘图。一些绘图是空白白色图像或带有问号的绘图,表示参与者无法回忆图像。这些图像被移除。实际图像文件夹包含3个图像(厨房、客厅、卧室),这些图像被复制以与115名参与者匹配。最终数据格式如上所示。

数据生产者

原始数据集的贡献者和论文作者包括:

  • Wilma Bainbridge(芝加哥大学心理学系 & 国家心理健康研究所脑与认知实验室,贝塞斯达,MD,美国)
  • Zoë Pounder(威斯敏斯特大学心理学系,伦敦,英国)
  • Alison Eardley(威斯敏斯特大学心理学系,伦敦,英国)
  • Chris Baker(国家心理健康研究所脑与认知实验室,贝塞斯达,MD,美国)

引用

BibTeX: bibtex @misc{Bainbridge_Pounder_Eardley_Baker_2023, title={Quantifying Aphantasia through drawing: Those without visual imagery show deficits in object but not spatial memory}, url={osf.io/cahyd}, publisher={OSF}, author={Bainbridge, Wilma A and Pounder, Zoë and Eardley, Alison and Baker, Chris I}, year={2023}, month={Sep} }

APA:

Bainbridge, W. A., Pounder, Z., Eardley, A., & Baker, C. I. (2023, September 27). Quantifying Aphantasia through drawing: Those without visual imagery show deficits in object but not spatial memory. Retrieved from osf.io/cahyd

术语解释

Aphantasia: 无法创建视觉图像的能力,使您无法在脑海中想象事物。

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作