首页 > 最新文献

Multiagent and Grid Systems最新文献

英文 中文
Analysis and classification of arrhythmia types using improved firefly optimization algorithm and autoencoder model 基于改进萤火虫优化算法和自编码器模型的心律失常类型分析与分类
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-06-08 DOI: 10.3233/mgs-230022
Mala Sinnoor, Shanthi Kaliyil Janardhan
In the present scenario, Electrocardiogram (ECG) is an effective non-invasive clinical tool, which reveals the functionality and rhythm of the heart. The non-stationary nature of ECG signal, noise existence, and heartbeat abnormality makes it difficult for clinicians to diagnose arrhythmia. The most of the existing models concentrate only on classification accuracy. In this manuscript, an automated model is introduced that concentrates on arrhythmia type classification using ECG signals, and also focuses on computational complexity and time. After collecting the signals from the MIT-BIH database, the signal transformation and decomposition are performed by Multiscale Local Polynomial Transform (MLPT) and Ensemble Empirical Mode Decomposition (EEMD). The decomposed ECG signals are given to the feature extraction phase for extracting features. The feature extraction phase includes six techniques: standard deviation, zero crossing rate, mean curve length, Hjorth parameters, mean Teager energy, and log energy entropy. Next, the feature dimensionality reduction and arrhythmia classification are performed utilizing the improved Firefly Optimization Algorithm and autoencoder. The selection of optimal feature vectors by the improved Firefly Optimization Algorithm reduces the computational complexity to linear and consumes computational time of 18.23 seconds. The improved Firefly Optimization Algorithm and autoencoder model achieved 98.96% of accuracy in the arrhythmia type classification, which is higher than the comparative models.
在目前的情况下,心电图(ECG)是一种有效的无创临床工具,它可以显示心脏的功能和节律。心电信号的非平稳性、噪声的存在和心跳异常给临床医生诊断心律失常带来了困难。现有的大多数模型只关注分类精度。本文介绍了一种利用心电信号进行心律失常类型分类的自动模型,并着重于计算复杂度和时间。从MIT-BIH数据库中采集信号后,采用多尺度局部多项式变换(MLPT)和集成经验模态分解(EEMD)对信号进行变换和分解。将分解后的心电信号送入特征提取阶段进行特征提取。特征提取阶段包括六种技术:标准差、过零率、平均曲线长度、Hjorth参数、平均Teager能量和对数能量熵。其次,利用改进的萤火虫优化算法和自编码器进行特征降维和心律失常分类。改进的萤火虫优化算法选择最优特征向量,将计算复杂度降低到线性,计算时间为18.23秒。改进的萤火虫优化算法和自编码器模型在心律失常类型分类中准确率达到98.96%,高于对比模型。
{"title":"Analysis and classification of arrhythmia types using improved firefly optimization algorithm and autoencoder model","authors":"Mala Sinnoor, Shanthi Kaliyil Janardhan","doi":"10.3233/mgs-230022","DOIUrl":"https://doi.org/10.3233/mgs-230022","url":null,"abstract":"In the present scenario, Electrocardiogram (ECG) is an effective non-invasive clinical tool, which reveals the functionality and rhythm of the heart. The non-stationary nature of ECG signal, noise existence, and heartbeat abnormality makes it difficult for clinicians to diagnose arrhythmia. The most of the existing models concentrate only on classification accuracy. In this manuscript, an automated model is introduced that concentrates on arrhythmia type classification using ECG signals, and also focuses on computational complexity and time. After collecting the signals from the MIT-BIH database, the signal transformation and decomposition are performed by Multiscale Local Polynomial Transform (MLPT) and Ensemble Empirical Mode Decomposition (EEMD). The decomposed ECG signals are given to the feature extraction phase for extracting features. The feature extraction phase includes six techniques: standard deviation, zero crossing rate, mean curve length, Hjorth parameters, mean Teager energy, and log energy entropy. Next, the feature dimensionality reduction and arrhythmia classification are performed utilizing the improved Firefly Optimization Algorithm and autoencoder. The selection of optimal feature vectors by the improved Firefly Optimization Algorithm reduces the computational complexity to linear and consumes computational time of 18.23 seconds. The improved Firefly Optimization Algorithm and autoencoder model achieved 98.96% of accuracy in the arrhythmia type classification, which is higher than the comparative models.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":" ","pages":""},"PeriodicalIF":0.7,"publicationDate":"2023-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48931377","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A testing framework for JADE agent-based software 基于JADE代理的软件测试框架
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-06-08 DOI: 10.3233/mgs-230023
Ayyoub Kalache, M. Badri, Farid Mokhati, M. C. Babahenini
Multi-agent systems are proposed as a solution to mitigate nowadays software requirements: open and distributed architectures with dynamic and adaptive behaviour. Like any other software, multi-agent systems development process is error-prone; thus testing is a key activity to ensure the quality of the developed product. This paper sheds light on agent testing as it is the primary artefact for any multi-agent system’s testing process. A framework called JADE Testing Framework (JTF) for JADE platform’s agent testing is proposed. JTF allows testing agents at two levels: unit (inner-components) and agent (agent interactions) levels. JTF is the result of the integration of two testing solutions: JAT a well-known framework for JADE’s agent’s interaction testing and UJade, a new solution that was developed for agent’s unit testing. UJade provides also a toolbox that allows for enhancing JAT capabilities. The evidence of JTF usability and effectiveness in JADE agent testing was supported by an empirical study conducted on seven multi-agent systems. The results of the study show that: when an agent’s code can be tested either at agent or unit levels UJade is less test’s effort consuming than JAT; JTF provides better testing capabilities and the developed tests are more effective than those developed using UJade or JAT alone.
多代理系统被提出作为一种解决方案来缓解当今的软件需求:具有动态和自适应行为的开放和分布式体系结构。像任何其他软件一样,多智能体系统的开发过程容易出错;因此,测试是确保开发产品质量的关键活动。本文阐明了agent测试,因为它是任何多agent系统测试过程的主要人工制品。提出了一个用于JADE平台代理测试的框架——JADE测试框架(JTF)。JTF允许在两个级别测试代理:单元(内部组件)和代理(代理交互)级别。JTF是两个测试解决方案集成的结果:JAT是JADE代理交互测试的著名框架,UJade是为代理单元测试开发的新解决方案。UJade还提供了一个工具箱,用于增强JAT功能。对七个多智能体系统进行的实证研究支持了联合特遣部队在JADE智能体测试中的可用性和有效性。研究结果表明:当一个代理的代码可以在代理或单元级别进行测试时,UJade的测试工作量比JAT小;联合特遣部队提供了更好的测试能力,所开发的测试比单独使用UJade或JAT开发的测试更有效。
{"title":"A testing framework for JADE agent-based software","authors":"Ayyoub Kalache, M. Badri, Farid Mokhati, M. C. Babahenini","doi":"10.3233/mgs-230023","DOIUrl":"https://doi.org/10.3233/mgs-230023","url":null,"abstract":"Multi-agent systems are proposed as a solution to mitigate nowadays software requirements: open and distributed architectures with dynamic and adaptive behaviour. Like any other software, multi-agent systems development process is error-prone; thus testing is a key activity to ensure the quality of the developed product. This paper sheds light on agent testing as it is the primary artefact for any multi-agent system’s testing process. A framework called JADE Testing Framework (JTF) for JADE platform’s agent testing is proposed. JTF allows testing agents at two levels: unit (inner-components) and agent (agent interactions) levels. JTF is the result of the integration of two testing solutions: JAT a well-known framework for JADE’s agent’s interaction testing and UJade, a new solution that was developed for agent’s unit testing. UJade provides also a toolbox that allows for enhancing JAT capabilities. The evidence of JTF usability and effectiveness in JADE agent testing was supported by an empirical study conducted on seven multi-agent systems. The results of the study show that: when an agent’s code can be tested either at agent or unit levels UJade is less test’s effort consuming than JAT; JTF provides better testing capabilities and the developed tests are more effective than those developed using UJade or JAT alone.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":" ","pages":""},"PeriodicalIF":0.7,"publicationDate":"2023-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49445783","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Operational profile development methodology for normative multi-agent systems 规范多主体系统的操作概要开发方法
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-06-08 DOI: 10.3233/mgs-221507
Yahia Menassel, Toufik Marir, Farid Mokhati
Software reliability refers to the ability of a system to perform its intended function under specified conditions for a specified period of time. The first critical step in the software reliability testing process is to create a Software Operational Profile (SOP). Several methodologies for creating SOP have been proposed. Nonetheless, nearly all the proposed studies have neglected the uniqueness of the new software paradigms, despite the fact that these are generally distinguished by their own concepts and methodologies. One of these software paradigms is multi-agent systems. Rather than using a generic one, it would be more useful to propose a specific methodology for creating SOP. In this paper, we propose a methodology for developing Operational Profile for specific kinds of multi-agent systems (so-called normative multi-agent systems). A detailed case study is used to demonstrate this methodology.
软件可靠性是指系统在规定的条件下、在规定的时间内执行其预期功能的能力。软件可靠性测试过程中的第一个关键步骤是创建软件操作概要(SOP)。已经提出了几种创建SOP的方法。尽管如此,几乎所有提出的研究都忽略了新软件范例的独特性,尽管事实上这些范例通常由它们自己的概念和方法来区分。其中一个软件范例是多智能体系统。与其使用通用的方法,不如提出一种创建SOP的具体方法。在本文中,我们提出了一种为特定类型的多智能体系统(所谓的规范多智能体系统)开发操作概要的方法。一个详细的案例研究被用来演示这种方法。
{"title":"Operational profile development methodology for normative multi-agent systems","authors":"Yahia Menassel, Toufik Marir, Farid Mokhati","doi":"10.3233/mgs-221507","DOIUrl":"https://doi.org/10.3233/mgs-221507","url":null,"abstract":"Software reliability refers to the ability of a system to perform its intended function under specified conditions for a specified period of time. The first critical step in the software reliability testing process is to create a Software Operational Profile (SOP). Several methodologies for creating SOP have been proposed. Nonetheless, nearly all the proposed studies have neglected the uniqueness of the new software paradigms, despite the fact that these are generally distinguished by their own concepts and methodologies. One of these software paradigms is multi-agent systems. Rather than using a generic one, it would be more useful to propose a specific methodology for creating SOP. In this paper, we propose a methodology for developing Operational Profile for specific kinds of multi-agent systems (so-called normative multi-agent systems). A detailed case study is used to demonstrate this methodology.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":" ","pages":""},"PeriodicalIF":0.7,"publicationDate":"2023-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46546817","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Electroencephalography based human emotion state classification using principal component analysis and artificial neural network 基于脑电图的主成分分析和人工神经网络的人类情绪状态分类
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-220333
V. S. N. Kanuboyina, T. Shankar, Rama Raju Venkata Penmetsa
In recent decades, the automatic emotion state classification is an important technology for human-machine interactions. In Electroencephalography (EEG) based emotion classification, most of the existing methodologies cannot capture the context information of the EEG signal and ignore the correlation information between dissimilar EEG channels. Therefore, in this study, a deep learning based automatic method is proposed for effective emotion state classification. Firstly, the EEG signals were acquired from the real time and databases for emotion analysis using physiological signals (DEAP), and further, the band-pass filter from 0.3 Hz to 45 Hz is utilized to eliminate both high and low-frequency noise. Next, two feature extraction techniques power spectral density and differential entropy were employed for extracting active feature values, which effectively learn the contextual and spatial information of EEG signals. Finally, principal component analysis and artificial neural network were developed for feature dimensionality reduction and emotion state classification. The experimental evaluation showed that the proposed method achieved 96.38% and 97.36% of accuracy on DEAP, and 92.33% and 89.37% of accuracy on a real-time database for arousal and valence emotion states. The achieved recognition accuracy is higher compared to the support vector machine on both databases.
情绪状态自动分类是近几十年来人机交互领域的一项重要技术。在基于脑电图的情绪分类中,现有的方法大多不能捕捉到脑电信号的上下文信息,忽略了不同脑电信号通道之间的相关信息。因此,本研究提出了一种基于深度学习的情绪状态自动分类方法。首先,利用生理信号(DEAP)从实时和数据库中获取脑电信号进行情绪分析,然后利用0.3 Hz ~ 45 Hz的带通滤波器去除高低频噪声。其次,采用功率谱密度和差分熵两种特征提取技术提取活动特征值,有效学习脑电信号的上下文信息和空间信息;最后,利用主成分分析和人工神经网络进行特征降维和情绪状态分类。实验结果表明,该方法在DEAP上的准确率分别为96.38%和97.36%,在唤醒和效价情绪实时数据库上的准确率分别为92.33%和89.37%。与支持向量机相比,在这两个数据库上实现的识别精度更高。
{"title":"Electroencephalography based human emotion state classification using principal component analysis and artificial neural network","authors":"V. S. N. Kanuboyina, T. Shankar, Rama Raju Venkata Penmetsa","doi":"10.3233/mgs-220333","DOIUrl":"https://doi.org/10.3233/mgs-220333","url":null,"abstract":"In recent decades, the automatic emotion state classification is an important technology for human-machine interactions. In Electroencephalography (EEG) based emotion classification, most of the existing methodologies cannot capture the context information of the EEG signal and ignore the correlation information between dissimilar EEG channels. Therefore, in this study, a deep learning based automatic method is proposed for effective emotion state classification. Firstly, the EEG signals were acquired from the real time and databases for emotion analysis using physiological signals (DEAP), and further, the band-pass filter from 0.3 Hz to 45 Hz is utilized to eliminate both high and low-frequency noise. Next, two feature extraction techniques power spectral density and differential entropy were employed for extracting active feature values, which effectively learn the contextual and spatial information of EEG signals. Finally, principal component analysis and artificial neural network were developed for feature dimensionality reduction and emotion state classification. The experimental evaluation showed that the proposed method achieved 96.38% and 97.36% of accuracy on DEAP, and 92.33% and 89.37% of accuracy on a real-time database for arousal and valence emotion states. The achieved recognition accuracy is higher compared to the support vector machine on both databases.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"265 1","pages":"263-278"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87069357","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hybrid classifier model with tuned weights for human activity recognition 用于人体活动识别的加权混合分类器模型
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-220328
Anshuman Tyagi, Pawan Singh, H. Dev
A wide variety of uses, such as video interpretation and surveillance, human-robot interaction, healthcare, and sport analysis, among others, make this technology extremely useful, human activity recognition has received a lot of attention in recent decades. human activity recognition from video frames or still images is a challenging procedure because of factors including viewpoint, partial occlusion, lighting, background clutter, scale differences, and look. Numerous applications, including human-computer interfaces, robotics for the analysis of human behavior, and video surveillance systems all require the activity recognition system. This work introduces the human activity recognition system, which includes 3 stages: preprocessing, feature extraction, and classification. The input video (image frames) are subjected for preprocessing stage which is processed with median filtering and background subtraction. Several features, including the Improved Bag of Visual Words, the local texton XOR pattern, and the Spider Local Picture Feature (SLIF) based features, are extracted from the pre-processed image. The next step involves classifying data using a hybrid classifier that blends Bidirectional Gated Recurrent (Bi-GRU) and Long Short Term Memory (LSTM). To boost the effectiveness of the suggested system, the weights of the Long Short Term Memory (LSTM) and Bidirectional Gated Recurrent (Bi-GRU) are both ideally determined using the Improved Aquila Optimization with City Block Distance Evaluation (IACBD) method. Finally, the effectiveness of the suggested approach is evaluated in comparison to other traditional models using various performance metrics.
各种各样的用途,如视频解释和监视,人机交互,医疗保健和体育分析等,使得这项技术非常有用,人类活动识别在近几十年来受到了很多关注。从视频帧或静止图像中识别人类活动是一个具有挑战性的过程,因为包括视点、部分遮挡、照明、背景杂波、比例差异和外观在内的因素。许多应用,包括人机界面、用于分析人类行为的机器人和视频监控系统,都需要活动识别系统。本文介绍了人体活动识别系统,该系统包括预处理、特征提取和分类三个阶段。对输入视频(图像帧)进行预处理,对其进行中值滤波和背景减法处理。从预处理后的图像中提取了几个特征,包括改进的视觉词包、局部文本异或模式和基于蜘蛛局部图像特征(SLIF)的特征。下一步涉及使用混合分类器对数据进行分类,该分类器混合了双向门控循环(Bi-GRU)和长短期记忆(LSTM)。为了提高系统的有效性,长短期记忆(LSTM)和双向门控循环(Bi-GRU)的权重都理想地使用改进的Aquila优化与城市街区距离评估(IACBD)方法来确定。最后,使用各种性能指标与其他传统模型进行比较,评估所建议方法的有效性。
{"title":"Hybrid classifier model with tuned weights for human activity recognition","authors":"Anshuman Tyagi, Pawan Singh, H. Dev","doi":"10.3233/mgs-220328","DOIUrl":"https://doi.org/10.3233/mgs-220328","url":null,"abstract":"A wide variety of uses, such as video interpretation and surveillance, human-robot interaction, healthcare, and sport analysis, among others, make this technology extremely useful, human activity recognition has received a lot of attention in recent decades. human activity recognition from video frames or still images is a challenging procedure because of factors including viewpoint, partial occlusion, lighting, background clutter, scale differences, and look. Numerous applications, including human-computer interfaces, robotics for the analysis of human behavior, and video surveillance systems all require the activity recognition system. This work introduces the human activity recognition system, which includes 3 stages: preprocessing, feature extraction, and classification. The input video (image frames) are subjected for preprocessing stage which is processed with median filtering and background subtraction. Several features, including the Improved Bag of Visual Words, the local texton XOR pattern, and the Spider Local Picture Feature (SLIF) based features, are extracted from the pre-processed image. The next step involves classifying data using a hybrid classifier that blends Bidirectional Gated Recurrent (Bi-GRU) and Long Short Term Memory (LSTM). To boost the effectiveness of the suggested system, the weights of the Long Short Term Memory (LSTM) and Bidirectional Gated Recurrent (Bi-GRU) are both ideally determined using the Improved Aquila Optimization with City Block Distance Evaluation (IACBD) method. Finally, the effectiveness of the suggested approach is evaluated in comparison to other traditional models using various performance metrics.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"10 1","pages":"317-344"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88386426","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A new approach for coordinating generated agents' plans dynamically 一种动态协调生成agent计划的新方法
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-220304
N. H. Dehimi, Tahar Guerram, Zakaria Tolba
In this work, we propose a new approach for coordinating generated agents’ plans dynamically. The purpose is to take into consideration new conflicts introduced in new versions of agents’ plans. The approach consists in finding the best combination which contains one plan for each agent among its set of possible plans whose execution does not entail any conflict. This combination of plans is reconstructed dynamically, each time agents decide to change their plans to take into account unpredictable changes in the environment. This not only ensures that new conflicts are likely to be introduced in the new plans that are taken into account but also it allows agents to deal, solely, with the execution of their actions and not with the resolution of conflicts. For this, we use genetic algorithms where the proposed fitness function is defined based on the number of conflicts that agents can experience in each combination of plans. As part of our work, we used a concrete case to illustrate and show the usefulness of our approach.
在这项工作中,我们提出了一种动态协调生成的智能体计划的新方法。其目的是考虑新版本的代理计划中引入的新冲突。该方法包括在一组可能的计划中为每个代理找到一个计划的最佳组合,这些计划的执行不会带来任何冲突。这种计划组合是动态重建的,每次代理决定改变他们的计划,以考虑到环境中不可预测的变化。这不仅确保在考虑的新计划中可能引入新的冲突,而且还允许代理单独处理其行动的执行,而不是解决冲突。为此,我们使用遗传算法,其中提出的适应度函数是根据代理在每个计划组合中可以经历的冲突数量来定义的。作为我们工作的一部分,我们使用了一个具体的案例来说明和展示我们的方法的有效性。
{"title":"A new approach for coordinating generated agents' plans dynamically","authors":"N. H. Dehimi, Tahar Guerram, Zakaria Tolba","doi":"10.3233/mgs-220304","DOIUrl":"https://doi.org/10.3233/mgs-220304","url":null,"abstract":"In this work, we propose a new approach for coordinating generated agents’ plans dynamically. The purpose is to take into consideration new conflicts introduced in new versions of agents’ plans. The approach consists in finding the best combination which contains one plan for each agent among its set of possible plans whose execution does not entail any conflict. This combination of plans is reconstructed dynamically, each time agents decide to change their plans to take into account unpredictable changes in the environment. This not only ensures that new conflicts are likely to be introduced in the new plans that are taken into account but also it allows agents to deal, solely, with the execution of their actions and not with the resolution of conflicts. For this, we use genetic algorithms where the proposed fitness function is defined based on the number of conflicts that agents can experience in each combination of plans. As part of our work, we used a concrete case to illustrate and show the usefulness of our approach.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"4 1","pages":"219-239"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76961365","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Secure digital documents sharing using blockchain and attribute-based cryptosystem 使用区块链和基于属性的密码系统安全的数字文档共享
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-221361
G. Verma, Soumen Kanrar
Education is developing very fast with the advancement of technology and the process of the smart era. One can store all educational certificates and credentials in the form of an electronic wallet or a folder. By using this electronic transformation of certificates, users can transfer the certificates from one place to another very easily. The “data island” phenomenon, central data storing, confidentiality, reduced security, and integrity are common problems of electronic data transfer. This study presents a safe sharing of digital documents which uses blockchain technology and an attributed-based cryptosystem to offer a creative solution to the abovementioned issues. The proposed scheme uses Ethereum smart contracts and achieves fine-grain access control by using attribute-based encryption. Finally, we verified our model using the test network and compared the performance with some existing state-of-arts. The results of proposed scheme generated by simulations are more feasible and effective in challenging environments.
随着科技的进步和智能时代的进程,教育发展非常迅速。人们可以把所有的学历证书和证书以电子钱包或文件夹的形式储存起来。通过使用证书的这种电子转换,用户可以非常容易地将证书从一个地方转移到另一个地方。“数据孤岛”现象、中央数据存储、保密性、安全性降低和完整性是电子数据传输的常见问题。本研究提出了一种使用区块链技术和基于属性的密码系统的数字文档的安全共享,为上述问题提供了创造性的解决方案。该方案使用以太坊智能合约,通过基于属性的加密实现细粒度访问控制。最后,我们使用测试网络验证了我们的模型,并将其性能与现有的一些技术进行了比较。仿真结果表明,该方案在具有挑战性的环境中更加可行和有效。
{"title":"Secure digital documents sharing using blockchain and attribute-based cryptosystem","authors":"G. Verma, Soumen Kanrar","doi":"10.3233/mgs-221361","DOIUrl":"https://doi.org/10.3233/mgs-221361","url":null,"abstract":"Education is developing very fast with the advancement of technology and the process of the smart era. One can store all educational certificates and credentials in the form of an electronic wallet or a folder. By using this electronic transformation of certificates, users can transfer the certificates from one place to another very easily. The “data island” phenomenon, central data storing, confidentiality, reduced security, and integrity are common problems of electronic data transfer. This study presents a safe sharing of digital documents which uses blockchain technology and an attributed-based cryptosystem to offer a creative solution to the abovementioned issues. The proposed scheme uses Ethereum smart contracts and achieves fine-grain access control by using attribute-based encryption. Finally, we verified our model using the test network and compared the performance with some existing state-of-arts. The results of proposed scheme generated by simulations are more feasible and effective in challenging environments.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"18 1","pages":"365-379"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87481817","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Enhanced tolerance-based intuitionistic fuzzy rough set theory feature selection and ResNet-18 feature extraction model for arrhythmia classification 基于耐受性的直觉模糊粗糙集理论特征选择与ResNet-18特征提取模型在心律失常分类中的应用
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-220317
M. Rajeshwari, K. Kavitha
Arrhythmia classification on Electrocardiogram (ECG) signals is an important process for the diagnosis of cardiac disease and arrhythmia disease. The existing researches in arrhythmia classification have limitations of imbalance data problem and overfitting in classification. This research applies Fuzzy C-Means (FCM) – Enhanced Tolerance-based Intuitionistic Fuzzy Rough Set Theory (ETIFRST) for feature selection in arrhythmia classification. The selected features from FCM-ETIFRST were applied to the Multi-class Support Vector Machine (MSVM) for arrhythmia classification. The ResNet18 – Convolution Neural Network (CNN) was applied for feature extraction in input signal to overcome imbalance data problem. Conventional feature extraction along with CNN features are applied for FCM-ETIFRST feature selection process. The FCM-ETIFRST method in arrhythmia classification is evaluated on MIT-BIH and CPCS 2018 dataset. The FCM-ETIFRST has 98.95% accuracy and Focal loss-CNN has 98.66% accuracy on MIT-BIH dataset. The FCM-ETIFRST method has 98.45% accuracy and Explainable Deep learning Model (XDM) method have 93.6% accuracy on CPCS 2018 dataset.
根据心电图信号对心律失常进行分类是心脏病和心律失常疾病诊断的重要过程。现有的心律失常分类研究存在数据不平衡、分类过拟合等问题。本研究将模糊c均值(FCM) -基于增强容忍度的直觉模糊粗糙集理论(ETIFRST)用于心律失常分类的特征选择。从FCM-ETIFRST中选择的特征应用于多类支持向量机(MSVM)进行心律失常分类。采用ResNet18 -卷积神经网络(CNN)对输入信号进行特征提取,克服数据不平衡问题。在FCM-ETIFRST特征选择过程中,采用了传统的特征提取和CNN特征。在MIT-BIH和CPCS 2018数据集上对FCM-ETIFRST方法在心律失常分类中的应用进行了评估。FCM-ETIFRST在MIT-BIH数据集上的准确率为98.95%,Focal loss-CNN的准确率为98.66%。FCM-ETIFRST方法在CPCS 2018数据集上的准确率为98.45%,可解释深度学习模型(XDM)方法的准确率为93.6%。
{"title":"Enhanced tolerance-based intuitionistic fuzzy rough set theory feature selection and ResNet-18 feature extraction model for arrhythmia classification","authors":"M. Rajeshwari, K. Kavitha","doi":"10.3233/mgs-220317","DOIUrl":"https://doi.org/10.3233/mgs-220317","url":null,"abstract":"Arrhythmia classification on Electrocardiogram (ECG) signals is an important process for the diagnosis of cardiac disease and arrhythmia disease. The existing researches in arrhythmia classification have limitations of imbalance data problem and overfitting in classification. This research applies Fuzzy C-Means (FCM) – Enhanced Tolerance-based Intuitionistic Fuzzy Rough Set Theory (ETIFRST) for feature selection in arrhythmia classification. The selected features from FCM-ETIFRST were applied to the Multi-class Support Vector Machine (MSVM) for arrhythmia classification. The ResNet18 – Convolution Neural Network (CNN) was applied for feature extraction in input signal to overcome imbalance data problem. Conventional feature extraction along with CNN features are applied for FCM-ETIFRST feature selection process. The FCM-ETIFRST method in arrhythmia classification is evaluated on MIT-BIH and CPCS 2018 dataset. The FCM-ETIFRST has 98.95% accuracy and Focal loss-CNN has 98.66% accuracy on MIT-BIH dataset. The FCM-ETIFRST method has 98.45% accuracy and Explainable Deep learning Model (XDM) method have 93.6% accuracy on CPCS 2018 dataset.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"32 1","pages":"241-261"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85268896","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multiverse fractional calculus based hybrid deep learning and fusion approach for detecting malicious behavior in cloud computing environment 基于多元分数阶微积分的混合深度学习与融合云计算环境下恶意行为检测方法
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-220214
Dr. Chandra Sekhar Kolli, Nihar M. Ranjan, Dharani Kumar Talapula, Vikram S. Gawali, S. Biswas
The tremendous development and rapid evolution in computing advancements has urged a lot of organizations to expand their data as well as computational needs. Such type of services offers security concepts like confidentiality, integrity, and availability. Thus, a highly secured domain is the fundamental need of cloud environments. In addition, security breaches are also growing equally in the cloud because of the sophisticated services of the cloud, which cannot be mitigated efficiently through firewall rules and packet filtering methods. In order to mitigate the malicious attacks and to detect the malicious behavior with high detection accuracy, an effective strategy named Multiverse Fractional Calculus (MFC) based hybrid deep learning approach is proposed. Here, two network classifiers namely Hierarchical Attention Network (HAN) and Random Multimodel Deep Learning (RMDL) are employed to detect the presence of malicious behavior. The network classifier is trained by exploiting proposed MFC, which is an integration of multi-verse optimizer and fractional calculus. The proposed MFC-based hybrid deep learning approach has attained superior results with utmost testing sensitivity, accuracy, and specificity of 0.949, 0.939, and 0.947.
计算进步的巨大发展和快速演变促使许多组织扩展其数据和计算需求。这种类型的服务提供机密性、完整性和可用性等安全概念。因此,高度安全的域是云环境的基本需求。此外,由于云的复杂服务,安全漏洞在云中也同样增长,无法通过防火墙规则和包过滤方法有效地缓解。为了减轻恶意攻击并以较高的检测精度检测恶意行为,提出了一种基于多元宇宙分数阶微积分(Multiverse Fractional Calculus, MFC)的混合深度学习方法。本文采用层次注意网络(HAN)和随机多模型深度学习(RMDL)两种网络分类器来检测恶意行为的存在。网络分类器的训练是利用MFC进行的,MFC是多元优化器和分数阶微积分的结合。本文提出的基于mfc的混合深度学习方法获得了优异的测试结果,测试灵敏度、准确度和特异性分别为0.949、0.939和0.947。
{"title":"Multiverse fractional calculus based hybrid deep learning and fusion approach for detecting malicious behavior in cloud computing environment","authors":"Dr. Chandra Sekhar Kolli, Nihar M. Ranjan, Dharani Kumar Talapula, Vikram S. Gawali, S. Biswas","doi":"10.3233/mgs-220214","DOIUrl":"https://doi.org/10.3233/mgs-220214","url":null,"abstract":"The tremendous development and rapid evolution in computing advancements has urged a lot of organizations to expand their data as well as computational needs. Such type of services offers security concepts like confidentiality, integrity, and availability. Thus, a highly secured domain is the fundamental need of cloud environments. In addition, security breaches are also growing equally in the cloud because of the sophisticated services of the cloud, which cannot be mitigated efficiently through firewall rules and packet filtering methods. In order to mitigate the malicious attacks and to detect the malicious behavior with high detection accuracy, an effective strategy named Multiverse Fractional Calculus (MFC) based hybrid deep learning approach is proposed. Here, two network classifiers namely Hierarchical Attention Network (HAN) and Random Multimodel Deep Learning (RMDL) are employed to detect the presence of malicious behavior. The network classifier is trained by exploiting proposed MFC, which is an integration of multi-verse optimizer and fractional calculus. The proposed MFC-based hybrid deep learning approach has attained superior results with utmost testing sensitivity, accuracy, and specificity of 0.949, 0.939, and 0.947.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"18 1","pages":"193-217"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74733219","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Goal-oriented requirement language model analysis using analytic hierarchy process 基于层次分析法的面向目标需求语言模型分析
IF 0.7 Q4 COMPUTER SCIENCE, THEORY & METHODS Pub Date : 2023-02-03 DOI: 10.3233/mgs-220242
Sreenithya Sumesh, A. Krishna, R.Z. ITU-T
We present the application of multi-objective optimisation analytic methodologies to goal models in this research, with the intention of providing various benefits beyond the initial modelling act. Optimisation analysis can be used by modellers to evaluate goal satisfaction, evaluate high-level design alternatives, aid analysts in deciding on high-level requirements and system design, verify the sanity of a model, and improve communication and learning. Goal model analysis may be done in a variety of methods, depending on the nature of the model and the study’s goal. In our work, we use the Goal-Oriented Requirement Language (GRL), which is part of the User Requirements Notation (URN), a new International Telecommunication Union (ITU) recommendation that offers the first standard goal-oriented language. Existing optimisation methods are geared towards maximising objective functions. On the other hand, real-world problems necessitate simultaneous optimisation of both maximising and minimising objective functions. This work explores a GRL model analysis that may accommodate the conflicting goals of various inter-dependent actors in a goal model using the Analytic Hierarchy Process (AHP). By evaluating the qualitative or quantitative satisfaction levels of the actors and intentional elements (e.g., objectives and tasks) that make up the model, we construct a multi-objective optimisation method for analysis using the GRL model. The proposed hybrid technique evaluates the contribution of alternatives to the accomplishment of top softgoals. It is then integrated with the top softgoals’ normalised relative priority values. The integration result may be utilised to assess multiple alternatives based on the requirements problem. Although the URN standard does not mandate a specific propagation algorithm, it does outline certain criteria for developing evaluation mechanisms. Case studies were used to assess the viability of the suggested approach in a simulated environment using JAVA Eclipse and IBM Cplex. The findings revealed that the proposed method can be used to analyse goals in goal models with opposing multi-objective functions.
在本研究中,我们提出了多目标优化分析方法在目标模型中的应用,旨在提供超出初始建模行为的各种好处。建模人员可以使用优化分析来评估目标满意度,评估高级设计备选方案,帮助分析人员决定高级需求和系统设计,验证模型的合理性,并改善沟通和学习。根据模型的性质和研究的目标,目标模型分析可以用多种方法进行。在我们的工作中,我们使用面向目标的需求语言(GRL),它是用户需求符号(URN)的一部分,URN是国际电信联盟(ITU)的一项新建议,提供了第一个标准的面向目标的语言。现有的优化方法都是为了使目标函数最大化。另一方面,现实世界的问题需要同时优化最大化和最小化目标函数。这项工作探讨了GRL模型分析,该模型可以使用层次分析法(AHP)在目标模型中容纳各种相互依赖的参与者的冲突目标。通过评估组成模型的参与者和意向元素(例如,目标和任务)的定性或定量满意度水平,我们构建了一个多目标优化方法,用于使用GRL模型进行分析。所提出的混合技术评估了备选方案对实现顶级软件目标的贡献。然后将其与顶级软目标的标准化相对优先级值集成。集成结果可以用来评估基于需求问题的多个备选方案。尽管URN标准没有强制要求特定的传播算法,但它确实概述了开发评估机制的某些标准。案例研究用于在使用JAVA Eclipse和IBM Cplex的模拟环境中评估所建议方法的可行性。研究结果表明,该方法可用于具有对立多目标函数的目标模型中的目标分析。
{"title":"Goal-oriented requirement language model analysis using analytic hierarchy process","authors":"Sreenithya Sumesh, A. Krishna, R.Z. ITU-T","doi":"10.3233/mgs-220242","DOIUrl":"https://doi.org/10.3233/mgs-220242","url":null,"abstract":"We present the application of multi-objective optimisation analytic methodologies to goal models in this research, with the intention of providing various benefits beyond the initial modelling act. Optimisation analysis can be used by modellers to evaluate goal satisfaction, evaluate high-level design alternatives, aid analysts in deciding on high-level requirements and system design, verify the sanity of a model, and improve communication and learning. Goal model analysis may be done in a variety of methods, depending on the nature of the model and the study’s goal. In our work, we use the Goal-Oriented Requirement Language (GRL), which is part of the User Requirements Notation (URN), a new International Telecommunication Union (ITU) recommendation that offers the first standard goal-oriented language. Existing optimisation methods are geared towards maximising objective functions. On the other hand, real-world problems necessitate simultaneous optimisation of both maximising and minimising objective functions. This work explores a GRL model analysis that may accommodate the conflicting goals of various inter-dependent actors in a goal model using the Analytic Hierarchy Process (AHP). By evaluating the qualitative or quantitative satisfaction levels of the actors and intentional elements (e.g., objectives and tasks) that make up the model, we construct a multi-objective optimisation method for analysis using the GRL model. The proposed hybrid technique evaluates the contribution of alternatives to the accomplishment of top softgoals. It is then integrated with the top softgoals’ normalised relative priority values. The integration result may be utilised to assess multiple alternatives based on the requirements problem. Although the URN standard does not mandate a specific propagation algorithm, it does outline certain criteria for developing evaluation mechanisms. Case studies were used to assess the viability of the suggested approach in a simulated environment using JAVA Eclipse and IBM Cplex. The findings revealed that the proposed method can be used to analyse goals in goal models with opposing multi-objective functions.","PeriodicalId":43659,"journal":{"name":"Multiagent and Grid Systems","volume":"18 1","pages":"295-316"},"PeriodicalIF":0.7,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78017869","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Multiagent and Grid Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1