Skip to main content

Cataract-1K: Large-Scale Cataract Surgery Video Dataset

1000 cataract surgery videos from multiple surgeons annotated for 10 surgical phases, instrument segmentation, and tool presence detection. First large-scale cataract surgical video dataset.

At a glance

FieldValue
Short namecataract1k
Full nameCataract-1K: Large-Scale Cataract Surgery Video Dataset
Primary categorysurgical_video
Contained modalitiessurgical_video
Tasksphase_recognition, segmentation, detection
Samples1,000
Classes10 (Incision, Viscoelastic, Capsulorhexis, Hydrodissection, Phacoemulsification, Irrigation-Aspiration, Capsule Polishing, Lens Implant, Viscoelastic Suction, Tonifying-Antibiotics)
Splitstrain, val, test
Size50.0 GB
Source-stated termsResearch only — see Synapse terms
Normalized termsresearch-only
Descriptive screening labelResearch or challenge restriction recorded; check source
Terms scopedataset_files
Access frictioncontrolled_or_manual
Route backendManual (upstream-gated)
Availabilityavailable (checked 2026-07-21)
Acquisition supportmanual_access_blocked
Legacy sample-loader statusStandard loader included

Notes

Data hosted on Synapse (free registration required). Install synapseclient: pip install synapseclient. Then: synapse get syn53404917

Access preflight and acquisition

# This route requires upstream human action; no transfer starts.
eyehub download cataract1k --data-dir ./data --dry-run --json
# Follow the official instructions shown by preflight.

Upstream page: synapse.org

Source-term evidence: synapse.org

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

Citation

@misc{cataract1k,
title = { Cataract-1K: Large-Scale Cataract Surgery Video Dataset },
note = { Ghamsarian N et al., 'Cataract-1K: Cataract Surgery Dataset for Domain Generalization of Surgical Workflow Analysis', IEEE TMI 2024. https://github.com/Negin-Ghamsarian/Cataract-1K },
year = { 2024 },
url = { https://www.synapse.org/#!Synapse:syn53404917 },
}

Source-stated terms

  • Raw source string: Research only — see Synapse 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.

  • ophora: Ophora-160K: Ophthalmic Surgical Video Instruction Dataset (160,185 records, unknown)
  • lmod_plus: LMOD+ Multimodal Ophthalmology Benchmark (32,633 records, unknown)
  • cadis: CaDIS: Cataract Dataset for Image Segmentation (4,670 records, research-only)
  • cataract_lmm: Cataract-LMM: Large-Scale Multi-Source Multi-Task Cataract Surgery Benchmark (3,000 records, cc-by-nc-nd)
  • ophnet2024: OphNet2024: Ophthalmic Surgical Video Dataset (2,278 records, cc-by-nc-sa)
  • migs_video: Multicenter Fine-Annotated MIGS Surgical Video Dataset (186 records, cc-by)
  • sics155: SICS-155 Small Incision Cataract Surgery Videos (155 records, cc-by-nc)
  • cataract101_extended_labels: Cataract-101 Extended Labels (101 records, cc-by)