首页 > 最新文献

2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)最新文献

英文 中文
Enhanced Machine Learning-Based Code Smell Detection Through Hyper-Parameter Optimization 通过超参数优化增强基于机器学习的代码气味检测
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10202124
Peeradon Sukkasem, Chitsutha Soomlek
To preserve software quality and maintainability, machine learning-based code smell detection has been proposed, and the results are promising. This research proposes an enhanced version of machine learning-based code smell detection. We improve the performance of machine learning-based code smell classifiers by applying hyper-parameter optimization techniques in Particle swarm optimization and Bayesian optimization to decision tree and random forest. The models were trained and evaluated on 74 open source projects to identify god class, data class, feature envy, and long method. The experimental results confirm that the optimized machine learning classifiers c an achieve up to 99.183% and 99.155% of accuracy for both class-level and function-level code smell classification, respectively. In term of recall, the enhanced machine learning-based code smell classifiers achieved 9 9.514% when identifying data class and 98.806% for long method. The comparison results also indicated that the enhanced machine learning classifiers outperform the original versions in the code smell detection context.
为了保证软件质量和可维护性,提出了基于机器学习的代码气味检测方法,并取得了良好的结果。本研究提出了一种基于机器学习的代码气味检测的增强版本。我们将粒子群优化中的超参数优化技术和贝叶斯优化技术应用于决策树和随机森林,提高了基于机器学习的代码气味分类器的性能。在74个开源项目中对模型进行了训练和评估,以识别神类、数据类、特征嫉妒和长方法。实验结果证实,优化后的机器学习分类器c在类级和函数级代码气味分类上的准确率分别达到99.183%和99.155%。在召回率方面,增强的基于机器学习的代码气味分类器在识别数据类别时达到9.514%,在识别长方法时达到98.806%。对比结果还表明,在代码气味检测上下文中,增强的机器学习分类器优于原始版本。
{"title":"Enhanced Machine Learning-Based Code Smell Detection Through Hyper-Parameter Optimization","authors":"Peeradon Sukkasem, Chitsutha Soomlek","doi":"10.1109/JCSSE58229.2023.10202124","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10202124","url":null,"abstract":"To preserve software quality and maintainability, machine learning-based code smell detection has been proposed, and the results are promising. This research proposes an enhanced version of machine learning-based code smell detection. We improve the performance of machine learning-based code smell classifiers by applying hyper-parameter optimization techniques in Particle swarm optimization and Bayesian optimization to decision tree and random forest. The models were trained and evaluated on 74 open source projects to identify god class, data class, feature envy, and long method. The experimental results confirm that the optimized machine learning classifiers c an achieve up to 99.183% and 99.155% of accuracy for both class-level and function-level code smell classification, respectively. In term of recall, the enhanced machine learning-based code smell classifiers achieved 9 9.514% when identifying data class and 98.806% for long method. The comparison results also indicated that the enhanced machine learning classifiers outperform the original versions in the code smell detection context.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"113 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116305020","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 Comparison of Machine Learning and Neural Network Algorithms for an Automated Thai Essay Scoring 机器学习和神经网络算法在泰语作文自动评分中的比较
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10201964
Suttichai Suriyasat, Sapa Chanyachatchawan, Nuengwong Tuaycharoen
Thai students have relatively low scores on the reading literacy assessment conducted by PISA. Various studies reported that reading skills could be improved by writing. However, essay scoring is a time-consuming task. An automated essay scoring system can support both teachers and students by reducing the teachers' workload and providing predicted scores as feedback to students. A number of recent studies have focused on automated essay scoring dataset that contains only essays written in English. Little to no research has been done on the automated essay scoring system for the Thai language. The aim of this study is to develop a Thai essay scoring system using machine learning and deep learning models that have been reported to achieve good performance. We also try to improve the performance of our models by adding essay attribute features. The models that were used in this study are logistic regression, kNN, SVM, random forest, gradient boosting, XGBoost, LSTM (bag-of-words), LSTM (w2v), BERT-based, and LSTM+CNN (BERT embedding). The models were evaluated by six metrics, including accuracy, Quadratic weighted kappa, precision, recall, and F1-score along with 10-fold cross-validation. The experimental results show that XGBoost outperforms other models considering the majority of best metric scores in each set. For deep learning models with automatically extracted features from the text, the LSTM with word2vec features model yielded better performance than other deep learning models.
泰国学生在国际学生评估项目的阅读能力评估中得分相对较低。多项研究表明,阅读能力可以通过写作来提高。然而,作文评分是一项耗时的任务。自动作文评分系统可以减少教师的工作量,并为学生提供预测分数作为反馈,从而为教师和学生提供支持。最近的一些研究集中在自动作文评分数据集上,该数据集只包含用英语写的作文。泰国语的自动作文评分系统几乎没有研究。本研究的目的是利用机器学习和深度学习模型开发一个泰文作文评分系统,这些模型已经被报道达到了良好的性能。我们还尝试通过添加短文属性特征来提高模型的性能。本研究中使用的模型有logistic回归、kNN、SVM、随机森林、梯度增强、XGBoost、LSTM (bag-of-words)、LSTM (w2v)、BERT-based和LSTM+CNN (BERT embedding)。通过6个指标对模型进行评估,包括准确率、二次加权kappa、精度、召回率和f1评分,并进行10倍交叉验证。实验结果表明,考虑到每组中大多数最佳度量分数,XGBoost优于其他模型。对于从文本中自动提取特征的深度学习模型,具有word2vec特征模型的LSTM比其他深度学习模型的性能更好。
{"title":"A Comparison of Machine Learning and Neural Network Algorithms for an Automated Thai Essay Scoring","authors":"Suttichai Suriyasat, Sapa Chanyachatchawan, Nuengwong Tuaycharoen","doi":"10.1109/JCSSE58229.2023.10201964","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10201964","url":null,"abstract":"Thai students have relatively low scores on the reading literacy assessment conducted by PISA. Various studies reported that reading skills could be improved by writing. However, essay scoring is a time-consuming task. An automated essay scoring system can support both teachers and students by reducing the teachers' workload and providing predicted scores as feedback to students. A number of recent studies have focused on automated essay scoring dataset that contains only essays written in English. Little to no research has been done on the automated essay scoring system for the Thai language. The aim of this study is to develop a Thai essay scoring system using machine learning and deep learning models that have been reported to achieve good performance. We also try to improve the performance of our models by adding essay attribute features. The models that were used in this study are logistic regression, kNN, SVM, random forest, gradient boosting, XGBoost, LSTM (bag-of-words), LSTM (w2v), BERT-based, and LSTM+CNN (BERT embedding). The models were evaluated by six metrics, including accuracy, Quadratic weighted kappa, precision, recall, and F1-score along with 10-fold cross-validation. The experimental results show that XGBoost outperforms other models considering the majority of best metric scores in each set. For deep learning models with automatically extracted features from the text, the LSTM with word2vec features model yielded better performance than other deep learning models.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127260390","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
0.01 Cent per Second: Developing a Cloud-based Cost-effective Audio Transcription System for an Online Video Learning Platform 每秒0.01美分:为在线视频学习平台开发基于云的高性价比音频转录系统
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10201942
Nut Pinyo, Panya Lokaphadhana, Pipat Saengow, Saenyakorn Siangsanoh, Thanapoom Wonnaparhown, E. Chuangsuwanich, P. Punyabukkana, A. Suchato
Using automatic speech recognition (ASR) to transcribe videos in an online video learning platform can benefit learners in multiple ways. However, existing speech-to-text APIs can be costly to use, especially for long lecture videos commonly found in such platform. In this work, we developed a cloud-based ASR system that is cost-optimized for the workload of online learning platforms. We characterized such workload and applied a combination of techniques from system architecture, including: (1) serverless, (2) preemptible instance, and (3) batching and audio transcription optimization, including: (1) audio segmentation, (2) cost-based segment merging, and (3) locally hosted transcription model. All of which work together to provide a low transcription cost per minute of audio. We experimented and calculated the processing cost, time, and accuracy and showed that our system offers accuracy on par with existing speech-to-text services at a significantly lower cost. We have also integrated this system into an online video learning platform.
使用自动语音识别(ASR)来转录在线视频学习平台中的视频可以在多个方面使学习者受益。然而,现有的语音到文本api的使用成本可能很高,特别是对于在此类平台上常见的长讲座视频。在这项工作中,我们开发了一个基于云的ASR系统,该系统针对在线学习平台的工作量进行了成本优化。我们描述了这种工作负载,并应用了系统架构的技术组合,包括:(1)无服务器,(2)可抢占实例,(3)批处理和音频转录优化,包括:(1)音频分割,(2)基于成本的片段合并,以及(3)本地托管转录模型。所有这些工作一起提供低转录成本每分钟的音频。我们对处理成本、时间和准确性进行了实验和计算,结果表明,我们的系统以显著较低的成本提供了与现有语音到文本服务相当的准确性。我们还将该系统集成到一个在线视频学习平台中。
{"title":"0.01 Cent per Second: Developing a Cloud-based Cost-effective Audio Transcription System for an Online Video Learning Platform","authors":"Nut Pinyo, Panya Lokaphadhana, Pipat Saengow, Saenyakorn Siangsanoh, Thanapoom Wonnaparhown, E. Chuangsuwanich, P. Punyabukkana, A. Suchato","doi":"10.1109/JCSSE58229.2023.10201942","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10201942","url":null,"abstract":"Using automatic speech recognition (ASR) to transcribe videos in an online video learning platform can benefit learners in multiple ways. However, existing speech-to-text APIs can be costly to use, especially for long lecture videos commonly found in such platform. In this work, we developed a cloud-based ASR system that is cost-optimized for the workload of online learning platforms. We characterized such workload and applied a combination of techniques from system architecture, including: (1) serverless, (2) preemptible instance, and (3) batching and audio transcription optimization, including: (1) audio segmentation, (2) cost-based segment merging, and (3) locally hosted transcription model. All of which work together to provide a low transcription cost per minute of audio. We experimented and calculated the processing cost, time, and accuracy and showed that our system offers accuracy on par with existing speech-to-text services at a significantly lower cost. We have also integrated this system into an online video learning platform.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121784782","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
BLUR & TRACK: Real-time Face Detection with Immediate Blurring and Efficient Tracking 模糊和跟踪:实时人脸检测与即时模糊和有效的跟踪
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10202064
Tanakrit Jaichuen, Nanthaphop Ren, Pichai Wongapinya, S. Fugkeaw
This paper proposes the BLUR & TRACK system that anonymizes detected face based on blurring algorithm and supports efficient retrieval of the specified human face recorded in the video file. The development of our system has been driven by the privacy regulations such as GDPA and PDPA that enforce the data controllers and data processors to be aware of the high protection of personal data privacy. Most CCTVs available in the markets are not initially designed to serve the face blurring of people while the video files have been recorded. This is vulnerable to privacy breaches if those files are not strictly controlled with appropriate access control mechanisms. In this paper, our BLUR & TRACK system incorporates two major functions including blurring the human face while the video is running and the efficient tracking function that supports the face query by authorized person. To this end, we used the image frame to do face and object detection, extract the area of interest for the face and object based on region of interest (ROI). Then, we applied blurring to ROI by combining every frame that was blurred into the video. Then, they are kept in the graph database for efficient retrieval. Finally, we reported the experiment results related to the precision and recall of our proposed scheme when it was implemented with RetinaFace and YOLOv5Face models.
本文提出了基于模糊算法对检测到的人脸进行匿名化的BLUR & TRACK系统,并支持对视频文件中记录的指定人脸进行高效检索。我们系统的发展是由GDPA和PDPA等隐私法规推动的,这些法规强制数据控制者和数据处理者意识到个人数据隐私的高度保护。市场上的大多数闭路电视最初并不是为了在录制视频文件时对人的面部进行模糊处理而设计的。如果这些文件没有受到适当的访问控制机制的严格控制,就很容易受到隐私泄露的影响。在本文中,我们的BLUR & TRACK系统包含两大功能,一是在视频运行时对人脸进行模糊处理,二是支持授权人员对人脸进行查询的高效跟踪功能。为此,我们利用图像帧进行人脸和目标检测,基于感兴趣区域(ROI)提取人脸和目标的感兴趣区域。然后,我们将模糊的每一帧合并到视频中,对ROI进行模糊处理。然后,将它们保存在图形数据库中,以便于高效检索。最后,我们报告了在RetinaFace和YOLOv5Face模型上实现我们所提出方案的精度和召回率的实验结果。
{"title":"BLUR & TRACK: Real-time Face Detection with Immediate Blurring and Efficient Tracking","authors":"Tanakrit Jaichuen, Nanthaphop Ren, Pichai Wongapinya, S. Fugkeaw","doi":"10.1109/JCSSE58229.2023.10202064","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10202064","url":null,"abstract":"This paper proposes the BLUR & TRACK system that anonymizes detected face based on blurring algorithm and supports efficient retrieval of the specified human face recorded in the video file. The development of our system has been driven by the privacy regulations such as GDPA and PDPA that enforce the data controllers and data processors to be aware of the high protection of personal data privacy. Most CCTVs available in the markets are not initially designed to serve the face blurring of people while the video files have been recorded. This is vulnerable to privacy breaches if those files are not strictly controlled with appropriate access control mechanisms. In this paper, our BLUR & TRACK system incorporates two major functions including blurring the human face while the video is running and the efficient tracking function that supports the face query by authorized person. To this end, we used the image frame to do face and object detection, extract the area of interest for the face and object based on region of interest (ROI). Then, we applied blurring to ROI by combining every frame that was blurred into the video. Then, they are kept in the graph database for efficient retrieval. Finally, we reported the experiment results related to the precision and recall of our proposed scheme when it was implemented with RetinaFace and YOLOv5Face models.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122299647","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
Midnight: An Efficient Event-driven EVM Transaction Security Monitoring Approach For Flash Loan Detection 午夜:一种高效的事件驱动EVM交易安全监控方法,用于快闪贷款检测
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10201970
Shahin Ramezany, Rachsuda Setthawong, Pisal Setthawong
Decentralized Finance (DeFi) has been on a roller coaster of swift changes for some years. In the DeFi world, the principal ingredients are smart contracts, which are often vulnerable to security issues. To work with these contracts, transaction submission is required. Arguably, advances in transaction analysis can benefit a whole Ethereum Virtual Machine (EVM) and non-EVM networks alike. Unfortunately, only a few open-source tools and commercial products exist that focus specifically on transactions. This research studies real-time event-driven EVM transaction monitoring and experiments with its effectiveness in performing the enormous task of transaction analysis and compares it with historical analysis approaches. In this study, EVM events were studied extensively, and Midnight, an open-source, full-stack proof of concept framework was used to experiment with the alternative approach. The research included a practical experiment on monitoring specific events called flash loan on the latest version of the popular DeFi protocol called AAVE.
几年来,去中心化金融(DeFi)一直处于快速变化的过山车之中。在DeFi世界中,主要成分是智能合约,这通常容易受到安全问题的影响。要使用这些合同,需要提交事务。可以说,交易分析的进步可以使整个以太坊虚拟机(EVM)和非EVM网络受益。不幸的是,只有少数开源工具和商业产品专门关注事务。本研究研究了实时事件驱动的EVM事务监控,并对其在执行大量事务分析任务中的有效性进行了实验,并将其与历史分析方法进行了比较。在本研究中,对EVM事件进行了广泛的研究,并使用了开源的全栈概念验证框架Midnight来试验替代方法。这项研究包括一个实际实验,在最新版本的流行DeFi协议AAVE上监测被称为闪贷的特定事件。
{"title":"Midnight: An Efficient Event-driven EVM Transaction Security Monitoring Approach For Flash Loan Detection","authors":"Shahin Ramezany, Rachsuda Setthawong, Pisal Setthawong","doi":"10.1109/JCSSE58229.2023.10201970","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10201970","url":null,"abstract":"Decentralized Finance (DeFi) has been on a roller coaster of swift changes for some years. In the DeFi world, the principal ingredients are smart contracts, which are often vulnerable to security issues. To work with these contracts, transaction submission is required. Arguably, advances in transaction analysis can benefit a whole Ethereum Virtual Machine (EVM) and non-EVM networks alike. Unfortunately, only a few open-source tools and commercial products exist that focus specifically on transactions. This research studies real-time event-driven EVM transaction monitoring and experiments with its effectiveness in performing the enormous task of transaction analysis and compares it with historical analysis approaches. In this study, EVM events were studied extensively, and Midnight, an open-source, full-stack proof of concept framework was used to experiment with the alternative approach. The research included a practical experiment on monitoring specific events called flash loan on the latest version of the popular DeFi protocol called AAVE.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132661567","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
ERP Odoo Based Medical Reimbursement System Using Scrum Method: (Study Case: Group of Retail and Publishing Kompas Gramedia) 基于ERP Odoo的医疗报销系统使用Scrum方法:(研究案例:零售和出版Kompas Gramedia集团)
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10201982
Bernardus Gery Santoso, F. Tobing, A. Kusnadi
Medical reimbursement is a reimbursement process for employee health treatment costs carried out by the company. Kompas Gramedia company has an integrated HR Portal system with SAP which was built by the reimbursement division as a forum for employees to process medical reimburse. The pandemic that has hit Indonesia has caused the Kompas Gramedia as a company to experience economic disruption. The use of SAP a company costs quite a lot every year. The company performs has an impact on the company's HR Portal system, so company perform technology displacement from SAP to ERP (Odoo). From these problems, a new medical reimbursement system was built based on ERP (Odoo) using the scrum development method. The system has been successfully built and has entered the development process by Kompas Gramedia. The ERP (Odoo) based medical reimbursement system has been evaluated using the EUCS and Likert scale, with results of 88.2% for Content, 87.7% for Accuracy, 86.6% for Format, 87.2% for Ease of Use, 87.6% for Timeliness, and 87.5% for the overall score. The reliability of the evaluation results was also measured using Cronbach's alpha and produced a value of 0.72. The conclusion can be drawn that the ERP (Odoo)-based medical reimbursement system has built is very satisfactory for the medical reimbursement process and has reliable evaluation results.
医疗报销是公司对员工健康治疗费用的报销过程。Kompas Gramedia公司拥有一个集成了SAP的人力资源门户系统,该系统由报销部门构建,作为员工处理医疗报销的论坛。袭击印度尼西亚的大流行导致Kompas Gramedia公司经历了经济中断。一个公司每年使用SAP的成本相当高。公司执行对公司人力资源门户系统有影响,因此公司执行从SAP到ERP (Odoo)的技术置换。针对这些问题,采用scrum开发方法,建立了一个基于ERP (Odoo)的新型医疗报销系统。该系统已成功构建,并已进入Kompas Gramedia的开发过程。使用EUCS和李克特量表对基于ERP (Odoo)的医疗报销系统进行了评估,结果显示内容为88.2%,准确性为87.7%,格式为86.6%,易用性为87.2%,及时性为87.6%,总分为87.5%。评价结果的信度也采用Cronbach’s alpha进行测量,结果为0.72。结果表明,构建的基于ERP (Odoo)的医疗报销系统对医疗报销流程非常满意,评价结果可靠。
{"title":"ERP Odoo Based Medical Reimbursement System Using Scrum Method: (Study Case: Group of Retail and Publishing Kompas Gramedia)","authors":"Bernardus Gery Santoso, F. Tobing, A. Kusnadi","doi":"10.1109/JCSSE58229.2023.10201982","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10201982","url":null,"abstract":"Medical reimbursement is a reimbursement process for employee health treatment costs carried out by the company. Kompas Gramedia company has an integrated HR Portal system with SAP which was built by the reimbursement division as a forum for employees to process medical reimburse. The pandemic that has hit Indonesia has caused the Kompas Gramedia as a company to experience economic disruption. The use of SAP a company costs quite a lot every year. The company performs has an impact on the company's HR Portal system, so company perform technology displacement from SAP to ERP (Odoo). From these problems, a new medical reimbursement system was built based on ERP (Odoo) using the scrum development method. The system has been successfully built and has entered the development process by Kompas Gramedia. The ERP (Odoo) based medical reimbursement system has been evaluated using the EUCS and Likert scale, with results of 88.2% for Content, 87.7% for Accuracy, 86.6% for Format, 87.2% for Ease of Use, 87.6% for Timeliness, and 87.5% for the overall score. The reliability of the evaluation results was also measured using Cronbach's alpha and produced a value of 0.72. The conclusion can be drawn that the ERP (Odoo)-based medical reimbursement system has built is very satisfactory for the medical reimbursement process and has reliable evaluation results.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132175743","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
What Affects the Adoption of Metaverse in Education? A SEM-based Approach 什么影响了教育中虚拟世界的采用?基于扫描电镜的方法
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10202090
Rohani Rohan, Pranab Roy, V. Vanijja, Suree Funilkul, Subhodeep Mukherjee, Debajyoti Pal
Metaverse is an emerging 3D digital space that augments the real world and the virtual world. It has been envisioned to be the trendsetter for future education having tremendous potential. However, the success of any new technology depends on its mass adoption and widespread societal diffusion. Therefore, it becomes important to understand the factors that can lead to its success by ensuring widespread adoption. In this work, we investigate the different psychological gratifications of the educational usage of Metaverse under the lens of the Uses and Gratification (UGT) theory. Particularly, we propose and test a research model by using the Structural Equation Modelling (SEM) approach by considering four fundamental psychological gratifications of autonomy, achievement, affiliation, and dominance, together with two additional factors of hedonic motivation and student personality. Data is collected from two Asian universities, and results show the importance of autonomy, hedonic motivation, and personality in predicting Metaverse adoption.
虚拟世界是一个新兴的3D数字空间,增强了现实世界和虚拟世界。它被设想为未来教育的引领者,具有巨大的潜力。然而,任何新技术的成功都取决于它的大规模采用和广泛的社会传播。因此,通过确保广泛采用,了解能够导致其成功的因素变得非常重要。在这项工作中,我们在使用和满足(UGT)理论的视角下研究了教育使用虚拟世界的不同心理满足。特别地,我们采用结构方程模型(SEM)方法提出并检验了一个研究模型,该模型考虑了自主性、成就性、隶属性和支配性这四种基本的心理满足,以及享乐动机和学生个性这两个附加因素。数据收集自两所亚洲大学,结果显示自主性、享乐动机和个性在预测虚拟世界采用方面的重要性。
{"title":"What Affects the Adoption of Metaverse in Education? A SEM-based Approach","authors":"Rohani Rohan, Pranab Roy, V. Vanijja, Suree Funilkul, Subhodeep Mukherjee, Debajyoti Pal","doi":"10.1109/JCSSE58229.2023.10202090","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10202090","url":null,"abstract":"Metaverse is an emerging 3D digital space that augments the real world and the virtual world. It has been envisioned to be the trendsetter for future education having tremendous potential. However, the success of any new technology depends on its mass adoption and widespread societal diffusion. Therefore, it becomes important to understand the factors that can lead to its success by ensuring widespread adoption. In this work, we investigate the different psychological gratifications of the educational usage of Metaverse under the lens of the Uses and Gratification (UGT) theory. Particularly, we propose and test a research model by using the Structural Equation Modelling (SEM) approach by considering four fundamental psychological gratifications of autonomy, achievement, affiliation, and dominance, together with two additional factors of hedonic motivation and student personality. Data is collected from two Asian universities, and results show the importance of autonomy, hedonic motivation, and personality in predicting Metaverse adoption.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"116 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123687253","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
Using Consumer-Graded Wearable Devices for Sleep Apnea Pre-Diagnosis: A Survey and Recommendations 使用消费者分级可穿戴设备进行睡眠呼吸暂停预诊断:调查和建议
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10202122
Chanphot Wongtaweesup, Kristina Thapa, Chutiporn Anutariya, Aekavute Sujarae, James Tisyakorn
Sleep apnea is a prevalent sleep disorder that has negative consequences such as cognitive impairment, excessive sleepiness, and depression. However, it is often under-diagnosed, leading to treatment delays. Polysomnography is the standard diagnostic procedure, but it is complex and expensive, requiring specialized facilities and personnel. To address this issue, various wearable devices have been suggested for diagnosing sleep apnea in the patient's home. The purpose of this study was to compare the accuracy of Pure Health LIFE HR 2 and Wellue O2 ring with that of polysomnography for sleep apnea diagnosis. The study recruited 15 patients who were asked to wear the devices while sleeping in the Thammasat hospital sleep lab. A custom application was used to collect SpO2 (oxygen saturation) data from the smartwatch. The study found that the Pure Health LIFE HR 2 was not able to read SpO2 below 95, while the O2 ring had good accuracy with a deviation of 5% from the gold standard for SpO2 reading. The study recommends further research using machine learning and deep learning for apnea detection using O2 ring.
睡眠呼吸暂停是一种普遍存在的睡眠障碍,它会带来认知障碍、过度嗜睡和抑郁等负面影响。然而,它往往诊断不足,导致治疗延误。多导睡眠图是标准的诊断程序,但它复杂且昂贵,需要专门的设备和人员。为了解决这个问题,人们建议在患者家中使用各种可穿戴设备来诊断睡眠呼吸暂停。本研究的目的是比较Pure Health LIFE HR 2和Wellue O2环与多导睡眠图诊断睡眠呼吸暂停的准确性。这项研究招募了15名患者,他们被要求在法王医院睡眠实验室睡觉时戴上这种设备。使用自定义应用程序从智能手表收集SpO2(氧饱和度)数据。研究发现,Pure Health LIFE HR 2无法读取95以下的SpO2,而O2环具有良好的准确性,与SpO2读数的金标准偏差为5%。该研究建议进一步研究使用机器学习和深度学习来使用O2环检测呼吸暂停。
{"title":"Using Consumer-Graded Wearable Devices for Sleep Apnea Pre-Diagnosis: A Survey and Recommendations","authors":"Chanphot Wongtaweesup, Kristina Thapa, Chutiporn Anutariya, Aekavute Sujarae, James Tisyakorn","doi":"10.1109/JCSSE58229.2023.10202122","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10202122","url":null,"abstract":"Sleep apnea is a prevalent sleep disorder that has negative consequences such as cognitive impairment, excessive sleepiness, and depression. However, it is often under-diagnosed, leading to treatment delays. Polysomnography is the standard diagnostic procedure, but it is complex and expensive, requiring specialized facilities and personnel. To address this issue, various wearable devices have been suggested for diagnosing sleep apnea in the patient's home. The purpose of this study was to compare the accuracy of Pure Health LIFE HR 2 and Wellue O2 ring with that of polysomnography for sleep apnea diagnosis. The study recruited 15 patients who were asked to wear the devices while sleeping in the Thammasat hospital sleep lab. A custom application was used to collect SpO2 (oxygen saturation) data from the smartwatch. The study found that the Pure Health LIFE HR 2 was not able to read SpO2 below 95, while the O2 ring had good accuracy with a deviation of 5% from the gold standard for SpO2 reading. The study recommends further research using machine learning and deep learning for apnea detection using O2 ring.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125777649","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
Comparison of CNN Models for Urban Garbage Image Classification in Thailand CNN模型在泰国城市垃圾图像分类中的比较
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10202123
Tanasit Tuangcharoentip, N. Niparnan
The authors believe that for society to continue improving, it needs to have a better waste classification system. This paper presents a computer vision model trained with a novel dataset comprising images of waste collected from Thailand, aimed at improving computer vision-based waste classification. We compare several CNN models, including VGG16, DenseNet169, ResNet-101, MobileNetV2, and InceptionV3 by using the Trashnet dataset developed by Gary Thung and our novel dataset. Our findings demonstrate that our model trained with both the Trashnet dataset and our new dataset outperforms the model trained by either dataset alone. The authors also discuss how this novel dataset can be improved to provide better results.
作者认为,为了社会的持续改善,它需要有一个更好的废物分类系统。本文提出了一个计算机视觉模型,该模型使用一个新的数据集训练,该数据集包括从泰国收集的废物图像,旨在改进基于计算机视觉的废物分类。我们使用Gary Thung开发的Trashnet数据集和我们的新数据集比较了几种CNN模型,包括VGG16、DenseNet169、ResNet-101、MobileNetV2和InceptionV3。我们的研究结果表明,使用Trashnet数据集和我们的新数据集训练的模型优于单独使用任何数据集训练的模型。作者还讨论了如何改进这个新数据集以提供更好的结果。
{"title":"Comparison of CNN Models for Urban Garbage Image Classification in Thailand","authors":"Tanasit Tuangcharoentip, N. Niparnan","doi":"10.1109/JCSSE58229.2023.10202123","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10202123","url":null,"abstract":"The authors believe that for society to continue improving, it needs to have a better waste classification system. This paper presents a computer vision model trained with a novel dataset comprising images of waste collected from Thailand, aimed at improving computer vision-based waste classification. We compare several CNN models, including VGG16, DenseNet169, ResNet-101, MobileNetV2, and InceptionV3 by using the Trashnet dataset developed by Gary Thung and our novel dataset. Our findings demonstrate that our model trained with both the Trashnet dataset and our new dataset outperforms the model trained by either dataset alone. The authors also discuss how this novel dataset can be improved to provide better results.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"123 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115706376","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
Machine Learning Techniques for Water Quality Classification of Thailand's Rivers 泰国河流水质分类的机器学习技术
Pub Date : 2023-06-28 DOI: 10.1109/JCSSE58229.2023.10202008
Keereeluk Sirikarin, Subhorn Khonthapagdee
Water is necessary for human consumption. To ensure that water is safe, a monitoring system for water quality is required. One part of the system is to be able to predict the water quality class. Using data collected from the Pollution Control Department of Thailand from 2009 to 2021, we compared four machine learning approaches for classifying water quality classes in four main rivers in Thailand: the Ping, Wang, Yom, and Nan rivers. Random Forest, Extreme Gradient Boosting (XGBoost), Logistic Regression, and Support Vector Machine were used in this study. Moreover, synthetic minority oversampling technique (SMOTE) and Random oversampling, two strategies for dealing with imbalanced data, were also used to improve classification F1 score. This study found that XGBoost with SMOTE achieved the highest score, and BOD was the most important feature in classifying water quality.
水是人类消费所必需的。为了确保水的安全,需要一个水质监测系统。该系统的一部分是能够预测水质等级。使用泰国污染控制部门从2009年到2021年收集的数据,我们比较了四种机器学习方法,用于对泰国四条主要河流(Ping, Wang, Yom和Nan)的水质进行分类。本研究采用随机森林、极端梯度增强(XGBoost)、逻辑回归和支持向量机。此外,还采用了合成少数派过采样技术(SMOTE)和随机过采样两种处理不平衡数据的策略来提高分类F1分数。本研究发现带有SMOTE的XGBoost得分最高,BOD是对水质进行分类的最重要特征。
{"title":"Machine Learning Techniques for Water Quality Classification of Thailand's Rivers","authors":"Keereeluk Sirikarin, Subhorn Khonthapagdee","doi":"10.1109/JCSSE58229.2023.10202008","DOIUrl":"https://doi.org/10.1109/JCSSE58229.2023.10202008","url":null,"abstract":"Water is necessary for human consumption. To ensure that water is safe, a monitoring system for water quality is required. One part of the system is to be able to predict the water quality class. Using data collected from the Pollution Control Department of Thailand from 2009 to 2021, we compared four machine learning approaches for classifying water quality classes in four main rivers in Thailand: the Ping, Wang, Yom, and Nan rivers. Random Forest, Extreme Gradient Boosting (XGBoost), Logistic Regression, and Support Vector Machine were used in this study. Moreover, synthetic minority oversampling technique (SMOTE) and Random oversampling, two strategies for dealing with imbalanced data, were also used to improve classification F1 score. This study found that XGBoost with SMOTE achieved the highest score, and BOD was the most important feature in classifying water quality.","PeriodicalId":298838,"journal":{"name":"2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114662135","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
期刊
2023 20th International Joint Conference on Computer Science and Software Engineering (JCSSE)
全部 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