SlideShare a Scribd company logo
1 of 26
See discussions, stats, and author profiles for this publication at:
https://www.researchgate.net/publication/339595899
(PRESENTATION) Diabetic Retinopathy Classification from Retinal
Images using Machine Learning Approaches
Presentation · February
2020
DOI: 10.13140/RG.2.2.18559.76960/2
CITATIONS
0
2 authors,
including:
READS
4,167
Indronil Bhattacharjee
New Mexico State
University
9 PUBLICATIONS 18
CITATIONS
SEE PROFILE
All content following this page was uploaded by Indronil Bhattacharjee on 15 August
2021.
The user has requested enhancement of the downloaded file.
Diabetic Retinopathy Classification
fromRetinal Images using
Machine Learning Approach
Tareq Mahmud
Roll no :1507089
Indronil Bhattacharjee
Roll no :1507105
Supervised by :
Mr. Al-Mahmud
Assistant Professor
Department of CSE, KUET.
1
Outline
🠶 Introduction
🠶 Objective
🠶 Motivation
🠶 Related Works
🠶 Methodology
🠶 Workflow
🠶 Results and Experimental Analysis
🠶 Discussions and Conclusion
🠶 References
2
Introduction
🠶 People with diabetes can have an eye disease called diabetic
retinopathy.
🠶 It happens when high blood sugar levels cause damage to blood
vessels in the retina.
🠶 Itcan damage the patient’s vision, even leads to blindness.
🠶 Our aim is to develop a system that will be able to identify patients
with Diabetic Retinopathy from retinal colour fundus images.
3
Introduction
4
(a) (b) (c)
Fig 1 : (a) Healthy Eye
(d)
(b) Mild NPDR (c) Moderate NPDR
(e)
(d) Severe NPDR (e) PDR
Objective
fundus retinal images for Diabetic Retinopathy
Our objective is to -
🠶 Process colour
detection.
🠶 Extract key features from the pre-processed images.
🠶 Detect the presence of Diabetic Retinopathy.
🠶 Classify whether the Diabetic Retinopathy Mild, Moderate, Severe
or Proliferative.
5
Motivation
🠶 Diabetic Retinopathy (DR) is one of the common eye diseases and
is a diabetes complication that affects eyes.
🠶 Diabetic retinopathy may cause no symptoms or only mild vision
problems. Eventually, it can cause blindness.
🠶 So early detection of symptoms could help to avoid blindness.
6
Related Works
🠶 Existing works performed DR detection using features of color fundus
image like area and number of microaneurysm, exudates,
appearance of haemorrhage etc.
🠶 Classification of DR has done by linear Naïve Bayes , SVM and NN
classifiers.
🠶 Most of the works performed 2 and 3 class classifications. Whereas
recent works like Acharya et al. had performed 5 class classification.
7
Methodology
Diabetic retinopathy detection system mainly consists three main
steps:
 Preprocessing of colour fundus images
 Feature extraction
 Classification of Diabetic Retinopathy
