Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
gOLIVES commited on
Commit
39208b8
·
verified ·
1 Parent(s): ab22802

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -17
README.md CHANGED
@@ -73,24 +73,49 @@ configs:
73
  ## Abstract
74
  Clinical diagnosis of the eye is performed over multifarious data modalities including scalar clinical labels, vectorized biomarkers, two-dimensional fundus images, and three-dimensional Optical Coherence Tomography (OCT) scans. While the clinical labels, fundus images and OCT scans are instrumental measurements, the vectorized biomarkers are interpreted attributes from the other measurements. Clinical practitioners use all these data modalities for diagnosing and treating eye diseases like Diabetic Retinopathy (DR) or Diabetic Macular Edema (DME). Enabling usage of machine learning algorithms within the ophthalmic medical domain requires research into the relationships and interactions between these relevant data modalities. Existing datasets are limited in that: ($i$) they view the problem as disease prediction without assessing biomarkers, and ($ii$) they do not consider the explicit relationship among all four data modalities over the treatment period. In this paper, we introduce the Ophthalmic Labels for Investigating Visual Eye Semantics (OLIVES) dataset that addresses the above limitations. This is the first OCT and fundus dataset that includes clinical labels, biomarker labels, and time-series patient treatment information from associated clinical trials. The dataset consists of $1268$ fundus eye images each with $49$ OCT scans, and $16$ biomarkers, along with $3$ clinical labels and a disease diagnosis of DR or DME. In total, there are 96 eyes' data averaged over a period of at least two years with each eye treated for an average of 66 weeks and 7 injections. OLIVES dataset has advantages in other fields of machine learning research including self-supervised learning as it provides alternate augmentation schemes that are medically grounded.
75
 
76
- **Labels**:
77
- There are two directories for the labels: full_labels and ml_centric labels.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
- **Full labels** contain all the clinical inforamtion used in these studies for the associated studies of interest.
80
-
81
- **ML Centric labels** are divided into two files: Biomarker_Clinical_Data_Images.csv and Clinical_Data_Images.xlsx.
82
-
83
- Biomarker_Clinical_Data_Images.csv contains full biomarker and clinical labels for the 9408 images that have this labeled biomarker information.
84
-
85
- Clinical_Data_Images.xlsx has the BCVA, CST, Eye ID, and Patient ID for the 78000+ images that have clinical data.
86
 
87
  ## Data Download
 
88
 
89
  ```python
90
  from datasets import load_dataset
91
  from torch.utils.data import DataLoader
92
 
93
- olives = load_dataset('gOLIVES/OLIVES_dataset',split='train')
94
 
95
  # Covert into a Format Usable by Pytorch
96
  olives = olives.with_format("torch")
@@ -104,6 +129,11 @@ print(olives[0]['VMT'])
104
 
105
  ```
106
 
 
 
 
 
 
107
  ## Links
108
 
109
  **Associated Website**: https://ghassanalregib.info/
@@ -112,10 +142,9 @@ print(olives[0]['VMT'])
112
 
113
  If you find the work useful, please include the following citation in your work:
114
 
115
- >@inproceedings{prabhushankarolives2022,\
116
- title={OLIVES Dataset: Ophthalmic Labels for Investigating
117
- Visual Eye Semantics},\
118
- author={Prabhushankar, Mohit and Kokilepersaud, Kiran and Logan, Yash-yee and Trejo Corona, Stephanie and AlRegib, Ghassan and Wykoff, Charles},\
119
- booktitle={Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks 2 (NeurIPS Datasets and Benchmarks 2022) },\
120
- year={2022}\
121
- }
 
73
  ## Abstract
74
  Clinical diagnosis of the eye is performed over multifarious data modalities including scalar clinical labels, vectorized biomarkers, two-dimensional fundus images, and three-dimensional Optical Coherence Tomography (OCT) scans. While the clinical labels, fundus images and OCT scans are instrumental measurements, the vectorized biomarkers are interpreted attributes from the other measurements. Clinical practitioners use all these data modalities for diagnosing and treating eye diseases like Diabetic Retinopathy (DR) or Diabetic Macular Edema (DME). Enabling usage of machine learning algorithms within the ophthalmic medical domain requires research into the relationships and interactions between these relevant data modalities. Existing datasets are limited in that: ($i$) they view the problem as disease prediction without assessing biomarkers, and ($ii$) they do not consider the explicit relationship among all four data modalities over the treatment period. In this paper, we introduce the Ophthalmic Labels for Investigating Visual Eye Semantics (OLIVES) dataset that addresses the above limitations. This is the first OCT and fundus dataset that includes clinical labels, biomarker labels, and time-series patient treatment information from associated clinical trials. The dataset consists of $1268$ fundus eye images each with $49$ OCT scans, and $16$ biomarkers, along with $3$ clinical labels and a disease diagnosis of DR or DME. In total, there are 96 eyes' data averaged over a period of at least two years with each eye treated for an average of 66 weeks and 7 injections. OLIVES dataset has advantages in other fields of machine learning research including self-supervised learning as it provides alternate augmentation schemes that are medically grounded.
