999精品在线视频,手机成人午夜在线视频,久久不卡国产精品无码,中日无码在线观看,成人av手机在线观看,日韩精品亚洲一区中文字幕,亚洲av无码人妻,四虎国产在线观看 ?

Evolutionary Intelligence and Deep Learning Enabled Diabetic Retinopathy Classification Model

2022-11-10 02:28:08BassamAlqarallehFahadAldhabanAnasAbukarakiandEsamAlQaralleh
Computers Materials&Continua 2022年10期

Bassam A.Y.Alqaralleh,Fahad Aldhaban,Anas Abukaraki and Esam A.AlQaralleh

1MIS Department,College of Business Administration,University of Business and Technology,Jeddah,21448,Saudi Arabia

2Department of Computer Science,Faculty of Information Technology,Al-Hussein Bin Talal University,Ma’an,71111,Jordan

3School of Engineering,Princess Sumaya University for Technology,Amman,11941,Jordan.

Abstract:Diabetic Retinopathy(DR)has become a widespread illness among diabetics across the globe.Retinal fundus images are generally used by physicians to detect and classify the stages of DR.Since manual examination of DR images is a time-consuming process with the risks of biased results,automated tools using Artificial Intelligence(AI)to diagnose the disease have become essential.In this view,the current study develops an Optimal Deep Learning-enabled Fusion-based Diabetic Retinopathy Detection and Classification (ODL-FDRDC) technique.The intention of the proposed ODLFDRDC technique is to identify DR and categorize its different grades using retinal fundus images.In addition,ODL-FDRDC technique involves region growing segmentation technique to determine the infected regions.Moreover,the fusion of two DL models namely,CapsNet and MobileNet is used for feature extraction.Further,the hyperparameter tuning of these models is also performed via Coyote Optimization Algorithm(COA).Gated Recurrent Unit(GRU)is also utilized to identify DR.The experimental results of the analysis,accomplished by ODL-FDRDC technique against benchmark DR dataset,established the supremacy of the technique over existing methodologies under different measures.

Keywords:Optimization algorithms;medical images;diabetic retinopathy;deep learning;fusion model

1 Introduction

Diabetes Mellitus is a life-threatening disease that has affected 463 million people across the globe and its prevalence is expected to increase up to 700 million by 2045[1].Also,one third of diabetics suffer from Diabetic Retinopathy(DR),an eye disease that is interrelated to diabetes and is increasingly more popular.DR is characterized by advanced vascular disruption in the retina that results in chronic hyperglycemia and it progresses in the diabetics,nevertheless of its seriousness.Globally,it is the major cause of blindness amongst working age adults and is diagnosed among 93 million people[2].Further,DR is predicted to increase even more,owing to high prevalence rate of diabetes in developing Asian countries like China and India[3].

DR is highly asymptomatic in early stages during when neural retinal damages and medicallyinvisible microvascular changes occur.Therefore,diabetic patients must undergo periodic eye screening followed by appropriate diagnoses and succeeding management of the condition to save themselves from vision loss[4].With only protective measures in hand,such as the control of hypertension,hyperglycemia,and hyperlipidemia,early diagnosis of DR is inevitable.Furthermore,with respect to its treatment methods,the intervention methods that are currently available include laser photocoagulation which considerably reduces the possibility of blindness in diabetic maculopathy and proliferative retinopathy up to 98%.This high rate of revival is possible,only when the disease is diagnosed at early stages and cured immediately[5].Appropriate treatment and early diagnosis are the only preventive measures that can be taken proactively to prevent or delay blindness from DR.

Regular screening of DR patients and their exploding growth rate in India advocate the requirement for an automated screening method for early diagnosis of DR[6].Timely treatment,earlier detection,and frequent screening are the essential components to be followed in addition to automated diagnosis for preventing blindness.In this background,it is challenging to diagnose the retinal pathologies as it is not readily apparent from retinal images,particularly during early stages.Nonetheless,the present Computer-aided image processing methods have proved their capacity in accurately detecting the abnormal patterns connected to the disease[7].Blood vessel segmentation is generally regarded as an early stage in building CAD tools.So,several methodologies have been introduced in the last few decades to remove blood vessels from retinographic images through classical image processing and automated learning models[8].The current Deep Learning (DL) method,including Convolutional Neural Network (CNN),seems to be an optimum choice for automated diagnosis of ailments in digital healthcare images[9,10].The implementation of CNN has increased in the recent years,with the emergence of supportive tools including activation functions namely,Batch Normalization(BN),Rectified Linear Unit(RLU),Dropout regularization,and so on.

