CoolFace
Datasetpublic

ctmedtech/PALM

🩺 PALM β€” Pathologic Myopia Fundus Image Dataset Image: Dataset Samples. πŸ“˜ Overview PALM (Pathologic Myopia) is a publicly available fundus image dataset developed for detecting pathologic myopia (PM) and analyzing associated retinal lesions and anatomical structures. It was released for the Pathologic Myopia Challenge (PALM), hosted by the Chinese Academy of Sciences and Sun Yat-sen University… See the full description on the dataset page: https://huggingface.co/datasets/ctmedtech/PALM.

sourceHugging Faceotherupdated 11mo agoView on Hugging Face
0likes1.2kdownloads
Dataset Card

🩺 PALM β€” Pathologic Myopia Fundus Image Dataset

<table align="center"> <tr> <td width="100%" align="center"> <img src="rmimages/MergedFundusImageswith_Captions.jpg" alt="Merged Dataset Samples" style="max-width: 100%; height: auto;"> <br> <p><strong>Image:</strong> Dataset Samples.</p> </td> </tr> </table>


πŸ“˜ Overview

PALM (Pathologic Myopia) is a publicly available fundus image dataset developed for detecting pathologic myopia (PM) and analyzing associated retinal lesions and anatomical structures.

It was released for the Pathologic Myopia Challenge (PALM), hosted by the Chinese Academy of Sciences and Sun Yat-sen University, and published on IEEE DataPort. The dataset provides both classification and segmentation tasks, making it valuable for multi-task ophthalmic AI research.

πŸ”— Official Sources:


πŸ“Š Dataset Summary

FeatureDescription
Images1,200 color fundus photographs
LabelsBinary β€” Pathologic Myopia (PM) or Non-PM
AnnotationsOptic disc boundary, fovea location, and lesion masks (atrophy, detachment)
ResolutionVaries (45Β° field-of-view fundus images)
FormatJPEG
TasksClassification, Segmentation
Source InstitutionsMultiple ophthalmic centers in China
LicenseFree for research and educational use
Released2019 (PALM Challenge)

πŸ“ Folder Structure

python
PALM/
β”œβ”€β”€ images/
β”‚ β”œβ”€β”€ train/
β”‚ β”œβ”€β”€ validation/
β”‚ └── test/
β”œβ”€β”€ annotations/
β”‚ β”œβ”€β”€ optic_disc_masks/
β”‚ β”œβ”€β”€ lesion_masks/
β”‚ └── fovea_locations.csv
β”œβ”€β”€ labels.csv
└── README.md

🩸 Labels and Annotations

  • β€”Classification Label:
  • β€”1 = Pathologic Myopia (PM)
  • β€”0 = Non-Pathologic (Normal)
  • β€”Segmentation Annotations:
  • β€”Optic disc boundaries
  • β€”Fovea coordinates
  • β€”Lesion masks for:
  • β€”Patchy atrophy
  • β€”Retinal detachment
  • β€”Peripapillary atrophy

🧠 Research Applications

PALM is designed for:

  • β€”Pathologic Myopia detection from fundus images
  • β€”Segmentation of optic disc, fovea, and lesion regions
  • β€”Multi-task learning combining classification and segmentation
  • β€”Explainable AI studies on high-myopia pathology

βš™οΈ Limitations

  • β€”Limited image count (~1,200)
  • β€”Variability in camera type and illumination
  • β€”Binary labeling (PM vs Non-PM) does not cover all clinical myopia subtypes
  • β€”Lesion annotations may need preprocessing for some segmentation frameworks

πŸ“₯ Access and Citation

πŸ”— Access

Dataset available via official IEEE DataPort page: πŸ‘‰ https://ieee-dataport.org/documents/palm-pathologic-myopia-challenge

πŸ“„ Citation

If you use PALM, please cite: Fang H., Li F., Wu J., Fu H., Sun X., Orlando J. I., Bogunović H., Zhang X., Xu Y. PALM: Open Fundus Photograph Dataset with Pathologic Myopia Recognition and Anatomical Structure Annotation. IEEE DataPort, 2019.


🧾 License

The PALM dataset is made available for research and educational use only. Redistribution or commercial use requires permission from the dataset authors.