--- license: cc-by-4.0 task_categories: - video-classification tags: - medical - ultrasound - eye - ocular - classification arxiv: 2508.04735 size_categories: - 1K Folder Structure ### **2. Annotations** Each clip is labeled by sonologists for: - Presence/absence of retinal detachment. - Macular involvement (detached/intact).
Data Statistics
### **3. Preprocessing** - **Privacy**: PHI removed using YOLOv8-based globe detection. - **Consistency**: Cropped to the ocular ROI. - **Format**: MP4 videos. --- ## 📥 Download Access the dataset via the HuggingFace API: ```py from datasets import load_dataset dataset = load_dataset("pcvlab/erdes") ``` --- ## 🛠️ Code & Baselines We open source our baseline experiments on our **[GitHub](https://github.com/OSUPCVLab/ERDES)** repo, which includes: - Baseline 3D CNN and ViT models for classification. - End-to-end diagnostic pipeline for macular detachment. --- ## 📜 Citation If you use ERDES, please cite: ```bibtex @article{ozkuterdes, title={ERDES: A Benchmark Video Dataset for Retinal Detachment and Macular Status Classification in Ocular Ultrasound}, 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}, journal={arXiv preprint arXiv:2508.04735}, year={2025} } ```