Skip to main content

UWF Fundus Intraocular Tumor Dataset

2,031 ultra-widefield fundus images for AI-assisted intraocular tumor detection and classification. Six categories: Normal, Choroidal Hemangioma (CH), Retinal Capillary Hemangioma (RCH), Choroidal Osteoma (CO), Retinoblastoma (RB), Uveal Melanoma (UM). Annotated by 3 experts; split 8:1:1 (stratified).

At a glance

FieldValue
Short nameuwf_tumor
Full nameUWF Fundus Intraocular Tumor Dataset
Primary categoryuwf_fundus
Contained modalitiesuwf_fundus
Tasksclassification
Samples2,031
Classes6 (Normal, Choroidal Hemangioma, Retinal Capillary Hemangioma, Choroidal Osteoma, Retinoblastoma, Uveal Melanoma)
Splitstrain, val, test
Size2.0 GB
Source-stated termsCC BY 4.0
Normalized termscc-by
Descriptive screening labelStandard label without an explicit NC clause; not a permission finding
Terms scopedataset_files
Access frictionanonymous_direct
Route backendFigshare
Availabilityavailable (checked 2026-07-21)
Acquisition supportstandard_platform_supported
Legacy sample-loader statusStandard loader included

Access preflight and acquisition

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

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

Upstream page: https://doi.org/10.6084/m9.figshare.27986258

Source-term evidence: https://doi.org/10.6084/m9.figshare.27986258

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_tumor')
samples = ds.load(data_dir, split='test')
for s in samples[:5]:
print(s.sample_id, s.label, s.image_path)

Citation

@misc{uwf_tumor,
title = { UWF Fundus Intraocular Tumor Dataset },
note = { UWF Intraocular Tumor Dataset. Scientific Data 2025. https://www.nature.com/articles/s41597-025-05864-2 — Figshare: https://doi.org/10.6084/m9.figshare.27986258 },
year = { 2025 },
url = { https://doi.org/10.6084/m9.figshare.27986258 },
}

Source-stated terms

  • Raw source string: CC BY 4.0
  • Normalized category: cc-by
  • Apparent scope: dataset_files
  • Descriptive screening label: Standard label without an explicit NC clause; not a permission finding

⚠️ 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_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)
  • uwf_dr: UWF DR Reasoning Dataset (495 records, research-only)