The current study develops an Optimal Deep Learning enabled Fusion based Diabetic Retinopathy Detection and Classification (ODL-FDRDC) technique.Besides,the proposed ODL-FDRDC technique involves region growing segmentation to determine the infected regions.In addition,two DL models namely,CapsNet and MobileNet are fused together for feature extraction process.The hyperparameter tuning of these models is performed via Coyote Optimization Algorithm (COA).Finally,Gated Recurrent Unit(GRU)is utilized in the identification of DR.The experimental analysis results accomplished by ODL-FDRDC technique against benchmark DR dataset established the model’s superiority under distinct aspects.

Rest of the paper is arranged as follows.Section 2 offers information about related works,Section 3 discusses about the proposed model,Section 4 details the experimental results,and Section 5 concludes the study.

2 Literature Review

Qummar et al.[11]made use of a widely-accessible Kaggle data set that contains retinal images to train an ensemble of five DCNN systems(Dense169,Resnet50,Inceptionv3,Xception and Dense121)in encrypting the rich features.The study was aimed at enhancing the classification accuracy during different phases of DR.The simulation results show that the presented method identified each stage of DR in a different manner compared to existing methodologies and achieved great success than the advanced techniques on similar Kaggle datasets.Beede et al.[12]defined the application of humancentric research about DL method in healthcare centers for the diagnosis of DR disease.Based on the observations and interviews conducted across 11 healthcare centers in Thailand,the study covered information on present eye-screening systems,user expectations for AI-enabled screening process,and post-deployment experience.The results showed that many socio-environment factors affect patient experience,nursing workflows,and the performance of the method.

In literature[13],the researchers used a dataset as DR data set which was gathered from UCI-ML repository.During inception,the new data set was normalized by Standard scalar method following which PCA system was utilized in the extraction of essential attributes.Furthermore,firefly algorithm was executed to reduce the number of dimensions.This reduced dataset was then fed into DNN system for classification.Li et al.[14]validated and presented a deep ensemble model for diagnosing Diabetic Macular Oedema(DMO)and DR using retina fundus images.The researcher collected 8,739 retina fundus images from a retrospective cohort of 3285 persons.In order to detect DMO and DR,several enhanced Inception-v4 ensembling models were proposed.The study evaluated the efficacy of the algorithm and compared it against human expertise on initial dataset.Further,its generalization was measured on the widely accessible Messidor-2 data set as well.Murcia et al.[15]introduced CAD tools that leverage the efficiency rendered by DL architecture in image analysis process.The presented model depends on a deep residual CNN to extract discriminative features without any previous complex image transformation.This is done so to highlight specific structures or enhance the quality of the image.Additionally,the study also employed transfer learning method to reuse the layers from DNN.This was trained earlier using ImageNet data set,under the hypothesis that the initial layer captures abstract features that could be reutilized for diverse challenges.

3 The Proposed Model

In current study,a novel ODL-FDRDC technique has been developed to identify and categorize different grades of DR using retinal fundus images.The proposed ODL-FDRDC technique encompasses preprocessing,region-growing segmentation,fusion-based feature extraction,COAbased hyperparameter optimization,and GRU-based classification processes.The hyperparameter tuning of the fusion models is performed via COA.Fig.1 depicts the overall working process of the proposed ODL-FDRDC technique.

3.1 Region Growing Segmentation

In the initial stage of DR grading process,the purpose is to find out the affected regions in fundus images by following region growing segmentation approach.Region growing is a pixelbased segmentation method in which the similarity constraints including texture,intensity,etc.are considered to group the pixels into regions.Firstly,a group of pixels is combined by iteration method.Then,the seed pixels are selected along the region and the group is nurtured by grouping with adjacent pixels that are equivalent and where the region size increases.The growth of the region is terminated if the adjacent pixel does not fulfill the homogeneity conditions and the other seed pixels are selected.This procedure is repeated until each pixel in the image belongs to some region.In the presented method,both threshold and seed point selection take a decision about homogeneity constraint since it plays a significant role in improving the accuracy of segmentation.As mammograms suffer from severe intensity variations,a constant threshold selection alone does not warrant precise segmentation.Therefore,the study focuses on improving the automated DA method so as to generate an optimum threshold and seed point.The step-by-step process for region growing method is given herewith.

