Diabetic retinopathy (DR) is an infection that bases eternal visualization loss in patients with diabetes mellitus. With DR, the glucose level in the blood increases, as well as its viscosity, this results in fluid le...
详细信息
Diabetic retinopathy (DR) is an infection that bases eternal visualization loss in patients with diabetes mellitus. With DR, the glucose level in the blood increases, as well as its viscosity, this results in fluid leakage into surrounding tissues in the retina. In other words, DR represents the pathology of capillaries and venules in the retina with leakage effects, being the main acute retinal disorder caused by diabetes. Many DR detection methods have been previously discussed by different researchers;however, accurate DR detection with a reduced execution time has not been achieved by existing methods. The proposed method, the Shape Adaptive box linear filtering-based Gradient Deep Belief network classifier (SAGDEB) Model, is performed to enhance the accuracy of DR detection. The objective of the SAGDEB Model is to perform an efficient DR identification with a higher accuracy and lower execution time. This model comprises three phases: pre-processing, feature extraction, and classification. The shape adaptive box linear filtering image pre-processing is carried out to reduce the image noise without removing significant parts of image content. Then, an isomap geometric feature extraction is performed to compute features of different natures, like shape, texture, and color, from the pre-processed images. After that, the Adaptive gradient Tversky Deep belief network classifier is to perform classification. The deep belief network is probabilistic and generative graphical model that consists of multiple layers such as one input unit, three hidden units, and one output unit. The extracted image featuresare considered in the input layer and these images are sent to hidden layers. Tversky similarity index is applied in hidden layer 1 to analyze the extracted features with testing features. Regarding the similarity value, the sigmoid activation function is determined in hidden layer 2 so different levels of DR can be identified. Finally, the adaptive gradient method is
Floods are one of the main threats to human life and the property of natural disasters, especially in highly populated urban areas. Fast and accurate extraction of submerged area risky to supporting emergency planning...
详细信息
Floods are one of the main threats to human life and the property of natural disasters, especially in highly populated urban areas. Fast and accurate extraction of submerged area risky to supporting emergency planning and providing damage assessment in spatial and temporal measurements. Satellite multispectral images have limited bands, low resolution, and information that can be analyzed. The bands are merged to form a unified image that incorporates data from all bands. However, current contouring techniques are affected by chromatic aberrations. This study uses intensity-hue-saturation and higher-order statistics to enhance the spatial and spectral information of remote sensing images in combination with segmentation and classification methods. High performance can be shown by implementing edge detection technology to identify objects using structure in Remote Sensing Images (RSI). The parameters used to evaluate the implementation of the proposed edge detection method included root mean square error, correlation coefficient, structural similarity index measure, and the error associated with the mean spectral analysis. The dimensionality of multiband RSI can be reduced based on higher-order data statistics using independent component analysis. Furthermore, images can be clustered using high-resolution panchromatic RSI models. The proposed technique can convert the pixel powers into the sign powers of adjacent higher-order partitions during region segmentation. Pixel intensities can be analyzed using preprocessing techniques such as denoising, which gradually stabilizes the object’s mean value. This method is shown not to impact the original seed level. In this proposed work wiener filtering is *** process, the structural region is extracted from the preprocessing image. After detecting structural regions in the RSI, the different feature values are obtained for further classification. The propos
作者:
Ashwini, P.Suguna, N.Vadivelan, N.Research Scholar
Department of Computer Science and Engineering Faculty of Engineering and Technology Annamalai University Chidambaram India Associate Professor
Department of Computer Science and Engineering Faculty of Engineering and Technology Annamalai University Chidambaram India Professor
Department of Computer Science and Engineering Teegala Krishna Reddy Engineering College Hyderabad India
Breast cancer is today’s deadly health issue which causes high mortality in woman worldwide. The preliminary detection and classification may help for proper treatment of the same. Understanding the causes of this ca...
详细信息
This paper investigated the predictive capabilities of three decision tree models for IoT botnet attack prediction using packet information while minimizing the number of predictors. The study employed three decision ...
详细信息
Overtaking is a crucial maneuver in road transportation that requires a clear view of the road ***,limited visibility of ahead vehicles can often make it challenging for drivers to assess the safety of overtaking mane...
详细信息
Overtaking is a crucial maneuver in road transportation that requires a clear view of the road ***,limited visibility of ahead vehicles can often make it challenging for drivers to assess the safety of overtaking maneuvers,leading to accidents and *** this paper,we consider atrous convolution,a powerful tool for explicitly adjusting the field-of-view of a filter as well as controlling the resolution of feature responses generated by Deep Convolutional Neural Networks in the context of semantic image *** article explores the potential of seeing-through vehicles as a solution to enhance overtaking ***-through vehicles leverage advanced technologies such as cameras,sensors,and displays to provide drivers with a real-time view of the vehicle ahead,including the areas hidden from their direct line of *** address the problems of safe passing and occlusion by huge vehicles,we designed a see-through vehicle system in this study,we employed a windshield display in the back car together with cameras in both *** server within the back car was used to segment the car,and the segmented portion of the car displayed the video from the front *** see-through system improves the driver’s field of vision and helps him change lanes,cross a large car that is blocking their view,and safely overtake other *** network was trained and tested on the Cityscape dataset using semantic *** transparent technique will instruct the driver on the concealed traffic situation that the front vehicle has *** our findings,we have achieved 97.1% *** article also discusses the challenges and opportunities of implementing see-through vehicles in real-world scenarios,including technical,regulatory,and user acceptance factors.
The aim of this paper is to analyze the implementation of intelligent lighting within the concept of smart energy based on the possibility of saving and efficient use of energy, which is largely based on non-renewable...
详细信息
The design of an antenna requires a careful selection of its parameters to retain the desired ***,this task is time-consuming when the traditional approaches are employed,which represents a significant *** the other h...
详细信息
The design of an antenna requires a careful selection of its parameters to retain the desired ***,this task is time-consuming when the traditional approaches are employed,which represents a significant *** the other hand,machine learning presents an effective solution to this challenge through a set of regression models that can robustly assist antenna designers to find out the best set of design parameters to achieve the intended *** this paper,we propose a novel approach for accurately predicting the bandwidth of metamaterial *** proposed approach is based on employing the recently emerged guided whale optimization algorithm using adaptive particle swarm optimization to optimize the parameters of the long-short-term memory(LSTM)deep *** optimized network is used to retrieve the metamaterial bandwidth given a set of *** addition,the superiority of the proposed approach is examined in terms of a comparison with the traditional multilayer perceptron(ML),Knearest neighbors(K-NN),and the basic LSTM in terms of several evaluation criteria such as root mean square error(RMSE),mean absolute error(MAE),and mean bias error(MBE).Experimental results show that the proposed approach could achieve RMSE of(0.003018),MAE of(0.001871),and MBE of(0.000205).These values are better than those of the other competing models.
Autonomous robots combine skills to form increasingly complex behaviors, called missions. While skills are often programmed at a relatively low abstraction level, their coordination is architecturally separated and of...
详细信息
Autonomous robots combine skills to form increasingly complex behaviors, called missions. While skills are often programmed at a relatively low abstraction level, their coordination is architecturally separated and often expressed in higher-level languages or frameworks. State machines have been the go-to language to model behavior for decades, but recently, behavior trees have gained attention among roboticists. Originally designed to model autonomous actors in computer games, behavior trees offer an extensible tree-based representation of missions and are claimed to support modular design and code reuse. Although several implementations of behavior trees are in use, little is known about their usage and scope in the real world. How do concepts offered by behavior trees relate to traditional languages, such as state machines? How are concepts in behavior trees and state machines used in actual applications? This paper is a study of the key language concepts in behavior trees as realized in domain-specific languages (DSLs), internal and external DSLs offered as libraries, and their use in open-source robotic applications supported by the Robot Operating System (ROS). We analyze behavior-tree DSLs and compare them to the standard language for behavior models in robotics: state machines. We identify DSLs for both behavior-modeling languages, and we analyze five in-depth. We mine open-source repositories for robotic applications that use the analyzed DSLs and analyze their usage. We identify similarities between behavior trees and state machines in terms of language design and the concepts offered to accommodate the needs of the robotics domain. We observed that the usage of behavior-tree DSLs in open-source projects is increasing rapidly. We observed similar usage patterns at model structure and at code reuse in the behavior-tree and state-machine models within the mined open-source projects. We contribute all extracted models as a dataset, hoping to inspire the commu
Adverse drug reactions (ADRs) remain a crucial challenge in healthcare systems, highly contributing to patient mortality. We present an innovative smart pharmacy system that utilizes advanced large language models (LL...
详细信息
In order to forecast the run time of the jobs that were submitted, this research provides two linear regression prediction models that include continuous and categorical factors. A continuous predictor is built using ...
详细信息
暂无评论