首页 > 最新文献

2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)最新文献

英文 中文
A Scalable Storage Scheme for On-Chain Big Data using Historical Blockchains 基于历史区块链的链上大数据可扩展存储方案
Marcos Felipe, Haiping Xu
Despite the growing interest in blockchain technology, the scalability of blockchain storage has become a major issue for applications that require large amounts of on-chain data. In this paper, we propose a novel scalable storage scheme for consortium networks to manage the storage capacity required by data-rich blockchain applications. We establish network nodes as super peers or regular peers, where super peers can maintain old blockchain data in the form of historical blockchains. Regular peers maintain only the latest blockchain data stored in the current blockchain, but they can access any data in the historical blockchains by making queries to the super peers. We present procedures to build a historical blockchain and retrieve data from the historical blockchains and the current blockchain in a concurrent manner. Experimental results show that our scalable storage scheme using historical blockchains is feasible and effective in accessing and sharing healthcare data with image files.
尽管人们对区块链技术的兴趣日益浓厚,但区块链存储的可扩展性已成为需要大量链上数据的应用程序的主要问题。在本文中,我们为联盟网络提出了一种新的可扩展存储方案,以管理数据丰富的区块链应用程序所需的存储容量。我们将网络节点建立为超级节点或常规节点,超级节点可以以历史区块链的形式维护旧的区块链数据。常规对等体只维护当前区块链中存储的最新区块链数据,但它们可以通过向超级对等体查询来访问历史区块链中的任何数据。我们提出了构建历史区块链的过程,并以并发的方式从历史区块链和当前区块链中检索数据。实验结果表明,我们提出的基于历史区块链的可扩展存储方案在使用图像文件访问和共享医疗数据方面是可行和有效的。
{"title":"A Scalable Storage Scheme for On-Chain Big Data using Historical Blockchains","authors":"Marcos Felipe, Haiping Xu","doi":"10.1109/QRS-C57518.2022.00017","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00017","url":null,"abstract":"Despite the growing interest in blockchain technology, the scalability of blockchain storage has become a major issue for applications that require large amounts of on-chain data. In this paper, we propose a novel scalable storage scheme for consortium networks to manage the storage capacity required by data-rich blockchain applications. We establish network nodes as super peers or regular peers, where super peers can maintain old blockchain data in the form of historical blockchains. Regular peers maintain only the latest blockchain data stored in the current blockchain, but they can access any data in the historical blockchains by making queries to the super peers. We present procedures to build a historical blockchain and retrieve data from the historical blockchains and the current blockchain in a concurrent manner. Experimental results show that our scalable storage scheme using historical blockchains is feasible and effective in accessing and sharing healthcare data with image files.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120972559","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
CFIWSE: A Hybrid Preprocessing Approach for Defect Prediction on Imbalance Real-World Datasets CFIWSE:一种用于不平衡真实数据集缺陷预测的混合预处理方法
Jiaxi Xu, Jingwei Shang, Zhichang Huang
Software Defect Prediction (SDP) predicts new defects through machine learning trained with historical defect data. The distribution of software defects is highly unbalanced, which hinders the construction of defect prediction models. In addition, previous studies were usually validated by public datasets based on code metrics instead of real-world data. In this work, SNA metrics and code metrics are computed on 9 representative real-world projects. A hybrid preprocessing approach for defect prediction named CFIWSE is proposed to improve SDP performance through feature selection, minority sample synthesis and noise reduction, consisting of CFS and IWSE. CFS uses correlation analysis and nearest neighbor theory for feature selection. IWSE utilizes information weights and edited nearest neighbor rule to alleviate overfitting and noise introduced from minority sample synthesis. The proposed method is verified by experiments on real-world data, and the contribution of the method components and parameter sensitivity are explored.
软件缺陷预测(SDP)通过对历史缺陷数据进行训练的机器学习来预测新的缺陷。软件缺陷的分布高度不平衡,阻碍了缺陷预测模型的建立。此外,以前的研究通常是通过基于代码度量的公共数据集来验证的,而不是真实世界的数据。在这项工作中,SNA度量和代码度量是在9个具有代表性的实际项目上计算的。提出了一种缺陷预测的混合预处理方法CFIWSE,通过特征选择、少数样本合成和降噪来提高缺陷预测的性能,该方法由CFS和IWSE组成。CFS采用相关分析和最近邻理论进行特征选择。IWSE利用信息权重和编辑近邻规则来缓解少数样本合成带来的过拟合和噪声。通过实际数据实验验证了该方法的有效性,并探讨了方法各分量和参数灵敏度的贡献。
{"title":"CFIWSE: A Hybrid Preprocessing Approach for Defect Prediction on Imbalance Real-World Datasets","authors":"Jiaxi Xu, Jingwei Shang, Zhichang Huang","doi":"10.1109/QRS-C57518.2022.00064","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00064","url":null,"abstract":"Software Defect Prediction (SDP) predicts new defects through machine learning trained with historical defect data. The distribution of software defects is highly unbalanced, which hinders the construction of defect prediction models. In addition, previous studies were usually validated by public datasets based on code metrics instead of real-world data. In this work, SNA metrics and code metrics are computed on 9 representative real-world projects. A hybrid preprocessing approach for defect prediction named CFIWSE is proposed to improve SDP performance through feature selection, minority sample synthesis and noise reduction, consisting of CFS and IWSE. CFS uses correlation analysis and nearest neighbor theory for feature selection. IWSE utilizes information weights and edited nearest neighbor rule to alleviate overfitting and noise introduced from minority sample synthesis. The proposed method is verified by experiments on real-world data, and the contribution of the method components and parameter sensitivity are explored.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127103525","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 General Characterization of Representing Spatiotemporal Knowledge Graph based on OWL 基于OWL的时空知识图表示的一般表征
Lin Zhu, Luyi Bai, Xuesong Hao, Hongji Yang
Knowledge graph is used to represent the concepts, entities and relationships existing in the real world, which can be applied to many applications such as creative computing and recommendation system. Structurally, knowledge graph includes data layer and schema layer. Spatiotemporal knowledge graph extends the common knowledge graph to a certain extent, which is mainly reflected in the entity layer (data layer). Spatiotemporal knowledge graph includes temporal feature, spatial feature and spatiotemporal feature. In the pattern layer, spatiotemporal knowledge graph mainly adds concepts and relationships between concepts, which needs to be re-modeled. In this paper, as a spatiotemporal extension of the general description logic based on OWL logic, the spatiotemporal description logic (ST DL) is proposed to describe the spatiotemporal knowledge graph, and ST OWL is extended from three aspects: OWL class description, OWL axiom and OWL data type. Then, the corresponding transformation rules are proposed, and the instance is transformed from spatiotemporal ontology structure to spatiotemporal knowledge graph.
知识图谱用于表示现实世界中存在的概念、实体和关系,可以应用于创意计算和推荐系统等许多应用。知识图谱在结构上包括数据层和模式层。时空知识图谱在一定程度上扩展了普通知识图谱,这主要体现在实体层(数据层)。时空知识图谱包括时间特征、空间特征和时空特征。在模式层,时空知识图主要添加概念和概念间的关系,需要对其进行重新建模。本文在OWL逻辑的基础上,提出了时空描述逻辑(ST DL)作为一般描述逻辑的时空扩展,从OWL类描述、OWL公理和OWL数据类型三个方面对时空知识图进行了扩展。然后,提出相应的转换规则,将实例从时空本体结构转换为时空知识图。
{"title":"A General Characterization of Representing Spatiotemporal Knowledge Graph based on OWL","authors":"Lin Zhu, Luyi Bai, Xuesong Hao, Hongji Yang","doi":"10.1109/QRS-C57518.2022.00108","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00108","url":null,"abstract":"Knowledge graph is used to represent the concepts, entities and relationships existing in the real world, which can be applied to many applications such as creative computing and recommendation system. Structurally, knowledge graph includes data layer and schema layer. Spatiotemporal knowledge graph extends the common knowledge graph to a certain extent, which is mainly reflected in the entity layer (data layer). Spatiotemporal knowledge graph includes temporal feature, spatial feature and spatiotemporal feature. In the pattern layer, spatiotemporal knowledge graph mainly adds concepts and relationships between concepts, which needs to be re-modeled. In this paper, as a spatiotemporal extension of the general description logic based on OWL logic, the spatiotemporal description logic (ST DL) is proposed to describe the spatiotemporal knowledge graph, and ST OWL is extended from three aspects: OWL class description, OWL axiom and OWL data type. Then, the corresponding transformation rules are proposed, and the instance is transformed from spatiotemporal ontology structure to spatiotemporal knowledge graph.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116551324","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
TTAG+R: A Dataset of Google Play Store's Top Trending Android Games and User Reviews TTAG+R: Google Play Store热门Android游戏和用户评论数据集
Raheela Chand, Saif Ur Rehman Khan, S. Hussain, Wen Wang
Context: Android games are gaining wide attention from users in recent years. However, the existing literature reports alarming statistics about banning popular and top-trending Android apps. The popular gaming apps have been removed from Google Play Store due to various user concerns. Objectives: The goal of this work is twofold: (i) to assist the researchers and practitioners in identifying the state-of-the-art challenges, constraints, and compliments about Android apps for future Android-specific studies, and (ii) to encourage active users' perspectives on the Android development process because usability remains a core deciding factor about the success or failure of Android apps. Method: To accomplish this, we introduce a novel open-source dataset, Top Trending Android apps with their user Reviews (TTAG+R) in GitHub. Results and Contributions: Briefly, TTAG+R presents information about 245 top trending Android Free Games, 97 top trending Android Grossing Games, and 52 top trending Android Paid Games with a total of 8,423 user reviews in 12 different. csv files. The main contributions of this paper are: (i) provides one-place comprehensive data on Android Apps, (ii) describes various features of Android apps and their user reviews, (iii) reports the updated and latest knowledge about Android apps, and (iv) provides the data in an unfiltered form so that researchers may not find difficulty in using this dataset in their data-driven experimentation. From a research implication viewpoint, the dataset supports: (i) understanding the usability characteristics of Android apps, (ii) discovering current trends and pitfalls in Android apps, and (iii) analyzing the Android financial market. Conclusion and Future Work: Thus, TTAG+R is freely available to the research community, and useful for future enhancements in the Android domain. In the future, we plan to keep the data up-to-date with the most recent information for the continued usage of the dataset.
背景:Android游戏近年来获得了用户的广泛关注。然而,现有的文献报告了令人震惊的关于禁止流行和热门Android应用的统计数据。由于各种用户的担忧,这些流行的游戏应用已经从Google Play Store下架。目的:这项工作的目标是双重的:(i)帮助研究人员和实践者识别最新的挑战,限制,以及对Android应用程序的赞美,为未来的Android特定研究做准备;(ii)鼓励活跃用户对Android开发过程的看法,因为可用性仍然是Android应用程序成功或失败的核心决定因素。方法:为了实现这一目标,我们引入了一个新的开源数据集,GitHub中的Top Trending Android应用及其用户评论(TTAG+R)。结果和贡献:总的来说,TTAG+R提供了245款热门Android免费游戏、97款热门Android畅销游戏和52款热门Android付费游戏的信息,总共有8423条用户评论。csv文件。本文的主要贡献是:(i)提供了Android应用程序的一站式综合数据,(ii)描述了Android应用程序的各种功能及其用户评论,(iii)报告了关于Android应用程序的最新和最新知识,(iv)以未经过滤的形式提供数据,以便研究人员在数据驱动的实验中使用该数据集时不会发现困难。从研究意义的角度来看,该数据集支持:(i)了解Android应用程序的可用性特征,(ii)发现Android应用程序的当前趋势和陷阱,以及(iii)分析Android金融市场。结论和未来的工作:因此,TTAG+R对研究社区是免费的,并且对Android领域的未来增强很有用。在未来,我们计划使用最新的信息来保持数据的更新,以便继续使用数据集。
{"title":"TTAG+R: A Dataset of Google Play Store's Top Trending Android Games and User Reviews","authors":"Raheela Chand, Saif Ur Rehman Khan, S. Hussain, Wen Wang","doi":"10.1109/QRS-C57518.2022.00093","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00093","url":null,"abstract":"Context: Android games are gaining wide attention from users in recent years. However, the existing literature reports alarming statistics about banning popular and top-trending Android apps. The popular gaming apps have been removed from Google Play Store due to various user concerns. Objectives: The goal of this work is twofold: (i) to assist the researchers and practitioners in identifying the state-of-the-art challenges, constraints, and compliments about Android apps for future Android-specific studies, and (ii) to encourage active users' perspectives on the Android development process because usability remains a core deciding factor about the success or failure of Android apps. Method: To accomplish this, we introduce a novel open-source dataset, Top Trending Android apps with their user Reviews (TTAG+R) in GitHub. Results and Contributions: Briefly, TTAG+R presents information about 245 top trending Android Free Games, 97 top trending Android Grossing Games, and 52 top trending Android Paid Games with a total of 8,423 user reviews in 12 different. csv files. The main contributions of this paper are: (i) provides one-place comprehensive data on Android Apps, (ii) describes various features of Android apps and their user reviews, (iii) reports the updated and latest knowledge about Android apps, and (iv) provides the data in an unfiltered form so that researchers may not find difficulty in using this dataset in their data-driven experimentation. From a research implication viewpoint, the dataset supports: (i) understanding the usability characteristics of Android apps, (ii) discovering current trends and pitfalls in Android apps, and (iii) analyzing the Android financial market. Conclusion and Future Work: Thus, TTAG+R is freely available to the research community, and useful for future enhancements in the Android domain. In the future, we plan to keep the data up-to-date with the most recent information for the continued usage of the dataset.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129612253","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
Quantum Random Access Codes with Mutually Unbiased Bases in Three-Dimensional Hilbert Space 三维希尔伯特空间中互无偏基量子随机接入码
Qi Yao, Yuqian Zhou, Yaqi Dong
Quantum random access codes (QRACs) are key tools for a variety of protocols in quantum information theory. This paper gives an upper bound on the guessing success probability in the classical case of random access codes using mutually unbiased bases as measurement bases in a 3-dimensional Hilbert space and gives an encoding strategy capable of exceeding the classical bound. This encoding strategy holds for both 3-1 and 4-1 QRACs. This result is useful in areas such as random number expansion.
量子随机存取码(qrac)是量子信息理论中各种协议的关键工具。本文给出了三维Hilbert空间中以互无偏基为测量基的随机接入码的经典情况下猜测成功概率的上界,并给出了一种超越该上界的编码策略。这种编码策略适用于3-1和4-1 qrac。这个结果在随机数展开等领域很有用。
{"title":"Quantum Random Access Codes with Mutually Unbiased Bases in Three-Dimensional Hilbert Space","authors":"Qi Yao, Yuqian Zhou, Yaqi Dong","doi":"10.1109/QRS-C57518.2022.00081","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00081","url":null,"abstract":"Quantum random access codes (QRACs) are key tools for a variety of protocols in quantum information theory. This paper gives an upper bound on the guessing success probability in the classical case of random access codes using mutually unbiased bases as measurement bases in a 3-dimensional Hilbert space and gives an encoding strategy capable of exceeding the classical bound. This encoding strategy holds for both 3-1 and 4-1 QRACs. This result is useful in areas such as random number expansion.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127042989","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 Data-Efficient Method of Deep Reinforcement Learning for Chinese Chess 一种数据高效的中国象棋深度强化学习方法
Chang Xu, Heng Ding, Xuejian Zhang, Cong Wang, Hongji Yang
The computer game is the Drosophila in the field of artificial intelligence. Recently, a series of computer game systems., such as AlphaGo and AlphaGo Zero, defeating the world human champion of Go, has greatly refreshed people's understanding of the creativity of machine. This paper applies the deep reinforcement learning method to the computer Chinese Chess. We are committed to decrease the demand for computing resources heavily from multi-perspectives, such as data augmentation and using more intermediate results as labels. The experiment shows that the level of our program is increased rapidly.
电脑游戏是人工智能领域的果蝇。最近,一系列的电脑游戏系统。如AlphaGo和AlphaGo Zero,击败了世界人类围棋冠军,大大刷新了人们对机器创造力的认识。本文将深度强化学习方法应用于计算机中国象棋。我们致力于从多个角度大幅减少对计算资源的需求,例如数据增强和使用更多的中间结果作为标签。实验表明,我们的程序水平得到了快速提高。
{"title":"A Data-Efficient Method of Deep Reinforcement Learning for Chinese Chess","authors":"Chang Xu, Heng Ding, Xuejian Zhang, Cong Wang, Hongji Yang","doi":"10.1109/QRS-C57518.2022.00109","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00109","url":null,"abstract":"The computer game is the Drosophila in the field of artificial intelligence. Recently, a series of computer game systems., such as AlphaGo and AlphaGo Zero, defeating the world human champion of Go, has greatly refreshed people's understanding of the creativity of machine. This paper applies the deep reinforcement learning method to the computer Chinese Chess. We are committed to decrease the demand for computing resources heavily from multi-perspectives, such as data augmentation and using more intermediate results as labels. The experiment shows that the level of our program is increased rapidly.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130585157","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
Recommendation Algorithm for Graph Convolutional Networks based on Multi-Ralational Knowledge Graph 基于多关系知识图的图卷积网络推荐算法
Yunhao Li, Shijie Chen, Jiancheng Zhao
Classic recommendation technologies such as collaborative filtering have some challenging problems such as cold start. Because knowledge graph can enrich data information, in recent years, many scholars have applied it to recommendation systems to solve the above problems. However, Most of the methods only exploit relations and entities involved in the knowledge graph, and do not further explore the correlation information between the entities in the knowledge graph. In order to solve the above problems, recommendation algorithm for graph convolutional networks based on multi-relational knowledge graph (Multi-RKGCN) is proposed, which expands the relations and entities in knowledge graph through reflexive and self-circulating ways. At the time of aggregation, the tail entity and the corresponding relationship are combined and embedded by the knowledge graph embedding technology to enrich the semantics of the entity. Finally, the performance of AUC and F1 is verified on two publicly available datasets. The experimental results show that Multi-RKGCN method is better than KGCN method.
协同过滤等经典推荐技术存在冷启动等具有挑战性的问题。由于知识图可以丰富数据信息,近年来,许多学者将其应用到推荐系统中来解决上述问题。然而,大多数方法只挖掘知识图中涉及的关系和实体,而没有进一步挖掘知识图中实体之间的关联信息。为了解决上述问题,提出了基于多关系知识图的图卷积网络推荐算法(Multi-RKGCN),该算法通过自反和自循环的方式扩展知识图中的关系和实体。在聚合时,利用知识图嵌入技术对尾部实体及其对应关系进行组合和嵌入,丰富实体的语义。最后,在两个公开可用的数据集上验证了AUC和F1的性能。实验结果表明,Multi-RKGCN方法优于KGCN方法。
{"title":"Recommendation Algorithm for Graph Convolutional Networks based on Multi-Ralational Knowledge Graph","authors":"Yunhao Li, Shijie Chen, Jiancheng Zhao","doi":"10.1109/QRS-C57518.2022.00068","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00068","url":null,"abstract":"Classic recommendation technologies such as collaborative filtering have some challenging problems such as cold start. Because knowledge graph can enrich data information, in recent years, many scholars have applied it to recommendation systems to solve the above problems. However, Most of the methods only exploit relations and entities involved in the knowledge graph, and do not further explore the correlation information between the entities in the knowledge graph. In order to solve the above problems, recommendation algorithm for graph convolutional networks based on multi-relational knowledge graph (Multi-RKGCN) is proposed, which expands the relations and entities in knowledge graph through reflexive and self-circulating ways. At the time of aggregation, the tail entity and the corresponding relationship are combined and embedded by the knowledge graph embedding technology to enrich the semantics of the entity. Finally, the performance of AUC and F1 is verified on two publicly available datasets. The experimental results show that Multi-RKGCN method is better than KGCN method.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125842937","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
Metamorphic Testing for the Medical Image Classification Model 医学图像分类模型的变形检验
Yue Ma, Ya Pan, Yong Fan
The existing studies have applied metamorphic testing technique to testing the medical image classification models, effectively alleviating the test oracle problem and reducing the testing difficulty. However, existing methods mainly focus on constructing metamorphic relations by using general image transformation methods, without combining the knowledge characteristics of medical imaging domain, resulting in problems such as low validity of metamorphic relations. According to the above problems, this paper based on the premise of conforming to the real scenario of image diagnosis, combining the key information of medical image semantics, and constructing general metamorphic relations in this field from three dimensions: the characteristics of medical images in real environment, the regular changes of lesion stage in images and the motion artifacts produced by patients in the process of filming. The medical images classification models of COVID-19 were also selected for instance validation, and the metamorphic relations were quantitatively analyzed to detect inconsistency in the classification results of different models and to assess the robustness of the model. The experimental results show that the constructed metamorphic relations by the key information of medical image semantics are able to detect inconsistencies in the models with a high detection capability, with the inconsistency percentage reaching up to 38.05%. This method can also be extended to test different types of medical image classification models.
已有研究将变质测试技术应用于医学图像分类模型的测试,有效缓解了测试oracle问题,降低了测试难度。然而,现有的方法主要是利用一般的图像变换方法构造变形关系,没有结合医学成像领域的知识特点,导致变形关系的有效性低等问题。针对上述问题,本文在符合影像诊断真实场景的前提下,结合医学影像语义的关键信息,从真实环境下医学影像的特征、影像中病变阶段的规律变化、患者在拍摄过程中产生的运动伪影三个维度构建该领域的一般变质关系。选取新冠肺炎医学图像分类模型进行实例验证,定量分析变质关系,检测不同模型分类结果的不一致性,评估模型的鲁棒性。实验结果表明,利用医学图像语义关键信息构建的变形关系能够检测出模型中的不一致,检测能力较高,不一致率高达38.05%。该方法还可以扩展到测试不同类型的医学图像分类模型。
{"title":"Metamorphic Testing for the Medical Image Classification Model","authors":"Yue Ma, Ya Pan, Yong Fan","doi":"10.1109/QRS-C57518.2022.00057","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00057","url":null,"abstract":"The existing studies have applied metamorphic testing technique to testing the medical image classification models, effectively alleviating the test oracle problem and reducing the testing difficulty. However, existing methods mainly focus on constructing metamorphic relations by using general image transformation methods, without combining the knowledge characteristics of medical imaging domain, resulting in problems such as low validity of metamorphic relations. According to the above problems, this paper based on the premise of conforming to the real scenario of image diagnosis, combining the key information of medical image semantics, and constructing general metamorphic relations in this field from three dimensions: the characteristics of medical images in real environment, the regular changes of lesion stage in images and the motion artifacts produced by patients in the process of filming. The medical images classification models of COVID-19 were also selected for instance validation, and the metamorphic relations were quantitatively analyzed to detect inconsistency in the classification results of different models and to assess the robustness of the model. The experimental results show that the constructed metamorphic relations by the key information of medical image semantics are able to detect inconsistencies in the models with a high detection capability, with the inconsistency percentage reaching up to 38.05%. This method can also be extended to test different types of medical image classification models.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"114 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128175515","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 Stochastic Model for Calculating Well-Founded Probabilities of Vulnerability Exploitation 计算有充分根据的漏洞利用概率的随机模型
Ryohei Sato, Hidetoshi Kawaguchi, Yuichi Nakatani
To efficiently manage security risks of network systems, vulnerabilities in the systems need to be assessed to determine their severity or priority. The Bayesian attack graph (BAG) is a risk analysis model that takes into account the probabilities of vulnerability exploitation (exploit probabilities) and their dependencies to calculate the probabilities that specific assets are compromised (compromise probabilities) in a system. In many BAG analysis methods, an exploit probability is obtained assuming that it strongly correlates with base metrics of the Common Vulnerability Scoring System (CVSS) assigned to the corresponding vulnerability. However, the authors found that this assumption does not necessarily hold, and thus the accuracy of compromise probabilities estimated by these methods may be impaired. Therefore, this paper proposes the exploit time probability (ETP)-model to calculate well-founded exploit probabilities on the basis of empirical data on vulnerabilities and exploits. The model uses Weibull distributions to approximate the probability distribution of the time between the publication of a vulnerability to the National Vulnerability Database (NVD) and its exploitation. Finally, by applying the ETP-model to a test network, the model is shown to be able to provide reasonable exploit probabilities and be a fundamental technique to improve the accuracy of existing BAG analysis methods.
为了有效地管理网络系统的安全风险,需要对系统中的漏洞进行评估,以确定其严重程度或优先级。贝叶斯攻击图(BAG)是一种风险分析模型,它考虑了漏洞被利用的概率(exploit probability)及其依赖关系,从而计算出系统中特定资产被泄露的概率(compromise probability)。在许多BAG分析方法中,利用概率假设与分配给相应漏洞的通用漏洞评分系统(Common Vulnerability Scoring System, CVSS)的基本指标强相关。然而,作者发现这种假设并不一定成立,因此这些方法估计的妥协概率的准确性可能会受到损害。因此,本文提出了基于漏洞和攻击的经验数据计算有充分根据的攻击概率的攻击时间概率(ETP)模型。该模型使用威布尔分布来近似国家漏洞数据库(NVD)漏洞发布和被利用之间的时间概率分布。最后,通过将etp模型应用于一个测试网络,表明该模型能够提供合理的攻击概率,是提高现有BAG分析方法准确性的一项基本技术。
{"title":"A Stochastic Model for Calculating Well-Founded Probabilities of Vulnerability Exploitation","authors":"Ryohei Sato, Hidetoshi Kawaguchi, Yuichi Nakatani","doi":"10.1109/QRS-C57518.2022.00015","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00015","url":null,"abstract":"To efficiently manage security risks of network systems, vulnerabilities in the systems need to be assessed to determine their severity or priority. The Bayesian attack graph (BAG) is a risk analysis model that takes into account the probabilities of vulnerability exploitation (exploit probabilities) and their dependencies to calculate the probabilities that specific assets are compromised (compromise probabilities) in a system. In many BAG analysis methods, an exploit probability is obtained assuming that it strongly correlates with base metrics of the Common Vulnerability Scoring System (CVSS) assigned to the corresponding vulnerability. However, the authors found that this assumption does not necessarily hold, and thus the accuracy of compromise probabilities estimated by these methods may be impaired. Therefore, this paper proposes the exploit time probability (ETP)-model to calculate well-founded exploit probabilities on the basis of empirical data on vulnerabilities and exploits. The model uses Weibull distributions to approximate the probability distribution of the time between the publication of a vulnerability to the National Vulnerability Database (NVD) and its exploitation. Finally, by applying the ETP-model to a test network, the model is shown to be able to provide reasonable exploit probabilities and be a fundamental technique to improve the accuracy of existing BAG analysis methods.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"319 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115836661","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
Anti-Money Laundering Risk Identification of Financial Institutions based on Aspect-Level Graph Neural Networks 基于方面层图神经网络的金融机构反洗钱风险识别
Yahan Yu, Yixuan Xu, Jian Wang, Zhenxing Li, Bin Cao
The contemporary financial industry is a highly information-based industry. The digital system can establish a complete information system around various attributes and behaviors of bank accounts. In the core business system, most of this information is constantly changing and recorded in real time. Therefore, we can achieve the goal of monitoring the money laundering risk of the account by analyzing the relevant element data and specific characteristics of the account. The risk assessment and customer classification indicator system for accounts is composed of four basic elements: customer characteristics, location, business development and industry conditions. Account money laundering risk indicators are composed of various basic elements and their risk sub-items. We propose an aspect-based (aspect-level) graph convolutional neural network, starting from different perspectives, to quantify the risk of money laundering in financial institutions.
当代金融业是一个高度信息化的行业。数字化系统可以围绕银行账户的各种属性和行为建立一个完整的信息系统。在核心业务系统中,这些信息大多是不断变化并实时记录的。因此,通过分析相关要素数据和账户的具体特征,可以达到监控账户洗钱风险的目的。账户风险评估与客户分类指标体系由客户特征、地理位置、业务发展和行业状况四个基本要素组成。账户洗钱风险指标由各种基本要素及其风险分项组成。我们提出了一个基于方面(aspect-level)的图卷积神经网络,从不同的角度出发,量化金融机构的洗钱风险。
{"title":"Anti-Money Laundering Risk Identification of Financial Institutions based on Aspect-Level Graph Neural Networks","authors":"Yahan Yu, Yixuan Xu, Jian Wang, Zhenxing Li, Bin Cao","doi":"10.1109/QRS-C57518.2022.00086","DOIUrl":"https://doi.org/10.1109/QRS-C57518.2022.00086","url":null,"abstract":"The contemporary financial industry is a highly information-based industry. The digital system can establish a complete information system around various attributes and behaviors of bank accounts. In the core business system, most of this information is constantly changing and recorded in real time. Therefore, we can achieve the goal of monitoring the money laundering risk of the account by analyzing the relevant element data and specific characteristics of the account. The risk assessment and customer classification indicator system for accounts is composed of four basic elements: customer characteristics, location, business development and industry conditions. Account money laundering risk indicators are composed of various basic elements and their risk sub-items. We propose an aspect-based (aspect-level) graph convolutional neural network, starting from different perspectives, to quantify the risk of money laundering in financial institutions.","PeriodicalId":183728,"journal":{"name":"2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133450554","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
期刊
2022 IEEE 22nd International Conference on Software Quality, Reliability, and Security Companion (QRS-C)
全部 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