DiabeticRetinopathyFeatureExtractionandClassificationusingAdaptiveSuperPixelAlgorithm
DiabeticRetinopathyFeatureExtractionandClassificationusingAdaptiveSuperPixelAlgorithm
net/publication/338253404
CITATIONS READS
15 557
2 authors:
All content following this page was uploaded by Rudra Kalyan Nayak on 13 October 2020.
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 618 & Sciences Publication
Diabetic Retinopathy – Feature Extraction and Classification using Adaptive Super Pixel Algorithm
and diabetic retinopathy affected eye images. The proposed 3.2 SUPPORT VECTOR MACHINE
method iwas verified on three datasets and this method gave Support Vector Machine used points in space to represent
an accuracy of 90% . The grading of severity was based on the features so that the data can be mapped into different
the values of the various above mentioned parameters for the categories with clear boundary gap between them [14].
detected lesions [6]. SVM is more suitable to analyze the fundus retinal image and
Manoj Kakarla (2016) discussed about extracting the to classify them into various classes such as normal or
various features of the eye in an optimal manner, followed by non-proliferative diabetic retinopathy or proliferative
feature extraction and classification of diabetes using naïve diabetic retinopathy. Using SVM classifier that uses a non
bayes classifier. This work discusses an expert system to linear kernel function, the accuracy level increases due to the
identify the stage of diabetes based on patients test result. techniques used for extraction and classification.
Before performing classification process, optimal features
are extracted based on data sets for the purpose of reducing 3.3 K-NN CLASSIFIER
time complexity over the classification process[7]. Then the K-Nearest Neighbour (KNN) algorithm classifies an object
classification process is performed by naïve bayes theorem to an appropriate class based on the K value. Generally, K
to identify each patient’s stage in the progress of the disease value is considered to be one for classification of retinal
diabetes. By implementing these concepts, the efficiency of image. The graphs indicate the “variation” between the
classification increases and also reduces the time complexity statistical parameters, which is the base for a K-NN classifier
for performing the classification process. system to find out nearest neighbour for a new image [20].
K. R. Ananthapadmanaban etal (2014) proposed the This variation is found better for the statistical parameters
chance of occurrence of diabetic retinopathy based on extracted by using K-means classifier and this is best suited
classification using data mining methods[8]. In this work, for classifying a retinal image as healthy or abnormal.
diabetic retinopathy has been diagnosed earlier. The
preprocessing operation improves quality of the image by IV. PROPOSED SYSTEM
reducing the effects of excessive brightness. In the second
step, the optic disc has to be located and extracted from the 4.1 PROPOSED METHODOLOGY
In this proposed work, the input images of size 256x256
retinal image. The third step consists of the segmentation to
pixels are pre-processed to convert the input colour images in
find the exudates . In the last step, the neural network is used
RGB to gray images because inherent complexity of gray
for feature extraction. The final results were compared with
image is less than the colour images. Also, gray scale reduces
the opinion gathered from an eye doctor and it was found that
the specificity was 95% and sensitivity was 96.65%. the complexity to one dimension from three dimension. RGB
Hilary W. Thompson (2016) proposed a novel method segmentation is used for dividing image into several region
with their own characteristics for extracting useful target like
based on hierarchical decomposition and post filtering of
lines and curves of an image. Image enhancement allows to
edges to detect blood vessels to detect the occurrence of
brighten an image and makes it easier to identify the key
diabetic retinopathy at an early stage. This algorithm reduced
features in preprocessing. The block diagram which is used
the false decisions and was quite faster than conventional
methods and needed less storage requirements[9].Ms. for this research is shown in figure 4.1.
Bhaminee R Shetty (2017) proposed the automatic
segmentation of microaneurysm using attribute filtering to
reduce noise and thereby detected the exudates.Later, the
feature of exudates was extracted from green channel of the
RGB retinal image which was later given as input to the
classifier. Statistical parameters such as mean, standard
deviation, kurtosis etc were considered for classification and
SVM gave sensitivity of 96.9%.[10]
……... (3.1)
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 619 & Sciences Publication
International Journal of Engineering and Advanced Technology (IJEAT)
ISSN: 2249 – 8958, Volume-9 Issue-2, December, 2019
Segmentation of preprocessed images is done by using 4.2 ADAPTIVE SUPER PIXEL ALGORITHM
DWT (Discrete Wavelet Transform) using Haar family Super pixel segmentation uses super pixels that show clear
wavelets. The preprocessed image is classified into two types entity for human eye.This algorithm leads to cost reduction
based on their nature by Hybrid Structure Feature (HSF) and as super pixels are used and processing of super pixels
Hybrid Texture Feature (HTF). The HSF performs optical become easier. Boundary are clearly marked based on
disc removal, threshold point calculation. And to find the regularity of the super pixels .Design of adaptive super pixel
region of interest. HTF involves in blood vessel removal and algorithm is due to the following factors such as colour
dots part detection.In feature extraction the black points, difference is not sufficient to produce meaningful entity in
white points, mean error, standard deviation, entropy and low contrast images and various colours have various values
maximum pixel points are extracted. for its parameters of texture, colour, contour etc.
The flow chart of the above algorithm is shown in figure 4.2.
The novelties of adaptive super pixel lie in: 4.5 IMAGE SEGMENTATION
• Consistency of Perception Image segmentation divides the image into many segments
• Adaptability of content to simplify or change its representation so that its analysis
• Simplicity and efficiency becomes easier. Labels are assigned so that same label
contains the pixels with similar characteristics. The steps
4.3 THE FEATURES AND DISTANCE MEASURE involved are
Colour difference dc: It is calculated using equation 4.1 as i) Converting the RGB image to grayscale to retain
referred in [23] luminance and remove hue and saturation.
………… (4.1) ii) Improving the contrast by the method of histogram
equalization.
where l, c, and h represents the differences of l, c, iii) Next, image enhancement is done by contrast adjustment,
and h between two pixels morphological filtering so as to Return a modified version
• Significance: Colour difference is used to find the of the original retinal image.
contrast of each pixels. iv) Optic disk present on the retina is very bright and it has to
Spatial distance: be extracted using feature extraction methods to identify
• Significance: Spatial distance is used to find the the blood vessels.
length of a straight line in a 3-D space i.e. the distance
v) Blood vessels are extracted to be examined for identifying
between the two-pixel points is calculated.
various eye diseases such as diabetic retinopathy.
Image gradient:
• Significance: Image gradient is useful to find the vi) The next step is the classification of exudates into hard or
changes in directional intensity of an retinal image . soft exudates which is done on the basis of threshold
Weber local descriptor: value.
• Significance: Weber local descriptor finds patterns and vii) Mean, Median, Standard deviation are calculated and
difference in texture to find the features. based on these features, the adaptive super pixel algorithm
Distance D between pixels is shown in equation 4.2. classifies the image of the eye as normal or diabetic eye.
….(4.2)
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 620 & Sciences Publication
Diabetic Retinopathy – Feature Extraction and Classification using Adaptive Super Pixel Algorithm
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 621 & Sciences Publication
International Journal of Engineering and Advanced Technology (IJEAT)
ISSN: 2249 – 8958, Volume-9 Issue-2, December, 2019
After optic disc removal the blood vessel trace is identified
and removed for further classification
5.1.9 Dots Part
The white points and black points of normal eye is shown in
figure 5.8. The occurrence of microaneurysm in eye is
displayed as dots part.
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 622 & Sciences Publication
Diabetic Retinopathy – Feature Extraction and Classification using Adaptive Super Pixel Algorithm
Figure 5.11 RGB segmentation of affected eye The white point represents the location of optic disk in the
The enhanced image is differentiated by RGB image.
segmentation
5.2.5 Optic Disk Location 5.2.6 Region Of Interest
The optic disk location of affected eye is shown in figure The region of interest for red, green and blue channel of
5.12. affected eye is shown in figure 5.13.
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 623 & Sciences Publication
International Journal of Engineering and Advanced Technology (IJEAT)
ISSN: 2249 – 8958, Volume-9 Issue-2, December, 2019
5.2.10 Parameters measured
The parameters of affected eye are shown in table 5.2.
Table 5.2 Parameters of affected eye (Image 045)
Affected Normal
Image Maximum Standard pixel pixel
number Deviation pixel point Entropy deviation point point
Image
045 165.289 191.877 1.414 65.705 2590.582 88834.516
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 624 & Sciences Publication
Diabetic Retinopathy – Feature Extraction and Classification using Adaptive Super Pixel Algorithm
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 625 & Sciences Publication
International Journal of Engineering and Advanced Technology (IJEAT)
ISSN: 2249 – 8958, Volume-9 Issue-2, December, 2019
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 626 & Sciences Publication
Diabetic Retinopathy – Feature Extraction and Classification using Adaptive Super Pixel Algorithm
AUTHORS PROFILE
Dr. S. Balambigai received her B.E. degree in ECE from
Bharathiar University with distinction, M.E. (Applied
Electronics) and Ph.D from Anna University, Chennai.
She has around 35 publications in reputed national and
international and National journals/conferences and three
patent to her credit. She has a total of 16 years experience
and is currently working as an Associate Professor in the Department of
Electronics and Communication Engineering in Kongu Engineering College.
Developments in biomedical engineering and computer networks keeps her
fascinated to carry on further research in the these domains.
Published By:
Retrieval Number: B2656129219/2019©BEIESP Blue Eyes Intelligence Engineering
DOI: 10.35940/ijeat.B2656.129219 627 & Sciences Publication
View publication stats