8
Preprocessing
9
1024 x 1024
350 x 350
🠶 General Preprocessing
(
(
3
1
2)
) R
C
G
e
o
re
s
n
iz
e
tir
n
a
g
s
C
th
Li
a
m
nin
t e
Ald
E
a
xt
p
ra
tiv
ce
tio
H
n
istogram Equalization (CLAHE)
Preprocessing for Exudate Detection
10
(f) After thresholding
(a) Input Image (b) Green Channel (c) CLAHE image
(e) Median Filtered (d) After Dilation
Preprocessing for Blood Vessel Detection
11
(f) After Noise removal
(a) Input Image (b) Green Channel (c) CLAHE image
(e) After subtraction
(d) Morphological
closing and opening
(g) After thresholding
Preprocessing for Microaneurysm Detection
12
(f) After thresholding
(a) Input Image (b) Green Channel
(e) Inverted Image
(c) CLAHE image (d) Morphological erosion
(h) After subtraction (g) Small area removal
Feature Extraction
🠶 The features which are extracted to detect Diabetic Retinopathy
are-
• Area of Exudates
• Area of Blood Vessel
• Area of Microaneurysms
13
Fig
F
Fi
ig
g
: M
:
: B
i
E
c
l
x
o
ru
o
o
d
a
d
a
nV
e
te
e
us
r
sy
se
sm
l s
Classification
🠶 Classification is performed using Random Forest classifier.
🠶 Itclassifies five classes of Diabetic Retinopathy.
🠶 Five classes are labeled as-
🠶 0 :Normal Eye
🠶 1 :Mild NPDR
🠶 2 :Moderate NPDR
🠶 3 :Severe NPDR
🠶 4 :Proliferative DR
14
Random Forest Classifier
15
tree based learning
• Ensemble
algorithm.
• The fundamental concept behind
random forest is a simple but powerful
one - The wisdom of crowds.
• A large number of relatively
uncorrelated trees operating as a
committee will outperform any of the
individual constituent models.
• Some trees may be wrong, many
other trees will be right.
• As a group, the trees are able to
move in the correct direction.
Classification (Continued)
🠶 Classifier parameters are fine tuned for the best performance.
🠶 Since random forest generates decision trees for prediction, several
parameters are responsible for performance analysis.
🠶 Considering the features, we have used
• No. of estimators =Number of trees in the forest =3000
• Max_features =max number of features considered for
splitting a node =Number of features
• Criterion =Gini index
16
Workflow
17
Fundus Colour Image
Exudates detection
Blood Vessels detection
Microaneurysm detection
Feature extraction
• Intensity Histogram of Exudates
• Zeroth hue moment of Exudates
• Intensity Histogram of Blood Vessels
• Zeroth hue moment of Blood Vessels
• Intensity Histogram of Microaneurysms
• Zeroth hue moment of Microaneurysms
Random Forest Classifier
Healthy Eye Severe PDR
Preprocessing
Mild Moderate
Histogram
of Exudates
Histogram of Histogram
of Micro-
aneurysm
[Blood Vessel [
[ ] ] ]
Classifier
Class 4
Optical Disk Removal
Evaluation Metrics
Accuracy, Sensitivity and Specificity are used as evaluation metrics of the model
🠶 𝐴𝑐𝑐𝑢𝑟𝑎𝑐𝑦 =
𝑇𝑟𝑢𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒 + 𝑇𝑟𝑢𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒
𝑇𝑜𝑡𝑎𝑙 𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝐷𝑎𝑡𝑎
🠶 𝑆𝑒𝑛𝑠𝑖𝑡𝑖𝑣𝑖𝑡𝑦 =
𝑇𝑟𝑢𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒
𝑇𝑟𝑢𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒 + 𝐹𝑎𝑙𝑠𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒
🠶 𝑆𝑝𝑒𝑐𝑖𝑓𝑖𝑐𝑖𝑡𝑦 =
𝑇𝑟𝑢𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒
𝑇𝑟𝑢𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒 + 𝐹𝑎𝑙𝑠𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒
18
Results and Experimental Analysis
Normal Mild Moderate Severe PDR
Normal 989 100 114 63 66
Mild 116 466 10 6 6
Moderate 122 10 492 8 10
Severe 82 2 12 316 8
PDR 40 4 14 4 291
19
Predicted
Actual
• Confusion Matrix
Results and Experimental Analysis (Continued)
20
Fig: Sensitivity Bar Diagram Fig: Specificity Bar Diagram
Average sensitivity of the classification =77.2%
Average specificity of the classification =93.3%
Accuracy of the classification =76.5%
Comparison
21
• Comparison among Random Forest, SVM and Naïve Bayes
Metric
Classifier
Accuracy Sensitivity Specificity
Random Forest 76.5% 77.2% 93.3%
SVM 47.4% 48.1% 61.3%
Naïve Bayes 36.8% 43.0% 58.1%
Comparison
22
• Comparison with existing works
Criteria
Work
Class Features Accuracy Sensitivity Specificity
Singalavanija
et al.
2 3 Not
reported
74.8% 82.7%
Kahai et al. 2 1 Not
reported
100% 63%
Acharya et
al.
5 1 82% 82.5% 88.9%
Our work 5 3 76.5% 77.2% 93.3%
Discussions and Conclusion
🠶 Accuracy comparison is done to get the best model.
🠶 Random Forest classifier shows the best metrics.
🠶 Almost in 76.5% case, the model correctly classifies the level of DR.
🠶 Finally the performance can be further increased with more diverse data
and better features in future.
23
References
24
[1] Akara Sopharak, Matthew N. Dailey, Bunyarit Uyyanonvara, Sarah Barman, Tom Williamson, Khine Thet Nwe& Yin Aye Moe (2010).“Machine
learning approach to automatic exudate detection in retinal images from diabetic patients.”Journal of Modern Optics, 57:2, 124-135.
[2]
[3]
[4]
[5]
[6]
[7]
[8]
Shailesh Kumar and Basant Kumar (2018). “Diabetic Retinopathy Detection by Extracting Area and Number of Microaneurysm from Colour Fundus
Image.” 5th International Conference on Signal Processing and Integrated Networks (SPIN) (2018):, 359-364.
Sohini Roychowdhury, Dara D. Koozekananiand Keshab K. Parhi (2014). “DREAM: Diabetic Retinopathy Analysis Using Machine Learning.” IEEE
Journal of Biomedical and Health Informatics (Volume: 18 , Issue: 5 , Sept. 2014), 1717 – 1728.
Liu, Z.; Chutatape, O.; Krishna, S.M. Presented at the 19th IEEE Conference on Engineering in Medicine and Biology Society, Chicago, USA, Oct 30–
Nov 2, 1997.
Nayak, J., Bhat, P. S., Acharya, U. R., Lim, C. M., and Kagathi, M. Automated identification of different stages of diabetic retinopathy using digital
fundus images.
Sinthanayothin, C.; Boyce, J.F.; Williamson, T.H.; Cook, H.L.; Mensah, E.; Lal, S.; Usher, D. J. Diabet. Med. 2002, 19, 105–112.
Usher, D.; Dumskyj, M.; Himaga, M.; Williamson, T.H.; Nussey, S.; Boyce, J. J. Diabet. Med. 2004, 21, 84–90.
Kavitha, D.; Shenbaga, S.D. Presented at the 2nd ICISIP Conference on Intelligent Sensing and Information Processing, Madras, India, Jan 4–7, 2005.
Osareh, A.; Mirmehdi, M.; Thomas, B.; Markham, R.In Medical Image Understanding and Analysis Conference;Claridge, E., Bamber, J., Eds.; BMVC
Press: UK, 2001;pp 49–52.
THANK YOU
25
View publication stats

