Main DRC (1) - 1
Main DRC (1) - 1
LEARNING
PROJECT DRC-1 PRESENTATION
As we all know eye is an important sensing organ of human being. Eye is interconnected with
parts like iris, pupil, lens, retina, cornea, optic nerve. Cataract is one of the most common eye
diseases which may leads to blindness mostly the main symptom is blurry vision. Cataract is an
age-related eye disease, and its incidence rate rises with age, but it occurs to new born babies in
rare cases. Early intervention and timely treatment can largely avoid blindness. The proposed
model is going to use the deep learning algorithms such as ResNet-50 algorithm and
EfficientnetB0 algorithm. The proposed system will detect the cataract and helpful to the people .
PROBLEM STATEMENT
Cataract disease, if not detected early, can lead to severe vision impairment. The current methods
of detection may involve time-consuming manual processes and are subject to interpretation
variations. This project addresses the need for an automated system that utilizes deep learning
techniques for efficient and accurate cataract disease detection.
LITERATURE SURVEY
[1] International Journal of Research Publication and Reviews, Vol 4, no 4, pp 2130-2136 April 2023
2131
Isma Shaheen - To alleviate the burden of ophthalmologist, many researchers working in the field of
biomedical imaging developed a number of techniques for the automatic detection and grading of
cataract. Imaging modalities used for this purpose includes slit-lamp images, retro-illumination
images, digital/optical eye images, retinal images, and ultrasonic Nakagami images.
[2] Linglin Zhang - To investigate the performance and efficiency by using Depp Convolutional
Neural Network (DCNN) to detect and grad cataract automatically, it also visualize some of the
feature maps at pool5 layer with their empirical semantic meaning, providing a explanation to the
feature representation extracted by DCNN.
Existing System
Current methodologies for cataract detection often rely on manual interpretation of eye images or
traditional computer vision approaches. While automated systems exist, they may lack the accuracy and
robustness required for precise cataract identification. There is a need for an advanced system that
leverages the deep learning algorithms to enhance the efficiency and accuracy of cataract disease
detection.
PROPOSED SYSTEM
Software requirements:
Front End : Streamlit
Python(3.8)
Google Colab
Visual Studio Code
ARCHITECTURE
Data Collection
Preprocessing
lTraining Testing
Model Evaluation
Cataract Detection
Display Results
DATA FLOW DIAGRAM
Level 0
ResNet-50 tackles gradient vanishing, critical for deep learning, via skip connections.
Residual networks use the concept of skip connections. Using these skip connections, we can resolve the problem
of vanishing gradient.
Skip connection means adding original input to the output by skipping some convolutional layers.
ResNet-50's blocks sum input with convolutional block output, facilitating learning from input-output disparities.
ResNet-50 transitions learning from output (Y) to minimizing difference (F(x)), aiming for Y ≈ X.
With 50 layers structured into blocks, ResNet-50 optimizes feature extraction and learning for cataract detection.
EFFICIENTNETB0
In conclusion, deep learning for cataract detection offers high accuracy, automation, and early intervention
potential. Challenges like dataset bias and interpretability remain. Collaborative efforts are crucial for clinical
validation and regulatory approval, promising improved diagnosis efficiency, accessibility, and patient outcomes
in the future.
THANK YOU