ELIAS is a clinician-guided deep learning classifier for automated detection of epiblepharon (睫毛倒插) from external eye photographs.
The model uses a frozen ImageNet-pretrained ResNet-18 backbone with a task-specific classification head. The key innovation is the explicit integration of clinician-defined anatomical Regions of Interest (ROI) — specifically the lower eyelid margin and eyelash–cornea interface — as a prior constraint, enabling robust classification in a small-data regime (~80–150 cases per class).
Evaluated by stratified 5-fold cross-validation (random_state=42, 20 epochs/fold).
Metric
Mean (5-fold)
AUC
0.93
Accuracy
High
Sensitivity
High
Specificity
Moderate
F1 Score
High
✅ No fold collapse observed across all 5 folds
✅ Label-shuffling negative control confirmed genuine feature learning
✅ ROI ablation experiments validated lower eyelid margin as primary diagnostic signal
ROI Ablation Summary
Condition
Performance vs Baseline
Full image (baseline)
✅ Optimal
ROI ablated (lower eyelid blurred)
❌ Significant drop
Non-ROI ablated (ROI preserved)
✅ Near-baseline
Diagnostic features are spatially localized to the clinically defined lower eyelid margin — consistent with clinical examination principles for epiblepharon.
Grad-CAM Explainability
Grad-CAM heatmaps were generated using native PyTorch hooks on layer4 (no Captum dependency):
Epiblepharon cases: Activation consistently focused on lower eyelid margin and eyelash–cornea interface
Control cases: Diffuse, anatomically unfocused activation patterns
⚠️ Clinical images are not distributed in this repository due to patient privacy regulations (Personal Data Protection Act, IRB). For academic collaboration, please contact the corresponding author.