首页 > 最新文献

2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)最新文献

英文 中文
Multi-weighted Graphs Learning for Passenger Count Prediction on Railway Network 基于多加权图学习的铁路网客运量预测
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00059
Ge Hangli, Lifeng Lin, Renhe Jiang, Takashi Michikata, N. Koshizuka
In this study, a method of multi-weighted graphs learning for passenger count prediction in railway networks, is presented. Traffic prediction can provide significant insights for railway system optimization, urban planning, smart city development, etc. However, affected by various factors, including spatial, temporal, and other external ones, traffic prediction on railway networks remains a critical task because of the complexity of the railway networks. To achieve high learning performance of the models and discover the correlation between the models and features, we proposed various heterogenerous weighted graphs for the passenger count prediction. Six types of weight graphs, that is, connection graph, distance graph, correlation graph, and their fused weight graphs were proposed to fully construct the spatial and geometrical features within the entire railway network. Two representative types of graph neural networks, that is, the graph convolutional network (GCN) and graph attention network (GAT) were implemented for evaluation. The evaluation results demonstrate that the proposed GAT model learning on the correlation graph achieves the best performance, as it can reduce the metrics of mean absolute error (MAE), root mean square error (RSME), and mean absolute percentage error metrics (MAPE) on average by 19.7%, 6.9%, 27.9% respectively. Finally, the importance and effectiveness of the models with corresponding weight graphs were also investigated and explained. It also provides the interpretability of the traffic prediction tasks on the railway network.
本文提出了一种基于多加权图学习的铁路客运量预测方法。交通预测可以为铁路系统优化、城市规划、智慧城市发展等提供重要的见解。然而,由于铁路网络的复杂性,受空间、时间和其他外部因素的影响,铁路网络的交通预测仍然是一项重要的任务。为了提高模型的学习性能,并发现模型与特征之间的相关性,我们提出了各种非均匀加权图来预测乘客人数。提出了连接图、距离图、关联图及其融合权图等6种权图,以全面构建整个铁路网的空间和几何特征。对两种具有代表性的图神经网络,即图卷积网络(GCN)和图注意网络(GAT)进行了评价。评价结果表明,基于相关图的GAT模型学习效果最好,平均绝对误差(MAE)、均方根误差(RSME)和平均绝对百分比误差(MAPE)指标分别降低了19.7%、6.9%和27.9%。最后,对具有相应权值图的模型的重要性和有效性进行了探讨和说明。提供了铁路网交通预测任务的可解释性。
{"title":"Multi-weighted Graphs Learning for Passenger Count Prediction on Railway Network","authors":"Ge Hangli, Lifeng Lin, Renhe Jiang, Takashi Michikata, N. Koshizuka","doi":"10.1109/COMPSAC54236.2022.00059","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00059","url":null,"abstract":"In this study, a method of multi-weighted graphs learning for passenger count prediction in railway networks, is presented. Traffic prediction can provide significant insights for railway system optimization, urban planning, smart city development, etc. However, affected by various factors, including spatial, temporal, and other external ones, traffic prediction on railway networks remains a critical task because of the complexity of the railway networks. To achieve high learning performance of the models and discover the correlation between the models and features, we proposed various heterogenerous weighted graphs for the passenger count prediction. Six types of weight graphs, that is, connection graph, distance graph, correlation graph, and their fused weight graphs were proposed to fully construct the spatial and geometrical features within the entire railway network. Two representative types of graph neural networks, that is, the graph convolutional network (GCN) and graph attention network (GAT) were implemented for evaluation. The evaluation results demonstrate that the proposed GAT model learning on the correlation graph achieves the best performance, as it can reduce the metrics of mean absolute error (MAE), root mean square error (RSME), and mean absolute percentage error metrics (MAPE) on average by 19.7%, 6.9%, 27.9% respectively. Finally, the importance and effectiveness of the models with corresponding weight graphs were also investigated and explained. It also provides the interpretability of the traffic prediction tasks on the railway network.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133825034","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
Faultload time model of the MQTT protocol publish service MQTT协议发布服务的故障加载时间模型
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00233
Amina Jandoubi, M. Bennani, A. E. Fazziki
Nowadays, the Internet of Things touches all areas of our daily life, such as industry, economy, energy and agriculture. If we extend these domains to solutions related to smart homes and cars, we will count more than 50 billion connected devices in 2020. These applications transmit a high amount of data on the internet through IoT communication protocols. In some cases, the security aspect is required as the exchanged data can be sensitive. Therefore, it is necessary to develop a means to assess the confidence we can assign to such transmission protocols. In this context, the fault injection characterization mechanism speeds up the fault introduction into a transmission protocol to observe its reaction and to assess its resilience to application conditions with risks of errors occurring. This paper presents a systematic approach to identifying the moment of fault injection in the messaging protocol Message Queuing Telemetry Transport (MQTT). MQTT protocol handles exchanged messages across a distributed system where the injection instant cannot be defined through a time value as the synchronization of the distributed components is not guaranteed. New algorithms are introduced: (1) extract the send/receive messages' pairs, (2) timestamp the communication events using the vector clock, (3) filter the sending events and (4) generate alternate sent messages sequences. Events models for the publisher/broker provided services are generated. These services are: connect, disconnect and publish, obeying some required properties for services' quality.
如今,物联网已经触及工业、经济、能源、农业等我们日常生活的方方面面。如果我们将这些领域扩展到与智能家居和汽车相关的解决方案,我们将在2020年发现超过500亿台连接设备。这些应用程序通过物联网通信协议在互联网上传输大量数据。在某些情况下,由于交换的数据可能很敏感,因此需要安全性。因此,有必要开发一种方法来评估我们可以分配给此类传输协议的置信度。在这种情况下,故障注入表征机制加快了将故障引入传输协议的速度,以观察其反应并评估其对存在错误风险的应用条件的恢复能力。提出了一种系统地识别消息队列遥测传输(MQTT)协议中故障注入时刻的方法。MQTT协议处理跨分布式系统交换的消息,由于不能保证分布式组件的同步,因此无法通过时间值定义注入瞬间。引入了新的算法:(1)提取发送/接收消息对;(2)使用矢量时钟对通信事件进行时间戳;(3)过滤发送事件;(4)生成备用发送消息序列。为提供服务的发布者/代理生成事件模型。这些服务是:连接、断开连接和发布,遵循服务质量所需的一些属性。
{"title":"Faultload time model of the MQTT protocol publish service","authors":"Amina Jandoubi, M. Bennani, A. E. Fazziki","doi":"10.1109/COMPSAC54236.2022.00233","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00233","url":null,"abstract":"Nowadays, the Internet of Things touches all areas of our daily life, such as industry, economy, energy and agriculture. If we extend these domains to solutions related to smart homes and cars, we will count more than 50 billion connected devices in 2020. These applications transmit a high amount of data on the internet through IoT communication protocols. In some cases, the security aspect is required as the exchanged data can be sensitive. Therefore, it is necessary to develop a means to assess the confidence we can assign to such transmission protocols. In this context, the fault injection characterization mechanism speeds up the fault introduction into a transmission protocol to observe its reaction and to assess its resilience to application conditions with risks of errors occurring. This paper presents a systematic approach to identifying the moment of fault injection in the messaging protocol Message Queuing Telemetry Transport (MQTT). MQTT protocol handles exchanged messages across a distributed system where the injection instant cannot be defined through a time value as the synchronization of the distributed components is not guaranteed. New algorithms are introduced: (1) extract the send/receive messages' pairs, (2) timestamp the communication events using the vector clock, (3) filter the sending events and (4) generate alternate sent messages sequences. Events models for the publisher/broker provided services are generated. These services are: connect, disconnect and publish, obeying some required properties for services' quality.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"101 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132810592","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
Off-the-shelf LoRaWAN: Experimenting on the prospect of a low-cost rapid prototyping solution 现成的LoRaWAN:对低成本快速原型解决方案的前景进行试验
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00159
Florian Hofer, Clemens Kuen
The growing popularity of cloud computing and the Internet of Things for private use increased the availability of off-the-shelf device solutions. This shift is particularly the case for widely distributed networks that allow community use like LoRa Wan. However, it is still unclear how mature these products are for use beyond hobbyist needs. Therefore, this paper examines selected off-the-shelf devices and gateways and explores their suitability through experimentation in a LoRaWAN community-enabled infrastructure. In addition, we extend lacking function-ality and report shortcomings and bug fixes.
云计算和私人使用物联网的日益普及增加了现成设备解决方案的可用性。这种转变对于像LoRa Wan这样允许社区使用的广泛分布的网络来说尤其如此。然而,目前还不清楚这些产品是否成熟到足以满足业余爱好者的需求。因此,本文考察了选定的现成设备和网关,并通过在支持LoRaWAN社区的基础设施中的实验探索了它们的适用性。此外,我们扩展缺乏的功能,并报告缺点和错误修复。
{"title":"Off-the-shelf LoRaWAN: Experimenting on the prospect of a low-cost rapid prototyping solution","authors":"Florian Hofer, Clemens Kuen","doi":"10.1109/COMPSAC54236.2022.00159","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00159","url":null,"abstract":"The growing popularity of cloud computing and the Internet of Things for private use increased the availability of off-the-shelf device solutions. This shift is particularly the case for widely distributed networks that allow community use like LoRa Wan. However, it is still unclear how mature these products are for use beyond hobbyist needs. Therefore, this paper examines selected off-the-shelf devices and gateways and explores their suitability through experimentation in a LoRaWAN community-enabled infrastructure. In addition, we extend lacking function-ality and report shortcomings and bug fixes.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"115 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122423402","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 Comparison of Deep Learning and Traditional Machine Learning Approaches in Detecting Cognitive Impairment Using MRI Scans 深度学习和传统机器学习方法在MRI扫描中检测认知障碍的比较
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00154
Wei Liu, Jiarui Zhang, Yijun Zhao
Deep learning has attracted a great amount of interest in recent years and has become a rapidly emerging field in artificial intelligence. In medical image analysis, deep learning methods have produced promising results comparable to and, in some cases, superior to human experts. Nevertheless, researchers have also noted the limitations and challenges of the deep learning approaches, especially in model selection and interpretability. This paper compares the efficacy of deep learning and traditional machine learning techniques in detecting cognitive impairment (CI) associated with Alzheimer's disease (AD) using brain MRI scans. We base our study on 894 brain MRI scans provided by the open access OASIS platform. In particular, we explore two deep learning approaches: 1) a 3D convolutional neural network (3D-CNN) and 2) a hybrid model with a CNN plus LSTM (CNN-LSTM) architecture. We further examine the performance of five traditional machine learning algorithms based on features extracted from the MRI images using the FreeSurfer software. Our experimental results demonstrate that the deep learning models achieve higher Precision and Recall, while the traditional machine learning methods deliver more stability and better performance in Specificity and overall accuracy. Our findings could serve as a case study to highlight the challenges in adopting deep learning-based approaches.
近年来,深度学习引起了人们的极大兴趣,并已成为人工智能中一个迅速兴起的领域。在医学图像分析中,深度学习方法已经产生了与人类专家相当,甚至在某些情况下优于人类专家的有希望的结果。然而,研究人员也注意到深度学习方法的局限性和挑战,特别是在模型选择和可解释性方面。本文比较了深度学习和传统机器学习技术在使用脑MRI扫描检测与阿尔茨海默病(AD)相关的认知障碍(CI)方面的功效。我们的研究基于开放存取OASIS平台提供的894张脑MRI扫描。特别是,我们探索了两种深度学习方法:1)3D卷积神经网络(3D-CNN)和2)CNN + LSTM (CNN-LSTM)架构的混合模型。我们使用FreeSurfer软件进一步检查了基于从MRI图像中提取的特征的五种传统机器学习算法的性能。我们的实验结果表明,深度学习模型具有更高的Precision和Recall,而传统的机器学习方法在特异性和整体准确性方面具有更高的稳定性和更好的性能。我们的研究结果可以作为一个案例研究,以突出采用基于深度学习的方法所面临的挑战。
{"title":"A Comparison of Deep Learning and Traditional Machine Learning Approaches in Detecting Cognitive Impairment Using MRI Scans","authors":"Wei Liu, Jiarui Zhang, Yijun Zhao","doi":"10.1109/COMPSAC54236.2022.00154","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00154","url":null,"abstract":"Deep learning has attracted a great amount of interest in recent years and has become a rapidly emerging field in artificial intelligence. In medical image analysis, deep learning methods have produced promising results comparable to and, in some cases, superior to human experts. Nevertheless, researchers have also noted the limitations and challenges of the deep learning approaches, especially in model selection and interpretability. This paper compares the efficacy of deep learning and traditional machine learning techniques in detecting cognitive impairment (CI) associated with Alzheimer's disease (AD) using brain MRI scans. We base our study on 894 brain MRI scans provided by the open access OASIS platform. In particular, we explore two deep learning approaches: 1) a 3D convolutional neural network (3D-CNN) and 2) a hybrid model with a CNN plus LSTM (CNN-LSTM) architecture. We further examine the performance of five traditional machine learning algorithms based on features extracted from the MRI images using the FreeSurfer software. Our experimental results demonstrate that the deep learning models achieve higher Precision and Recall, while the traditional machine learning methods deliver more stability and better performance in Specificity and overall accuracy. Our findings could serve as a case study to highlight the challenges in adopting deep learning-based approaches.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117215111","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 Reliability-oriented Faults Taxonomy and a Recovery-oriented Methodological Approach for Systems Resilience 面向可靠性的故障分类和面向恢复的系统弹性方法
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00016
Carlo Vitucci, Daniel Sundmark, Marcus Jägemar, Jakob Danielsson, Alf Larsson, Thomas Nolte
Fault management is an important function that impacts the design of any digital system, from the simple kiosk in a shop to a complex 6G network. It is common to classify fault conditions into different taxonomies using terms like fault or error. Fault taxonomies are often suitable for managing fault detection, fault reporting, and fault localization but often neglect to support all different functions required by a fault management process. A correctly implemented fault management process must be able to distinguish between defects and faults, decide upon ap-propriate actions to recover the system to an ideal state, and avoid an error condition. Fault management is a multi-disciplinary process where recovery actions are deployed promptly by com-bined hardware, firmware, and software orchestration. The importance of fault management processes significantly increases with modern nanometer technologies, which suffer the risk of so-called soft errors, a corruption of a bit cells that can happen due to spurious disturbance, like cosmic radiation. Modern fault management implementations must support recovery actions for soft errors to ensure a steady system. This paper describes an extended fault classification model that emphasizes fault management and recovery actions. We aim to show how the reliability-based fault taxonomy definition is more suitable for the overall fault management process.
故障管理是影响任何数字系统设计的重要功能,从商店中的简单亭到复杂的6G网络。通常使用诸如故障或错误之类的术语将故障条件分类为不同的分类法。故障分类法通常适用于管理故障检测、故障报告和故障定位,但通常忽略了支持故障管理流程所需的所有不同功能。正确实现的故障管理流程必须能够区分缺陷和故障,决定适当的操作以将系统恢复到理想状态,并避免错误情况。故障管理是一个多学科的过程,通过结合硬件、固件和软件编排迅速部署恢复操作。随着现代纳米技术的发展,故障管理过程的重要性显著增加,它面临着所谓的软错误的风险,即由于虚假干扰(如宇宙辐射)可能发生的位单元损坏。现代故障管理实现必须支持软错误的恢复操作,以确保系统稳定。本文描述了一个扩展的故障分类模型,强调故障管理和恢复动作。我们的目的是展示基于可靠性的故障分类定义如何更适合整个故障管理过程。
{"title":"A Reliability-oriented Faults Taxonomy and a Recovery-oriented Methodological Approach for Systems Resilience","authors":"Carlo Vitucci, Daniel Sundmark, Marcus Jägemar, Jakob Danielsson, Alf Larsson, Thomas Nolte","doi":"10.1109/COMPSAC54236.2022.00016","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00016","url":null,"abstract":"Fault management is an important function that impacts the design of any digital system, from the simple kiosk in a shop to a complex 6G network. It is common to classify fault conditions into different taxonomies using terms like fault or error. Fault taxonomies are often suitable for managing fault detection, fault reporting, and fault localization but often neglect to support all different functions required by a fault management process. A correctly implemented fault management process must be able to distinguish between defects and faults, decide upon ap-propriate actions to recover the system to an ideal state, and avoid an error condition. Fault management is a multi-disciplinary process where recovery actions are deployed promptly by com-bined hardware, firmware, and software orchestration. The importance of fault management processes significantly increases with modern nanometer technologies, which suffer the risk of so-called soft errors, a corruption of a bit cells that can happen due to spurious disturbance, like cosmic radiation. Modern fault management implementations must support recovery actions for soft errors to ensure a steady system. This paper describes an extended fault classification model that emphasizes fault management and recovery actions. We aim to show how the reliability-based fault taxonomy definition is more suitable for the overall fault management process.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117251144","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}
引用次数: 2
Two-stage cost-sensitive local models for heterogeneous cross-project defect prediction 异构跨项目缺陷预测的两阶段成本敏感局部模型
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00132
Yan Huang, Xian Xu
Software defect prediction is an active topic in the field of software engineering. Cross-project defect prediction (CPDP) adopts the defect data set of the source project to predict the defects of the target project. However, the metrics of the source project and those of the target project are often different, and the traditional CPDP has certain limitations at this time. To address the inconsistency of source and target metrics, researchers propose heterogeneous cross-project defect prediction (HCPDP). To improve the performance of the HCPDP, we propose new Two-stage Cost-sensitive Local Models (TCLM). TCLM aims to improve on the problem of feature selection, linear inseparability of heterogeneous data, class imbalance and data adoption problems in HCPDP. Firstly, in the feature selection stage, we add cost information to improve the feature selection algorithm. Then, KCCA (Kernel Canonical Correlation Analysis) is used to project and map the heterogeneous data into a common feature space so as to mitigate the problem of inconsistent feature sets of the source and the target projects. Secondly, in the model training stage, we adopt local models to improve the performance, and introduce cost information to deal with the class imbalance problem. To verify the effectiveness of the TCLM method, we conduct large-scale empirical study on 24 projects in the AEEEM, PROMISE, NASA, and Relink datasets. Experimental results show that TCLM indeed outperforms the previous work. Therefore, we recommend using the TCLM method to build an HCPDP model.
软件缺陷预测是软件工程领域的一个活跃话题。跨项目缺陷预测(CPDP)采用源项目的缺陷数据集来预测目标项目的缺陷。然而,源项目和目标项目的度量标准通常是不同的,传统的CPDP在这个时候有一定的局限性。为了解决源度量和目标度量的不一致性,研究人员提出了异构跨项目缺陷预测(HCPDP)。为了提高HCPDP的性能,我们提出了新的两阶段成本敏感局部模型(TCLM)。TCLM旨在改进HCPDP中的特征选择问题、异构数据的线性不可分问题、类不平衡问题和数据采用问题。首先,在特征选择阶段,加入代价信息对特征选择算法进行改进;然后,利用核典型相关分析(KCCA)将异构数据映射到公共特征空间中,以缓解源项目和目标项目特征集不一致的问题。其次,在模型训练阶段,我们采用局部模型来提高性能,并引入成本信息来处理类不平衡问题。为了验证TCLM方法的有效性,我们在AEEEM、PROMISE、NASA和Relink数据集中对24个项目进行了大规模的实证研究。实验结果表明,TCLM确实优于以往的工作。因此,我们建议采用TCLM方法构建HCPDP模型。
{"title":"Two-stage cost-sensitive local models for heterogeneous cross-project defect prediction","authors":"Yan Huang, Xian Xu","doi":"10.1109/COMPSAC54236.2022.00132","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00132","url":null,"abstract":"Software defect prediction is an active topic in the field of software engineering. Cross-project defect prediction (CPDP) adopts the defect data set of the source project to predict the defects of the target project. However, the metrics of the source project and those of the target project are often different, and the traditional CPDP has certain limitations at this time. To address the inconsistency of source and target metrics, researchers propose heterogeneous cross-project defect prediction (HCPDP). To improve the performance of the HCPDP, we propose new Two-stage Cost-sensitive Local Models (TCLM). TCLM aims to improve on the problem of feature selection, linear inseparability of heterogeneous data, class imbalance and data adoption problems in HCPDP. Firstly, in the feature selection stage, we add cost information to improve the feature selection algorithm. Then, KCCA (Kernel Canonical Correlation Analysis) is used to project and map the heterogeneous data into a common feature space so as to mitigate the problem of inconsistent feature sets of the source and the target projects. Secondly, in the model training stage, we adopt local models to improve the performance, and introduce cost information to deal with the class imbalance problem. To verify the effectiveness of the TCLM method, we conduct large-scale empirical study on 24 projects in the AEEEM, PROMISE, NASA, and Relink datasets. Experimental results show that TCLM indeed outperforms the previous work. Therefore, we recommend using the TCLM method to build an HCPDP model.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117293783","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 Longitudinal Study of Customer Electricity Load Profiles 客户电力负荷概况的纵向研究
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00048
Etienne Gael Tajeuna, M. Bouguessa, Shengrui Wang
We present a novel approach for studying evolving customer electricity load profiles. Based on the daily changes that may happen in a power grid, we devise a network-based method to identify and track the evolution of electricity consumption patterns over days. The tracking of these evolving patterns enables us to: (a) use Cox regression and LSTM recurrent neural network for modeling the lifetime of electricity consumption profiles and (b) trace the trajectories of customer electricity consumption behaviors to perform load forecasting.
我们提出了一种新的方法来研究不断变化的客户电力负荷概况。基于电网中可能发生的日常变化,我们设计了一种基于网络的方法来识别和跟踪电力消耗模式在几天内的演变。对这些演变模式的跟踪使我们能够:(a)使用Cox回归和LSTM递归神经网络对电力消耗概况的生命周期进行建模;(b)跟踪客户电力消耗行为的轨迹,以执行负荷预测。
{"title":"A Longitudinal Study of Customer Electricity Load Profiles","authors":"Etienne Gael Tajeuna, M. Bouguessa, Shengrui Wang","doi":"10.1109/COMPSAC54236.2022.00048","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00048","url":null,"abstract":"We present a novel approach for studying evolving customer electricity load profiles. Based on the daily changes that may happen in a power grid, we devise a network-based method to identify and track the evolution of electricity consumption patterns over days. The tracking of these evolving patterns enables us to: (a) use Cox regression and LSTM recurrent neural network for modeling the lifetime of electricity consumption profiles and (b) trace the trajectories of customer electricity consumption behaviors to perform load forecasting.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"173 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116223140","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 Feasibility Study of Using Code Clone Detection for Secure Programming Education 代码克隆检测用于安全编程教育的可行性研究
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00238
M. Menard, Tommy Nelson, Milan Shahi, Hugh Morton, Adam DeTavernier, Harvey P. Siy, Rui Zhao, Myoungkyu Song
Secure library reuse is critical for modern ap-plications to protect private information in software security engineering. Teaching secure programming is also more critical to tackle the challenges of new and evolving threats. However, novice students often make mistakes by API misuses due to a lack of understanding of secure libraries or a false sense of security. In this paper, we study the feasibility of applying code clone detection (CCD) for finding relevant examples to effectively teach secure programming to computer science students. CCD is an emerging new technology that extracts syntactically or semantically similar code fragments to support many software engineering tasks, such as program understanding, code quality analysis, software evolution analysis, and bug detection. We have developed a prototype implementation ExTUTOR that allows students to search for relevant examples as feedback when they want to fix their programming issues or vulnerabilities. In our evaluation, we applied ExTUTOR to open source subject applications in the security domain. Our approach should help novice students gain benefits from feedback and identify how to effectively make use of APIs, encouraging students to fix their own security violations in their own applications.
在软件安全工程中,安全库重用是现代应用程序保护私有信息的关键。教授安全编程对于应对新的和不断发展的威胁的挑战也更为关键。然而,由于缺乏对安全库的理解或错误的安全感,新手经常会因滥用API而犯错误。在本文中,我们研究了应用代码克隆检测(CCD)来寻找相关例子的可行性,以有效地向计算机科学专业的学生进行安全编程的教学。CCD是一种新兴的新技术,它提取语法或语义上相似的代码片段,以支持许多软件工程任务,例如程序理解、代码质量分析、软件演化分析和错误检测。我们已经开发了一个原型实现ExTUTOR,当学生想要修复他们的编程问题或漏洞时,它允许学生搜索相关的示例作为反馈。在我们的评估中,我们将ExTUTOR应用于安全领域的开源主题应用程序。我们的方法应该帮助新手从反馈中获益,并确定如何有效地利用api,鼓励学生在自己的应用程序中修复自己的安全违规行为。
{"title":"A Feasibility Study of Using Code Clone Detection for Secure Programming Education","authors":"M. Menard, Tommy Nelson, Milan Shahi, Hugh Morton, Adam DeTavernier, Harvey P. Siy, Rui Zhao, Myoungkyu Song","doi":"10.1109/COMPSAC54236.2022.00238","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00238","url":null,"abstract":"Secure library reuse is critical for modern ap-plications to protect private information in software security engineering. Teaching secure programming is also more critical to tackle the challenges of new and evolving threats. However, novice students often make mistakes by API misuses due to a lack of understanding of secure libraries or a false sense of security. In this paper, we study the feasibility of applying code clone detection (CCD) for finding relevant examples to effectively teach secure programming to computer science students. CCD is an emerging new technology that extracts syntactically or semantically similar code fragments to support many software engineering tasks, such as program understanding, code quality analysis, software evolution analysis, and bug detection. We have developed a prototype implementation ExTUTOR that allows students to search for relevant examples as feedback when they want to fix their programming issues or vulnerabilities. In our evaluation, we applied ExTUTOR to open source subject applications in the security domain. Our approach should help novice students gain benefits from feedback and identify how to effectively make use of APIs, encouraging students to fix their own security violations in their own applications.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114834893","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
Application of Improved Mask R-CNN Algorithm Based on Gastroscopic Image in Detection of Early Gastric Cancer 基于胃镜图像的改进掩膜R-CNN算法在早期胃癌检测中的应用
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00221
Zhipeng Cui, Qinyan Zhang, Jing-Wei Zhang, Xue Sun, Qing Wang, Yi Lei, Lin Zang, Li Zhao, Jijiang Yang
Gastroscopy is an important step in the diagnosis of early gastric cancer. However, because the morphological manifestations of early gastric cancer are not obvious, endoscopists need long-term specialized training and experience accumulation to correctly identify early cancer through magnification gastroscopy. In this paper, the data set of gastroscopy image is collected and enhanced, and target detection method is combined with gastroscopy image. The Mask R-CNN+BiFPN model was proposed to enhance the feature fusion and improve the detection effect of early gastric cancer lesions. Compared with Mask R-CNN, the improved Mask R-CNN model has better performance, with the sensitivity and specificity of 91.67% and 88.95% in accurately labeled gastroscopic datasets, respectively, showing a good segmentation effect for surface swelling lesions.
胃镜检查是早期胃癌诊断的重要步骤。然而,由于早期胃癌的形态学表现并不明显,内镜医师需要长期的专业培训和经验积累,才能通过放大胃镜正确识别早期癌症。本文对胃镜图像数据集进行采集和增强,并将目标检测方法与胃镜图像相结合。为了增强特征融合,提高早期胃癌病变的检测效果,提出Mask R-CNN+BiFPN模型。与Mask R-CNN相比,改进的Mask R-CNN模型具有更好的性能,在准确标记的胃镜数据集上,其灵敏度和特异性分别为91.67%和88.95%,对表面肿胀病变具有良好的分割效果。
{"title":"Application of Improved Mask R-CNN Algorithm Based on Gastroscopic Image in Detection of Early Gastric Cancer","authors":"Zhipeng Cui, Qinyan Zhang, Jing-Wei Zhang, Xue Sun, Qing Wang, Yi Lei, Lin Zang, Li Zhao, Jijiang Yang","doi":"10.1109/COMPSAC54236.2022.00221","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00221","url":null,"abstract":"Gastroscopy is an important step in the diagnosis of early gastric cancer. However, because the morphological manifestations of early gastric cancer are not obvious, endoscopists need long-term specialized training and experience accumulation to correctly identify early cancer through magnification gastroscopy. In this paper, the data set of gastroscopy image is collected and enhanced, and target detection method is combined with gastroscopy image. The Mask R-CNN+BiFPN model was proposed to enhance the feature fusion and improve the detection effect of early gastric cancer lesions. Compared with Mask R-CNN, the improved Mask R-CNN model has better performance, with the sensitivity and specificity of 91.67% and 88.95% in accurately labeled gastroscopic datasets, respectively, showing a good segmentation effect for surface swelling lesions.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"179 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114847543","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}
引用次数: 2
Breaking the Barrier with a Multi-Domain SER 用多域SER打破障碍
Pub Date : 2022-06-01 DOI: 10.1109/COMPSAC54236.2022.00088
Jamalia Sultana, Mahmuda Naznin
Voice based interactive system has numerous ap-plications including patient care system, robotics, interactive learning tool etc. Speech Emotion Recognition (SER) is a vital part of any voice based interactive system. Providing an efficient SER framework in multi-lingual domain is highly challenging due to the difficulties in feature extraction from noisy voice signals, language barrier, issues due to gender dependency, domain generalization problem etc. Therefore, all of these challenges have made multi-domain SER interesting to the researchers. In our study, we provide a multi-domain SER framework where popular benchmark corpora have been integrated and used together for training and testing with the goal of removing language barriers and the corpus dependency. Moreover, we have utilized the role of gender on acoustic signal features to improve the performance in multi-domain. We design a hierarchical Convolutional Neural Network (CNN) based framework that finds the influence of genders while recognizing emotions in multi-domain cross-corpus system. We have used Unweighted Average Recall (UAR) for measuring performance in the multi-domain corpus to address data imbalance problem. We validate our proposed framework by conducting extensive experiments with benchmark datasets. The results show that using the proposed gender-based SER model with multi-lingual cross-corpus performs better than the conventional SER models. Our novel multi-domain cross-corpus SER will be very helpful for designing different multi-lingual voice- based interactive applications.
基于语音的交互系统有许多应用,包括病人护理系统、机器人、交互式学习工具等。语音情感识别(SER)是基于语音的交互系统的重要组成部分。在多语言领域提供一个高效的SER框架是一个非常具有挑战性的问题,这主要是由于噪声语音信号的特征提取困难、语言障碍、性别依赖问题、领域泛化问题等。因此,所有这些挑战都引起了研究人员的兴趣。在我们的研究中,我们提供了一个多领域的SER框架,其中流行的基准语料库已经集成并一起用于训练和测试,目的是消除语言障碍和语料库依赖。此外,我们利用性别对声信号特征的作用来提高多域性能。我们设计了一个基于分层卷积神经网络(CNN)的框架,在多领域跨语料库系统中发现性别对情绪识别的影响。为了解决数据不平衡问题,我们使用了未加权平均召回率(UAR)来衡量多领域语料库的性能。我们验证拟议的框架进行广泛的基准数据集实验。结果表明,基于性别的多语言跨语料库SER模型的性能优于传统的SER模型。我们的多领域跨语料库SER将有助于设计不同的基于多语言语音的交互应用。
{"title":"Breaking the Barrier with a Multi-Domain SER","authors":"Jamalia Sultana, Mahmuda Naznin","doi":"10.1109/COMPSAC54236.2022.00088","DOIUrl":"https://doi.org/10.1109/COMPSAC54236.2022.00088","url":null,"abstract":"Voice based interactive system has numerous ap-plications including patient care system, robotics, interactive learning tool etc. Speech Emotion Recognition (SER) is a vital part of any voice based interactive system. Providing an efficient SER framework in multi-lingual domain is highly challenging due to the difficulties in feature extraction from noisy voice signals, language barrier, issues due to gender dependency, domain generalization problem etc. Therefore, all of these challenges have made multi-domain SER interesting to the researchers. In our study, we provide a multi-domain SER framework where popular benchmark corpora have been integrated and used together for training and testing with the goal of removing language barriers and the corpus dependency. Moreover, we have utilized the role of gender on acoustic signal features to improve the performance in multi-domain. We design a hierarchical Convolutional Neural Network (CNN) based framework that finds the influence of genders while recognizing emotions in multi-domain cross-corpus system. We have used Unweighted Average Recall (UAR) for measuring performance in the multi-domain corpus to address data imbalance problem. We validate our proposed framework by conducting extensive experiments with benchmark datasets. The results show that using the proposed gender-based SER model with multi-lingual cross-corpus performs better than the conventional SER models. Our novel multi-domain cross-corpus SER will be very helpful for designing different multi-lingual voice- based interactive applications.","PeriodicalId":330838,"journal":{"name":"2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115480580","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 46th Annual Computers, Software, and Applications Conference (COMPSAC)
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1