With the advent of the big data era,security issues in the context of artificial intelligence(AI)and data analysis are attracting research *** the metaverse,which will become a virtual asset in the future,users’commu...
详细信息
With the advent of the big data era,security issues in the context of artificial intelligence(AI)and data analysis are attracting research *** the metaverse,which will become a virtual asset in the future,users’communication,movement with characters,text elements,etc.,are required to integrate the real and ***,they can be exposed to ***,various hacker threats *** example,users’assets are exposed through notices and mail alerts regularly sent to users by *** the future,hacker threats will increase mainly due to naturally anonymous ***,it is necessary to use the natural language processing technology of artificial intelligence,especially term frequency-inverse document frequency,word2vec,gated recurrent unit,recurrent neural network,and long-short term ***,several application versions are ***,research on tasks and performance for algorithm application is *** propose a grouping algorithm that focuses on securing various bridgehead strategies to secure topics for security and safety within the *** algorithm comprises three modules:extracting topics from attacks,managing dimensions,and performing ***,we create 24 topic-based *** normal and spam mail attacks to verify our algorithm,the accuracy of the previous application version was increased by∼0.4%-1.5%.
The escalating global trend of traffic accidents with subsequent loss of lives is a matter of grave concern that requires immediate attention. Extensive efforts have been made to mitigate accidents and develop effecti...
详细信息
The escalating global trend of traffic accidents with subsequent loss of lives is a matter of grave concern that requires immediate attention. Extensive efforts have been made to mitigate accidents and develop effective prevention strategies. This research paper focuses on a comprehensive analysis of traffic accidents in Seoul, aiming to identify factors and accident types that contribute to increased severity. To achieve this, we introduced a new approach called "TrafficNet: A Hybrid CNN-FNN Model" to evaluate effects of various parameters on the severity of traffic accidents in Seoul. Our main objective was to classify accidents into four distinct levels of severity: minor injuries, slander, fatalities, and injury reports. To assess the effectiveness of our proposed model, we conducted comprehensive experiments using publicly available traffic accident data provided by Seoul Metropolitan Government. These experiments involved six different models, including five machine learning models (decision tree, random forest, k-nearest neighbor, gradient boosting, and support vector machine) and one deep learning model (multilayer perceptron). The proposed model demonstrated exceptional performance, surpassing all other models and previous research findings using the same dataset. On the test dataset, TrafficNet achieved an impressive accuracy of 93.98% with a precision of 94.31%, a recall of 93.98%, and an F1-score of 93.89%. Copyright 2023. The Korean Institute of Information Scientists and Engineers
With technologies that have democratized the production and reproduction of information, a significant portion of daily interacted posts in social media has been infected by rumors. Despite the extensive research on r...
详细信息
have been focused on addressing the Covid-19 pandemic;for example,governments have implemented countermeasures,such as quarantining,pushing vaccine shots to minimize local spread,investigating and analyzing the virus...
详细信息
have been focused on addressing the Covid-19 pandemic;for example,governments have implemented countermeasures,such as quarantining,pushing vaccine shots to minimize local spread,investigating and analyzing the virus’characteristics,and conducting epidemiological investigations through patient management and ***,researchers worldwide require funding to achieve these ***,there is a need for documentation to investigate and trace disease ***,it is time consuming and resource intensive to work with documents comprising many types of unstructured ***,in this study,natural language processing technology is used to automatically classify these *** used statistical methods include data cleansing,query modification,sentiment analysis,and ***,owing to limitations with respect to the data,it is necessary to understand how to perform data analysis suitable for medical *** solve this problem,this study proposes a robust in-depth mixed with subject and emotion model comprising three *** first is a subject and non-linear emotional module,which extracts topics from the data and supplements them with emotional *** second is a subject with singular value decomposition in the emotion model,which is a dimensional decomposition module that uses subject analysis and an emotion *** third involves embedding with singular value decomposition using an emotion module,which is a dimensional decomposition method that uses emotion *** accuracy and other model measurements,such as the F1,area under the curve,and recall are evaluated based on an article on Middle East respiratory syndrome.A high F1 score of approximately 91%is *** proposed joint analysis method is expected to provide a better synergistic effect in the dataset.
Gastrointestinal diseases like ulcers, polyps’, and bleeding areincreasing rapidly in the world over the last decade. On average 0.7 millioncases are reported worldwide every year. The main cause of gastrointestinald...
详细信息
Gastrointestinal diseases like ulcers, polyps’, and bleeding areincreasing rapidly in the world over the last decade. On average 0.7 millioncases are reported worldwide every year. The main cause of gastrointestinaldiseases is a Helicobacter Pylori (H. Pylori) bacterium that presents in morethan 50% of people around the globe. Many researchers have proposeddifferent methods for gastrointestinal disease using computer vision *** of them focused on the detection process and the rest of themperformed classification. The major challenges that they faced are the similarityof infected and healthy regions that misleads the correct classificationaccuracy. In this work, we proposed a technique based on Mask Recurrent-Convolutional Neural Network (R-CNN) and fine-tuned pre-trainedResNet-50 and ResNet-152 networks for feature extraction. Initially, the region ofinterest is detected using Mask R-CNN which is later utilized for the trainingof fine-tuned models through transfer learning. Features are extracted fromfine-tuned models that are later fused using a serial approach. Moreover, anImproved Ant Colony Optimization (ACO) algorithm has also opted for thebest feature selection from the fused feature vector. The best-selected featuresare finally classified using machine learning techniques. The experimentalprocess was conducted on the publicly available dataset and obtained animproved accuracy of 96.43%. In comparison with state-of-the-art techniques,it is observed that the proposed accuracy is improved.
The idea of computational offloading is quickly catching on in the world of mobile cloud computing (MCC). Today’s applications have heavy demands on power and computing resources, creating issues with energy consumpt...
详细信息
Classifying scenes and aerial imagery is a critical component in applications such as land-use analysis, land cover mapping, and remote sensing technologies. Numerous existing models leverage Convolutional Neural Netw...
详细信息
Regression testing of software systems is an important and critical activity yet expensive and resource-intensive. An approach to enhance its efficiency is Regression Test Selection (RTS), which selectively re-execute...
详细信息
Regression testing of software systems is an important and critical activity yet expensive and resource-intensive. An approach to enhance its efficiency is Regression Test Selection (RTS), which selectively re-executes a subset of relevant tests that are impacted by code modifications. Previous studies on static and dynamic RTS for Java software have shown that selecting tests at the class level is more effective than using finer granularities like methods or statements. Nevertheless, RTS at the package level, which is a coarser granularity than class level, has not been thoroughly investigated or evaluated for Java projects. To address this gap, we propose PKRTS, a static package-level RTS approach that utilizes the structural dependencies of the software system under test to construct a package-level dependency graph. PKRTS analyzes dependencies in the graph and identifies relevant tests that can reach modified packages, i.e., packages containing altered classes. In contrast to conventional static RTS techniques, PKRTS implicitly considers dynamic dependencies, such as Java reflection and virtual method calls, among classes belonging to the same package by treating all those classes as a single cohesive node in the dependency graph. We evaluated PKRTS on 885 revisions of 9 open-source Java projects, with its performance compared to Ekstazi, a state-of-the-art dynamic class-level approach, and STARTS, a state-of-the-art static class-level approach. We used Ekstazi as the baseline to measure the safety and precision violations of PKRTS and STARTS. The results indicated that PKRTS outperformed static class-level RTS in terms of safety violation, which measures the extent to which relevant test cases are missed. PKRTS showed an average safety violation of 2.29% compared to 5.94% safety violation of STARTS. Despite this, PKRTS demonstrated lower precision violation and lower reduction in test suite size than class-level RTS, as it selects higher number of irrelevant te
Multilabel learning is an emergent topic that addresses the challenge of associating multiple labels with a single instance simultaneously. Multilabel datasets often exhibit high dimensionality with noisy, irrelevant,...
详细信息
Model stealing attacks have become a serious concern for deep learning models, where an attacker can steal a trained model by querying its black-box API. This can lead to intellectual property theft and other security...
详细信息
暂无评论