Skip to main content

UWF DR Reasoning Dataset

Ultra-widefield fundus photographs for diabetic retinopathy grading (5-level ICDR scale). Released alongside the Reasoning-Enhanced VLM paper for interpretable UWF DR detection. Related to the UWF4DR 2024 MICCAI challenge (~495 images across image quality and DR grading tasks).

At a glance

FieldValue
Short nameuwf_dr
Full nameUWF DR Reasoning Dataset
Primary categoryuwf_fundus
Contained modalitiesuwf_fundus
Tasksgrading, classification
Samples495
Classes5 (No DR, Mild DR, Moderate DR, Severe DR, Proliferative DR)
Splitstrain, val, test
Size2.0 GB
Source-stated termsResearch only — see paper terms
Normalized termsresearch-only
Descriptive screening labelResearch or challenge restriction recorded; check source
Terms scopedataset_files
Access frictionanonymous_direct
Route backendGoogle Drive
Availabilityavailable (checked 2026-07-21)
Acquisition supportguided_instructions_only
Legacy sample-loader statusStandard loader included

Access preflight and acquisition

# Read-only preflight
eyehub download uwf_dr --data-dir ./data --dry-run --json

# Explicit transfer, only when preflight reports supported behavior
eyehub download uwf_dr --data-dir ./data

Upstream page: drive.google.com/drive

Source-term evidence: drive.google.com/drive

Loader example

This entry includes a standard DatasetSample loader.

from pathlib import Path
from eyedatahub.datasets.registry import REGISTRY

data_dir = Path('~/.eyedatahub/data').expanduser()
ds = REGISTRY.get_dataset('uwf_dr')
samples = ds.load(data_dir, split='test')
for s in samples[:5]:
print(s.sample_id, s.label, s.image_path)

Citation

@misc{uwf_dr,
title = { UWF DR Reasoning Dataset },
note = { Reasoning-Enhanced Vision-Language Model for Interpretable Diabetic Retinopathy Detection in Ultra-Wide-Field Fundus Images. OMIA 2025 (MICCAI Workshop), Springer. DOI: 10.1007/978-3-032-10351-2_12 },
year = { 2025 },
url = { https://drive.google.com/drive/folders/1wOqM-O_amSwMdli4OlFnGpf4hslPgDNu },
}

Source-stated terms

  • Raw source string: Research only — see paper terms
  • Normalized category: research-only
  • Apparent scope: dataset_files
  • Descriptive screening label: Research or challenge restriction recorded; check source

⚠️ Source-stated terms, scope, and normalized labels are curation metadata, not legal advice or a permission finding. Review the current official source before transfer or reuse.

  • mmrdr: MMRDR: Multi-Modal Retinal Diabetic Retinopathy Dataset (24,460 records, cc-by)
  • oculoscope: OculoScope: Fairer AI in Ophthalmology Dataset (16,530 records, cc-by)
  • tsukazaki_uwf: Tsukazaki Hospital UWF Fundus Dataset (13,047 records, research-only)
  • birdshot_wide: Birdshot-WIDE Widefield Fundus Dataset (6,352 records, cc-by)
  • deepdrid: DeepDRiD: Diabetic Retinopathy Grading and Image Quality Dataset (2,256 records, cc-by-sa)
  • uwf_tumor: UWF Fundus Intraocular Tumor Dataset (2,031 records, cc-by)
  • uwf_dr_peng: UWF Fundus DR Dataset (Peng et al., 2026) (1,630 records, cc-by)
  • uwf_zhejiang: Open UWF Fundus Dataset with Disease + Quality Labels (700 records, cc-by)