Related Experiment Video
Updated: Feb 3, 2026

Quantitative Fundus Autofluorescence for the Evaluation of Retinal Diseases
Published on: March 11, 2016
The region of interest localization for glaucoma analysis from retinal fundus image using deep learning
Anirban Mitra1, Priya Shankar Banerjee2, Sudipta Roy3
1Department of Computer Science and Engineering, Calcutta University Technology Campus, JD-2, Sector-III, Salt Lake, Kolkata 700098, India; Department of Computer Science and Engineering, Academy of Technology, Adisaptagram 712121, West Bengal, India.
This study introduces a novel Convolution Neural Network (CNN) for automated optic disc (OD) detection in retinal fundus images, achieving high accuracy for early eye disease diagnosis. The method offers fast and reliable detection, even on low-quality images, improving diagnostic capabilities.
Area of Science:
- Medical Imaging
- Computer Vision
- Ophthalmology
Background:
- Automated retinal fundus image analysis is crucial for early detection of eye diseases like glaucoma and diabetic retinopathy.
- Accurate localization of the Optic Disc (OD) as a Region of Interest (ROI) is vital for disease diagnosis.
Purpose of the Study:
- To develop an automated method for detecting the Optic Disc (OD) bounding box in retinal fundus images.
- To reframe ROI detection as a regression problem solvable with Convolutional Neural Networks (CNNs).
Main Methods:
- A CNN was trained on public datasets (MESSIDOR, Kaggle) using data augmentation.
- Images were processed using a 13x13 grid, with each cell predicting bounding boxes and class probabilities.
- K-means clustering initialized network anchors, and a sum-squared loss function was used during training, followed by Non-maximum suppression.
Main Results:
- The proposed method achieved high accuracy: 99.05% on Kaggle and 98.78% on MESSIDOR test sets for ROI detection.
- The network detected ROIs in fundus images with a latency of 0.0045 seconds (25 ms).
- The approach demonstrated superior performance compared to recent methods without relying on handcrafted features.
Conclusions:
- The CNN model accurately detects ROIs in retinal images, including low-quality ones, without bias.
- This novel method provides a faster and more reliable approach for diagnosing eye diseases.
- The network offers a more comprehensive depiction compared to previous methodologies.
Related Concept Videos
Local Anesthetics: Clinical Application as Intravenous Regional Anesthesia
One of the advantages of...
Glaucoma: Overview
Open Angle Glaucoma: Treatment
Drugs such as carbonic anhydrase inhibitors, α2- and...
IR Frequency Region: Fingerprint Region
Angle Closure Glaucoma: Treatment
Avoidance Learning and Learned Helplessness
Avoidance learning occurs when an organism learns that a specific behavior can prevent an unpleasant outcome. For example, a student who receives a bad grade may start studying harder to avoid future poor grades. This behavior persists even when the negative outcome is no longer present. Avoidance learning is powerful because it maintains behavior in the absence of the...

