yozkut commited on
Commit
7867e25
Β·
1 Parent(s): c456f18

Update README with resource links and license

Browse files
Files changed (3) hide show
  1. README.md +45 -39
  2. media/folder_structure.png +3 -0
  3. media/labeling_rd.png +3 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - video-classification
5
  tags:
@@ -85,16 +85,24 @@ configs:
85
  - split: test
86
  path: splits/pvd_vs_rd/test.csv
87
  ---
88
- # ERDES: Eye Retinal Detachment Ultrasound Dataset
89
 
90
- ## πŸ“Œ Introduction
91
- **ERDES** is a large-scale, publicly available dataset of **3D ocular ultrasound videos** for retinal and macular detachment classification. It was introduced in our paper **[ERDES: A Benchmark Video Dataset for Retinal Detachment and Macular Status Classification in Ocular Ultrasound](https://huggingface.co/papers/2508.04735v2)**. The corpus consists of **5,381 expertly annotated video clips** totaling to **5 hours and 10 minutes**, providing a valuable resource for medical AI research in ophthalmology.
 
 
 
 
 
92
 
93
- ### Key Features:
94
- βœ… **5381 labeled ultrasound video clips**
95
- βœ… **Expert annotations for retinal detachment (RD) and macular status**
96
- βœ… **Structured classification (Normal, RD, PVD, macula-detached/intact)**
97
- βœ… **Preprocessed for privacy and consistency**
 
 
 
98
 
99
  ---
100
 
@@ -108,21 +116,23 @@ Medical video datasets for AI are scarce despite their clinical importance. ERDE
108
 
109
  ## πŸ“Š Dataset Overview
110
 
111
- ### **1. Data Structure**
112
- Videos are categorized into:
113
- - **Normal**
114
- - **Retinal Detachment (RD)**
115
- - *Macula-detached*:
116
- - Bilateral
117
- - Temporal detachment
118
- - *Macula-intact*:
119
- - Nasal
120
- - Temporal detachment
121
- - **Posterior Vitreous Detachment (PVD)**
122
-
123
- Folder structure reflects labels:
124
- <div align="center">
125
- <img src="media/folder_structure.PNG" alt="Data Statistics" width="150" />
 
 
126
  </div>
127
 
128
  ### **2. Annotations**
@@ -134,14 +144,10 @@ Each clip is labeled by sonologists for:
134
  <img src="media/labeling_rd.png" alt="Data Statistics" width="500" />
135
  </div>
136
 
137
- ### **3. Preprocessing**
138
- - **Privacy**: PHI removed using YOLO-based globe detection.
139
- - **Consistency**: Cropped to the ocular ROI.
140
- - **Format**: MP4 videos.
141
-
142
- <div align="center">
143
- <img src="media/data_stats.png" alt="Data Statistics" width="500" />
144
- </div>
145
 
146
  ---
147
 
@@ -157,20 +163,20 @@ dataset = load_dataset("pcvlab/erdes")
157
  ---
158
 
159
  ## πŸ› οΈ Code & Baselines
160
- Repository: we open source our baseline experimetns on our **[GitHub](https://github.com/OSUPCVLab/ERDES)** repo. Which includes:
161
 
162
  - Baseline 3D CNN and ViT models for classification.
163
  - End-to-end diagnostic pipeline for macular detachment.
164
 
165
  ---
166
 
167
- ## πŸ“œ Citation
168
- If you use ERDES, cite:
169
  ```bibtex
170
- @inproceedings{navardocular,
171
- title={A Benchmark Dataset for Retinal Detachment Classification in Spatiotemporal Ocular Ultrasound},
172
- author={Navard, Pouyan and Ozkut, Yasemin and Adhikari, Srikar and Yilmaz, Alper},
173
- booktitle={Nature Scientific Data (Under Review)},
174
  year={2025}
175
  }
176
  ```
 
1
  ---
2
+ license: cc-by-4.0
3
  task_categories:
4
  - video-classification
5
  tags:
 
85
  - split: test
86
  path: splits/pvd_vs_rd/test.csv
87
  ---
88
+ # ERDES: Eye Retinal Detachment Ultrasound Dataset
89
 
90
+ | Resource | Link |
91
+ |----------|------|
92
+ | Website | [![Website](https://img.shields.io/badge/Website-ERDES-green)](https://osupcvlab.github.io/ERDES/) |
93
+ | Paper | [![arXiv](https://img.shields.io/badge/arXiv-2508.04735-b31b1b.svg)](https://arxiv.org/abs/2508.04735) |
94
+ | Checkpoints | [![HF Checkpoints](https://img.shields.io/badge/πŸ€—-Checkpoints-yellow)](https://huggingface.co/collections/pcvlab/erdes-ocular-ultrasound-classification-all-tasks) [![Zenodo](https://img.shields.io/badge/Zenodo-Checkpoints-blue)](https://zenodo.org/records/18821031) |
95
+ | Dataset | [![Zenodo](https://img.shields.io/badge/Zenodo-Dataset-blue)](https://zenodo.org/records/18644370) |
96
+ | Code | [![GitHub](https://img.shields.io/badge/GitHub-OSUPCVLab/ERDES-black?logo=github)](https://github.com/OSUPCVLab/ERDES) |
97
 
98
+ ## πŸ“Œ Introduction
99
+ **ERDES** is a large-scale, publicly available dataset of **3D ocular ultrasound videos** for retinal and macular detachment classification. It was introduced in our paper **[ERDES: A Benchmark Video Dataset for Retinal Detachment and Macular Status Classification in Ocular Ultrasound](https://arxiv.org/abs/2508.04735)**. The corpus consists of **5,381 expertly annotated video clips** totaling **5 hours and 10 minutes**, providing a valuable resource for medical AI research in ophthalmology.
100
+
101
+ ### Key Features:
102
+ - **5,381 labeled ultrasound video clips**
103
+ - **Expert annotations for retinal detachment (RD) and macular status**
104
+ - **Structured classification (Normal, RD, PVD, macula-detached/intact)**
105
+ - **Preprocessed for privacy and consistency**
106
 
107
  ---
108
 
 
116
 
117
  ## πŸ“Š Dataset Overview
118
 
119
+ ### **1. Data Structure**
120
+ Videos are categorized into two primary groups:
121
+
122
+ **Non-RD (Non-Retinal Detachment):**
123
+ - Normal
124
+ - Posterior Vitreous Detachment (PVD)
125
+
126
+ **RD (Retinal Detachment):**
127
+ - Macula-Detached
128
+ - Bilateral (nasal and temporal regions involved)
129
+ - Temporal detachment only
130
+ - Macula-Intact
131
+ - Nasal detachment
132
+ - Temporal detachment
133
+
134
+ <div align="center">
135
+ <img src="media/folder_structure.png" alt="Folder Structure" width="150" />
136
  </div>
137
 
138
  ### **2. Annotations**
 
144
  <img src="media/labeling_rd.png" alt="Data Statistics" width="500" />
145
  </div>
146
 
147
+ ### **3. Preprocessing**
148
+ - **Privacy**: PHI removed using YOLOv8-based globe detection.
149
+ - **Consistency**: Cropped to the ocular ROI.
150
+ - **Format**: MP4 videos.
 
 
 
 
151
 
152
  ---
153
 
 
163
  ---
164
 
165
  ## πŸ› οΈ Code & Baselines
166
+ We open source our baseline experiments on our **[GitHub](https://github.com/OSUPCVLab/ERDES)** repo, which includes:
167
 
168
  - Baseline 3D CNN and ViT models for classification.
169
  - End-to-end diagnostic pipeline for macular detachment.
170
 
171
  ---
172
 
173
+ ## πŸ“œ Citation
174
+ If you use ERDES, please cite:
175
  ```bibtex
176
+ @article{ozkuterdes,
177
+ title={ERDES: A Benchmark Video Dataset for Retinal Detachment and Macular Status Classification in Ocular Ultrasound},
178
+ author={Ozkut, Yasemin and Navard, Pouyan and Adhikari, Srikar and Situ-LaCasse, Elaine and Acu{\~n}a, Josie and Yarnish, Adrienne A and Yilmaz, Alper},
179
+ journal={arXiv preprint arXiv:2508.04735},
180
  year={2025}
181
  }
182
  ```
media/folder_structure.png ADDED

Git LFS Details

  • SHA256: 5e13d015a692a2bae3e6071c0131aab17deb7c0b02bbc88b094eaf258d9db7e9
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
media/labeling_rd.png ADDED

Git LFS Details

  • SHA256: b13375a412769138b46c93dd579714d4b6e216a38d77a770d12f820e36e03e52
  • Pointer size: 131 Bytes
  • Size of remote file: 182 kB