harvardairobotics commited on
Commit
6edf33c
·
verified ·
1 Parent(s): 1485dcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -18
README.md CHANGED
@@ -1,40 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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},
@@ -44,8 +88,6 @@ En-face fundus images were added to both subsets as a new imaging domain, enabli
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
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-segmentation
5
+ - image-classification
6
+ modality:
7
+ - image
8
+ language:
9
+ - en
10
+ tags:
11
+ - medical
12
+ - ophthalmology
13
+ - fairness
14
+ - domain-shift
15
+ - fundus
16
+ - glaucoma
17
+ pretty_name: Harvard-FairDomain
18
+ size_categories:
19
+ - 10K<n<100K
20
+ ---
21
+
22
+ # Dataset Card: Harvard-FairDomain
23
+
24
  ## Dataset Summary
25
 
26
  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.
27
 
28
  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).
29
 
30
+ ## Dataset Details
31
+
32
+ ### Dataset Description
33
+
34
+ | Field | Value |
35
+ |-----------------|-------|
36
+ | **Institution** | Department of Ophthalmology, Harvard Medical School |
37
+ | **Tasks** | Medical image segmentation, medical image classification |
38
+ | **Modalities** | En-face fundus image, scanning laser ophthalmoscopy (SLO) fundus image |
39
+ | **Samples** | 10,000 (segmentation), 10,000 (classification) |
40
+ | **Patients** | 10,000 per task (unique patients) |
41
+ | **License** | CC BY-NC-ND 4.0 |
42
+
43
+ - **Curated by:** Yu Tian, Congcong Wen, Min Shi, Muhammad Muneeb Afzal, Hao Huang, Muhammad Osama Khan, Yan Luo, Yi Fang, Mengyu Wang
44
+ - **Language(s):** N/A (image data)
45
+ - **License:** [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
46
+ - **Repository:** [Harvard-Ophthalmology-AI-Lab/FairDomain](https://github.com/Harvard-Ophthalmology-AI-Lab/FairDomain)
47
+ - **Paper:** [arXiv:2407.08813](https://arxiv.org/pdf/2407.08813)
48
+
49
+ ### Source Data
50
 
51
  Harvard-FairDomain is derived from two existing Harvard ophthalmology datasets:
52
 
53
  - [**Harvard-FairSeg**](https://github.com/Harvard-Ophthalmology-AI-Lab/FairSeg) — source for segmentation task data
54
  - [**FairVLMed (FairCLIP)**](https://github.com/Harvard-Ophthalmology-AI-Lab/FairCLIP) — source for classification task data
55
 
56
+ En-face fundus images were added to both subsets as a new imaging domain on top of the original SLO fundus images, enabling cross-domain fairness benchmarking.
57
 
58
+ ## Uses
59
 
60
+ ### Direct Use
61
 
62
+ Research on algorithmic fairness in cross-domain medical image segmentation and classification, including studies of model performance disparities across demographic groups under distribution shift.
 
63
 
64
+ ### Out-of-Scope Use
65
 
66
+ Clinical diagnosis, commercial applications, or any use prohibited by the CC BY-NC-ND 4.0 license.
67
 
68
+ ## Access
 
 
 
69
 
70
+ The dataset can be downloaded via [Google Drive](https://drive.google.com/drive/folders/1huH93JVeXMj9rK6p1OZRub868vv0UK0O?usp=drive_link).
71
 
72
+ If direct download is unavailable, request access via the Google Drive link. Access is typically granted within 3–5 business days.
73
+
74
+ **Contact:** harvardophai@gmail.com, harvardairobotics@gmail.com
75
+
76
+ > 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.
77
 
78
  ## Citation
79
 
80
+ **BibTeX:**
81
+
82
  ```bibtex
83
  @article{tian2024fairdomain,
84
  title={FairDomain: Achieving Fairness in Cross-Domain Medical Image Segmentation and Classification},
 
88
  }
89
  ```
90
 
91
+ **APA:**
 
 
92
 
93
+ Tian, Y., Wen, C., Shi, M., Afzal, M. M., Huang, H., Khan, M. O., Luo, Y., Fang, Y., & Wang, M. (2024). FairDomain: Achieving Fairness in Cross-Domain Medical Image Segmentation and Classification. *arXiv preprint arXiv:2407.08813*.