More Related Content

Similar to ML edddddddddddddddddddddddddxduated detection.pptx

Automatic identification and classification of microaneurysms for detection o...
Automatic identification and classification of microaneurysms for detection o...Automatic identification and classification of microaneurysms for detection o...
Automatic identification and classification of microaneurysms for detection o...eSAT Journals
 
Automatic identification and classification of
Automatic identification and classification ofAutomatic identification and classification of
Automatic identification and classification ofeSAT Publishing House
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...IRJET Journal
 
study-and-development-of-digital-image-processing-tool-for-application-of-dia...
study-and-development-of-digital-image-processing-tool-for-application-of-dia...study-and-development-of-digital-image-processing-tool-for-application-of-dia...
study-and-development-of-digital-image-processing-tool-for-application-of-dia...Jyoti Patil
 
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesDiagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesIRJET Journal
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningIRJET Journal
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesIRJET Journal
 
A Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationA Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationIJERA Editor
 
IRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep LearningIRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep LearningIRJET Journal
 
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...IIRindia
 
DR PPT[1]2[1].pptx - Read-Only.pptx
DR PPT[1]2[1].pptx  -  Read-Only.pptxDR PPT[1]2[1].pptx  -  Read-Only.pptx
DR PPT[1]2[1].pptx - Read-Only.pptxtoget48099
 
Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...
Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...
Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...IRJET Journal
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET Journal
 
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...paperpublications3
 
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET Journal
 
