SlideShare a Scribd company logo
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
DOI:10.5121/ijcses.2016.7101 1
AUTOMATED DETECTION OF HARD EXUDATES IN
FUNDUS IMAGES USING IMPROVED OTSU
THRESHOLDING AND SVM
Weiwei Gao1
and Jing Zuo2
1
College of Mechanical Engineering, Shanghai University of Engineering Science,
Shanghai, 201620, China
2
Department of Ophthalmology, Jiangsu province hospital of TCM, Nanjing, 210029,
China
ABSTRACT
One common cause of visual impairment among people of working age in the industrialized countries is
Diabetic Retinopathy (DR). Automatic recognition of hard exudates (EXs) which is one of DR lesions in
fundus images can contribute to the diagnosis and screening of DR.The aim of this paper was to
automatically detect those lesions from fundus images. At first,green channel of each original fundus image
was segmented by improved Otsu thresholding based on minimum inner-cluster variance, and candidate
regions of EXs were obtained. Then, we extracted features of candidate regions and selected a subset which
best discriminates EXs from the retinal background by means of logistic regression (LR). The selected
features were subsequently used as inputs to a SVM to get a final segmentation result of EXs in the image.
Our database was composed of 120 images with variable color, brightness, and quality. 70 of them were
used to train the SVM and the remaining 50 to assess the performance of the method. Using a lesion based
criterion, we achieved a mean sensitivity of 95.05% and a mean positive predictive value of 95.37%. With
an image-based criterion, our approach reached a 100% mean sensitivity, 90.9% mean specificity and
96.0% mean accuracy. Furthermore, the average time cost in processing an image is 8.31 seconds. These
results suggest that the proposed method could be a diagnostic aid for ophthalmologists in the screening
for DR.
KEYWORDS
Diabetic retinopathy, Fundus images, Hard exudates, Improved Otsu thresholding, SVM, Automated
detection.
1. INTRODUCTION
At present, a main challenge of current health care in the world is fast progression of diabetes.
The number of people with diabetics would increase to 4.4% of the global population by 2030
expected by the world health organization [1]. However, the fact is that only one half of the
patients are aware of the disease. And in the medical perspective, diabetes will lead to severe late
complications. These complications are macro and micro vascular changes which would result in
heart disease, renal problems and retinopathy. Diabetic retinopathy (DR) which is one of the
common complications and it remains the most common cause of blindness among adults greater
than 65 years in the developed countries [2]. Although early detection and laser treatment of DR
have proved effective in preventing visual loss [3], too many diabetic patients are not treated in
time because of inadequacies of the currently available screening programmes [4]. It is now a
recognised urgent worldwide priority that institutes an efficient screening programme for the
detection of at-risk patients at a stage when they can still be effectively treated because 75% of
the blindness due to diabetes can be preventable. International guidelines recommend annual
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
2
fundus examination for all diabetic patients to detect the early stage of DR [5]. Now, it is certain
that the most effective treatment for DR is only in the first stages of the disease. So, early
detection by regular screening is of paramount importance. Digital image capturing technology
must be used because it can lower the cost of such screenings, and this technology enables us to
employ state-of-the-art image processing techniques which automate the detection of
abnormalities in fundus. DR clinical signs include red lesions and bright lesions. The former
include intraretinal microvascular abnormalities (IRMAs) and hemorrhages (HEs), the latter
include hard exudates (EXs) and soft exudates or cotton-wool spots (CWs) [6]. EXs are yellowish
intraretinal deposits and usually located in the posterior pole of the human fundus which is shown
in figure 1. Hard exudates are made up of serum lipoproteins which leak from the abnormally
permeable blood vessels, especially across the walls of leaking MAs. It can represent the only
visible sign of DR for some patients [6]. Because different lesions have different diagnostic
importance and management implications, it is very important to distinguish among lesion types.
We did research on EXs detection and their differentiation from other bright areas in fundus
images in this paper. EXs detection plays a very important role on DR screening tasks, as EXs are
among the common early clinical signs of DR [7]. Additionally, EXs detection could act as the
first step for a complete monitoring and grading of DR.
Many attempts to detect EXs from fundus images can be found in the literature. Some of them use
the high luminosity of EXs to distinguish the lesions from background by the method of
thresholding.Ward [8] used shade correcting to reduce the shade variation in the color fundus
image. EXs were detected by thresholding. It required the user to select the threshold manually
according to the histogram. Phillips [9] detected the large EXs by a global threshold and
segmented the smaller, lower intensity ones by local threshold. The thresholds were selected
automatically, but the region of interest must be chosen manually. Sinthanayothin[10] applied a
recursive region growing segmentation to detect EXs after the color image standardization. Li[11]
modified the region growing method by introducing the Luv color space. Walter[12] proposed the
approach on EXs detection by their high grey level variation and their contours determined by
morphological reconstruction. S´anchez[13] raised the algorithm employing statistical
recognition, Fisher’s linear discriminant analysis, colour information and the edge sharpness by
applying a Kirsch operator to detect hard exudates and based on the detection to perform the
classification. Jaafar[14] proposed the algorithm that included a coarse segmentation which is
based on a local variation operation to outline the boundaries of all candidates with clear borders
and a following fine segmentation which is based on an adaptive thresholding as well as a new
split-and-merge technique to segment all bright candidates locally. Other approaches were based
on neural network classifiers, such as multilayer perceptrons as well as support vector machines
(SVM) [15-18].
In the following section 2, the characteristics of the image database under study is presented.
Section 3 describes the detection method. We test the performance of the proposed method and
compare our method with other methods in section 4. In section 5, discussion and conclusion of
this paper is made.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
3
Figure 1. Color fundus image and close-up of EXs
2. MATERIALS
In this work, a total of 120 fundus images which came from department of Ophthalmology,
Jiangsu province hospital of TCM were obtained from a non-mydriatic retinal camera with a 45°
field of view. The image resolution was 800*600 at 24 bit RGB. An ophthalmologist manually
marked all EXs in these images. The results obtained by our automatic method were compared
with these hand-labeled ones. According to the ophthalmologist, these images in the database
were divided as follows:
(1) 68 of these images belong to patients who suffered from mild to moderate nonproliferative
DR. The images from DR patients all contained EXs.
(2) The remaining 52 images belonged to healthy patients.
Drusens were not present in any of these images. The total 120 fundus images were divided at
random into two subsets, one is a training set the other is a test set:
(1) The training set contained 70 images of which 40 images were from DR patients. 2560
segmented regions were extracted from these images after the segmentation step of the
method named improved Otsu threshold segmentation. They were labeled as EXs, or
non-EXs according to the annotation of the ophthalmologist. Consequently, a fully labeled
ground truth database was created which would be used to determine the parameters of
SVM. The test set contained the remaining 50 images (22 from healthy retinas and 28 from
DR patients). It was used to validate the effectiveness of the complete algorithm by
comparing our result with the expert annotation.
For this study we have used a Intel(R) Core(TM) Duo E7500 CPU PC with 6.0 GB RAM and the
platform of MATLAB R2009a.
3. METHODS
3.1. Improved Otsu thresholding segmentation stage
Pigments contained in the fundus structures have different absorption characteristics, and
different wavelength monochromatic lights also have different penetration performance through
fundus, so spectral signatures of different layer of fundus structure are different. We found that
EXs appear most contrasted in the green channel, and optic disc appears most continuous and
most contrasted against the background in the red channel [19]. So we coarsely segmented EXs in
the green channel as shown in Figure 2(a), and segmented optic disc in the red channel which was
EXs
Optic disc
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
4
shown in Figure 2(b). In color fundus images, EXs are yellow white lesions with relatively
distinct margins, and in the green channel, they are of high luminosity. Consequently, the most
direct and simple approach to identify candidate regions of EXs might be to extract the bright
pixels from green channel using a threshold. But residual variability in the luminosity or in the
pigmentation of the retinal background made the utilization of an approach based on a threshold
impractical.So we opted for an improved approach which is called improved Otsu thresholding
based on minimum inner-cluster variance [20]. This method combines inner-cluster variance and
between-cluster variance of adaptive threshold segmentation, and when the threshold makes the
inner-cluster variance minimum and between-cluster variance maximum, it is considered to be the
optimal threshold. Optic disc is also masked out as shown in Figure 2(b) using the method
developed by Walter T [12] to reduce the computational cost of the classifier because optic disc
has similar attributes in terms of brightness, color and contrast. Figure 2(c) is the result after
segmentation of the image in Figure 1.
Figure 2. The detection of EX. (a) green channel of original fundus image. (b) segmentation result of
optic disc. (c) candidate regions of EXs. (d) classification result of SVM. (e) detection result superimposed
over the original image. (f) close-up of detection result
3.2. Feature extraction stage
In order to classify the candidate regions identified in the previous stage as EXs or non-EXs,
some significant features which help ophthalmologists to visually distinguish EXs from other
types of lesions as well as the background needed to be extracted from each region and to be used
as inputs of SVM. In this way, prior knowledge was used to the classification task. We extracted
the following 24 features[16]:
(1) Region size A
(2-4) Mean RGB values inside the region Rµ , Gµ , Bµ
(5-7) Standard deviation of the RGB values inside the region Rσ , Gσ , Bσ
(8-10) Mean RGB values around the region N
Rµ , N
Gµ , N
Bµ
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
5
(11-13) Standard deviation of the RGB values around the region N
Rσ , N
Gσ , N
Bσ
(14-16) Ratio of the mean RGB values between inside region area and surrounding area RP , GP ,
BP
(17-19) Homogeneity of the region RH , GH , BH
(20-22) RGB values of the region center RC , GC , BC
(23) Region compactness CP
(24) Region edge strength ES
3.3. Feature selection stage
Many features could be used to design and train the given classifier. However, misclassification
probability might be to increase with the number of features and the structure of classifier would
much more difficult to interpret [21]. Feature selection tries to avoid these problems by picking
out the subset of the extracted features which is most useful for a specific problem.
Feature analysis for a specific classification task is based on the discriminatory power of the
features. This is a measure of the usefulness of each feature in predicting the class of an object.
Traditional feature selection methods are classifier-driven, i.e., which rely on the results obtained
by a particular classifier for different subsets of features. In addition, it is more appropriate for
medical image analysis is that classifier independent feature analysis which collects information
concerning the structure of the data rather than the requirements for a particular classifier [21].
Logistic Regression (LR) is a classifier-independent method usually used for feature selection.
LR can be used to describe the relationship between a response or dependent variable and one or
more explanatory or independent variables [22]. In our study, there were 24 independent variables
and the dependent variable was dichotomous. LR could be modelled by function (1) if he possible
values of the dependent variable are 0 and 1 [23].
z
z
YProb
e1
e
)1(
+
== (1)
where Y is the dependent variable, 1 is the desired outcome, pp xbxbxbbz L+++= 22110 ,
p is the number of ix , T
00 ],,[ pbbbB L= is regression coefficient which can be identified by
the maximum likelihood method.
Model selection of LR can be carried out by several strategies. A stepwise selection method was
adopted because it can provide a fast and effective means to screen a large number of variables,
and to simultaneously fit a number of LR equations. Certain criteria are needed to be decided
whether an independent variable provides enough valuable information to enter the model or
whether, on the other hand, it can be considered redundant. In our study, an independent variable
would enter the model if the p-value associated with the result of the score test was lower than
0.05 which was a standard significance level. Accordingly, a variable would remove from the
model if the p-value associated with the result of the likelihood ratio test was higher than 0.10.
3.4. SVM classification stage
SVM is a typically statistical learning method based on structural risk minimization [24], and it
has been successfully applied to many pattern recognition problems and the reader is referred to
for details [25].
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
6
Consider a labelled two-class training set { }ii yx , , ni ,,1 L= , d
i Rx ∈ , { }1,1 −+∈iy is the
associated “truth”. The separating hyperplane must satisfy the following constraint:
01])[( ≥+−+• iii bxy δω ni L2,1= , 0≥iδ (2)
Where ω is the weight vector, b is the bias, iδ is the slack variable. In order to find the
optimal separating hyperplane, function (3) should be minimized subjected to function (2):
( ) ( ) 







+•= ∑=
n
i
iC
1
2
1
, δωωδωφ (3)
Where C is a parameter chosen by the user and controls the trade-off between maximizing the
margin and minimizing the training error. The classifier can be constructed as:
{ } ( )








+•∂=+•= ∑=
n
i
iii bxxybxxf
1
****
sgnsgn)( ω (4)
Where *
ω and *
b denote the optimum values of the weight vector and bias respectively, and
*
i∂ is the Lagrange multiplier.
SVM will map the input vector x into a high dimensional feature space by means of choosing a
nonlinear mapping kernel if a linear boundary being inappropriate. The optimal separating
hyperplane in the feature space can be given by function (5):
( )








+•∂= ∑=
n
i
iii bxxKyxf
1
**
sgn)( (5)
Where ( )yxK , is the kernel function. Gaussian radial basis function is commonly used.
3.5. Postprocessing stage
[
In fundus images, there may be bright spots or bright points of physiological structures due to
reflection in the human fundus. The biggest difference between such false positive regions as
shown in figure 3 and EXs is that it usually exists in isolation, whereas EXs appear in clumps. In
order to improve the performance of this system, we regarded those images in which less than
0.01% of the total number of pixels had been detected as EXs as normal fundus. An example of
the false positive regions is shown in Fig. 3.
Figure 3. False positive regions
4. RESULTS
4.1. System performance evaluation
Now, there are no publicly available databases which can be used to test the performance of
automatic DR detection algorithm on fundus images [26]. The performance of the proposed
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
7
method was tested using our test set of 50 fundus images. This evaluation requires the parameter
of the algorithm to be previously settled using the training set. We varied the parameters and used
10-fold cross validation to assess the generalization ability of SVM. For each combination of the
parameters, we measured the mean sensitivity ( valSE ), specificity ( valSP ) and accuracy ( valAC )
obtained for the validation set, defined as follows:
FNTP
TP
+
=valSE (6)
FPTN
TN
+
=valSP (7)
FNFPTNTP
TNTP
+++
+
=valAC (8)
Where TP is the number of classified EXs correctly, TN represents the number of exactly
classified non-EXs, FP is the number of non-EXs mistakenly classified as EXs and FN is the
number of EXs classified as non-EXs incorrectly.
Once all the parameters of the algorithm were fixed, we assessed the diagnostic accuracy of it on
the test set in terms of a lesion-based criterion and an image-based criterion which are defined as
follows :
(1) Using a lesion-based criterion, we measured the mean lesSE and positive predict value
( lesPPV ) which is given by (9) obtained for the test set. Specificity is not an informative measure
for the lesion-based criterion. PPV accounts for the probability that a detected region is really
an EX, and it was regarded as a more significant criterion to evaluate the system.
FPTP
TP
+
=lesPPV (9)
(2) The image-based criterion accounted for the ability of the algorithm to detect pathological
images and separate them from normal ones in the test set due to the presence of EXs. Using the
image-based criterion, each images in the test set is classified as belong to a patient with DR or to
healthy subject. We used the image-based statistics mean sensitivity ( imSE ), mean specificity
( imSP ) and mean accuracy ( imAC ) to present the final results. The statistics are measured as
described in Eqs. (6)-(8).
4.2. Experimental results
We coarsely segmented the training set of 70 fundus images with variable color, brightness and
quality using Otsu thresholding based on minimum inner-cluster variance. The segmentation
resulted in 2560 candidate regions consisting of 1150 EXs and 1410 non-EXs.
We computed the 24 features for 2560 candidate regions and used SPSS 18.0 to perform LR on
these data. The inputs were normalized (mean = 0, standard deviation = 1) to insure that LR was
not influenced by the numerical strength of a feature rather than by its discriminatory power. The
following 10 features shown in Table 1 were selected and them were with the highest
discriminatory power for separating EXs from other non-EX yellowish objects.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
8
Table 1. Result of feature selection
Step Parameters Significance Parameters Significance
16 A 0.002 CP 0.000
Rµ 0.000 ES 0.000
N
Rµ 0.000 RH 0.000
GC 0.001 RP 0.000
BC 0.000 GP 0.000
SVM was used to classify candidate regions of EXs. At first, it must be specified by the obtained
candidate regions with 10 features. It is that specifying a SVM requires two parameters: the
kernel function and the regularisation parameter C . For training the SVM classifier, the
Kernel-Adatron technique using a Gaussian Radial Basis kernel was used. To obtain the optimal
values for the RBF kernel ( g ) and C , we experimented with different SVM classifiers with a
range of values. We apply genetic algorithm combined with 10-fold cross-validation to find the
best classifier on the base of validation error. Table 2 shows the optimal parameters of ( g ) and
C with the SVM classification structures. The specified SVM classification result of Fig. 2(c) is
shown in Fig. 2(d) which superimposed over the original image is shown in Fig. 2(e), and the
close-up of the detection result is shown in Fig. 2(f).
Table 2. Validated parameters
Parameters Result
C g valSE /% valSP /% valAC /%
2.39 1.25 95.13 98.01 96.72
The proposed method was tested using a new set of 50 unseen fundus images: 28 belonged to
patients in early stages of DR and 22 corresponded to healthy retinas. The test set contained 50
images which were with variable color, brightness and quality. Using the specified SVM to
classify the candidate regions segmented by improved Otsu thresholding based on minimum
inner-cluster variance from 50 fundus images, the performance is shown in Table 3. And it is
stated that post processing excluded 2 images of false positive. In addition, the detection results of
these fundus images processed by the method proposed by Jaafar [14] are also shown in Table 3.
It is found that the automated detection performance including accuracy and efficiency of the
method proposed in this paper is obviously superior to the one proposed by Jaafar.
To assess the performance of the SVM we also classified our segmented candidate regions using
other classifiers including RBF classifier and Bayes classifier. In order to estimate the
generalisation error of all classifiers, a 10-fold cross-validation technique was used again. The
results were summarised in Table 4 which are the best results from a selection of configurations
used for training the classifiers. These results indicate that the diagnostic accuracy of SVM is the
best in RBF classifier and Bayes classifier.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
9
Table 3. Detection result
Method
Image-based criterion Lesion-based criterion
Efficiency
/simSE
(%)
imSP
(%)
imAC
(%)
lesSE (%) lesPPV
(%)
Proposed
method 100 90.9 96.0 95.05 95.37 8.31
Jaafar
[14] 96.43 90.9 94.0 89.7 90.12 13.58
Table 4. Performances of different classifiers
Classifier
Image-based criterion Lesion-based criterion
imSE
(%)
imSP
(%)
imAC
(%)
lesSE (%) lesPPV
(%)
SVM 100 90.9 96.0 95.05 95.37
RBF 100 90.9 96.0 93.9 95.5
Bayes 96.43 90.9 94.0 90.15 92.06
5. CONCLUSIONS AND DISCUSSION
Digital imaging is becoming available as means of screening for diabetic retinopathy because it
can provide a high quality permanent record of the retinal appearance which can be used for
monitoring of progression or response to treatment, and can be reviewed by an ophthalmologist.
In other words, digital images have the potential to be processed by automatic analysis system.
In this study, we developed a totally automatic method to detect EXs in fundus images taken from
diabetic patients or healthy people with non-dilated pupils. The fundus images were segmented by
improved Otsu thresholding based on minimum inner-cluster variance to obtain candidate regions
of EXs. In order to distinguish EXs from retinal background, the effectiveness of a set of 24
features of the candidate regions were examined and the subset with maximum discriminatory
power were selected , according to a LR analysis of our data.The optimum subset was used to
train a SVM classifier. The algorithm was tested on 22 images from healthy retinas and 28 images
of retinas with DR, with variable colour, brightness and quality. Furthermore, the result was
compared with the method proposed by Jaafar [14].
The imSE in Table 3 shows that we detected all images with signs of DR. We also detected some
false positives in the images of healthy subjects, as the image-based imSP demonstrates.
However, the impact of wrongly classifying a person suffering from DR as a healthy subject is
more important than the converse. Javitt et al. suggested that a sensitivity of 60% or greater
maximized cost-effectiveness in screening for diabetic retinopathy in their health policy model
[27]. It means that increasing sensitivity of screening from 60% to 100% can not provided
additional benefit because of the frequency of screening as well as the likelihood that retinopathy
cases missed at one visit will be detected at the next.
That means efficiency of automated detection is more important when detection accuracy is
adequate. For DR patients, the retinal lesions will be influenced by treatment, control and
progression of diabetes, i.e.. Therefore, only higher detection frequency is guaranteed, related
lesions of fundus can be founded in time. Higher detection frequency is guaranteed by efficient
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
10
automatic detection algorithm. The Efficiency in Table 3 of the proposed method is obviously
superior to the one proposed by Jaafar [14]. However, it may not yet be appropriate for clinic. So
it is significant that develop more efficient EXs automatic detection algorithm in the future.
ACKNOWLEDGEMENTS
We would like to thank Department of Ophthalmology, Jiangsu province hospital of TCM who
supplied all the images used in this project for its great support for the project.
REFERENCES
[1] Wild S(2004) Global prevalence of diabetes: estimates for the year 2000 and projections for 2030.
Diabetes Care (27): 1047-1053
[2] Wong TY(2006) Diabetic retinopathy in a multi-ethnic cohort in the United States. Am J Ophthalmol
141: 446-55.
[3] Kristinsson JK(1997) Diabetic retinopathy, screening and prevention of blindness. A doctoral thesis.
Acta Ophthalmol Scand Suppl (223):1-76
[4] Fagot-Campagna A(2007) Non-insulin treated diabetes: Relationship between disease management
and quality of care. The Entred study, 2001 quality of care. Rev Prat (57): 2209-2224
[5] Diabetes care and research in Europe(1990) The SaintVincent declaration. Diabet Med 7:360
[6] Niemeijer, M(2007) Automated detection and differentiation of drusen, exudates, and cotton-wool
spots in digital color fundus photographs for diabetic retinopathy diagnosis. Invest. Ophthalmol. Vis.
Sci. 48(5): 2260-2267
[7] Klein, R(1987) The Wisconsin epidemiologic study of diabetic retinopathy VII. Diabetic
nonproliferative retinal lesions. Ophthalmology 94:1389-1400
[8] Ward N P(1989) The detection and measurement of exudates associated with diabetic retinopathy.
Ophthalmology, 96(1): 80-86
[9] Phillips R P(1993) Automated detection and quantification of retinal exudates. Graefe’s Archive for
Clinical and Experimental Ophthalmology 231: 90-94
[10] Sinthanayothin C(1999) Image analysis for automatic diagnosis of diabetic retinopathy. PhD thesis,
King’s College London.
[11] Li H(2002) A model based approach for automated feature extraction in color fundus images. PhD
thesis, Nanyang Technological University
[12] Walter T(2002) A Contribution of Image Processing to the Diagnosis of Diabetic
Retinopathy-Detection of Exudates in Color Fundus Images of the Human Retina. IEEE Transactions
on Medical Imaging 21:1236-1243
[13] S´anchez C I(2008) A novel automatic image processing algorithm for detection of hard exudates
based on retinal image analysis. Medical Engineering and Physics, Elsevier, 30: 350-357
[14] Jaafar H F(2010) Automated detection of exudates in retinal images using a split-and-merge
algorithm. 18th European Signal Processing Conference. Aalborg, Denmark:EUSIPCO, 1622-1626
[15] Gardner GG.(1996) Automatic detection of diabetic retinopathy using an artificial neural network: a
screening tool. Br. J. Ophthalmol. 80: 940-944
[16] Ege BM(2000) Screening for diabetic retinopathy using computer based image analysis and statistical
classification. Comput. Methods Programs Biomed 62 165-175
[17] Osareh, A(2004) Automatic identification of diabetic retinal exudates and the optic disc. Ph. D thesis,
Bristol
[18] Mir HS(2011) Assessment of Retinopathy Severity Using Digital Fundus Images. The First Middle
East Conference on Biomedical Engineering, Sharjah, UAE
[19] Osareh A(2003) Automated identification of diabetic retinal exudates in digital colour images. Br J
Ophthalmol 87(10):1220-1223
[20] Zhou YY(2007) Improved Otsu thresholding based on minimum inner-cluster variance. J. Huazhong
Univ. of Sci. & Tech. (Nature Science Edition) 35(2): 101-103
[21] Loew MH(2000) Feature Extraction. in Handbook of Medical Imaging. Bellingham, WA: SPIE Press,
273–341
[22] Hosmer, D W(2000) Applied Logistic Regression. New York: John Wiley, 307:1989.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016
11
[23] Xu L(2005) Comparisons of logistic regression and artificial neural network on power distribution
systems fault cause identification. Proc. 2005 IEEE Mid-Summer Workshop on Soft Computing in
Industrial Applications, Washington, DC 128-131
[24] Burges CJC(1998) A tutorial on support vector machines for pattern recognition. Data mining and
knowledge discovery 2(2): 121-167
[25] Zhang YL (2005) Automated defect recognition of C-SAM images in IC packaing using Support
Vector Machines. International Journal of Advanced Manufacturing Technology 25: 1191-1196
[26] Sa´nchez CI(2007) A novel automated image processing algorithm for detection of hard exudates
based on retinal images analysis. Med. Eng. Phys 30(3): 350-357
[27] Javitt JC(1990) Detecting and treating retinopathy in patients with type I diabetes mellitus. A health
policy model. Ophthalmology 97: 483-494
AUTHOR
My name is Gao Weiwei, and I am a teacher in Shanghai University of Engineering
Science. I received my Master degree and Doctor's degree in Nanjing University of
Aeronautics and Astronautics. I major in the technology of digital medical equipment. My
research interests include medical image processing, Biomedical information analysis and
processing, pattern recognition and so on. Specifically, I do research on medical image
segmentation technology which was applied to automated screening of diabetic
retinopathy.

More Related Content

What's hot

H43054851
H43054851H43054851
H43054851
IJERA Editor
 
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesA novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
SrinivasaRaoNaga
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
iosrjce
 
Review of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationReview of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classification
eSAT Journals
 
Automated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extractionAutomated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extraction
iosrjce
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
iosrjce
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
IJERA Editor
 
Automated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy iAutomated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy immanish91
 
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
IJECEIAES
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus images
IRJET Journal
 
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
iosrjce
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
acijjournal
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
IJCI JOURNAL
 
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNNIRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET Journal
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
International Journal of Technical Research & Application
 
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
IJERA Editor
 
Vessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filtersVessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filters
Nicola Strisciuglio
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
ijdmtaiir
 
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
IOSR Journals
 

What's hot (19)

H43054851
H43054851H43054851
H43054851
 
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesA novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
 
Review of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationReview of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classification
 
Automated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extractionAutomated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extraction
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
 
Automated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy iAutomated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy i
 
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus images
 
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
 
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNNIRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
 
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
 
Vessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filtersVessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filters
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
 
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
 

Viewers also liked

Process and product quality assurance
Process and product quality assuranceProcess and product quality assurance
Process and product quality assurance
IJCSES Journal
 
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
IJCSES Journal
 
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
IJCSES Journal
 
A new study on biclustering tools,
A new study on biclustering tools,A new study on biclustering tools,
A new study on biclustering tools,
IJCSES Journal
 
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
IJCSES Journal
 
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMMEDETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
IJCSES Journal
 
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
IJCSES Journal
 
Security challenges in mobile ad hoc
Security challenges in mobile ad hocSecurity challenges in mobile ad hoc
Security challenges in mobile ad hoc
IJCSES Journal
 
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNELEVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
IJCSES Journal
 
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
F ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTIONF ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTION
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
IJCSES Journal
 
Sign language converter
Sign language converterSign language converter
Sign language converter
IJCSES Journal
 
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATIONA SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
IJCSES Journal
 
Detection system design of subsea tree controller
Detection system design of subsea tree controllerDetection system design of subsea tree controller
Detection system design of subsea tree controller
IJCSES Journal
 
Firewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performanceFirewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performance
IJCSES Journal
 
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
IJCSES Journal
 
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSPARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
IJCSES Journal
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
IJCSES Journal
 
A SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVINGA SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVING
IJCSES Journal
 
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGESSTATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
IJCSES Journal
 

Viewers also liked (19)

Process and product quality assurance
Process and product quality assuranceProcess and product quality assurance
Process and product quality assurance
 
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
 
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
 
A new study on biclustering tools,
A new study on biclustering tools,A new study on biclustering tools,
A new study on biclustering tools,
 
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
 
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMMEDETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
 
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
 
Security challenges in mobile ad hoc
Security challenges in mobile ad hocSecurity challenges in mobile ad hoc
Security challenges in mobile ad hoc
 
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNELEVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
 
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
F ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTIONF ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTION
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
 
Sign language converter
Sign language converterSign language converter
Sign language converter
 
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATIONA SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
 
Detection system design of subsea tree controller
Detection system design of subsea tree controllerDetection system design of subsea tree controller
Detection system design of subsea tree controller
 
Firewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performanceFirewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performance
 
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
 
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSPARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
 
A SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVINGA SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVING
 
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGESSTATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
 

Similar to AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM

Q01765102112
Q01765102112Q01765102112
Q01765102112
IOSR Journals
 
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus imagesAutomatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
ijcsit
 
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
International Journal of Technical Research & Application
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
nitheshksuvarna
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
nitheshksuvarna
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learning
IRJET Journal
 
V01761152156
V01761152156V01761152156
V01761152156
IOSR Journals
 
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesRetinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
IOSRJVSP
 
Haemorrhage Detection and Classification: A Review
Haemorrhage Detection and Classification: A ReviewHaemorrhage Detection and Classification: A Review
Haemorrhage Detection and Classification: A Review
IJERA Editor
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
ijait
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
eSAT Journals
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
cscpconf
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
csandit
 
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
 
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion ApproachFocal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
QuEST Global (erstwhile NeST Software)
 
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
Christo Ananth
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
CSCJournals
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
IJSTA
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 

Similar to AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM (20)

Q01765102112
Q01765102112Q01765102112
Q01765102112
 
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus imagesAutomatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
 
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
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learning
 
V01761152156
V01761152156V01761152156
V01761152156
 
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesRetinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
 
Haemorrhage Detection and Classification: A Review
Haemorrhage Detection and Classification: A ReviewHaemorrhage Detection and Classification: A Review
Haemorrhage Detection and Classification: A Review
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
 
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...
 
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion ApproachFocal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
 
Ijebea14 222
Ijebea14 222Ijebea14 222
Ijebea14 222
 
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

Recently uploaded

FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM

  • 1. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 DOI:10.5121/ijcses.2016.7101 1 AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM Weiwei Gao1 and Jing Zuo2 1 College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai, 201620, China 2 Department of Ophthalmology, Jiangsu province hospital of TCM, Nanjing, 210029, China ABSTRACT One common cause of visual impairment among people of working age in the industrialized countries is Diabetic Retinopathy (DR). Automatic recognition of hard exudates (EXs) which is one of DR lesions in fundus images can contribute to the diagnosis and screening of DR.The aim of this paper was to automatically detect those lesions from fundus images. At first,green channel of each original fundus image was segmented by improved Otsu thresholding based on minimum inner-cluster variance, and candidate regions of EXs were obtained. Then, we extracted features of candidate regions and selected a subset which best discriminates EXs from the retinal background by means of logistic regression (LR). The selected features were subsequently used as inputs to a SVM to get a final segmentation result of EXs in the image. Our database was composed of 120 images with variable color, brightness, and quality. 70 of them were used to train the SVM and the remaining 50 to assess the performance of the method. Using a lesion based criterion, we achieved a mean sensitivity of 95.05% and a mean positive predictive value of 95.37%. With an image-based criterion, our approach reached a 100% mean sensitivity, 90.9% mean specificity and 96.0% mean accuracy. Furthermore, the average time cost in processing an image is 8.31 seconds. These results suggest that the proposed method could be a diagnostic aid for ophthalmologists in the screening for DR. KEYWORDS Diabetic retinopathy, Fundus images, Hard exudates, Improved Otsu thresholding, SVM, Automated detection. 1. INTRODUCTION At present, a main challenge of current health care in the world is fast progression of diabetes. The number of people with diabetics would increase to 4.4% of the global population by 2030 expected by the world health organization [1]. However, the fact is that only one half of the patients are aware of the disease. And in the medical perspective, diabetes will lead to severe late complications. These complications are macro and micro vascular changes which would result in heart disease, renal problems and retinopathy. Diabetic retinopathy (DR) which is one of the common complications and it remains the most common cause of blindness among adults greater than 65 years in the developed countries [2]. Although early detection and laser treatment of DR have proved effective in preventing visual loss [3], too many diabetic patients are not treated in time because of inadequacies of the currently available screening programmes [4]. It is now a recognised urgent worldwide priority that institutes an efficient screening programme for the detection of at-risk patients at a stage when they can still be effectively treated because 75% of the blindness due to diabetes can be preventable. International guidelines recommend annual
  • 2. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 2 fundus examination for all diabetic patients to detect the early stage of DR [5]. Now, it is certain that the most effective treatment for DR is only in the first stages of the disease. So, early detection by regular screening is of paramount importance. Digital image capturing technology must be used because it can lower the cost of such screenings, and this technology enables us to employ state-of-the-art image processing techniques which automate the detection of abnormalities in fundus. DR clinical signs include red lesions and bright lesions. The former include intraretinal microvascular abnormalities (IRMAs) and hemorrhages (HEs), the latter include hard exudates (EXs) and soft exudates or cotton-wool spots (CWs) [6]. EXs are yellowish intraretinal deposits and usually located in the posterior pole of the human fundus which is shown in figure 1. Hard exudates are made up of serum lipoproteins which leak from the abnormally permeable blood vessels, especially across the walls of leaking MAs. It can represent the only visible sign of DR for some patients [6]. Because different lesions have different diagnostic importance and management implications, it is very important to distinguish among lesion types. We did research on EXs detection and their differentiation from other bright areas in fundus images in this paper. EXs detection plays a very important role on DR screening tasks, as EXs are among the common early clinical signs of DR [7]. Additionally, EXs detection could act as the first step for a complete monitoring and grading of DR. Many attempts to detect EXs from fundus images can be found in the literature. Some of them use the high luminosity of EXs to distinguish the lesions from background by the method of thresholding.Ward [8] used shade correcting to reduce the shade variation in the color fundus image. EXs were detected by thresholding. It required the user to select the threshold manually according to the histogram. Phillips [9] detected the large EXs by a global threshold and segmented the smaller, lower intensity ones by local threshold. The thresholds were selected automatically, but the region of interest must be chosen manually. Sinthanayothin[10] applied a recursive region growing segmentation to detect EXs after the color image standardization. Li[11] modified the region growing method by introducing the Luv color space. Walter[12] proposed the approach on EXs detection by their high grey level variation and their contours determined by morphological reconstruction. S´anchez[13] raised the algorithm employing statistical recognition, Fisher’s linear discriminant analysis, colour information and the edge sharpness by applying a Kirsch operator to detect hard exudates and based on the detection to perform the classification. Jaafar[14] proposed the algorithm that included a coarse segmentation which is based on a local variation operation to outline the boundaries of all candidates with clear borders and a following fine segmentation which is based on an adaptive thresholding as well as a new split-and-merge technique to segment all bright candidates locally. Other approaches were based on neural network classifiers, such as multilayer perceptrons as well as support vector machines (SVM) [15-18]. In the following section 2, the characteristics of the image database under study is presented. Section 3 describes the detection method. We test the performance of the proposed method and compare our method with other methods in section 4. In section 5, discussion and conclusion of this paper is made.
  • 3. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 3 Figure 1. Color fundus image and close-up of EXs 2. MATERIALS In this work, a total of 120 fundus images which came from department of Ophthalmology, Jiangsu province hospital of TCM were obtained from a non-mydriatic retinal camera with a 45° field of view. The image resolution was 800*600 at 24 bit RGB. An ophthalmologist manually marked all EXs in these images. The results obtained by our automatic method were compared with these hand-labeled ones. According to the ophthalmologist, these images in the database were divided as follows: (1) 68 of these images belong to patients who suffered from mild to moderate nonproliferative DR. The images from DR patients all contained EXs. (2) The remaining 52 images belonged to healthy patients. Drusens were not present in any of these images. The total 120 fundus images were divided at random into two subsets, one is a training set the other is a test set: (1) The training set contained 70 images of which 40 images were from DR patients. 2560 segmented regions were extracted from these images after the segmentation step of the method named improved Otsu threshold segmentation. They were labeled as EXs, or non-EXs according to the annotation of the ophthalmologist. Consequently, a fully labeled ground truth database was created which would be used to determine the parameters of SVM. The test set contained the remaining 50 images (22 from healthy retinas and 28 from DR patients). It was used to validate the effectiveness of the complete algorithm by comparing our result with the expert annotation. For this study we have used a Intel(R) Core(TM) Duo E7500 CPU PC with 6.0 GB RAM and the platform of MATLAB R2009a. 3. METHODS 3.1. Improved Otsu thresholding segmentation stage Pigments contained in the fundus structures have different absorption characteristics, and different wavelength monochromatic lights also have different penetration performance through fundus, so spectral signatures of different layer of fundus structure are different. We found that EXs appear most contrasted in the green channel, and optic disc appears most continuous and most contrasted against the background in the red channel [19]. So we coarsely segmented EXs in the green channel as shown in Figure 2(a), and segmented optic disc in the red channel which was EXs Optic disc
  • 4. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 4 shown in Figure 2(b). In color fundus images, EXs are yellow white lesions with relatively distinct margins, and in the green channel, they are of high luminosity. Consequently, the most direct and simple approach to identify candidate regions of EXs might be to extract the bright pixels from green channel using a threshold. But residual variability in the luminosity or in the pigmentation of the retinal background made the utilization of an approach based on a threshold impractical.So we opted for an improved approach which is called improved Otsu thresholding based on minimum inner-cluster variance [20]. This method combines inner-cluster variance and between-cluster variance of adaptive threshold segmentation, and when the threshold makes the inner-cluster variance minimum and between-cluster variance maximum, it is considered to be the optimal threshold. Optic disc is also masked out as shown in Figure 2(b) using the method developed by Walter T [12] to reduce the computational cost of the classifier because optic disc has similar attributes in terms of brightness, color and contrast. Figure 2(c) is the result after segmentation of the image in Figure 1. Figure 2. The detection of EX. (a) green channel of original fundus image. (b) segmentation result of optic disc. (c) candidate regions of EXs. (d) classification result of SVM. (e) detection result superimposed over the original image. (f) close-up of detection result 3.2. Feature extraction stage In order to classify the candidate regions identified in the previous stage as EXs or non-EXs, some significant features which help ophthalmologists to visually distinguish EXs from other types of lesions as well as the background needed to be extracted from each region and to be used as inputs of SVM. In this way, prior knowledge was used to the classification task. We extracted the following 24 features[16]: (1) Region size A (2-4) Mean RGB values inside the region Rµ , Gµ , Bµ (5-7) Standard deviation of the RGB values inside the region Rσ , Gσ , Bσ (8-10) Mean RGB values around the region N Rµ , N Gµ , N Bµ
  • 5. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 5 (11-13) Standard deviation of the RGB values around the region N Rσ , N Gσ , N Bσ (14-16) Ratio of the mean RGB values between inside region area and surrounding area RP , GP , BP (17-19) Homogeneity of the region RH , GH , BH (20-22) RGB values of the region center RC , GC , BC (23) Region compactness CP (24) Region edge strength ES 3.3. Feature selection stage Many features could be used to design and train the given classifier. However, misclassification probability might be to increase with the number of features and the structure of classifier would much more difficult to interpret [21]. Feature selection tries to avoid these problems by picking out the subset of the extracted features which is most useful for a specific problem. Feature analysis for a specific classification task is based on the discriminatory power of the features. This is a measure of the usefulness of each feature in predicting the class of an object. Traditional feature selection methods are classifier-driven, i.e., which rely on the results obtained by a particular classifier for different subsets of features. In addition, it is more appropriate for medical image analysis is that classifier independent feature analysis which collects information concerning the structure of the data rather than the requirements for a particular classifier [21]. Logistic Regression (LR) is a classifier-independent method usually used for feature selection. LR can be used to describe the relationship between a response or dependent variable and one or more explanatory or independent variables [22]. In our study, there were 24 independent variables and the dependent variable was dichotomous. LR could be modelled by function (1) if he possible values of the dependent variable are 0 and 1 [23]. z z YProb e1 e )1( + == (1) where Y is the dependent variable, 1 is the desired outcome, pp xbxbxbbz L+++= 22110 , p is the number of ix , T 00 ],,[ pbbbB L= is regression coefficient which can be identified by the maximum likelihood method. Model selection of LR can be carried out by several strategies. A stepwise selection method was adopted because it can provide a fast and effective means to screen a large number of variables, and to simultaneously fit a number of LR equations. Certain criteria are needed to be decided whether an independent variable provides enough valuable information to enter the model or whether, on the other hand, it can be considered redundant. In our study, an independent variable would enter the model if the p-value associated with the result of the score test was lower than 0.05 which was a standard significance level. Accordingly, a variable would remove from the model if the p-value associated with the result of the likelihood ratio test was higher than 0.10. 3.4. SVM classification stage SVM is a typically statistical learning method based on structural risk minimization [24], and it has been successfully applied to many pattern recognition problems and the reader is referred to for details [25].
  • 6. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 6 Consider a labelled two-class training set { }ii yx , , ni ,,1 L= , d i Rx ∈ , { }1,1 −+∈iy is the associated “truth”. The separating hyperplane must satisfy the following constraint: 01])[( ≥+−+• iii bxy δω ni L2,1= , 0≥iδ (2) Where ω is the weight vector, b is the bias, iδ is the slack variable. In order to find the optimal separating hyperplane, function (3) should be minimized subjected to function (2): ( ) ( )         +•= ∑= n i iC 1 2 1 , δωωδωφ (3) Where C is a parameter chosen by the user and controls the trade-off between maximizing the margin and minimizing the training error. The classifier can be constructed as: { } ( )         +•∂=+•= ∑= n i iii bxxybxxf 1 **** sgnsgn)( ω (4) Where * ω and * b denote the optimum values of the weight vector and bias respectively, and * i∂ is the Lagrange multiplier. SVM will map the input vector x into a high dimensional feature space by means of choosing a nonlinear mapping kernel if a linear boundary being inappropriate. The optimal separating hyperplane in the feature space can be given by function (5): ( )         +•∂= ∑= n i iii bxxKyxf 1 ** sgn)( (5) Where ( )yxK , is the kernel function. Gaussian radial basis function is commonly used. 3.5. Postprocessing stage [ In fundus images, there may be bright spots or bright points of physiological structures due to reflection in the human fundus. The biggest difference between such false positive regions as shown in figure 3 and EXs is that it usually exists in isolation, whereas EXs appear in clumps. In order to improve the performance of this system, we regarded those images in which less than 0.01% of the total number of pixels had been detected as EXs as normal fundus. An example of the false positive regions is shown in Fig. 3. Figure 3. False positive regions 4. RESULTS 4.1. System performance evaluation Now, there are no publicly available databases which can be used to test the performance of automatic DR detection algorithm on fundus images [26]. The performance of the proposed
  • 7. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 7 method was tested using our test set of 50 fundus images. This evaluation requires the parameter of the algorithm to be previously settled using the training set. We varied the parameters and used 10-fold cross validation to assess the generalization ability of SVM. For each combination of the parameters, we measured the mean sensitivity ( valSE ), specificity ( valSP ) and accuracy ( valAC ) obtained for the validation set, defined as follows: FNTP TP + =valSE (6) FPTN TN + =valSP (7) FNFPTNTP TNTP +++ + =valAC (8) Where TP is the number of classified EXs correctly, TN represents the number of exactly classified non-EXs, FP is the number of non-EXs mistakenly classified as EXs and FN is the number of EXs classified as non-EXs incorrectly. Once all the parameters of the algorithm were fixed, we assessed the diagnostic accuracy of it on the test set in terms of a lesion-based criterion and an image-based criterion which are defined as follows : (1) Using a lesion-based criterion, we measured the mean lesSE and positive predict value ( lesPPV ) which is given by (9) obtained for the test set. Specificity is not an informative measure for the lesion-based criterion. PPV accounts for the probability that a detected region is really an EX, and it was regarded as a more significant criterion to evaluate the system. FPTP TP + =lesPPV (9) (2) The image-based criterion accounted for the ability of the algorithm to detect pathological images and separate them from normal ones in the test set due to the presence of EXs. Using the image-based criterion, each images in the test set is classified as belong to a patient with DR or to healthy subject. We used the image-based statistics mean sensitivity ( imSE ), mean specificity ( imSP ) and mean accuracy ( imAC ) to present the final results. The statistics are measured as described in Eqs. (6)-(8). 4.2. Experimental results We coarsely segmented the training set of 70 fundus images with variable color, brightness and quality using Otsu thresholding based on minimum inner-cluster variance. The segmentation resulted in 2560 candidate regions consisting of 1150 EXs and 1410 non-EXs. We computed the 24 features for 2560 candidate regions and used SPSS 18.0 to perform LR on these data. The inputs were normalized (mean = 0, standard deviation = 1) to insure that LR was not influenced by the numerical strength of a feature rather than by its discriminatory power. The following 10 features shown in Table 1 were selected and them were with the highest discriminatory power for separating EXs from other non-EX yellowish objects.
  • 8. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 8 Table 1. Result of feature selection Step Parameters Significance Parameters Significance 16 A 0.002 CP 0.000 Rµ 0.000 ES 0.000 N Rµ 0.000 RH 0.000 GC 0.001 RP 0.000 BC 0.000 GP 0.000 SVM was used to classify candidate regions of EXs. At first, it must be specified by the obtained candidate regions with 10 features. It is that specifying a SVM requires two parameters: the kernel function and the regularisation parameter C . For training the SVM classifier, the Kernel-Adatron technique using a Gaussian Radial Basis kernel was used. To obtain the optimal values for the RBF kernel ( g ) and C , we experimented with different SVM classifiers with a range of values. We apply genetic algorithm combined with 10-fold cross-validation to find the best classifier on the base of validation error. Table 2 shows the optimal parameters of ( g ) and C with the SVM classification structures. The specified SVM classification result of Fig. 2(c) is shown in Fig. 2(d) which superimposed over the original image is shown in Fig. 2(e), and the close-up of the detection result is shown in Fig. 2(f). Table 2. Validated parameters Parameters Result C g valSE /% valSP /% valAC /% 2.39 1.25 95.13 98.01 96.72 The proposed method was tested using a new set of 50 unseen fundus images: 28 belonged to patients in early stages of DR and 22 corresponded to healthy retinas. The test set contained 50 images which were with variable color, brightness and quality. Using the specified SVM to classify the candidate regions segmented by improved Otsu thresholding based on minimum inner-cluster variance from 50 fundus images, the performance is shown in Table 3. And it is stated that post processing excluded 2 images of false positive. In addition, the detection results of these fundus images processed by the method proposed by Jaafar [14] are also shown in Table 3. It is found that the automated detection performance including accuracy and efficiency of the method proposed in this paper is obviously superior to the one proposed by Jaafar. To assess the performance of the SVM we also classified our segmented candidate regions using other classifiers including RBF classifier and Bayes classifier. In order to estimate the generalisation error of all classifiers, a 10-fold cross-validation technique was used again. The results were summarised in Table 4 which are the best results from a selection of configurations used for training the classifiers. These results indicate that the diagnostic accuracy of SVM is the best in RBF classifier and Bayes classifier.
  • 9. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 9 Table 3. Detection result Method Image-based criterion Lesion-based criterion Efficiency /simSE (%) imSP (%) imAC (%) lesSE (%) lesPPV (%) Proposed method 100 90.9 96.0 95.05 95.37 8.31 Jaafar [14] 96.43 90.9 94.0 89.7 90.12 13.58 Table 4. Performances of different classifiers Classifier Image-based criterion Lesion-based criterion imSE (%) imSP (%) imAC (%) lesSE (%) lesPPV (%) SVM 100 90.9 96.0 95.05 95.37 RBF 100 90.9 96.0 93.9 95.5 Bayes 96.43 90.9 94.0 90.15 92.06 5. CONCLUSIONS AND DISCUSSION Digital imaging is becoming available as means of screening for diabetic retinopathy because it can provide a high quality permanent record of the retinal appearance which can be used for monitoring of progression or response to treatment, and can be reviewed by an ophthalmologist. In other words, digital images have the potential to be processed by automatic analysis system. In this study, we developed a totally automatic method to detect EXs in fundus images taken from diabetic patients or healthy people with non-dilated pupils. The fundus images were segmented by improved Otsu thresholding based on minimum inner-cluster variance to obtain candidate regions of EXs. In order to distinguish EXs from retinal background, the effectiveness of a set of 24 features of the candidate regions were examined and the subset with maximum discriminatory power were selected , according to a LR analysis of our data.The optimum subset was used to train a SVM classifier. The algorithm was tested on 22 images from healthy retinas and 28 images of retinas with DR, with variable colour, brightness and quality. Furthermore, the result was compared with the method proposed by Jaafar [14]. The imSE in Table 3 shows that we detected all images with signs of DR. We also detected some false positives in the images of healthy subjects, as the image-based imSP demonstrates. However, the impact of wrongly classifying a person suffering from DR as a healthy subject is more important than the converse. Javitt et al. suggested that a sensitivity of 60% or greater maximized cost-effectiveness in screening for diabetic retinopathy in their health policy model [27]. It means that increasing sensitivity of screening from 60% to 100% can not provided additional benefit because of the frequency of screening as well as the likelihood that retinopathy cases missed at one visit will be detected at the next. That means efficiency of automated detection is more important when detection accuracy is adequate. For DR patients, the retinal lesions will be influenced by treatment, control and progression of diabetes, i.e.. Therefore, only higher detection frequency is guaranteed, related lesions of fundus can be founded in time. Higher detection frequency is guaranteed by efficient
  • 10. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 10 automatic detection algorithm. The Efficiency in Table 3 of the proposed method is obviously superior to the one proposed by Jaafar [14]. However, it may not yet be appropriate for clinic. So it is significant that develop more efficient EXs automatic detection algorithm in the future. ACKNOWLEDGEMENTS We would like to thank Department of Ophthalmology, Jiangsu province hospital of TCM who supplied all the images used in this project for its great support for the project. REFERENCES [1] Wild S(2004) Global prevalence of diabetes: estimates for the year 2000 and projections for 2030. Diabetes Care (27): 1047-1053 [2] Wong TY(2006) Diabetic retinopathy in a multi-ethnic cohort in the United States. Am J Ophthalmol 141: 446-55. [3] Kristinsson JK(1997) Diabetic retinopathy, screening and prevention of blindness. A doctoral thesis. Acta Ophthalmol Scand Suppl (223):1-76 [4] Fagot-Campagna A(2007) Non-insulin treated diabetes: Relationship between disease management and quality of care. The Entred study, 2001 quality of care. Rev Prat (57): 2209-2224 [5] Diabetes care and research in Europe(1990) The SaintVincent declaration. Diabet Med 7:360 [6] Niemeijer, M(2007) Automated detection and differentiation of drusen, exudates, and cotton-wool spots in digital color fundus photographs for diabetic retinopathy diagnosis. Invest. Ophthalmol. Vis. Sci. 48(5): 2260-2267 [7] Klein, R(1987) The Wisconsin epidemiologic study of diabetic retinopathy VII. Diabetic nonproliferative retinal lesions. Ophthalmology 94:1389-1400 [8] Ward N P(1989) The detection and measurement of exudates associated with diabetic retinopathy. Ophthalmology, 96(1): 80-86 [9] Phillips R P(1993) Automated detection and quantification of retinal exudates. Graefe’s Archive for Clinical and Experimental Ophthalmology 231: 90-94 [10] Sinthanayothin C(1999) Image analysis for automatic diagnosis of diabetic retinopathy. PhD thesis, King’s College London. [11] Li H(2002) A model based approach for automated feature extraction in color fundus images. PhD thesis, Nanyang Technological University [12] Walter T(2002) A Contribution of Image Processing to the Diagnosis of Diabetic Retinopathy-Detection of Exudates in Color Fundus Images of the Human Retina. IEEE Transactions on Medical Imaging 21:1236-1243 [13] S´anchez C I(2008) A novel automatic image processing algorithm for detection of hard exudates based on retinal image analysis. Medical Engineering and Physics, Elsevier, 30: 350-357 [14] Jaafar H F(2010) Automated detection of exudates in retinal images using a split-and-merge algorithm. 18th European Signal Processing Conference. Aalborg, Denmark:EUSIPCO, 1622-1626 [15] Gardner GG.(1996) Automatic detection of diabetic retinopathy using an artificial neural network: a screening tool. Br. J. Ophthalmol. 80: 940-944 [16] Ege BM(2000) Screening for diabetic retinopathy using computer based image analysis and statistical classification. Comput. Methods Programs Biomed 62 165-175 [17] Osareh, A(2004) Automatic identification of diabetic retinal exudates and the optic disc. Ph. D thesis, Bristol [18] Mir HS(2011) Assessment of Retinopathy Severity Using Digital Fundus Images. The First Middle East Conference on Biomedical Engineering, Sharjah, UAE [19] Osareh A(2003) Automated identification of diabetic retinal exudates in digital colour images. Br J Ophthalmol 87(10):1220-1223 [20] Zhou YY(2007) Improved Otsu thresholding based on minimum inner-cluster variance. J. Huazhong Univ. of Sci. & Tech. (Nature Science Edition) 35(2): 101-103 [21] Loew MH(2000) Feature Extraction. in Handbook of Medical Imaging. Bellingham, WA: SPIE Press, 273–341 [22] Hosmer, D W(2000) Applied Logistic Regression. New York: John Wiley, 307:1989.
  • 11. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.1, February 2016 11 [23] Xu L(2005) Comparisons of logistic regression and artificial neural network on power distribution systems fault cause identification. Proc. 2005 IEEE Mid-Summer Workshop on Soft Computing in Industrial Applications, Washington, DC 128-131 [24] Burges CJC(1998) A tutorial on support vector machines for pattern recognition. Data mining and knowledge discovery 2(2): 121-167 [25] Zhang YL (2005) Automated defect recognition of C-SAM images in IC packaing using Support Vector Machines. International Journal of Advanced Manufacturing Technology 25: 1191-1196 [26] Sa´nchez CI(2007) A novel automated image processing algorithm for detection of hard exudates based on retinal images analysis. Med. Eng. Phys 30(3): 350-357 [27] Javitt JC(1990) Detecting and treating retinopathy in patients with type I diabetes mellitus. A health policy model. Ophthalmology 97: 483-494 AUTHOR My name is Gao Weiwei, and I am a teacher in Shanghai University of Engineering Science. I received my Master degree and Doctor's degree in Nanjing University of Aeronautics and Astronautics. I major in the technology of digital medical equipment. My research interests include medical image processing, Biomedical information analysis and processing, pattern recognition and so on. Specifically, I do research on medical image segmentation technology which was applied to automated screening of diabetic retinopathy.