i) Input the abnormal images

ii) Here,t represents the enhanced thresholds created by DA

iii) Place t as seed point for region growing method

iv) Add four neighboring pixels

v) Evaluate the distance(d)between the mean of region intensity and neighboring pixels.

vi) Implement region growing when d ≤t on four neighboring pixels and include all when they are not involved earlier in the region as well as store the coordinate of the novel pixels.

vii) Store the mean of novel region and proceed to step 2 as well as implement the region growing process till all the pixels are grouped.

Figure 1:Working process of ODL-FDRDC technique

3.2 Fusion Based Feature Extraction

In this stage,the segmented images are fed into DL models to derive the feature vectors.Feature fusion process is performed by integrating dual feature vectors from MobileNet and CapsNet models using entropy.It is defined as follows.

3.2.1 CapsNet Model

DL is a form of CNN which is commonly utilized in various image-processing related disease diagnosis models.It comprises of numerous connected layers with distinct weight values and activation functions.The fundamental DL model includes convolution layer,pooling layer,and connected layer.These distinct activation functions are utilized for weight adjustment.In order to overcome the limitations of the CNN,CapsNet model is presented.Being a deeper network,this model mainly comprises of capsules[16]and a collection of neurons.The activation neuron defines the features of every component in the object.Every individual capsule plays an important part in the determination of individual elements in the object and every capsule iteratively computes the total structure of objects.It saves both object element and spatial data.In comparison with CNNs,CapsNet model involves multiple layers and performs effective feature extraction process.

3.2.2 MobileNet Model

Here,MobileNetv2 is utilized to detect and classify DR.It includes a small structure with low computational complexity and high precision.In line with depth-wise separable convolution,MobileNet utilizes a pair of hyperparameters to maintain a tradeoff between performance and effectiveness[17].The basic concept of MobileNet model is decomposition of convolutional kernel.With this concept,the decomposition of a typical convolution kernel takes place in two ways namely depthwise and pointwise convolutions.The former filter carries out the convolution process in all channels and is applied to integrate the outcome of depthwise convolutional layer.Therefore,N typical convolutional kernel gets substituted with M depth wise 1 × 1 convolution kernel and N pointwise convolutional kernel.MobileNet-v2 offers an extract component with inverted residual structures.

3.3 COA Based Hyperparameter Optimization Process

In order to optimally tune the hyperparameters involved in fusion models,COA is utilized[18].COA is a novel group optimization technique presented in 2018 by Pierezan et al.,and is simulated based on the performance of coyotes in North America.This technique inspires the present coyote population and its evolution that contains heuristic arbitrary coyote population combination,development,birth,and death,original-group driving-away,and new-group acceptance performance.In COA,decision variable is demonstrated by coyote social-state factor from all the dimensions of a solution vector.All the coyotes signify the solution of the candidate to a problem.The COA group contains the initial coyote population based on the rule of arbitrary equivalent distribution.Therefore,after setting the amount of coyotes from group Np∈N*and from single group Nc∈N*,it can attain Np×Ncindividual coyote.The primary social condition of this individual coyote is arbitrarily set.Eq.(6)expresses the allocation technique of jthdimension of c coyote from p package.

3.4 GRU Based Classification

In this final stage,GRU model receives the feature vectors and performs classification.GRU is a different form of LSTM network which can provide the benefits of RNN method.It acquires the features automatically and successfully streamlines the long-term dependent data.It is executed to achieve short-term traffic estimate effectively[19].In GRU networks,the cell infrastructure has hidden state which can be further related to LSTM.Intuitively,input and forget gates from LSTM are combined as a reset gate from GRU.This reset gate defines the combination of a novel input data in prior time.Another gate in GRU is named as upgrade gate which defines several data in the preceding time which are stored in present time.So,GRU is 1 gate lesser than LSTM.Besides,both cell and hidden states from LSTM are combined together as 1 hidden state in GRU.It can be altered so that the GRU networks can generate few parameters,get trained quickly and need lesser information to generalize the model efficiently.Fig.2 illustrates the framework of GRU.The computation equation of GRU is as follows.

