International Journal of Pattern Recognition and Artificial Intelligence, 2026 (SCI-Expanded, Scopus)
Glaucoma, a principal cause of irreversible blindness, involves progressive optic nerve damage often linked to increased intraocular pressure. Traditionally, diagnosing glaucoma involves ophthalmologists examining a dilated pupil, a method that is both time-consuming and labor-intensive. Automation through deep learning offers a scalable solution, streamlining the diagnostic process. Convolutional neural networks (CNNs) excel in this context as they extract hierarchical features from images, enabling the distinction between glaucomatous and nonglaucomatous patterns crucial for accurate diagnoses. This study introduces a deep learning-based system for automated glaucoma detection, emphasizing the optic disc (OD) and cup segmentation through a dual-network architecture. The model employs two hybrid CNNs for simultaneous segmentation tasks, where each CNN outputs a mask for either the optic cup (OC) or the OD. These masks are merged into one image to produce the final segmentation result. We evaluate our model using three benchmark datasets: RIM-ONE, ACRIMA, and Drishti-GS, achieving glaucoma prediction accuracy of 96.42%, 93.2%, and 94.4%, respectively. By using the Dice coefficient, our model achieves cup/disc segmentation scores of 90/97% on RIM-ONE, 90/95% on ACRIMA, and 94/97% on Drishti-GS. These results are compared with recent methods, demonstrating the robustness and effectiveness of our approach across varying architectures. The pipeline is transparently interpretable: predicted OC/disc contours are visualized and the per-case cup-to-disc ratio (CDR) that drives the glaucoma decision is reported. This study is model-centric, emphasizing a hybrid architecture (ResNet-50 screening + Z-Net segmentation) evaluated on public datasets. The model and datasets are available here.