Skip to main content

UWHVF: University of Washington Humphrey Visual Field

28,943 HFA 24-2 visual field tests with per-point sensitivities, MD/PSD indices, glaucoma labels, and longitudinal follow-up data. Input: 52-element sensitivity array (not an image).

At a glance

FieldValue
Short nameuwhvf
Full nameUWHVF: University of Washington Humphrey Visual Field
Primary categoryvisual_field
Contained modalitiesvisual_field
Tasksclassification, regression
Samples28,943
Classes2 (Non-glaucoma, Glaucoma)
Splitsall
Size0.05 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 backendDirect HTTP
Availabilityavailable (checked 2026-07-21)
Acquisition supportloader_implemented_not_live_tested
Legacy sample-loader statusStandard loader included

Notes

Non-imaging dataset. Samples are 52-element visual field arrays. Models must accept 1D/2D VF arrays, not RGB images.

Access preflight and acquisition

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

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

Upstream page: github.com/uw-biomedical-ml

Source-term evidence: github.com/uw-biomedical-ml

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

Citation

@misc{uwhvf,
title = { UWHVF: University of Washington Humphrey Visual Field },
note = { Boland et al., 'The University of Washington Humphrey Visual Field database', Ophthalmic Epidemiology 2022 },
year = { 2022 },
url = { https://github.com/uw-biomedical-ml/uwhvf/archive/refs/heads/master.zip },
}

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.

  • grape: GRAPE: Glaucoma Real-world Appraisal Progression Ensemble (1,115 records, cc0)
  • harvard_gdp: Harvard GDP: Glaucoma Detection and Progression Dataset (1,000 records, cc-by-nc-nd)
  • dryad_glaucoma_rnfl_vf: RNFL and Visual-Field Glaucoma Diagnosis Dataset (499 records, cc0)
  • eyecatcher_visual_field: Eyecatcher Tablet-Based Visual Field Home-Monitoring Data (440 records, cc-by)
  • stage_task1: STAGE 2023 Task 1 — Mean Deviation Prediction from OCT (400 records, research-only)
  • stage_task2: STAGE 2023 Task 2 — Visual Field Sensitivity Map Prediction (400 records, research-only)
  • stage_task3: STAGE 2023 Task 3 — Pattern Deviation Probability Map (400 records, research-only)
  • fairvlmed: FairVLMed: Fair Vision-Language Medical Ophthalmic Dataset (count not reported records, unknown)