harvardairobotics commited on
Commit
e037258
·
verified ·
1 Parent(s): 4607be0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -0
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - image-classification
5
+ - text-to-image
6
+ modality:
7
+ - image
8
+ language:
9
+ - en
10
+ tags:
11
+ - medical
12
+ - ophthalmology
13
+ - fairness
14
+ - generative
15
+ - diffusion
16
+ - fundus
17
+ - glaucoma
18
+ - OCT
19
+ pretty_name: FairGenMed
20
+ size_categories:
21
+ - 10K<n<100K
22
+ ---
23
+
24
+ # Dataset Card: FairGenMed
25
+
26
+ ## Dataset Summary
27
+
28
+ FairGenMed is the first dataset for studying **fairness in medical generative models**. It provides detailed quantitative clinical measurements alongside demographic annotations to investigate the semantic correlation between text prompts and anatomical regions across demographic subgroups. The dataset supports both generative model evaluation and downstream classification tasks for glaucoma detection.
29
+
30
+ This dataset accompanies the **FairDiffusion** framework — an equity-aware latent diffusion model that enhances fairness in medical image generation via Fair Bayesian Perturbation — published in *Science Advances* (2025).
31
+
32
+ ## Dataset Details
33
+
34
+ ### Dataset Description
35
+
36
+ | Field | Value |
37
+ |------------------|-------|
38
+ | **Institution** | Department of Ophthalmology, Harvard Medical School |
39
+ | **Task** | Glaucoma detection; fairness evaluation of generative models |
40
+ | **Modality** | Scanning Laser Ophthalmoscopy (SLO) fundus images, OCT B-scans |
41
+ | **Scale** | 10,000 subjects |
42
+ | **Image size** | 512 × 664 (SLO fundus) |
43
+ | **License** | [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) |
44
+
45
+ - **Curated by:** Yan Luo, Muhammad Osama Khan, Congcong Wen, Muhammad Muneeb Afzal, Titus Fidelis Wuermeling, Min Shi, Yu Tian, Yi Fang, Mengyu Wang
46
+ - **License:** [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) — non-commercial research only
47
+ - **Paper:** [Science Advances, Vol. 11, No. 14 (2025)](https://doi.org/10.1126/sciadv.ads4593)
48
+ - **Contact:** harvardophai@gmail.com, harvardairobotics@gmail.com
49
+
50
+ ### Data Fields
51
+
52
+ Each subject includes one SLO fundus image and one `.npz` file. The NPZ files contain:
53
+
54
+ | Field | Description |
55
+ |-----------------|-------------|
56
+ | `glaucoma` | Disease label: `0` = non-glaucoma, `1` = glaucoma |
57
+ | `oct_bscans` | OCT B-scan images |
58
+ | `race` | `0` = Asian, `1` = Black, `2` = White |
59
+ | `male` | `0` = Female, `1` = Male |
60
+ | `hispanic` | `0` = Non-Hispanic, `1` = Hispanic |
61
+ | `maritalstatus` | `0` = Married/Partnered, `1` = Single, `2` = Divorced, `3` = Widowed, `4` = Legally Separated, `-1` = Unknown |
62
+ | `language` | `0` = English, `1` = Spanish, `2` = Other |
63
+
64
+ ### Clinical Metadata
65
+
66
+ All clinical measurements for the 10,000 samples are provided in `data_summary.csv`:
67
+
68
+ | Column | Description |
69
+ |---------------|-------------|
70
+ | `cdr_status` | Cup-disc ratio status |
71
+ | `md_severity` | Severity of vision loss |
72
+ | `se_status` | Spherical equivalent status |
73
+
74
+ ### Demographics
75
+
76
+ 6 demographic attributes are annotated per subject: age, gender, race, ethnicity, preferred language, and marital status.
77
+
78
+ ## Uses
79
+
80
+ ### Direct Use
81
+
82
+ - Fairness evaluation of medical generative models (text-to-image diffusion)
83
+ - Glaucoma detection with demographic fairness analysis
84
+ - Studying semantic correlations between text prompts and anatomy across subgroups
85
+
86
+ ### Out-of-Scope Use
87
+
88
+ Clinical decisions, patient care, or any commercial application. This dataset shall not be used for clinical decisions at any time.
89
+
90
+ ## Associated Method: FairDiffusion
91
+
92
+ FairDiffusion is an equity-aware latent diffusion model built on Stable Diffusion 2.1, trained with **Fair Bayesian Perturbation** to reduce demographic bias in generated medical images. It is evaluated on FairGenMed (ophthalmology), HAM10000 (dermatology), and CheXpert (chest radiology).
93
+
94
+ ## Citation
95
+
96
+ **BibTeX:**
97
+
98
+ ```bibtex
99
+ @article{FairDiffusion_Science_Advances_2025,
100
+ author = {Yan Luo and Muhammad Osama Khan and Congcong Wen and Muhammad Muneeb Afzal and Titus Fidelis Wuermeling and Min Shi and Yu Tian and Yi Fang and Mengyu Wang},
101
+ title = {FairDiffusion: Enhancing equity in latent diffusion models via fair Bayesian perturbation},
102
+ journal = {Science Advances},
103
+ volume = {11},
104
+ number = {14},
105
+ pages = {eads4593},
106
+ year = {2025},
107
+ doi = {10.1126/sciadv.ads4593}
108
+ }
109
+ ```
110
+
111
+ **APA:**
112
+
113
+ Luo, Y., Khan, M. O., Wen, C., Afzal, M. M., Wuermeling, T. F., Shi, M., Tian, Y., Fang, Y., & Wang, M. (2025). FairDiffusion: Enhancing equity in latent diffusion models via fair Bayesian perturbation. *Science Advances, 11*(14), eads4593. https://doi.org/10.1126/sciadv.ads4593