harvardairobotics commited on
Commit
1485dcd
·
verified ·
1 Parent(s): 25a3e83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -3
README.md CHANGED
@@ -1,3 +1,51 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Dataset Summary
2
+
3
+ Harvard-FairDomain is a large-scale ophthalmology dataset designed for studying **fairness under domain shift** in medical image analysis. It supports both image segmentation and classification tasks, with 10,000 samples per task drawn from 10,000 unique patients. The dataset introduces an additional imaging modality — en-face fundus images — alongside the original scanning laser ophthalmoscopy (SLO) fundus images, enabling cross-domain fairness research.
4
+
5
+ This dataset was introduced in the ECCV 2024 paper: [FairDomain: Achieving Fairness in Cross-Domain Medical Image Segmentation and Classification](https://arxiv.org/pdf/2407.08813).
6
+
7
+ ## Source Datasets
8
+
9
+ Harvard-FairDomain is derived from two existing Harvard ophthalmology datasets:
10
+
11
+ - [**Harvard-FairSeg**](https://github.com/Harvard-Ophthalmology-AI-Lab/FairSeg) — source for segmentation task data
12
+ - [**FairVLMed (FairCLIP)**](https://github.com/Harvard-Ophthalmology-AI-Lab/FairCLIP) — source for classification task data
13
+
14
+ En-face fundus images were added to both subsets as a new imaging domain, enabling cross-domain fairness benchmarking.
15
+
16
+ ---
17
+
18
+ ## Intended Use
19
+
20
+ - **Primary use:** Research on algorithmic fairness in cross-domain medical image segmentation and classification.
21
+ - **Out-of-scope use:** Clinical diagnosis, commercial applications, or any use prohibited by the CC BY-NC-ND 4.0 license.
22
+
23
+ ---
24
+
25
+ ## Access and Licensing
26
+
27
+ - **License:** [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) — non-commercial, no derivatives, attribution required.
28
+ - **Download:** [Google Drive link](https://drive.google.com/drive/folders/1huH93JVeXMj9rK6p1OZRub868vv0UK0O?usp=drive_link)
29
+ - If direct download is unavailable, request access via the Google Drive link. Access is typically granted within 3–5 business days.
30
+ - **Contact:** harvardophai@gmail.com, harvardairobotics@gmail.com
31
+
32
+ > 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.
33
+
34
+ ---
35
+
36
+ ## Citation
37
+
38
+ ```bibtex
39
+ @article{tian2024fairdomain,
40
+ title={FairDomain: Achieving Fairness in Cross-Domain Medical Image Segmentation and Classification},
41
+ author={Tian, Yu and Wen, Congcong and Shi, Min and Afzal, Muhammad Muneeb and Huang, Hao and Khan, Muhammad Osama and Luo, Yan and Fang, Yi and Wang, Mengyu},
42
+ journal={arXiv preprint arXiv:2407.08813},
43
+ year={2024}
44
+ }
45
+ ```
46
+
47
+ ---
48
+
49
+ ## Authors
50
+
51
+ Yu Tian, Congcong Wen, Min Shi, Muhammad Muneeb Afzal, Hao Huang, Muhammad Osama Khan, Yan Luo, Yi Fang, Mengyu Wang