harvardairobotics commited on
Commit
d4e20ca
·
verified ·
1 Parent(s): 8d50183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -3
README.md CHANGED
@@ -1,3 +1,93 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - image-classification
5
+ modality:
6
+ - image
7
+ language:
8
+ - en
9
+ tags:
10
+ - medical
11
+ - ophthalmology
12
+ - glaucoma
13
+ - OCT
14
+ - representation-learning
15
+ - artifact-correction
16
+ pretty_name: Harvard-GD
17
+ size_categories:
18
+ - n<1K
19
+ ---
20
+
21
+ # Dataset Card: Harvard-GD
22
+
23
+ ## Dataset Summary
24
+
25
+ Harvard-GD (Harvard Glaucoma Detection) is an ophthalmology dataset of OCT retinal nerve fiber layer thickness (RNFLT) maps from 500 unique glaucoma patients. It includes glaucoma labels and visual field mean deviation (MD) values, and was released alongside the EyeLearn framework for artifact-tolerant contrastive representation learning on ophthalmic images.
26
+
27
+ This dataset was introduced in the IEEE Journal of Biomedical and Health Informatics 2023: [Artifact-Tolerant Clustering-Guided Contrastive Embedding Learning for Ophthalmic Images in Glaucoma](https://ieeexplore.ieee.org/document/10159482).
28
+
29
+ ## Dataset Details
30
+
31
+ ### Dataset Description
32
+
33
+ | Field | Value |
34
+ |----------------|-------|
35
+ | **Institution**| Department of Ophthalmology, Harvard Medical School |
36
+ | **Task** | Glaucoma detection |
37
+ | **Modality** | OCT RNFLT maps |
38
+ | **Scale** | 500 patients, 500 OCT RNFLT maps |
39
+ | **Image size** | 225 × 225 (RNFLT map) |
40
+ | **License** | [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) |
41
+
42
+ - **Curated by:** Min Shi, Anagha Lokhande, Mojtaba S. Fazli, Vishal Sharma, Yu Tian, Yan Luo, Louis R. Pasquale, Tobias Elze, Michael V. Boland, Nazlee Zebardast, David S. Friedman, Lucy Q. Shen, Mengyu Wang
43
+ - **License:** [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) — non-commercial research only
44
+ - **Paper:** [IEEE JBHI 2023](https://ieeexplore.ieee.org/document/10159482)
45
+ - **Contact:** harvardophai@gmail.com, harvardairobotics@gmail.com
46
+
47
+ ### Data Fields
48
+
49
+ The dataset is stored as a `.npy` file (`rnflt_map.npy`) containing RNFLT maps for all 500 subjects:
50
+
51
+ | Field | Description |
52
+ |------------|-------------|
53
+ | `rnflt` | OCT retinal nerve fiber layer thickness (RNFLT) map, size 225 × 225 |
54
+ | `glaucoma` | Glaucomatous status: `0` = non-glaucoma, `1` = glaucoma |
55
+ | `md` | Mean deviation value of visual field |
56
+
57
+ ## Uses
58
+
59
+ ### Direct Use
60
+
61
+ - Glaucoma detection benchmarking with OCT RNFLT imaging
62
+ - Representation learning and contrastive embedding research for ophthalmic images
63
+ - Artifact detection and correction in RNFLT maps
64
+ - Pretraining and evaluation of ophthalmic image encoders
65
+
66
+ ### Out-of-Scope Use
67
+
68
+ Clinical decisions, patient care, or any commercial application. This dataset shall not be used for clinical decisions at any time.
69
+
70
+ ## Access
71
+
72
+ The "Harvard" designation indicates the dataset originates from the Department of Ophthalmology at Harvard Medical School. It does not imply endorsement, sponsorship, or legal responsibility by Harvard University or Harvard Medical School.
73
+
74
+ ## Citation
75
+
76
+ **BibTeX:**
77
+
78
+ ```bibtex
79
+ @article{10159482,
80
+ author={Shi, Min and Lokhande, Anagha and Fazli, Mojtaba S. and Sharma, Vishal and Tian, Yu and Luo, Yan and Pasquale, Louis R. and Elze, Tobias and Boland, Michael V. and Zebardast, Nazlee and Friedman, David S. and Shen, Lucy Q. and Wang, Mengyu},
81
+ journal={IEEE Journal of Biomedical and Health Informatics},
82
+ title={Artifact-Tolerant Clustering-Guided Contrastive Embedding Learning for Ophthalmic Images in Glaucoma},
83
+ year={2023},
84
+ volume={27},
85
+ number={9},
86
+ pages={4329-4340},
87
+ doi={10.1109/JBHI.2023.3288830}
88
+ }
89
+ ```
90
+
91
+ **APA:**
92
+
93
+ Shi, M., Lokhande, A., Fazli, M. S., Sharma, V., Tian, Y., Luo, Y., Pasquale, L. R., Elze, T., Boland, M. V., Zebardast, N., Friedman, D. S., Shen, L. Q., & Wang, M. (2023). Artifact-Tolerant Clustering-Guided Contrastive Embedding Learning for Ophthalmic Images in Glaucoma. *IEEE Journal of Biomedical and Health Informatics*, *27*(9), 4329–4340. https://doi.org/10.1109/JBHI.2023.3288830