Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Anandraj Asane, Chandrashekhar Bhavsar
DOI Link: https://doi.org/10.22214/ijraset.2022.43389
Certificate: View Certificate
Diabetic Retinopathy (DR) is caused by the high blood glucose level which causes micro vascular complications in eyes which lead to vision loss. (MA)Microaneurysms formation in the retinal is sign of diabetic rent ropy which can be cured at early stage. Finding Microaneurysms (MA) presence in the eye image and recognition of diabetic retinopathy at early stage is difficult. Technology of deep learning makes it easier and efficient for analysis of eyes to detect MA presence which can be done by image detection and segmentation with good performance and accuracy using deep learning algorithms. This will help us to differentiated between affected retina and non-affected one. The given system can use deep convolution neural network for semantic segmentation of fundus images which increase efficiency and accuracy of NPDR (non- proliferated diabetic retinopathy) prediction.
I. INTRODUCTION
Predicting the presence of Microaneurysms in the fundus images and the identification of diabetic retinopathy in early-stage has always been a major challenge for decades.
Diabetic Retinopathy (DR) is affected by prolonged high blood glucose level which leads to micro vascular complications and irreversible vision loss. Microaneurysms formation and macular edema in the retinal is the initial sign of DR and diagnosis at the right time can reduce the risk of non-proliferated diabetic retinopathy.
The rapid improvement of deep learning makes it gradually become an efficient technique to provide an interesting solution for medical image analysis problems.
To analyse the presence of microaneuryms in fundus images using image segmentation , principle component analysis , deep learning algorithm and one rule classifier with high-performance and low-latency inference.
The semantic segmentation algorithm is utilized to classify the fundus picture as normal or infected. Semantic segmentation divides the image pixels based on their common semantic to identify the feature of microaneuryms. The proposed system can be trend effectively using deep convolution neural network and classifier for semantic segmentation of fundus images which can increase the efficiency and detect presence of diabetic retinopathy.
A. Related Work
Methodology: - Sparse principal component analysis based unsupervised classification approach (SPCAUCM) for detecting presence of microaneurysms (MA).
The characteristics of the sparse Principal Component Analysis (PCA) are often used for choosing different features. The non-MAshas variety of data and may take large data set long time and affect classes which can create imbalance. As here we don’t have to consider the non- MA class samples this problem may be prevented.
2. P. Wilkinson, T. Spencer, J. Orison, K.MC Hardy, p. Sharp and Forrester: - A photo Processing Strategy used for Segmentation and Quantification in Fluorescein Angiograms of the Ocular Fundus, Computers and Biomedical Research.
Proposed Methodology Early Treatment Diabetic Retinopathy Study (ETDRS) reinforce preliminary association and built agreement regarding the classification of DR and diabetic macular edema clinical disorder category systems available improving and coordinating for treating among the doctors looking after diabetic patients. Research was distributed prior to of the Wisconsin Epidemiological Studies on Diabetic Retinopathy course. All Members cross examined it through mail for stratifying the responses which modified the Delphi framework which was used. Different macled edema and diabetic retinopathy (DR) systems were developed at a later workshop. The organization members re-examined those, and the modified Delphi system was used again to live degrees of agreement.
3. Varun Gulshan: - Retina Lesion and Microaneuryms segmentation using Morphological Reconstruction methods with Ground-Truth Data
Proposed Methodology: - Deep Convolutional Neural Net (DCNN) used to identify DA in retinal fundus images and using deep learning can be useful tool for retinal fundus images for creating an algorithm for finding DR and diabetic macular edema automatically Looking upon determining sensitivity and accuracy of the algorithms, team of doctors, and for determining if DR is more or worse both can be shown. An algorithm with 96.5 precent sensitivity and 92.4percent specificity is developed using DCNN a large set of data in many grades/images.
4. Kedir M. Adal: - Using an Automatic system for detecting and classify the changes in Retina because of the Red Lesions in Longitudinal Fundus pictures.
Proposed Methodology: - Detecting spatiotemporal retinal changes and also the difference between the extremes of the multiscale boldness responses of fundus images from two time points is simpler and effective boldness measure.
II. TECHNICAL APPROACH
A. Selection of Retinal Fundus Image
To use selection of image of dataset proper to early identification of disease. This data set was used for image pre-processing and extraction of features for classifying the images into category normal or abnormal. Total of 89 images are used from this database.
One Rule is further used to classify image as diabetic or not.
III. PROPOSED SYSTEM
In proposed system we are using standard diabetic retinopathy dataset calibration level1 for testing.
We are using canny detection for image segmentation and principal component analysis to detect optimal features. Image is analysed and feature extraction is done using principle component analysis for microaneuryms, haemorrhages, soft exudates and hard exudates in eye.
BPNN algorithm is used for training data set using fuzzyC rule and classification is done using oneR algorithm. ll paragraphs must be indented. All paragraphs must be justified, i.e. both left-justified and right-justified.
IV. SYSTEM DESIGN
A. Login Page
For a doctor to start the software on visual studio we have given login form as security measurement with password to access system.
B. Grey Scaling
Here the grey scale of input selected image is obtained.
Each pixel of image has 4 components red, blue, green and alpha.
Grey scaling of image is done by taking mean of Red, Blue and Green component of pixel and replacing it with mean value.
???????C. Image Segmentation
After Grey scaling image segmentation of image is done using canny edge detection.
This algorithm is used to detect wide range of edges in an image.
Canny edge detection algorithm is used in five steps:
D. Principal Component Analysis
Principal Component Analysis. The central idea of principal component analysis (PCA) is to reduce the dimensionality of a data set consisting of a large number of interrelated variables , while retaining as much as possible of the variation present in the data set.
Here principal component analysis is done to detect
E. Classification Of Image
For training of dataset from 89 image standard dataset 1 which has 84 diabetic retinopathy images we used BPNN (back propagation neural network algorithm).
Back Propagation Neural network is a multi-layered feed forward neural network. In this the training is done by updating the internal weights of the nodes for the accuracy. The training data set are taken for the training of the neural network which has defined output which is given to the neural network. Difference between the actual and required output is used to update the nodes in back propagation in a way where the updating of the nodes travel from the output nodes to the internal nodes and the weights are the adjusted approximately and new output result is achieved This process is repeated until minimum error is achieved. Here fuzzy logic along with clustering of centroids is used. Fuzzy logic is used to define weights from fuzzy set in neural network.
One Rule Classifier:
OneR, short for One Rule, is a simple, yet accurate, classification algorithm that generates One rule for each predictor in the data, then selects the rule with the smallest total error as its one rule. To create a rule for a predictor, we construct a frequency table for each predictor against the target.
In diabetic retinopathy detection this is determined by calculating the total number of Opaque points in images from principal component analysis result.
Summation of all opaque points of all 4 images is calculated and if sum is greater than 10000 people suffer from diabetic retinopathy else not suffering.
V. SIMULATION RESULTS
After training of dataset of images different images were tested having following results were observed.
V. Testing Result for this Image say Eye1
Result: Total 66879, Diabetic retinopathy stage detected needs recovery.
Identification of diabetic at an early stage is the best solution for the early discovery of DR. Here, classification of digital retinal fundus images is performed by employing proposed algorithm and back propagation neural networks for two classes namely diabetic and non- non diabetic. In this project we studied different types of approach for detecting MA in fundus. This project also gives idea of deep learning algorithms and how useful of a tool it will be in future for big data analysis. We were able to use one rule algorithm to segregate diabetic and non-diabetic defeated patient and also learned principal component analyses for getting different optimal features from eyes. Image segmentation algorithms helped us to segregate image as well.
[1] Lifeng Qio , Ying Zhu , and Hui Zhou. Diabetic retinopathy detection using prognosis of microaneuryms and early diagnos system for non-proliferative diabetic retinopathy based on deep learning algorithms. IEEE Access. June 2020. [2] R. Pires, S. Avila, J. Wainer, E. Valle , M. D. Abramoff, and A . Rocha , \"A data- driven approach to referable diabetic retinopathy detection,\" Artif. Intell. Med., vol. 96, pp. 93-106, May 2019. [3] P. Costa , T . Araujo , G . Aresta , A. Galdran, A. M. Mendonca, A. Smailagic , and A. Campilho , \"Eye WeS : Weakly supervised pre - trained convolutional neural networks for diabetic retinopathy detection ,\" in Proc. 16th Int . Conf. Mach. Vis. Appl. (MVA), May 2019, pp. 1-6. [4] F. D. Verbraak, M. D . Abr \'amoff, G. C. F. Bausch, C. Klaver, G. Nijpels, R. O. Schliemann, and A. A. van der Heijden, \"Diagnostic accuracy of a device for the automated detection of diabetic retinopathy in a primary care setting,\" Diabetes Care, vol. 42, no. 4, pp. 651-656, Apr. 2019. [5] S. Wan , Y . Liang , and Y . Zhang , \"Deep convolutional neural networks for diabetic retinopathy detection by image classification,\" Computer. Electro. Eng., vol. 72, pp. 274-282, Nov. 2018. [6] M. D. Abramoff, P. T. Lavin , M. Birch , N.Shah, and the J . C. Folk , \" Pivotal trial of an autonomous AI-based diagnostic system for detection of diabetic 6 retinopathy in primary care offices,\" NPJ Digit. Med., vol. 1, no. 1, p. 39, 2018. [7] A. Rakhlin , \" Diabetic retinopathy detection through integration of deep learning classification framework ,\" by Rxiv, Jun. 2018, Art. no. 225508. [8] M. C. Savastano , M. Federici , B. Falsini , A. Caporossi, and A. M. Minnella , \" Detecting papillary neovascularization in proliferative diabetic retinopathy using optical coherence tomography angiography,\" Acta Ophthalmological, vol. 96, no. 3, pp. 321-323, May 2018. [9] Costa , P., Galdran, A. , Smailagic , A. , Campilho , A. (2018) . A weakly supervised framework for interpretable diabetic retinopathy detection on retinal images. IEEE Access, 6,18747-18758. [10] Safi, H. , Safi, S., Hafezi-Moghadam, A., Ahmadieh, H. (2018) . Early detection of the diabetic retinopathy . Survey of the ophthalmology, 63(5), 601-608.
Copyright © 2022 Anandraj Asane, Chandrashekhar Bhavsar. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET43389
Publish Date : 2022-05-27
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here