首页 > 最新文献

Recent Advances in Computer Science and Communications最新文献

英文 中文
Research on Multirelational Entity Modeling Based on Knowledge Graph Representation Learning 基于知识图表示学习的多关系实体建模研究
Q3 Computer Science Pub Date : 2023-06-12 DOI: 10.2174/2666255816666230612151713
Tongke Fan
A research concern revolves around as to what can make the representation of entities and relationships fully integrate the structural information of the knowledge atlas to solve the entity modeling capability in complex relationships. World knowledge can be organized into a structured knowledge network by mining entity and relationship information in real texts. In order to apply the rich structured information in the knowledge map to downstream applications, it is particularly important to express and learn the knowledge map. In the knowledge atlas with expanding scale and more diversified knowledge sources, there are many types of relationships with complex types. The frequency of a single relationship in all triples is further reduced, which increases the difficulty of relational reasoning. Thus, this study aimed to improve the accuracy of relational reasoning and entity reasoning in complex relational models.For the multi-relational knowledge map, CTransR based on the TransE model and TransR model adopts the idea of piecewise linear regression to cluster the potential relationships between head and tail entities, and establishes a vector representation for each cluster separately, so that the same relationship represented by different clusters still has a certain degree of similarity.The CTransR model carried out knowledge reasoning experiments in the open dataset, and achieved good performance.The CTransR model is highly effective and progressive for complex relationships. In this experiment, we have evaluated the model, including link prediction, triad classification, and text relationship extraction. The results show that the CTransR model has achieved significant improvement.
一个研究问题是如何使实体和关系的表示完全集成知识图谱的结构信息,以解决复杂关系中的实体建模能力。通过挖掘真实文本中的实体和关系信息,可以将世界知识组织成一个结构化的知识网络。为了将知识图谱中丰富的结构化信息应用于下游应用,表达和学习知识图谱尤为重要。在规模不断扩大、知识来源更加多样化的知识图谱中,存在着许多类型复杂的关系。单个关系在所有三元组中的频率进一步降低,这增加了关系推理的难度。因此,本研究旨在提高复杂关系模型中关系推理和实体推理的准确性。对于多关系知识图谱,基于TransE模型和TransR模型的CTransR采用分段线性回归的思想对头部和尾部实体之间的潜在关系进行聚类,并分别为每个聚类建立向量表示,使不同聚类表示的相同关系仍具有一定的相似性。CTransR模型在开放数据集中进行了知识推理实验,取得了良好的性能。对于复杂的关系,CTransR模型是非常有效和渐进的。在这个实验中,我们对模型进行了评估,包括链接预测、三元组分类和文本关系提取。结果表明,CTransR模型取得了显著的改进。
{"title":"Research on Multirelational Entity Modeling Based on Knowledge Graph Representation Learning","authors":"Tongke Fan","doi":"10.2174/2666255816666230612151713","DOIUrl":"https://doi.org/10.2174/2666255816666230612151713","url":null,"abstract":"\u0000\u0000A research concern revolves around as to what can make the representation of entities and relationships fully integrate the structural information of the knowledge atlas to solve the entity modeling capability in complex relationships. World knowledge can be organized into a structured knowledge network by mining entity and relationship information in real texts. In order to apply the rich structured information in the knowledge map to downstream applications, it is particularly important to express and learn the knowledge map. In the knowledge atlas with expanding scale and more diversified knowledge sources, there are many types of relationships with complex types. The frequency of a single relationship in all triples is further reduced, which increases the difficulty of relational reasoning. Thus, this study aimed to improve the accuracy of relational reasoning and entity reasoning in complex relational models.\u0000\u0000\u0000\u0000For the multi-relational knowledge map, CTransR based on the TransE model and TransR model adopts the idea of piecewise linear regression to cluster the potential relationships between head and tail entities, and establishes a vector representation for each cluster separately, so that the same relationship represented by different clusters still has a certain degree of similarity.\u0000\u0000\u0000\u0000The CTransR model carried out knowledge reasoning experiments in the open dataset, and achieved good performance.\u0000\u0000\u0000\u0000The CTransR model is highly effective and progressive for complex relationships. In this experiment, we have evaluated the model, including link prediction, triad classification, and text relationship extraction. The results show that the CTransR model has achieved significant improvement.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-06-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49101091","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
Improved Two Stage Generative Adversarial Networks for Adversarial Example Generation with Real Exposure 面向真实暴露的对抗示例生成的改进两阶段生成对抗网络
Q3 Computer Science Pub Date : 2023-06-08 DOI: 10.2174/2666255816666230608104148
Priyanka Goyal, D. Singh
Deep neural networks due to their linear nature are sensitive to adversarial examples. They can easily be broken just by a small disturbance to the input data. Some of the existing methods to perform these kinds of attacks are pixel-level perturbation and spatial transformation of images.These methods generate adversarial examples that can be fed to the network for wrong predictions. The drawback that comes with these methods is that they are really slow and computationally expensive. This research work performed a black box attack on the target model classifier by using the generative adversarial networks (GAN) to generate adversarial examples that can fool a classifier model to classify the images as wrong classes. The proposed method used a biased dataset that does not contain any data of the target label to train the first generator Gnorm of the first stage GAN, and after the first training has finished, the second stage generator Gadv, which is a new generator model that does not take random noise as input but the output of the first generator Gnorm.The generated examples have been superimposed with the Gnorm output with a small constant, and then the superimposed data have been fed to the target model classifier to calculate the loss. Some additional losses have been included to constrain the generation from generating target examples.The proposed model has shown a better fidelity score, as evaluated using Fretchet inception distance score (FID), which was up to 42.43 in the first stage and up to 105.65 in the second stage with the attack success rate of up to 99.13%.
深度神经网络由于其线性性质,对对抗性示例很敏感。它们很容易被输入数据的微小干扰破坏。执行这类攻击的一些现有方法是像素级扰动和图像的空间变换。这些方法生成对抗性示例,这些示例可以被提供给网络以进行错误的预测。这些方法的缺点是速度慢,计算成本高。本研究工作通过使用生成对抗性网络(GAN)生成对抗性示例来欺骗分类器模型将图像分类为错误的类别,从而对目标模型分类器进行了黑箱攻击。所提出的方法使用不包含目标标签的任何数据的有偏数据集来训练第一级GAN的第一生成器Gnorm,并在第一次训练完成后,训练第二级生成器Gadv,这是一种新的生成器模型,不将随机噪声作为输入,而是将第一生成器Gnrm的输出。将生成的示例与具有小常数的Gnorm输出进行叠加,然后将叠加的数据馈送到目标模型分类器以计算损失。已经包括了一些额外的损失,以限制生成目标示例。使用Fretchet起始距离得分(FID)评估,所提出的模型显示出更好的保真度得分,第一阶段高达42.43,第二阶段高达105.65,攻击成功率高达99.13%。
{"title":"Improved Two Stage Generative Adversarial Networks for Adversarial Example Generation with Real Exposure","authors":"Priyanka Goyal, D. Singh","doi":"10.2174/2666255816666230608104148","DOIUrl":"https://doi.org/10.2174/2666255816666230608104148","url":null,"abstract":"\u0000\u0000Deep neural networks due to their linear nature are sensitive to adversarial examples. They can easily be broken just by a small disturbance to the input data. Some of the existing methods to perform these kinds of attacks are pixel-level perturbation and spatial transformation of images.\u0000\u0000\u0000\u0000These methods generate adversarial examples that can be fed to the network for wrong predictions. The drawback that comes with these methods is that they are really slow and computationally expensive. This research work performed a black box attack on the target model classifier by using the generative adversarial networks (GAN) to generate adversarial examples that can fool a classifier model to classify the images as wrong classes. The proposed method used a biased dataset that does not contain any data of the target label to train the first generator Gnorm of the first stage GAN, and after the first training has finished, the second stage generator Gadv, which is a new generator model that does not take random noise as input but the output of the first generator Gnorm.\u0000\u0000\u0000\u0000The generated examples have been superimposed with the Gnorm output with a small constant, and then the superimposed data have been fed to the target model classifier to calculate the loss. Some additional losses have been included to constrain the generation from generating target examples.\u0000\u0000\u0000\u0000The proposed model has shown a better fidelity score, as evaluated using Fretchet inception distance score (FID), which was up to 42.43 in the first stage and up to 105.65 in the second stage with the attack success rate of up to 99.13%.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43969473","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
Performance Challenges and Solutions in Big Data Platform Hadoop 大数据平台Hadoop的性能挑战与解决方案
Q3 Computer Science Pub Date : 2023-06-08 DOI: 10.2174/2666255816666230608165146
Balraj Singh, H. Verma, Vishu Madaan
The present era demands continuous support to bring improvements in executing complex analytics on large-scale data and to work beyond traditional systems.The need for processing diverse data types and solutions for different domains of the industry is rising. Such needs increase the requirement for sophisticated techniques and methods to enhance the existing platforms and mechanisms further. It provides an opportunity for the research community to investigate further into the existing systems, find potential issues, and propose new ways to improve the current systems. Hadoop is a popular choice to manage and process Big data. It is an open-source platform and a front-runner in the batch processing of large-scale jobs. The economy associated with the cluster in scaling is low as compared to other platforms. However, this popularity by no means guarantees high performance in all scenarios. With the continuous evolution in data development and industrial requirements, it is imperative to investigate and look into new methods and techniques to bring advancements to the existing system.A systematic review is represented in this paper to have an insight into the current progress in this field. Research publications from various sources are taken and analyzed. The performance of a cluster largely depends upon the different job processing mechanisms and policies associated with it.While extensive studies and solutions are proposed, the performance bottlenecks in terms of load balancing, resource utilization, content management, and efficient processing prevail. Not many of the solutions are there on scheduling about the trade-off between different parameters, the process of content splitting and merging is not explored to a large extent and the skew mitigation solutions are more focused on Reduce side of the MapReduce while the Map side is not utilized much for load balancing.
当前的时代需要持续的支持,以提高对大规模数据执行复杂分析的能力,并超越传统系统。针对行业不同领域处理不同数据类型和解决方案的需求正在上升。这种需求增加了对先进技术和方法的需求,以进一步加强现有平台和机制。它为研究团体提供了进一步调查现有系统、发现潜在问题并提出改进当前系统的新方法的机会。Hadoop是管理和处理大数据的流行选择。它是一个开源平台,在大规模作业的批处理方面处于领先地位。与其他平台相比,集群在扩展方面的经济效益较低。但是,这种受欢迎程度并不能保证在所有场景中都具有高性能。随着数据开发和工业需求的不断发展,有必要调查和研究新的方法和技术,为现有系统带来进步。本文对这一领域的最新进展作了系统的综述。研究出版物从各种来源采取和分析。集群的性能在很大程度上取决于与之相关的不同作业处理机制和策略。虽然提出了广泛的研究和解决方案,但在负载平衡、资源利用、内容管理和高效处理方面的性能瓶颈仍然普遍存在。关于不同参数之间权衡的调度解决方案并不多,内容拆分和合并的过程也没有深入探讨,缓解倾斜的解决方案更多地集中在MapReduce的Reduce端,而Map端在负载平衡方面的利用并不多。
{"title":"Performance Challenges and Solutions in Big Data Platform Hadoop","authors":"Balraj Singh, H. Verma, Vishu Madaan","doi":"10.2174/2666255816666230608165146","DOIUrl":"https://doi.org/10.2174/2666255816666230608165146","url":null,"abstract":"\u0000\u0000The present era demands continuous support to bring improvements in executing complex analytics on large-scale data and to work beyond traditional systems.\u0000\u0000\u0000\u0000The need for processing diverse data types and solutions for different domains of the industry is rising. Such needs increase the requirement for sophisticated techniques and methods to enhance the existing platforms and mechanisms further. It provides an opportunity for the research community to investigate further into the existing systems, find potential issues, and propose new ways to improve the current systems. Hadoop is a popular choice to manage and process Big data. It is an open-source platform and a front-runner in the batch processing of large-scale jobs. The economy associated with the cluster in scaling is low as compared to other platforms. However, this popularity by no means guarantees high performance in all scenarios. With the continuous evolution in data development and industrial requirements, it is imperative to investigate and look into new methods and techniques to bring advancements to the existing system.\u0000\u0000\u0000\u0000A systematic review is represented in this paper to have an insight into the current progress in this field. Research publications from various sources are taken and analyzed. The performance of a cluster largely depends upon the different job processing mechanisms and policies associated with it.\u0000\u0000\u0000\u0000While extensive studies and solutions are proposed, the performance bottlenecks in terms of load balancing, resource utilization, content management, and efficient processing prevail. Not many of the solutions are there on scheduling about the trade-off between different parameters, the process of content splitting and merging is not explored to a large extent and the skew mitigation solutions are more focused on Reduce side of the MapReduce while the Map side is not utilized much for load balancing.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44622639","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
Large Scale Ontology Matching System (LSMatch) 大规模本体匹配系统
Q3 Computer Science Pub Date : 2023-06-06 DOI: 10.2174/2666255816666230606140526
Abhisek Sharma, Sarika Jain, Archana Patel
Ontology matching provides a solution to the semantic heterogeneity problem by finding semantic relationships between entities of ontologies. Over the last two decades, there has been considerable development and improvement in the ontology matching paradigm. More than 50 ontology matching systems have been developed, and some of them are performing really well. However, the initial rate of improvement was measurably high, which now is slowing down. However, there still is room for improvement, which we as a community can work towards to achieve.In this light, we have developed a Large Scale Ontology Matching System (LSMatch), which uses different matchers to find similarities between concepts of two ontologies. LSMatch mainly uses two modules for matching. These modules perform string similarity and synonyms matching on the concepts of the ontologies.For the evaluation of LSMatch, we have tested it in Ontology Alignment Evaluation Initiative (OAEI) 2021. The performance results show that LSMatch can perform matching operations on large ontologies. LSMatch was evaluated on anatomy, disease and phenotype, conference, Knowledge graph, and Common Knowledge Graphs (KG) track. In all of these tracks, LSMatch’s performance was at par with other systems.Being LSMatch’s first participation, the system showed potential and has room for improvement.
本体匹配通过发现本体实体之间的语义关系来解决语义异构问题。在过去的二十年里,本体匹配范式得到了长足的发展和改进。已经开发了50多个本体匹配系统,其中一些系统的性能非常好。然而,最初的改善率相当高,现在正在放缓。然而,仍有改进的空间,我们作为一个社区可以努力实现这一点。有鉴于此,我们开发了一个大规模本体匹配系统(LSMatch),该系统使用不同的匹配器来查找两个本体概念之间的相似性。LSMatch主要使用两个模块进行匹配。这些模块对本体的概念进行字符串相似度和同义词匹配。对于LSMatch的评估,我们在2021年本体对齐评估倡议(OAEI)中对其进行了测试。性能结果表明,LSMatch可以对大型本体进行匹配操作。LSMatch在解剖学、疾病和表型、会议、知识图和公共知识图(KG)轨迹上进行了评估。在所有这些曲目中,LSMatch的表现与其他系统不相上下。作为LSMatch的第一次参与,该系统显示出了潜力,还有改进的空间。
{"title":"Large Scale Ontology Matching System (LSMatch)","authors":"Abhisek Sharma, Sarika Jain, Archana Patel","doi":"10.2174/2666255816666230606140526","DOIUrl":"https://doi.org/10.2174/2666255816666230606140526","url":null,"abstract":"\u0000\u0000Ontology matching provides a solution to the semantic heterogeneity problem by finding semantic relationships between entities of ontologies. Over the last two decades, there has been considerable development and improvement in the ontology matching paradigm. More than 50 ontology matching systems have been developed, and some of them are performing really well. However, the initial rate of improvement was measurably high, which now is slowing down. However, there still is room for improvement, which we as a community can work towards to achieve.\u0000\u0000\u0000\u0000In this light, we have developed a Large Scale Ontology Matching System (LSMatch), which uses different matchers to find similarities between concepts of two ontologies. LSMatch mainly uses two modules for matching. These modules perform string similarity and synonyms matching on the concepts of the ontologies.\u0000\u0000\u0000\u0000For the evaluation of LSMatch, we have tested it in Ontology Alignment Evaluation Initiative (OAEI) 2021. The performance results show that LSMatch can perform matching operations on large ontologies. LSMatch was evaluated on anatomy, disease and phenotype, conference, Knowledge graph, and Common Knowledge Graphs (KG) track. In all of these tracks, LSMatch’s performance was at par with other systems.\u0000\u0000\u0000\u0000Being LSMatch’s first participation, the system showed potential and has room for improvement.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47855322","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
Survey on the Techniques for Classification and Identification of Brain T umour T ypes from MRI Images U sing Deep Learning Algorithms 利用深度学习算法从MRI图像中分类和识别脑肿瘤类型的技术综述
Q3 Computer Science Pub Date : 2023-06-01 DOI: 10.2174/2666255816666230601150351
Kishore.B, Gayathri Devi.K
A t umour is an uncontrolled growth of tissues in any part of the body. Tumours are of different types and characteristics and have different treatments. Detection of a tumour in the earlier stages makes the treatment easier. Scientists and researchers have been working towards developing sophisticated techniques and methods for identifying the form and stage of tumours. This paper provides a systematic literature survey of techniques for brain tumour segmentation and classification of abnormality and normality from MRI images based on different methods including deep learning techniques. This survey covers publicly available datasets, enhancement techniques, segmentation, feature extraction, and the classification of three different types of brain tumours that include gliomas, meningioma, and pituitary and deep learning algorithms implemented for brain tumour analysis. Finally, this survey provides all the important literature on the detection of brain tumours with their developments.
肿瘤是指身体任何部位组织的不受控制的生长。肿瘤有不同的类型和特点,有不同的治疗方法。早期发现肿瘤使治疗更容易。科学家和研究人员一直致力于开发复杂的技术和方法来识别肿瘤的形式和阶段。本文对基于不同方法(包括深度学习技术)的MRI图像中脑瘤分割和异常与正常分类技术进行了系统的文献综述。这项调查涵盖了公开可用的数据集、增强技术、分割、特征提取和三种不同类型脑瘤的分类,包括胶质瘤、脑膜瘤和垂体,以及用于脑瘤分析的深度学习算法。最后,这项调查提供了关于脑瘤检测及其发展的所有重要文献。
{"title":"Survey on the Techniques for Classification and Identification of Brain T umour T ypes from MRI Images U sing Deep Learning Algorithms","authors":"Kishore.B, Gayathri Devi.K","doi":"10.2174/2666255816666230601150351","DOIUrl":"https://doi.org/10.2174/2666255816666230601150351","url":null,"abstract":"\u0000\u0000A t umour is an uncontrolled growth of tissues in any part of the body. Tumours are of different types and characteristics and have different treatments. Detection of a tumour in the earlier stages makes the treatment easier. Scientists and researchers have been working towards developing sophisticated techniques and methods for identifying the form and stage of tumours. This paper provides a systematic literature survey of techniques for brain tumour segmentation and classification of abnormality and normality from MRI images based on different methods including deep learning techniques. This survey covers publicly available datasets, enhancement techniques, segmentation, feature extraction, and the classification of three different types of brain tumours that include gliomas, meningioma, and pituitary and deep learning algorithms implemented for brain tumour analysis. Finally, this survey provides all the important literature on the detection of brain tumours with their developments.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49303776","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
Assessing and Mitigating Bias in Artificial Intelligence: A review 评估和缓解人工智能中的偏见:综述
Q3 Computer Science Pub Date : 2023-05-23 DOI: 10.2174/2666255816666230523114425
Deepak Sinwar, Akruti Sinha, Devika Sapra, Vijander Singh, Ghanshyam Raghuwanshi
There has been an exponential increase in discussions about bias in Artificial Intelligence (AI) systems. Bias in AI has typically been defined as a divergence from standard statistical patterns in the output of an AI model, which could be due to a biased dataset or biased assumptions. While the bias in artificially taught models is attributed able to bias in the dataset provided by humans, there is still room for advancement in terms of bias mitigation in AI models. The failure to detect bias in datasets or models stems from the "black box" problem or a lack of understanding of algorithmic outcomes. This paper provides a comprehensive review of the analysis of the approaches provided by researchers and scholars to mitigate AI bias and investigate the several methods of employing a responsible AI model for decision-making processes. We clarify what bias means to different people, as well as provide the actual definition of bias in AI systems. In addition, the paper discussed the causes of bias in AI systems thereby permitting researchers to focus their efforts on minimising the causes and mitigating bias. Finally, we recommend the best direction for future research to ensure the discovery of the most accurate method for reducing bias in algorithms. We hope that this study will help researchers to think from different perspectives while developing unbiased systems.
关于人工智能系统中的偏见的讨论呈指数级增长。人工智能中的偏差通常被定义为人工智能模型输出中与标准统计模式的差异,这可能是由于有偏差的数据集或有偏差的假设造成的。虽然人工教学模型中的偏见可以归因于人类提供的数据集中的偏见,但在人工智能模型中,在减轻偏见方面仍有进步的空间。未能检测到数据集或模型中的偏差源于“黑匣子”问题或对算法结果缺乏了解。本文全面回顾了研究人员和学者为减轻人工智能偏见而提供的方法的分析,并研究了在决策过程中使用负责任的人工智能模型的几种方法。我们阐明了偏见对不同的人意味着什么,并提供了人工智能系统中偏见的实际定义。此外,该论文还讨论了人工智能系统中偏见的原因,从而使研究人员能够集中精力将原因降至最低并减轻偏见。最后,我们建议未来研究的最佳方向,以确保发现减少算法偏差的最准确方法。我们希望这项研究将帮助研究人员在开发无偏见系统的同时,从不同的角度进行思考。
{"title":"Assessing and Mitigating Bias in Artificial Intelligence: A review","authors":"Deepak Sinwar, Akruti Sinha, Devika Sapra, Vijander Singh, Ghanshyam Raghuwanshi","doi":"10.2174/2666255816666230523114425","DOIUrl":"https://doi.org/10.2174/2666255816666230523114425","url":null,"abstract":"\u0000\u0000There has been an exponential increase in discussions about bias in Artificial Intelligence (AI) systems. Bias in AI has typically been defined as a divergence from standard statistical patterns in the output of an AI model, which could be due to a biased dataset or biased assumptions. While the bias in artificially taught models is attributed able to bias in the dataset provided by humans, there is still room for advancement in terms of bias mitigation in AI models. The failure to detect bias in datasets or models stems from the \"black box\" problem or a lack of understanding of algorithmic outcomes. This paper provides a comprehensive review of the analysis of the approaches provided by researchers and scholars to mitigate AI bias and investigate the several methods of employing a responsible AI model for decision-making processes. We clarify what bias means to different people, as well as provide the actual definition of bias in AI systems. In addition, the paper discussed the causes of bias in AI systems thereby permitting researchers to focus their efforts on minimising the causes and mitigating bias. Finally, we recommend the best direction for future research to ensure the discovery of the most accurate method for reducing bias in algorithms. We hope that this study will help researchers to think from different perspectives while developing unbiased systems.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49499297","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 comparative study of various digital image watermarking techniques: Specific to hybrid watermarking 各种数字图像水印技术的比较研究——以混合水印为例
Q3 Computer Science Pub Date : 2023-05-22 DOI: 10.2174/2666255816666230522155134
M. Pandey, Sushma Jaiswal
Digital security is one of the important aspects of today’s era. Digital content is being grown every day on the internet; therefore, it is essential to guard the copyright of digital content using various techniques. Watermarking has emerged as an important field of study aiming at securing digital content and copyright protection. None of the watermarking techniques can provide well robustness against all the attacks, and algorithms are designed based on required specifications, which means there is a lot of opportunity in this field. Image watermarking is a vast area of research, starting from spatial-based methods to deep learning-based methods, and it has recently gained a lot of popularity due to the involvement of deep learning technology for ensuring the security of digital content. This study aims at exploring important highlights from spatial to deep learning methods of watermarking, which will be helpful for the researchers. In order to accomplish this study, the standard research papers of the last ten years have been obtained from various databases and reviewed to answer the five research questions. Open issues and challenges are identified and listed after reviewing various kinds of literature. Our study reveals that hybrid watermarking performs better in terms of balancing the trade-off between imperceptibility and robustness. Current research trends and future direction is also discussed.
数字安全是当今时代的重要方面之一。互联网上的数字内容每天都在增长;因此,利用各种技术保护数字内容的版权是至关重要的。水印技术已成为一个重要的研究领域,旨在保护数字内容和版权。没有一种水印技术能够提供对所有攻击的良好鲁棒性,并且算法是基于所需的规范设计的,这意味着在这个领域有很多机会。图像水印是一个广阔的研究领域,从基于空间的方法到基于深度学习的方法,最近由于深度学习技术的介入,以确保数字内容的安全,图像水印得到了广泛的应用。本研究旨在探索从空间到深度学习的水印方法的重要亮点,这将对研究人员有所帮助。为了完成这项研究,从各种数据库中获得了过去十年的标准研究论文,并对其进行了审查,以回答五个研究问题。在回顾了各种文献后,确定并列出了悬而未决的问题和挑战。我们的研究表明,混合水印在平衡不可见性和鲁棒性之间的权衡方面表现得更好。并对当前的研究趋势和未来的发展方向进行了讨论。
{"title":"A comparative study of various digital image watermarking techniques: Specific to hybrid watermarking","authors":"M. Pandey, Sushma Jaiswal","doi":"10.2174/2666255816666230522155134","DOIUrl":"https://doi.org/10.2174/2666255816666230522155134","url":null,"abstract":"\u0000\u0000Digital security is one of the important aspects of today’s era. Digital content is being grown every day on the internet; therefore, it is essential to guard the copyright of digital content using various techniques. Watermarking has emerged as an important field of study aiming at securing digital content and copyright protection. None of the watermarking techniques can provide well robustness against all the attacks, and algorithms are designed based on required specifications, which means there is a lot of opportunity in this field. Image watermarking is a vast area of research, starting from spatial-based methods to deep learning-based methods, and it has recently gained a lot of popularity due to the involvement of deep learning technology for ensuring the security of digital content. This study aims at exploring important highlights from spatial to deep learning methods of watermarking, which will be helpful for the researchers. In order to accomplish this study, the standard research papers of the last ten years have been obtained from various databases and reviewed to answer the five research questions. Open issues and challenges are identified and listed after reviewing various kinds of literature. Our study reveals that hybrid watermarking performs better in terms of balancing the trade-off between imperceptibility and robustness. Current research trends and future direction is also discussed.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-05-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43401060","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
An Integrated Approach for Analysis of Electronic Health Records using Blockchain and Deep Learning 基于区块链和深度学习的电子健康记录综合分析方法
Q3 Computer Science Pub Date : 2023-05-09 DOI: 10.2174/2666255816666230509142714
Jagendra Singh, P. Singhal, Shelly Gupta, Deepak
Blockchain is used to assess health records digitally, preserving the security and immutability of the records. The goal of this study is to make it easier for patients to access their medical records and to send them alert messages about important dates for their check-ups, healthy diet, and appointments. To achieve the above-mentioned objective, an integrated approach using Blockchain and Deep learning is initiated. The first approach is Hyperledger Fabric in Blockchain, i.e., private Blockchain, for storing the data in the medically documented ledger, which can be shared among hospitals as well as Health organizations. The second approach is incorporated with a deep learning algorithm. With the help of algorithms, we can analyse the ledger, after which an alert i.e. consultation, health diet, medication, etc., will be sent to the patient’s registered mobile device. The proposed work uses nine features from the dataset; the features are identification number, age, person gender, disease, weight, consultation date, medication, diagnosis, and diet specification. The study is conducted with several features to give accurate results. The integrated model used in this suggested piece of work automates the patient's alert system for a variety of activities. In terms of precision, recall, and F1 score, testing data demonstrate that the LSTM performs better than the other models. By working together with the calendar software on Android mobile devices, alert systems can be improved in the future.
区块链用于以数字方式评估健康记录,保护记录的安全性和不变性。这项研究的目的是让患者更容易访问他们的医疗记录,并向他们发送关于重要检查日期、健康饮食和预约的提醒信息。为了实现上述目标,启动了一种使用区块链和深度学习的综合方法。第一种方法是区块链中的Hyperledger Fabric,即私有区块链,用于将数据存储在医学记录的账本中,该账本可以在医院和卫生组织之间共享。第二种方法结合了深度学习算法。在算法的帮助下,我们可以分析分类账,然后向患者注册的移动设备发送警报,即咨询、健康饮食、药物等。所提出的工作使用了数据集中的九个特征;特征包括身份号码、年龄、性别、疾病、体重、就诊日期、药物、诊断和饮食规范。这项研究有几个特点,以给出准确的结果。这项建议工作中使用的集成模型使患者的警报系统自动执行各种活动。在精确度、召回率和F1分数方面,测试数据表明LSTM的性能优于其他模型。通过与安卓移动设备上的日历软件合作,未来可以改进警报系统。
{"title":"An Integrated Approach for Analysis of Electronic Health Records using Blockchain and Deep Learning","authors":"Jagendra Singh, P. Singhal, Shelly Gupta, Deepak","doi":"10.2174/2666255816666230509142714","DOIUrl":"https://doi.org/10.2174/2666255816666230509142714","url":null,"abstract":"\u0000\u0000Blockchain is used to assess health records digitally, preserving the security and immutability of the records. The goal of this study is to make it easier for patients to access their medical records and to send them alert messages about important dates for their check-ups, healthy diet, and appointments. To achieve the above-mentioned objective, an integrated approach using Blockchain and Deep learning is initiated. The first approach is Hyperledger Fabric in Blockchain, i.e., private Blockchain, for storing the data in the medically documented ledger, which can be shared among hospitals as well as Health organizations. The second approach is incorporated with a deep learning algorithm. With the help of algorithms, we can analyse the ledger, after which an alert i.e. consultation, health diet, medication, etc., will be sent to the patient’s registered mobile device. The proposed work uses nine features from the dataset; the features are identification number, age, person gender, disease, weight, consultation date, medication, diagnosis, and diet specification. The study is conducted with several features to give accurate results. The integrated model used in this suggested piece of work automates the patient's alert system for a variety of activities. In terms of precision, recall, and F1 score, testing data demonstrate that the LSTM performs better than the other models. By working together with the calendar software on Android mobile devices, alert systems can be improved in the future.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43734496","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
Recent Advances in Robot Visual SLAM 机器人视觉SLAM研究进展
Q3 Computer Science Pub Date : 2023-05-09 DOI: 10.2174/2666255816666230509153317
Hongxin Zhang, Hui Jin, Shaowei Ma
SLAM plays an important role in the navigation of robots, unmanned aerial vehicles, and unmanned vehicles. The positioning accuracy will affect the accuracy of obstacle avoidance. The quality of map construction directly affects the performance of subsequent path planning and other algorithms. It is the core algorithm of the intelligent mobile application. Therefore, robot vision slam has great research value and will be an important research direction in the future.By reviewing the latest development and patent of Computer Vision SLAM, this paper provides references to researchers in related fields.Computer Vision SLAM patents and literature were analyzed from the aspects of the algorithm, innovation, and application. Among them, there are more than 30 patents and nearly 30 pieces of literature in the past ten years.This paper reviews the research progress of robot visual SLAM in the last 10 years, summarizes its typical features, especially describes the front part of the visual SLAM system in detail, describes the main advantages and disadvantages of each method, analyses the main problems in the development of robot visual SLAM, prospects its development trend, and finally discusses the related products and patents research status and future of robot visual SLAM technology.The Robot Vision SLAM can compare the texture information of the environment and identify the difference between the two environments, thus improving accuracy. However, the current SLAM algorithm is easy to fail in fast motion and highly dynamic environments, most SLAM action plans are inefficient, and the image features of VSLAM are too distinguishable. Furthermore, more patents on the Robot Vision SLAM should also be invented.
SLAM在机器人、无人机、无人驾驶车辆的导航中发挥着重要的作用。定位精度将影响避障的精度。地图构建的质量直接影响后续路径规划和其他算法的性能。它是智能移动应用的核心算法。因此,机器人视觉slam具有很大的研究价值,将是未来重要的研究方向。本文通过对计算机视觉SLAM的最新进展和专利的回顾,为相关领域的研究者提供参考。从算法、创新和应用等方面分析了计算机视觉SLAM的专利和文献。其中,近十年来已获得专利30余项,发表文献近30篇。本文回顾了近10年来机器人视觉SLAM的研究进展,总结了其典型特征,特别是对视觉SLAM系统的前端部分进行了详细的描述,描述了每种方法的主要优缺点,分析了机器人视觉SLAM发展中存在的主要问题,展望了其发展趋势,最后讨论了机器人视觉SLAM技术的相关产品和专利研究现状及未来。机器人视觉SLAM可以比较环境的纹理信息,识别两种环境的差异,从而提高准确率。然而,目前的SLAM算法在快速运动和高动态环境中容易失效,大多数SLAM动作计划效率低下,并且VSLAM的图像特征太容易区分。此外,还应该发明更多的机器人视觉SLAM专利。
{"title":"Recent Advances in Robot Visual SLAM","authors":"Hongxin Zhang, Hui Jin, Shaowei Ma","doi":"10.2174/2666255816666230509153317","DOIUrl":"https://doi.org/10.2174/2666255816666230509153317","url":null,"abstract":"\u0000\u0000SLAM plays an important role in the navigation of robots, unmanned aerial vehicles, and unmanned vehicles. The positioning accuracy will affect the accuracy of obstacle avoidance. The quality of map construction directly affects the performance of subsequent path planning and other algorithms. It is the core algorithm of the intelligent mobile application. Therefore, robot vision slam has great research value and will be an important research direction in the future.\u0000\u0000\u0000\u0000By reviewing the latest development and patent of Computer Vision SLAM, this paper provides references to researchers in related fields.\u0000\u0000\u0000\u0000Computer Vision SLAM patents and literature were analyzed from the aspects of the algorithm, innovation, and application. Among them, there are more than 30 patents and nearly 30 pieces of literature in the past ten years.\u0000\u0000\u0000\u0000This paper reviews the research progress of robot visual SLAM in the last 10 years, summarizes its typical features, especially describes the front part of the visual SLAM system in detail, describes the main advantages and disadvantages of each method, analyses the main problems in the development of robot visual SLAM, prospects its development trend, and finally discusses the related products and patents research status and future of robot visual SLAM technology.\u0000\u0000\u0000\u0000The Robot Vision SLAM can compare the texture information of the environment and identify the difference between the two environments, thus improving accuracy. However, the current SLAM algorithm is easy to fail in fast motion and highly dynamic environments, most SLAM action plans are inefficient, and the image features of VSLAM are too distinguishable. Furthermore, more patents on the Robot Vision SLAM should also be invented.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45710021","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
Automated System for Movie Review Classification using BERT 基于BERT的电影评论自动分类系统
Q3 Computer Science Pub Date : 2023-05-07 DOI: 10.2174/2666255816666230507182018
Shruti Jain, Shivani Rana, Rakesh Kanji
Text classification emerged as an important approach to advancing Natural Language Processing (NLP) applications concerning the available text on the web. To analyze the text, many applications are proposed in the literature.The NLP, with the help of deep learning, has achieved great success in automatically sorting text data in predefined classes, but this process is expensive & time-consuming.To overcome this problem, in this paper, various Machine Learning techniques are studied & implemented to generate an automated system for movie review classification.The proposed methodology uses the Bidirectional Encoder Representations of the Transformer (BERT) model for data preparation and predictions using various machine learning algorithms like XG boost, support vector machine, logistic regression, naïve Bayes, and neural network. The algorithms are analyzed based on various performance metrics like accuracy, precision, recall & F1 score.The results reveal that the 2-hidden layer neural network outperforms the other models by achieving more than 0.90 F1 score in the first 15 epochs and 0.99 in just 40 epochs on the IMDB dataset, thus reducing the time to a great extent.100% accuracy is attained using a neural network, resulting in a 15% accuracy improvement and 14.6% F1 score improvement over logistic regression.
文本分类是推进自然语言处理(NLP)应用的一种重要方法,涉及网络上可用的文本。为了分析文本,文献中提出了许多应用。NLP在深度学习的帮助下,在将文本数据自动排序到预定义类中方面取得了巨大成功,但这一过程代价高昂且耗时。为了克服这一问题,本文研究并实现了各种机器学习技术,以生成一个电影评论自动分类系统。所提出的方法使用变压器的双向编码器表示(BERT)模型,使用各种机器学习算法(如XG-boost、支持向量机、逻辑回归、朴素贝叶斯和神经网络)进行数据准备和预测。算法基于各种性能指标进行分析,如准确性、精确度、召回率和F1分数。结果表明,在IMDB数据集上,2隐层神经网络在前15个时期内的F1得分超过0.90,在仅40个时期内达到0.99,从而在很大程度上缩短了时间。使用神经网络获得了100%的准确率,与逻辑回归相比,准确率提高了15%,F1得分提高了14.6%。
{"title":"Automated System for Movie Review Classification using BERT","authors":"Shruti Jain, Shivani Rana, Rakesh Kanji","doi":"10.2174/2666255816666230507182018","DOIUrl":"https://doi.org/10.2174/2666255816666230507182018","url":null,"abstract":"\u0000\u0000Text classification emerged as an important approach to advancing Natural Language Processing (NLP) applications concerning the available text on the web. To analyze the text, many applications are proposed in the literature.\u0000\u0000\u0000\u0000The NLP, with the help of deep learning, has achieved great success in automatically sorting text data in predefined classes, but this process is expensive & time-consuming.\u0000\u0000\u0000\u0000To overcome this problem, in this paper, various Machine Learning techniques are studied & implemented to generate an automated system for movie review classification.\u0000\u0000\u0000\u0000The proposed methodology uses the Bidirectional Encoder Representations of the Transformer (BERT) model for data preparation and predictions using various machine learning algorithms like XG boost, support vector machine, logistic regression, naïve Bayes, and neural network. The algorithms are analyzed based on various performance metrics like accuracy, precision, recall & F1 score.\u0000\u0000\u0000\u0000The results reveal that the 2-hidden layer neural network outperforms the other models by achieving more than 0.90 F1 score in the first 15 epochs and 0.99 in just 40 epochs on the IMDB dataset, thus reducing the time to a great extent.\u0000\u0000\u0000\u0000100% accuracy is attained using a neural network, resulting in a 15% accuracy improvement and 14.6% F1 score improvement over logistic regression.\u0000","PeriodicalId":36514,"journal":{"name":"Recent Advances in Computer Science and Communications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-05-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44575618","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
期刊
Recent Advances in Computer Science and Communications
全部 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