Brain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive BoostingBrain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive BoostingIRJET Journal
 
Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...
Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...
Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...sipij
 

Similar to ML edddddddddddddddddddddddddxduated detection.pptx (20)

Automatic identification and classification of microaneurysms for detection o...
Automatic identification and classification of microaneurysms for detection o...Automatic identification and classification of microaneurysms for detection o...
Automatic identification and classification of microaneurysms for detection o...
 
Automatic identification and classification of
Automatic identification and classification ofAutomatic identification and classification of
Automatic identification and classification of
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
 
50120130406001
5012013040600150120130406001
50120130406001
 
study-and-development-of-digital-image-processing-tool-for-application-of-dia...
study-and-development-of-digital-image-processing-tool-for-application-of-dia...study-and-development-of-digital-image-processing-tool-for-application-of-dia...
study-and-development-of-digital-image-processing-tool-for-application-of-dia...
 
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesDiagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
 
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHYSYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learning
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus images
 
A Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationA Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy Classification
 
IRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep LearningIRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep Learning
 
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
 
DR PPT[1]2[1].pptx - Read-Only.pptx
DR PPT[1]2[1].pptx  -  Read-Only.pptxDR PPT[1]2[1].pptx  -  Read-Only.pptx
DR PPT[1]2[1].pptx - Read-Only.pptx
 
Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...
Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...
Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...
 
Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...
Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...
Utilizing Machine Learning, Detect Chronic Kidney Disease and Suggest A Healt...
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
 
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
 
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
 
Brain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive BoostingBrain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive Boosting
 
Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...
Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...
Classification of OCT Images for Detecting Diabetic Retinopathy Disease using...
 

More from RamithaDevi

cccccccccccccccccccccccccccmlppt-171107181444.pptx
cccccccccccccccccccccccccccmlppt-171107181444.pptxcccccccccccccccccccccccccccmlppt-171107181444.pptx
cccccccccccccccccccccccccccmlppt-171107181444.pptxRamithaDevi
 
sdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdf
sdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdfsdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdf
sdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdfRamithaDevi
 
Tdffffffffffffffffffffffffffffffffffffffehranipoor.pdf
Tdffffffffffffffffffffffffffffffffffffffehranipoor.pdfTdffffffffffffffffffffffffffffffffffffffehranipoor.pdf
Tdffffffffffffffffffffffffffffffffffffffehranipoor.pdfRamithaDevi
 
iot-full-notes-iot-for-smart-systems.pdf
iot-full-notes-iot-for-smart-systems.pdfiot-full-notes-iot-for-smart-systems.pdf
iot-full-notes-iot-for-smart-systems.pdfRamithaDevi
 
DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...
DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...
DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...RamithaDevi
 
12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.ppt12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.pptRamithaDevi
 

More from RamithaDevi (6)

cccccccccccccccccccccccccccmlppt-171107181444.pptx
cccccccccccccccccccccccccccmlppt-171107181444.pptxcccccccccccccccccccccccccccmlppt-171107181444.pptx
cccccccccccccccccccccccccccmlppt-171107181444.pptx
 
sdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdf
sdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdfsdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdf
sdfdfdsdddddddddddddddddddfffffffffffffffffdpl ppt.pdf
 