75
 
76
+ ## Subsets
77
+ There are 3 subsets included in this dataset:
78
+ - Disease Classification (`disease_classification`)
79
+
80
+ ### Disease Classification
81
+ This subset contains information regarding 78,000+ OCT scans obtained from a series of visits patients performed. In terms of labels, there are:
82
+
83
+ - `Image`: An image of the OCT scan
84
+ - `BCVA`: Best Central Visual Acuity
85
+ - `CST`: Central Subfield Thickness
86
+ - `Patient ID`: A value to help distinguish different patients
87
+ - `Disease Label`: A value of `0` for DR (Diabetic Retinopathy) and `1` for DME (Diabetic Macular Edema)
88
+
89
+ This information can be used to classify the disease. In addition, the first and last visit of a patient included extra biomarker information. This can be summarized into these 16 mostly-boolean labels:
90
+
91
+ - `Scan (n/49)`: The scan number out of the 49 scans taken for each patient
92
+ - `Atrophy / thinning of retinal layer`
93
+ - `Disruption of EZ`: Disruption of Ellipsoid Zone
94
+ - `DRIL`: Disruption of Retinal Inner Layers
95
+ - `IR hemorrhages`: Intraretinal hemorrhages
96
+ - `IR HRF`: Intraretinal Hyperreflective Foci
97
+ - `Partially attached vitreous face`
98
+ - `Fully attached vitreous face`
99
+ - `Preretinal tissue/hemorrhage`
100
+ - `Vitreous debris`
101
+ - `VMT`: Vitreomacular Traction
102
+ - `DRT/ME`: Diffuse Retinal Thickening or Macular Edema
103
+ - `Fluid (IRF)`: Intraretinal Fluid
104
+ - `Fluid (SRF)`: Subretinal Fluid
105
+ - `Disruption of RPE`: Disruption of Retinal Pigment Epithelium
106
+ - `PED (serous)`: Pigment Epithelial Detachment
107
+ - `SHRM`: Subretinal Hyperreflective Material
108
+ - `Eye_ID`: A value to help distinguish different eye scans (should be the same as `Patient ID`)
109
 
 
 
 
 
 
 
 
110
 
111
  ## Data Download
112
+ Sample code to download the disease classification dataset:
113
 
114
  ```python
115
  from datasets import load_dataset
116
  from torch.utils.data import DataLoader
117
 
118
+ olives = load_dataset('gOLIVES/OLIVES_dataset', 'disease_classification', split = 'train')
119
 
120
  # Covert into a Format Usable by Pytorch
121
  olives = olives.with_format("torch")
 
129
 
130
  ```
131
 
132
+ ## Known Issues
133
+ - Patient ID #79 has missing `BCVA` and `CST` for most visits except the first and last visit as the biomarker information is present
134
+ - Certain visits for patients seem to have the exact same scans as a previous visit. For instance Patient ID #61 has identical images in W8 and their next visit in W12.
135
+
136
+
137
  ## Links
138
 
139
  **Associated Website**: https://ghassanalregib.info/
 
142
 
143
  If you find the work useful, please include the following citation in your work:
144
 
145
+ > @inproceedings{prabhushankarolives2022,\
146
+ > title={OLIVES Dataset: Ophthalmic Labels for Investigating Visual Eye Semantics},\
147
+ > author={Prabhushankar, Mohit and Kokilepersaud, Kiran and Logan, Yash-yee and Trejo Corona, Stephanie and AlRegib, Ghassan and Wykoff, Charles},\
148
+ > booktitle={Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks 2 (NeurIPS Datasets and Benchmarks 2022)},\
149
+ > year={2022}\
150
+ > }