Skip to content

cxr-eye-gaze/eye-gaze-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Creation and Validation of a Chest X-Ray Dataset with Eye-tracking and Report Dictation for AI Tool Development

Introduction

This repository contains the code to reproduce the experiments and data preparation for the paper "Creation and Validation of a Chest X-Ray Dataset with Eye-tracking and Report Dictation for AI Tool Development". If you find this dataset, models or code useful, please cite us using the following bibTex:

%Paper:
@article{karargyris2021creation,
  title={Creation and validation of a chest X-ray dataset with eye-tracking and report dictation for AI development},
  author={Karargyris, Alexandros and Kashyap, Satyananda and Lourentzou, Ismini and Wu, Joy T and Sharma, Arjun and Tong, Matthew and Abedin, Shafiq and Beymer, David and Mukherjee, Vandana and Krupinski, Elizabeth A and others},
  journal={Scientific Data},
  volume={8},
  number={1},
  pages={1--18},
  year={2021},
  publisher={Nature Publishing Group}
}

%Dataset:
@misc{Karargyris2020,
author = {Karargyris, Alexandros and Kashyap, Satyananda and Lourentzou, Ismini and Wu, Joy and Tong, Matthew and Sharma, Arjun and Abedin, Shafiq and Beymer, David and Mukherjee, Vandana and Krupinski, Elizabeth and Moradi, Mehdi},
booktitle = {Physionet},
doi = {https://doi.org/10.13026/qfdz-zr67},
title = {{Eye Gaze Data for Chest X-rays (version 1.0.0)}},
url = {https://physionet.org/content/egd-cxr/1.0.0/},
year = {2020}
}

A high level summary of the work can be found here. The paper can be found here

Clone this repo by typing in the command line:

git clone https://github.com/cxr-eye-gaze/eye-gaze-dataset.git
cd eye-gaze-dataset/

Download the dataset

To access the datasets, sign the user agreements for MIMIC-CXR and for the Eye Gaze Data

Then, download MIMIC-CXR dataset

wget -r -N -c -np --user USERNAME --ask-password https://physionet.org/files/mimic-cxr/2.0.0/

Also, download our dataset:

wget -r -N -c -np --user USERNAME --ask-password https://physionet.org/files/egd-cxr/1.0.0/

where USERNAME is your physionet.org username (the commands will prompt for user password).

Repository Structure:

  • Data Processing folder contains code to post process the data (i.e. map eye gaze coordinates to image coordinates, run speech to text on audio files), prepare the master_sheet.csv file and images used in the study, and reproduce validations as described in the paper. Read the readme file for more details.
  • Experiments contains code for the machine learning experiments presented in the paper.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published