Figure 2:GRU structure

4 Experimental Validation

The proposed ODL-FDRDC technique was experimentally validated using MESSIDOR dataset which has a total of 1200 retinal fundus images captured in three ophthalmologic departments.The results of the proposed ODL-FDRDC technique were inspected under distinct Hidden Layers(HL).A few sample images is shown in Fig.3.

Tab.1 provides the results for overall DR classification analysis,accomplished by ODL-FDRDC technique under distinct HLs.With an HL of 10,the proposed ODL-FDRDC technique classified the class 0 with a sensitivity (sensy) of 0.9945,specyof 0.9939,accuyof 0.9942,precnof 0.9927,and an Fscoreof 0.9936.Next,the presented ODL-FDRDC technique identified class 1 with a sensitivity(sensy)of 0.9935,specyof 0.9971,accuyof 0.9967,precnof 0.9806,and an Fscoreof 0.987.In line with this,ODL-FDRDC technique recognized class 2 with a sensitivity(sensy)of 0.9878,specyof 0.9937,accuyof 0.9925,precnof 0.9758,and an Fscoreof 0.9817.

Fig.4 depicts the results of average DR detection analysis,accomplished by ODL-FDRDC technique.The results showcase the effective outcomes of the proposed method under distinct HLs.For instance,with 10 HLs,ODL-FDRDC technique obtained an average sensyof 0.9870,specyof 0.9959,accuyof 0.9942,precnof 0.9863,and an Fscoreof 0.9866.Meanwhile,with 20 HLs,the proposed ODL-FDRDC technique attained an average sensyof 0.9851,specyof 0.9955,accuyof 0.9942,precnof 0.9891,and an Fscoreof 0.9871.Eventually,with 30 HLs,the proposed ODL-FDRDC technique offered an averagesensyof 0.9872,specyof 0.9963,accuyof 0.9950,precnof 0.9900,and anFscoreof 0.9886.Lastly,with 40 HLs,the presented ODL-FDRDC technique gained an averagesensyof 0.9888,specyof 0.9966,accuyof 0.9950,precnof 0.9871,and anFscoreof 0.9880.

Figure 3:Sample images

Table 1:Results of the analysis of ODL-FDRDC technique under different HLs

Table 1:Continued

ROC analysis was conducted for ODL-FDRDC technique on test DR dataset and the results are shown in Fig.5.The results infer the enhanced classification efficiency of the proposed ODL-FDRDC technique with an increased ROC value of 99.9164%.

Figure 4:(Continued)

Figure 4:Average analysis results of ODL-FDRDC technique under different measures

Figure 5:ROC analysis results of ODL-FDRDC technique

Tab.2 illustrates the results of comparative analysis,accomplished by ODL-FDRDC technique against existing methods under various measures.Fig.6 demonstrates thesensyanalysis outcomes of the proposed ODL-FDRDC technique against recent methods.According to the experimental results,AlexNet model attained the least performance with asensyof 58.70%.Followed by,SqueezeNet,VGG-16,and VGG-19 models achieved lowsensyvalues such as 73.70%,73.30%,and 73.50%respectively.In line with this,ResNet-18 and ResNet-50 models reached considerablesensyvalues such as 97.50%and 98.30%respectively.However,the proposed ODL-FDRDC technique produced the highestsensyof 98.42%.

Table 2:Comparative analysis results of ODL-FDRDC technique against existing methods

Figure 6:Sensy analysis results of ODL-FDRDC technique against existing methods

Fig.7 illustrates thespecyanalysis results of the presented ODL-FDRDC approach against recent algorithms.The experimental outcomes reveal that AlexNet method obtained the least performance with aspecyof 83.30%.Then,SqueezeNet,VGG-16,and VGG-19 techniques achieved lowspecyvalues such as 83.80%,85.70%,and 86.10%correspondingly.Also,ResNet-18 and ResNet-50 methodologies obtained considerablespecyvalues like 91.20% and 94.50% correspondingly.At last,the proposed ODL-FDRDC method produced a superiorspecyof 99.56%.

