NeFut Logo NeFut
Admin Login

[CS.AI] PRISM-DR: Lesion-Specific Inference Models for Diabetic Retinopathy

Published at: 2026-07-24 22:00 Last updated: 2026-07-26 07:44
#algorithm #AI #Machine Learning

Diabetic retinopathy is a leading cause of preventable blindness; its early lesions are small, low contrast, and easily missed in manual screening. Most automated detectors handle the four non-proliferative DR lesions: microaneurysms, hemorrhages, hard exudates, and soft exudates, with a single multi-class model, even though these lesions differ sharply in size, color, morphology, and prevalence, so a shared model favors common, easy classes over rare, difficult ones. We present PRISM-DR, a lesion-specific pipeline that trains one single-class detector per lesion, each with its own configuration.

From a raw fundus image, the pipeline applies region of interest cropping, fundus-specific preprocessing, four parallel YOLO detectors, tiling, per-lesion ensembling of five cross-validation folds, and an inter-lesion suppression step that resolves overlaps by physical lesion size and clinical priority rather than confidence. Per lesion, the best of five YOLO generations is selected, and augmentation is tuned by Bayesian optimization. Trained on IDRiD with stratified five-fold cross-validation, the system reaches a test mAP50 of 0.527 and F1 of 0.529, highest AP50 on hard exudates with 0.561. Without fine-tuning, the models transfer well where the imaging scale is close to IDRiD and degrade as field of view and resolution depart. These modest absolute results reflect a small single-source training set and a difficult task; however, treating each lesion as a separate detection problem is a practical alternative to a single multi-class model.

Blogger's Review: PRISM-DR demonstrates the potential to enhance detection performance in complex visual tasks through lesion-specific handling. This approach not only improves the detection capability for rare lesions but also provides new insights for future medical imaging analysis, warranting further exploration and optimization.

Original Source: https://arxiv.org/abs/2607.19864

[h] Back to Home