harvardairobotics commited on
Commit
c99c05f
·
verified ·
1 Parent(s): de6842b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +131 -0
README.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - fairness
13
+ - glaucoma
14
+ - AMD
15
+ - diabetic-retinopathy
16
+ - OCT
17
+ - fundus
18
+ pretty_name: Harvard-FairVision
19
+ size_categories:
20
+ - 10K<n<100K
21
+ ---
22
+
23
+ # Dataset Card: Harvard-FairVision
24
+
25
+ ## Dataset Summary
26
+
27
+ Harvard-FairVision is the **first large-scale medical fairness dataset with both 2D and 3D imaging data**, covering three major eye diseases affecting approximately 380 million people worldwide. It contains 30,000 subjects (10,000 per disease) across Age-Related Macular Degeneration (AMD), Diabetic Retinopathy (DR), and glaucoma, each with paired SLO fundus photos and 3D OCT B-scans and six demographic identity attributes.
28
+
29
+ This dataset was introduced in the paper: [FairVision: Equitable Deep Learning for Eye Disease Screening via Fair Identity Scaling](https://arxiv.org/pdf/2310.02492).
30
+
31
+ ## Dataset Details
32
+
33
+ ### Dataset Description
34
+
35
+ | Field | Value |
36
+ |-----------------|-------|
37
+ | **Institution** | Department of Ophthalmology, Harvard Medical School |
38
+ | **Tasks** | AMD detection, diabetic retinopathy detection, glaucoma detection |
39
+ | **Modalities** | Scanning Laser Ophthalmoscopy (SLO) fundus images, 3D OCT B-scans |
40
+ | **Scale** | 30,000 subjects (10,000 per disease) |
41
+ | **OCT size** | 200 × 200 × 200 (glaucoma), 128 × 200 × 200 (AMD, DR) |
42
+ | **SLO size** | 512 × 664 (folders), 200 × 200 (NPZ, normalized to [0, 255]) |
43
+ | **Total size** | ~600 GB |
44
+ | **License** | [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) |
45
+
46
+ - **Curated by:** Yan Luo, Muhammad Osama Khan, Yu Tian, Min Shi, Zehao Dou, Tobias Elze, Yi Fang, Mengyu Wang
47
+ - **License:** [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) — non-commercial research only
48
+ - **Paper:** [arXiv:2310.02492](https://arxiv.org/abs/2310.02492)
49
+ - **Contact:** harvardophai@gmail.com, harvardairobotics@gmail.com
50
+
51
+ ### Dataset Structure
52
+
53
+ ```
54
+ FairVision
55
+ ├── AMD
56
+ │ ├── Training
57
+ │ ├── Validation
58
+ │ └── Test
59
+ ├── data_summary_amd.csv
60
+ ├── DR
61
+ │ ├── Training
62
+ │ ├── Validation
63
+ │ └── Test
64
+ ├── data_summary_dr.csv
65
+ ├── Glaucoma
66
+ │ ├── Training
67
+ │ ├── Validation
68
+ │ └── Test
69
+ └── data_summary_glaucoma.csv
70
+ ```
71
+
72
+ Each split folder contains SLO fundus photos (`slo_xxxxx.jpg`) and NPZ files (`data_xxxxx.npz`). Per-disease metadata CSVs (`data_summary_*.csv`) provide race, gender, ethnicity, marital status, age, and preferred language for all subjects.
73
+
74
+ ### Data Fields
75
+
76
+ All NPZ files share the following demographic and imaging fields:
77
+
78
+ | Field | Description |
79
+ |-----------------|-------------|
80
+ | `slo_fundus` | SLO fundus image, 200 × 200 (normalized) |
81
+ | `oct_bscans` | 3D OCT B-scans (200 × 200 × 200 for glaucoma; 128 × 200 × 200 for AMD/DR) |
82
+ | `race` | `0` = Asian, `1` = Black, `2` = White |
83
+ | `male` | `0` = Female, `1` = Male |
84
+ | `hispanic` | `0` = Non-Hispanic, `1` = Hispanic |
85
+ | `maritalstatus` | `0` = Married, `1` = Single, `2` = Divorced, `3` = Widowed, `4` = Legally Separated |
86
+ | `language` | `0` = English, `1` = Spanish, `2` = Other |
87
+
88
+ Disease-specific label fields:
89
+
90
+ | Disease | Field | Values |
91
+ |-----------|-----------------|--------|
92
+ | Glaucoma | `glaucoma` | `0` = non-glaucoma, `1` = glaucoma |
93
+ | AMD | `amd_condition` | 9-class condition string, mapped to `0` = no AMD, `1` = early dry, `2` = intermediate dry, `3` = advanced |
94
+ | DR | `dr_subtype` | 6-class condition string, mapped to `0` = non-vision-threatening, `1` = vision-threatening (severe NPDR or PDR) |
95
+
96
+ ## Uses
97
+
98
+ ### Direct Use
99
+
100
+ - Fairness benchmarking for 2D and 3D ophthalmic disease classification across race, gender, and ethnicity
101
+ - Multi-disease fairness analysis (AMD, DR, glaucoma) under a unified framework
102
+ - Development and evaluation of fairness learning methods for medical imaging
103
+ - Comparative study of 2D vs. 3D model fairness in clinical AI
104
+
105
+ ### Out-of-Scope Use
106
+
107
+ Clinical decisions, patient care, or any commercial application. This dataset shall not be used for clinical decisions at any time.
108
+
109
+ ## Access
110
+
111
+ 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.
112
+
113
+ ## Citation
114
+
115
+ **BibTeX:**
116
+
117
+ ```bibtex
118
+ @misc{luo2024fairvisionequitabledeeplearning,
119
+ title={FairVision: Equitable Deep Learning for Eye Disease Screening via Fair Identity Scaling},
120
+ author={Yan Luo and Muhammad Osama Khan and Yu Tian and Min Shi and Zehao Dou and Tobias Elze and Yi Fang and Mengyu Wang},
121
+ year={2024},
122
+ eprint={2310.02492},
123
+ archivePrefix={arXiv},
124
+ primaryClass={cs.CV},
125
+ url={https://arxiv.org/abs/2310.02492}
126
+ }
127
+ ```
128
+
129
+ **APA:**
130
+
131
+ Luo, Y., Khan, M. O., Tian, Y., Shi, M., Dou, Z., Elze, T., Fang, Y., & Wang, M. (2024). FairVision: Equitable Deep Learning for Eye Disease Screening via Fair Identity Scaling. *arXiv preprint arXiv:2310.02492*.