Fig.8 depicts theaccyanalysis results,accomplished by ODL-FDRDC technique as well as other recent methods.The experimental outcomes reveal that AlexNet method attained a minimal performance with anaccyof 70%.Likewise,SqueezeNet,VGG-16,and VGG-19 methods reached loweraccyvalues such as 81.80%,84.50%,and 79.80% respectively.In addition,ResNet-18 and ResNet-50 techniques attained considerableaccyvalues such as 90.40% and 92.40% respectively.Eventually,the proposed ODL-FDRDC system accomplished the highestaccyof 99.33%.

Based on the results and discussion made above,it is evident that the proposed ODL-FDRDC technique is a superior performer as it produced the maximum DR performance over other techniques.

Figure 7:Specy analysis results of ODL-FDRDC technique against existing methods

Figure 8:Accy analysis results of ODL-FDRDC technique against existing methods

5 Conclusion

In this study,a novel ODL-FDRDC technique has been developed to identify and categorize different grades of DR using retinal fundus images.The proposed ODL-FDRDC technique encompasses preprocessing,region-growing segmentation,fusion-based feature extraction,COAbased hyperparameter optimization,and GRU-based classification.The hyperparameter tuning of the fusion models is performed via COA.The proposed ODL-FDRDC technique was experimentally validated against the benchmark DR dataset and the results were validated under different measures.The outcomes infer that the proposed ODL-FDRDC is a superior performer compared to existing methodologies.Therefore,ODL-FDRDC technique can be used as an effectual tool to perform diagnosis in real-time scenarios.In future,DL-based instance segmentation techniques can be designed to improve DR classification outcomes.

Funding Statement:This Research was funded by the Deanship of Scientific Research at University of Business and Technology,Saudi Arabia.

Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

主站蜘蛛池模板: 亚洲大尺码专区影院| 色窝窝免费一区二区三区| 欧美激情福利| 亚洲欧美在线综合一区二区三区| 欧美日韩91| 最新国语自产精品视频在| 熟女成人国产精品视频| 国产一级毛片yw| AV片亚洲国产男人的天堂| 四虎影院国产| 久久情精品国产品免费| 国产喷水视频| 日韩在线成年视频人网站观看| 欧美怡红院视频一区二区三区| 91香蕉视频下载网站| 国产三级毛片| 第一区免费在线观看| 很黄的网站在线观看| a毛片基地免费大全| 香蕉精品在线| 日本一区高清| 亚洲一区二区日韩欧美gif| 国产精品嫩草影院av| 日韩黄色大片免费看| 精品无码国产一区二区三区AV| 深爱婷婷激情网| 国产欧美成人不卡视频| 久久亚洲日本不卡一区二区| 亚洲日产2021三区在线| 国产日韩欧美在线视频免费观看| 亚洲成人黄色网址| 一级看片免费视频| 日本高清在线看免费观看| 日本精品αv中文字幕| 国产免费观看av大片的网站| 在线看免费无码av天堂的| 午夜国产精品视频| 国产成人精品视频一区视频二区| 国产91视频免费观看| 中文国产成人精品久久| 午夜综合网| 国产91九色在线播放| 国产精鲁鲁网在线视频| 无码一区二区三区视频在线播放| 亚洲天堂啪啪| 国产一级毛片yw| 成人另类稀缺在线观看| 午夜激情婷婷| 亚洲日韩日本中文在线| 国产丝袜第一页| 日本精品影院| 国产免费人成视频网| lhav亚洲精品| 国产成人免费手机在线观看视频 | 国产精品白浆无码流出在线看| 国产精品亚洲欧美日韩久久| 天天摸夜夜操| 国产美女一级毛片| 亚洲av无码人妻| 久久久精品国产亚洲AV日韩| 天堂成人在线| 国产亚洲男人的天堂在线观看| 99福利视频导航| 日本不卡视频在线| 午夜视频在线观看区二区| 欧美高清国产| 国产一区二区福利| 精品色综合| 青青青国产视频手机| 一级成人a做片免费| 日韩欧美高清视频| 亚洲欧美日韩久久精品| 国产亚洲第一页| 亚洲日韩精品伊甸| 婷婷午夜影院| 亚洲精品男人天堂| 亚洲人成网18禁| 伊人丁香五月天久久综合 | 欧美特黄一免在线观看| 久久久精品无码一区二区三区| 中文字幕天无码久久精品视频免费 | 日本少妇又色又爽又高潮|