Tdffffffffffffffffffffffffffffffffffffffehranipoor.pdf
Tdffffffffffffffffffffffffffffffffffffffehranipoor.pdfTdffffffffffffffffffffffffffffffffffffffehranipoor.pdf
Tdffffffffffffffffffffffffffffffffffffffehranipoor.pdf
 
iot-full-notes-iot-for-smart-systems.pdf
iot-full-notes-iot-for-smart-systems.pdfiot-full-notes-iot-for-smart-systems.pdf
iot-full-notes-iot-for-smart-systems.pdf
 
DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...
DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...
DeepDRImageGuidedDiabeticRetinopathyDetectionUsingAttentionBasedDeepLearningS...
 
12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.ppt12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.ppt
 

Recently uploaded

💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...sonalitrivedi431
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funneljen_giacalone
 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptxsuhanimunjal27
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...RitikaRoy32
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...SUHANI PANDEY
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...amitlee9823
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneLukeKholes
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxjeswinjees
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 

Recently uploaded (20)

💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funnel
 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 

ML edddddddddddddddddddddddddxduated detection.pptx

  • 1. See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/339595899 (PRESENTATION) Diabetic Retinopathy Classification from Retinal Images using Machine Learning Approaches Presentation · February 2020 DOI: 10.13140/RG.2.2.18559.76960/2 CITATIONS 0 2 authors, including: READS 4,167 Indronil Bhattacharjee New Mexico State University 9 PUBLICATIONS 18 CITATIONS SEE PROFILE All content following this page was uploaded by Indronil Bhattacharjee on 15 August 2021. The user has requested enhancement of the downloaded file.
  • 2. Diabetic Retinopathy Classification fromRetinal Images using Machine Learning Approach Tareq Mahmud Roll no :1507089 Indronil Bhattacharjee Roll no :1507105 Supervised by : Mr. Al-Mahmud Assistant Professor Department of CSE, KUET. 1
  • 3. Outline 🠶 Introduction 🠶 Objective 🠶 Motivation 🠶 Related Works 🠶 Methodology 🠶 Workflow 🠶 Results and Experimental Analysis 🠶 Discussions and Conclusion 🠶 References 2
  • 4. Introduction 🠶 People with diabetes can have an eye disease called diabetic retinopathy. 🠶 It happens when high blood sugar levels cause damage to blood vessels in the retina. 🠶 Itcan damage the patient’s vision, even leads to blindness. 🠶 Our aim is to develop a system that will be able to identify patients with Diabetic Retinopathy from retinal colour fundus images. 3
  • 5. Introduction 4 (a) (b) (c) Fig 1 : (a) Healthy Eye (d) (b) Mild NPDR (c) Moderate NPDR (e) (d) Severe NPDR (e) PDR
  • 6. Objective fundus retinal images for Diabetic Retinopathy Our objective is to - 🠶 Process colour detection. 🠶 Extract key features from the pre-processed images. 🠶 Detect the presence of Diabetic Retinopathy. 🠶 Classify whether the Diabetic Retinopathy Mild, Moderate, Severe or Proliferative. 5
  • 7. Motivation 🠶 Diabetic Retinopathy (DR) is one of the common eye diseases and is a diabetes complication that affects eyes. 🠶 Diabetic retinopathy may cause no symptoms or only mild vision problems. Eventually, it can cause blindness. 🠶 So early detection of symptoms could help to avoid blindness. 6
  • 8. Related Works 🠶 Existing works performed DR detection using features of color fundus image like area and number of microaneurysm, exudates, appearance of haemorrhage etc. 🠶 Classification of DR has done by linear Naïve Bayes , SVM and NN classifiers. 🠶 Most of the works performed 2 and 3 class classifications. Whereas recent works like Acharya et al. had performed 5 class classification. 7
  • 9. Methodology Diabetic retinopathy detection system mainly consists three main steps:  Preprocessing of colour fundus images  Feature extraction  Classification of Diabetic Retinopathy 8
  • 10. Preprocessing 9 1024 x 1024 350 x 350 🠶 General Preprocessing ( ( 3 1 2) ) R C G e o re s n iz e tir n a g s C th Li a m nin t e Ald E a xt p ra tiv ce tio H n istogram Equalization (CLAHE)
  • 11. Preprocessing for Exudate Detection 10 (f) After thresholding (a) Input Image (b) Green Channel (c) CLAHE image (e) Median Filtered (d) After Dilation
  • 12. Preprocessing for Blood Vessel Detection 11 (f) After Noise removal (a) Input Image (b) Green Channel (c) CLAHE image (e) After subtraction (d) Morphological closing and opening (g) After thresholding
  • 13. Preprocessing for Microaneurysm Detection 12 (f) After thresholding (a) Input Image (b) Green Channel (e) Inverted Image (c) CLAHE image (d) Morphological erosion (h) After subtraction (g) Small area removal
  • 14. Feature Extraction 🠶 The features which are extracted to detect Diabetic Retinopathy are- • Area of Exudates • Area of Blood Vessel • Area of Microaneurysms 13 Fig F Fi ig g : M : : B i E c l x o ru o o d a d a nV e te e us r sy se sm l s
  • 15. Classification 🠶 Classification is performed using Random Forest classifier. 🠶 Itclassifies five classes of Diabetic Retinopathy. 🠶 Five classes are labeled as- 🠶 0 :Normal Eye 🠶 1 :Mild NPDR 🠶 2 :Moderate NPDR 🠶 3 :Severe NPDR 🠶 4 :Proliferative DR 14
  • 16. Random Forest Classifier 15 tree based learning • Ensemble algorithm. • The fundamental concept behind random forest is a simple but powerful one - The wisdom of crowds. • A large number of relatively uncorrelated trees operating as a committee will outperform any of the individual constituent models. • Some trees may be wrong, many other trees will be right. • As a group, the trees are able to move in the correct direction.
  • 17. Classification (Continued) 🠶 Classifier parameters are fine tuned for the best performance. 🠶 Since random forest generates decision trees for prediction, several parameters are responsible for performance analysis. 🠶 Considering the features, we have used • No. of estimators =Number of trees in the forest =3000 • Max_features =max number of features considered for splitting a node =Number of features • Criterion =Gini index 16
  • 18. Workflow 17 Fundus Colour Image Exudates detection Blood Vessels detection Microaneurysm detection Feature extraction • Intensity Histogram of Exudates • Zeroth hue moment of Exudates • Intensity Histogram of Blood Vessels • Zeroth hue moment of Blood Vessels • Intensity Histogram of Microaneurysms • Zeroth hue moment of Microaneurysms Random Forest Classifier Healthy Eye Severe PDR Preprocessing Mild Moderate Histogram of Exudates Histogram of Histogram of Micro- aneurysm [Blood Vessel [ [ ] ] ] Classifier Class 4 Optical Disk Removal
  • 19. Evaluation Metrics Accuracy, Sensitivity and Specificity are used as evaluation metrics of the model 🠶 𝐴𝑐𝑐𝑢𝑟𝑎𝑐𝑦 = 𝑇𝑟𝑢𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒 + 𝑇𝑟𝑢𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒 𝑇𝑜𝑡𝑎𝑙 𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝐷𝑎𝑡𝑎 🠶 𝑆𝑒𝑛𝑠𝑖𝑡𝑖𝑣𝑖𝑡𝑦 = 𝑇𝑟𝑢𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑇𝑟𝑢𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒 + 𝐹𝑎𝑙𝑠𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒 🠶 𝑆𝑝𝑒𝑐𝑖𝑓𝑖𝑐𝑖𝑡𝑦 = 𝑇𝑟𝑢𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒 𝑇𝑟𝑢𝑒 𝑁𝑒𝑔𝑎𝑡𝑖𝑣𝑒 + 𝐹𝑎𝑙𝑠𝑒 𝑃𝑜𝑠𝑖𝑡𝑖𝑣𝑒 18
  • 20. Results and Experimental Analysis Normal Mild Moderate Severe PDR Normal 989 100 114 63 66 Mild 116 466 10 6 6 Moderate 122 10 492 8 10 Severe 82 2 12 316 8 PDR 40 4 14 4 291 19 Predicted Actual • Confusion Matrix
  • 21. Results and Experimental Analysis (Continued) 20 Fig: Sensitivity Bar Diagram Fig: Specificity Bar Diagram Average sensitivity of the classification =77.2% Average specificity of the classification =93.3% Accuracy of the classification =76.5%
  • 22. Comparison 21 • Comparison among Random Forest, SVM and Naïve Bayes Metric Classifier Accuracy Sensitivity Specificity Random Forest 76.5% 77.2% 93.3% SVM 47.4% 48.1% 61.3% Naïve Bayes 36.8% 43.0% 58.1%
  • 23. Comparison 22 • Comparison with existing works Criteria Work Class Features Accuracy Sensitivity Specificity Singalavanija et al. 2 3 Not reported 74.8% 82.7% Kahai et al. 2 1 Not reported 100% 63% Acharya et al. 5 1 82% 82.5% 88.9% Our work 5 3 76.5% 77.2% 93.3%
  • 24. Discussions and Conclusion 🠶 Accuracy comparison is done to get the best model. 🠶 Random Forest classifier shows the best metrics. 🠶 Almost in 76.5% case, the model correctly classifies the level of DR. 🠶 Finally the performance can be further increased with more diverse data and better features in future. 23
  • 25. References 24 [1] Akara Sopharak, Matthew N. Dailey, Bunyarit Uyyanonvara, Sarah Barman, Tom Williamson, Khine Thet Nwe& Yin Aye Moe (2010).“Machine learning approach to automatic exudate detection in retinal images from diabetic patients.”Journal of Modern Optics, 57:2, 124-135. [2] [3] [4] [5] [6] [7] [8] Shailesh Kumar and Basant Kumar (2018). “Diabetic Retinopathy Detection by Extracting Area and Number of Microaneurysm from Colour Fundus Image.” 5th International Conference on Signal Processing and Integrated Networks (SPIN) (2018):, 359-364. Sohini Roychowdhury, Dara D. Koozekananiand Keshab K. Parhi (2014). “DREAM: Diabetic Retinopathy Analysis Using Machine Learning.” IEEE Journal of Biomedical and Health Informatics (Volume: 18 , Issue: 5 , Sept. 2014), 1717 – 1728. Liu, Z.; Chutatape, O.; Krishna, S.M. Presented at the 19th IEEE Conference on Engineering in Medicine and Biology Society, Chicago, USA, Oct 30– Nov 2, 1997. Nayak, J., Bhat, P. S., Acharya, U. R., Lim, C. M., and Kagathi, M. Automated identification of different stages of diabetic retinopathy using digital fundus images. Sinthanayothin, C.; Boyce, J.F.; Williamson, T.H.; Cook, H.L.; Mensah, E.; Lal, S.; Usher, D. J. Diabet. Med. 2002, 19, 105–112. Usher, D.; Dumskyj, M.; Himaga, M.; Williamson, T.H.; Nussey, S.; Boyce, J. J. Diabet. Med. 2004, 21, 84–90. Kavitha, D.; Shenbaga, S.D. Presented at the 2nd ICISIP Conference on Intelligent Sensing and Information Processing, Madras, India, Jan 4–7, 2005. Osareh, A.; Mirmehdi, M.; Thomas, B.; Markham, R.In Medical Image Understanding and Analysis Conference;Claridge, E., Bamber, J., Eds.; BMVC Press: UK, 2001;pp 49–52.