Skip to main content

Tian OCTRIMA 3D OCT Layer Segmentation Dataset

10 Heidelberg Spectralis SD-OCT volumes (510 B-scans, 496×644×51 voxels) from healthy subjects with 8 retinal layer boundary annotations by 2 independent observers. MATLAB .mat format; used as the OCTRIMA 3D validation set.

At a glance

FieldValue
Short nametian_oct
Full nameTian OCTRIMA 3D OCT Layer Segmentation Dataset
Primary categoryoct
Contained modalitiesoct
Taskssegmentation
Samples10
Classes8 (ILM, RNFL_GCL_IPL, IPL_INL, INL_OPL, OPL_ONL, ELM, IS_OS, OS_RPE)
Splitstest
Size0.2 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

Primarily a benchmark/test set (10 volumes, 2 observers). Each .mat file contains: raw OCT volume, OCTRIMA 3D automatic segmentation, Observer 1 manual, Observer 2 manual. Supplement URL: https://doi.org/10.1371/journal.pone.0133908.s002

Access preflight and acquisition

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

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

Upstream page: https://doi.org/10.1371/journal.pone.0133908.s002

Source-term evidence: https://doi.org/10.1371/journal.pone.0133908.s002

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

Citation

@misc{tian_oct,
title = { Tian OCTRIMA 3D OCT Layer Segmentation Dataset },
note = { Tian J et al., 'Real-Time Automatic Segmentation of Optical Coherence Tomography Volume Data of the Macular Region', PLOS ONE 10(8):e0133908 (2015). doi:10.1371/journal.pone.0133908 },
year = { 2015 },
url = { https://doi.org/10.1371/journal.pone.0133908.s002 },
}

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.

  • syn_oct: SYN-OCT Synthetic Glaucoma OCT Dataset (200,000 records, cc-by)
  • eyecare_100k: Eyecare-100K: Multimodal Ophthalmology VQA Corpus (102,000 records, unknown)
  • kermany_oct: Kermany OCT 2018: Retinal OCT Image Classification (84,484 records, cc-by)
  • multieye: MultiEYE: OCT-Enhanced Fundus Multi-Disease Benchmark (58,036 records, mit)
  • lmod_plus: LMOD+ Multimodal Ophthalmology Benchmark (32,633 records, unknown)
  • harvard_fairvision: Harvard-FairVision (AMD + DR + Glaucoma, paired SLO + OCT) (30,000 records, cc-by-nc-nd)
  • mario: MARIO: AMD-Progression Longitudinal OCT (MICCAI 2024) (30,000 records, cc-by)
  • mmrdr: MMRDR: Multi-Modal Retinal Diabetic Retinopathy Dataset (24,460 records, cc-by)