首页 > 最新文献

Conference Series最新文献

英文 中文
Classification of Coffee Leaf Diseases using the Convolutional Neural Network (CNN) EfficientNet Model 使用卷积神经网络 (CNN) EfficientNet 模型对咖啡叶病进行分类
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.627
Muhammad Imron Rosadi, Lukman Hakim, M. Faishol A.
Coffee leaf disease is a problem that needs attention because it affects the quality and productivity of the coffee harvest and is detrimental to farmers. Therefore, a system is needed to identify types of coffee leaf diseases using artificial intelligence. There are four types of coffee leaf diseases, namely Miner leaf, Phoma leaf, Rust leaf, and Nodisease leaf. The research used the EfficientNet Architecture Convolutional Neural Network (CNN) method to detect types of disease on coffee leaves. This method was chosen because it is capable and reliable in processing digital images for pattern recognition. The dataset used is 1,464 images with dimensions of 2048 x 1024 pixels with RGB type which are divided into 1,264 training data and 400 testing data. Several architectures used in EfficientNet are EfficientNet B0, EfficientNet B1, EfficientNet B2, EfficientNet B3, EfficientNet B4. Parameters used are Lanczos resampling, Epoch 25, Learning Rate 0.0001, Loss Function Sparse Categorical Cross Entropy, Optimizer Adam. The results of training data testing, namely the CNN EfficientNet B1 Architecture Model method, got the best accuracy of 97% and a loss of 0.1328 and testing data testing got an accuracy of 0.97% and a loss of 0.1328. The architecture of the EfficientNet B1 model is better than other architectural models, namely VGG16, ResNet50, MobileNetv2, EfficientNet B0, EfficientNet B2, EfficientNet B3, EfficientNet B4, EfficientNet B5, EfficientNet B6, EfficientNet B7.
咖啡叶病是一个需要关注的问题,因为它会影响咖啡收成的质量和产量,并对农民造成损害。因此,需要一个利用人工智能识别咖啡叶病类型的系统。咖啡叶片病害有四种,即螨虫叶、蚜虫叶、锈病叶和结节病叶。研究使用 EfficientNet 架构卷积神经网络(CNN)方法来检测咖啡叶片上的病害类型。之所以选择这种方法,是因为它在处理数字图像进行模式识别方面具有很强的能力和可靠性。所使用的数据集为 1,464 幅图像,尺寸为 2048 x 1024 像素,RGB 类型,分为 1,264 个训练数据和 400 个测试数据。效能网络使用的几种架构分别是效能网络 B0、效能网络 B1、效能网络 B2、效能网络 B3 和效能网络 B4。使用的参数为 Lanczos 重采样、Epoch 25、学习率 0.0001、损失函数 Sparse Categorical Cross Entropy、优化器 Adam。训练数据测试结果,即 CNN EfficientNet B1 架构模型方法的准确率为 97%,损失为 0.1328;测试数据测试的准确率为 0.97%,损失为 0.1328。EfficientNet B1 模型的架构优于其他架构模型,即 VGG16、ResNet50、MobileNetv2、EfficientNet B0、EfficientNet B2、EfficientNet B3、EfficientNet B4、EfficientNet B5、EfficientNet B6、EfficientNet B7。
{"title":"Classification of Coffee Leaf Diseases using the Convolutional Neural Network (CNN) EfficientNet Model","authors":"Muhammad Imron Rosadi, Lukman Hakim, M. Faishol A.","doi":"10.34306/conferenceseries.v4i1.627","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.627","url":null,"abstract":"Coffee leaf disease is a problem that needs attention because it affects the quality and productivity of the coffee harvest and is detrimental to farmers. Therefore, a system is needed to identify types of coffee leaf diseases using artificial intelligence. There are four types of coffee leaf diseases, namely Miner leaf, Phoma leaf, Rust leaf, and Nodisease leaf. The research used the EfficientNet Architecture Convolutional Neural Network (CNN) method to detect types of disease on coffee leaves. This method was chosen because it is capable and reliable in processing digital images for pattern recognition. The dataset used is 1,464 images with dimensions of 2048 x 1024 pixels with RGB type which are divided into 1,264 training data and 400 testing data. Several architectures used in EfficientNet are EfficientNet B0, EfficientNet B1, EfficientNet B2, EfficientNet B3, EfficientNet B4. Parameters used are Lanczos resampling, Epoch 25, Learning Rate 0.0001, Loss Function Sparse Categorical Cross Entropy, Optimizer Adam. The results of training data testing, namely the CNN EfficientNet B1 Architecture Model method, got the best accuracy of 97% and a loss of 0.1328 and testing data testing got an accuracy of 0.97% and a loss of 0.1328. The architecture of the EfficientNet B1 model is better than other architectural models, namely VGG16, ResNet50, MobileNetv2, EfficientNet B0, EfficientNet B2, EfficientNet B3, EfficientNet B4, EfficientNet B5, EfficientNet B6, EfficientNet B7.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"182 6","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139172428","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
Comparative Analysis of the Performance of the Decision Tree and K-Nearest Neighbors Methods in Classifying Coffee Leaf Diseases 决策树和 K 最近邻方法在咖啡叶病分类中的性能比较分析
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.649
Suryadi, Murhaban Murhaban, Rivansyah Suhendra
This study aimed to develop and compare classification models utilizing Decision Tree and K-Nearest Neighbors (KNN) in the detection of diseases in coffee leaf images. The dataset comprises coffee leaf images categorized into four different disease types, namely Nodisease, Miner, Phoma, and Rust. To facilitate model training and testing, the dataset was divided into training and validation data using a cross-validation approach. Both the Decision Tree and KNN models underwent meticulous parameter tuning. The experimental results reveal that the Decision Tree model achieved an accuracy rate of 98.20% on the validation data, while the KNN model achieved an accuracy rate of 75.01%. Furthermore, the Decision Tree model exhibited an AUC of 0.9879, recall of 0.9820, precision of 0.9835, and an F1-score of 0.9819 on the validation data. Conversely, the KNN model achieved an AUC of 0.9465, recall of 0.7501, precision of 0.7569, and an F1-score of 0.7485. These findings suggest that the Decision Tree model surpasses the KNN model in accurately detecting coffee leaf diseases, as demonstrated by higher accuracy and other evaluation metrics. However, the relevance of the KNN model remains contingent on application requirements and modeling preferences. These outcomes may contribute to the development of automated systems for disease detection in coffee plants, ultimately promoting more sustainable agricultural practices.
本研究旨在开发和比较利用决策树和 K-Nearest Neighbors (KNN) 检测咖啡叶图像中病害的分类模型。数据集由咖啡叶片图像组成,分为四种不同的病害类型,即结节病、螨虫病、瘤病和锈病。为便于模型训练和测试,数据集采用交叉验证方法分为训练数据和验证数据。决策树模型和 KNN 模型都经过了细致的参数调整。实验结果表明,决策树模型在验证数据上的准确率达到了 98.20%,而 KNN 模型的准确率为 75.01%。此外,决策树模型在验证数据上的 AUC 为 0.9879,召回率为 0.9820,精确度为 0.9835,F1 分数为 0.9819。相反,KNN 模型的 AUC 为 0.9465,召回率为 0.7501,精确度为 0.7569,F1 分数为 0.7485。这些结果表明,决策树模型在准确检测咖啡叶片病害方面优于 KNN 模型,这体现在更高的准确率和其他评价指标上。不过,KNN 模型的相关性仍取决于应用要求和建模偏好。这些成果可能有助于开发咖啡植物病害自动检测系统,最终促进更可持续的农业实践。
{"title":"Comparative Analysis of the Performance of the Decision Tree and K-Nearest Neighbors Methods in Classifying Coffee Leaf Diseases","authors":"Suryadi, Murhaban Murhaban, Rivansyah Suhendra","doi":"10.34306/conferenceseries.v4i1.649","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.649","url":null,"abstract":"This study aimed to develop and compare classification models utilizing Decision Tree and K-Nearest Neighbors (KNN) in the detection of diseases in coffee leaf images. The dataset comprises coffee leaf images categorized into four different disease types, namely Nodisease, Miner, Phoma, and Rust. To facilitate model training and testing, the dataset was divided into training and validation data using a cross-validation approach. Both the Decision Tree and KNN models underwent meticulous parameter tuning. The experimental results reveal that the Decision Tree model achieved an accuracy rate of 98.20% on the validation data, while the KNN model achieved an accuracy rate of 75.01%. Furthermore, the Decision Tree model exhibited an AUC of 0.9879, recall of 0.9820, precision of 0.9835, and an F1-score of 0.9819 on the validation data. Conversely, the KNN model achieved an AUC of 0.9465, recall of 0.7501, precision of 0.7569, and an F1-score of 0.7485. These findings suggest that the Decision Tree model surpasses the KNN model in accurately detecting coffee leaf diseases, as demonstrated by higher accuracy and other evaluation metrics. However, the relevance of the KNN model remains contingent on application requirements and modeling preferences. These outcomes may contribute to the development of automated systems for disease detection in coffee plants, ultimately promoting more sustainable agricultural practices.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"30 19","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139171174","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 Agile Development Methods in the Development of Integrated Systems for Vehicle Body Repair 敏捷开发方法在车身修复集成系统开发中的应用
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.629
Didik Indrayana, Prajoko, Asril Adi Sunarto
PT XYZ Auto Body Repair is a company that focuses on repairing and servicing vehicles, especially cars that have been involved in accidents or disasters. Currently, data processing still uses physical forms, which has proven to be inefficient because it takes significant time, labor, and resources. Collecting and inputting data from various forms requires a large effort, while systems that are not integrated cause delays in providing the required information. These challenges impact the company's ability to make decisions quickly and on time, especially in the face of increasingly tight and complex business competition. Therefore, an efficient and integrated solution is needed. Seeing this problem, it was decided to develop an integrated vehicle repair system by applying agile development methods, especially the Extreme Programming model. This approach allows development in an iterative, fast, adaptive manner, and actively involves users at every stage of development. Experience has shown that applying the Extreme Programming model can produce an integrated system that meets user needs in a short time. With this system, companies can produce reports quickly without reduplication or repetitive data processing. All parts involved in the vehicle repair process will be connected to one company server, creating the efficiency and accuracy needed to support business growth in a dynamic business environment.
PT XYZ Auto Body Repair 是一家专注于维修和保养汽车的公司,尤其是涉及事故或灾难的汽车。目前,数据处理仍使用物理表单,这已被证明是低效的,因为它需要大量的时间、人力和资源。从各种表格中收集和输入数据需要耗费大量精力,而未集成的系统会导致所需信息的延迟提供。这些挑战影响了公司快速、及时做出决策的能力,尤其是在面对日益激烈和复杂的商业竞争时。因此,需要一个高效的集成解决方案。看到这个问题,公司决定采用敏捷开发方法,特别是极限编程模型,开发一个集成的车辆维修系统。这种方法允许以迭代、快速、适应性强的方式进行开发,并让用户积极参与开发的每个阶段。经验表明,应用极限编程模型可以在短时间内开发出满足用户需求的集成系统。有了这个系统,公司就可以快速生成报告,而无需重复或重复数据处理。车辆维修过程中涉及的所有部分都将连接到一个公司服务器,从而提高效率和准确性,在动态的商业环境中支持业务增长。
{"title":"Application of Agile Development Methods in the Development of Integrated Systems for Vehicle Body Repair","authors":"Didik Indrayana, Prajoko, Asril Adi Sunarto","doi":"10.34306/conferenceseries.v4i1.629","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.629","url":null,"abstract":"PT XYZ Auto Body Repair is a company that focuses on repairing and servicing vehicles, especially cars that have been involved in accidents or disasters. Currently, data processing still uses physical forms, which has proven to be inefficient because it takes significant time, labor, and resources. Collecting and inputting data from various forms requires a large effort, while systems that are not integrated cause delays in providing the required information. These challenges impact the company's ability to make decisions quickly and on time, especially in the face of increasingly tight and complex business competition. Therefore, an efficient and integrated solution is needed. Seeing this problem, it was decided to develop an integrated vehicle repair system by applying agile development methods, especially the Extreme Programming model. This approach allows development in an iterative, fast, adaptive manner, and actively involves users at every stage of development. Experience has shown that applying the Extreme Programming model can produce an integrated system that meets user needs in a short time. With this system, companies can produce reports quickly without reduplication or repetitive data processing. All parts involved in the vehicle repair process will be connected to one company server, creating the efficiency and accuracy needed to support business growth in a dynamic business environment.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"147 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139171653","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
Sentiment Analysis of Bjorka Hacker Using the Naive Bayes and C.45 Algorithms 使用 Naive Bayes 和 C.45 算法对 Bjorka 黑客进行情感分析
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.614
Wowon Priatna, Eka Nur A’ini, Joni Warta, Agus Hidayat, Tyastuti Sri Lestari, Rasim
In 2023, Indonesia was again devastated by a hacker known as Bjorka. Bjorka did not act just once or twice; every time, Bjorka made the entire Indonesian population proud. The 19 million BPJS Employment data belonging to the Indonesian people that Bjorka hacked is the BPJS Employment data belonging to the Indonesian people that Bjorka hacked. Since the release of the Bjorka story, there has been a surge in the number of people criticizing it on social media, particularly Facebook, so the criticism or opinions can be used to conduct sentiment analysis. Based on this, developing a method that can automatically classify beliefs into positive and negative categories through sentiment analysis is necessary. The sentiment analysis process begins with data preprocessing, followed by keyword analysis using the TF-IDF method, algorithm development, and analysis of classification results. The data classification methods used in this study are Naive Bayes and C4.5. The data will be analyzed using text mining and classified using the Naive Bayes and C4.5 algorithms. Based on the results of the tests, the best classification was achieved by Nave Bayes, with a score of 70 percent for the C4.5 algorithm and 68 percent for the C4.5 algorithm. The Nave Bayes algorithm can predict up to 70% data transmission rates for both positive and negative signals.
2023 年,印度尼西亚再次遭到名为比约卡的黑客的破坏。Bjorka 的所作所为并非一次两次,每一次,Bjorka 都让全体印尼人民引以为豪。被 Bjorka 黑掉的属于印尼人民的 1900 万 BPJS 就业数据,就是被 Bjorka 黑掉的属于印尼人民的 BPJS 就业数据。自Bjorka事件发布以来,在社交媒体尤其是Facebook上对其进行批评的人数激增,因此可以利用这些批评或意见进行情感分析。在此基础上,有必要开发一种方法,通过情感分析自动将信念分为积极和消极两类。情感分析过程首先是数据预处理,然后是使用 TF-IDF 方法进行关键词分析、算法开发和分类结果分析。本研究使用的数据分类方法是 Naive Bayes 和 C4.5。数据将使用文本挖掘法进行分析,并使用 Naive Bayes 和 C4.5 算法进行分类。根据测试结果,Nave Bayes 的分类效果最好,C4.5 算法的得分率为 70%,C4.5 算法的得分率为 68%。Nave Bayes 算法对正负信号的数据传输率预测高达 70%。
{"title":"Sentiment Analysis of Bjorka Hacker Using the Naive Bayes and C.45 Algorithms","authors":"Wowon Priatna, Eka Nur A’ini, Joni Warta, Agus Hidayat, Tyastuti Sri Lestari, Rasim","doi":"10.34306/conferenceseries.v4i1.614","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.614","url":null,"abstract":"In 2023, Indonesia was again devastated by a hacker known as Bjorka. Bjorka did not act just once or twice; every time, Bjorka made the entire Indonesian population proud. The 19 million BPJS Employment data belonging to the Indonesian people that Bjorka hacked is the BPJS Employment data belonging to the Indonesian people that Bjorka hacked. Since the release of the Bjorka story, there has been a surge in the number of people criticizing it on social media, particularly Facebook, so the criticism or opinions can be used to conduct sentiment analysis. Based on this, developing a method that can automatically classify beliefs into positive and negative categories through sentiment analysis is necessary. The sentiment analysis process begins with data preprocessing, followed by keyword analysis using the TF-IDF method, algorithm development, and analysis of classification results. The data classification methods used in this study are Naive Bayes and C4.5. The data will be analyzed using text mining and classified using the Naive Bayes and C4.5 algorithms. Based on the results of the tests, the best classification was achieved by Nave Bayes, with a score of 70 percent for the C4.5 algorithm and 68 percent for the C4.5 algorithm. The Nave Bayes algorithm can predict up to 70% data transmission rates for both positive and negative signals.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"85 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139171202","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
Breast Cancer Screening Application Based on Android with the Certainty Factor Method 基于安卓的乳腺癌筛查应用程序与确定性因子法
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.633
Suprapto, Kenty W. Anita
According to Globocan records, in Indonesia in 2020 there were 396.314 new cancer cases. And 234.511 people were declared dead. Women are a group with a high risk of developing cancer. If cancer is detected at an early stage, this can increase the chance of cure to 80-90%. Early detection of cancer can be done using several methods, for example, for breast cancer, the method of checking can be using the SADANIS (Clinical Breast Examination) and SADARI (Self Breast Examination) methods. In this research, a mobile application will be developed that can be used as a guide in carrying out early cancer detection independently. The early detection system uses an Android-based expert system and certainty factor method. The case study in this research is on breast cancer. Based on the results of accuracy testing with expert diagnosis as a reference, an accuracy value of 90% was obtained. The inaccuracy of this expert system is 10% which can be caused by several possibilities, namely the expert's subjectivity in providing confidence values for disease symptoms or the small number of symptoms entered.
根据 Globocan 的记录,2020 年印尼新增癌症病例 396 314 例。死亡人数为 234 511 人。妇女是癌症高发人群。如果能在早期发现癌症,治愈的几率将提高到 80-90%。癌症的早期发现可通过多种方法进行,例如,对于乳腺癌,可通过 SADANIS(临床乳房检查)和 SADARI(自我乳房检查)方法进行检查。本研究将开发一个移动应用程序,作为独立进行早期癌症检测的指南。该早期检测系统采用了基于 Android 的专家系统和确定性因素法。本研究以乳腺癌为案例。根据以专家诊断为参考的准确度测试结果,准确度值为 90%。该专家系统的不准确度为 10%,其原因可能有几种,即专家在提供疾病症状置信度值时的主观性或输入的症状数量较少。
{"title":"Breast Cancer Screening Application Based on Android with the Certainty Factor Method","authors":"Suprapto, Kenty W. Anita","doi":"10.34306/conferenceseries.v4i1.633","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.633","url":null,"abstract":"According to Globocan records, in Indonesia in 2020 there were 396.314 new cancer cases. And 234.511 people were declared dead. Women are a group with a high risk of developing cancer. If cancer is detected at an early stage, this can increase the chance of cure to 80-90%. Early detection of cancer can be done using several methods, for example, for breast cancer, the method of checking can be using the SADANIS (Clinical Breast Examination) and SADARI (Self Breast Examination) methods. In this research, a mobile application will be developed that can be used as a guide in carrying out early cancer detection independently. The early detection system uses an Android-based expert system and certainty factor method. The case study in this research is on breast cancer. Based on the results of accuracy testing with expert diagnosis as a reference, an accuracy value of 90% was obtained. The inaccuracy of this expert system is 10% which can be caused by several possibilities, namely the expert's subjectivity in providing confidence values for disease symptoms or the small number of symptoms entered.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"27 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139172253","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
Detecting and Tracking Player in Football Videos Using Two-Stage Mask R-CNN Approach 使用两级掩码 R-CNN 方法检测和跟踪足球视频中的球员
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.643
A. M. Husein, Chalvin, Kalvintirta Ciptady Ciptady, Raymond Suryadi, M. Harahap
Football is one of the most popular sports worldwide and capable of attracting the attention of millions of fans to a single match in the top leagues. The English Premier League, Spanish LaLiga, German Bundesliga, Italian Serie A, and French Ligue 1 are the five best leagues in the world today. There was an experiment where researchers want to analyze the efficiency and accuracy percentage of tracking and detection using the deep learning method of the Mask R-CNN model in classifying positive and negative X-Ray images in football matches. In this study, we applied Mask R-CNN for the segmentation and detection of football players. This model was based on two different backbones, namely ResNet101 and DenseNet. Both backbones produced accuracy values that were not significantly different, but the DenseNet approach performed better than ResNet101 based on testing results in the validation and testing sets. Based on comprehensive experiment results on the dataset, it has been shown that the Mask R-CNN approach with DenseNet can achieve better results compared to Mask R-CNN with ResNet101. Due to insufficient understanding of the characteristics of image types and the uneven distribution of various types of data sourced from random videos, there was still room for improvement in the trained model.
足球是世界上最受欢迎的运动之一,顶级联赛的一场比赛就能吸引数百万球迷的关注。英格兰足球超级联赛、西班牙足球甲级联赛、德国足球甲级联赛、意大利足球甲级联赛和法国足球甲级联赛是当今世界上最好的五大联赛。在一项实验中,研究人员希望分析使用 Mask R-CNN 模型的深度学习方法对足球比赛中的正负 X 光图像进行分类时,跟踪和检测的效率和准确率。在这项研究中,我们将 Mask R-CNN 应用于足球运动员的分割和检测。该模型基于两个不同的骨干网,即 ResNet101 和 DenseNet。两个骨干网产生的准确率值没有明显差异,但根据验证集和测试集的测试结果,DenseNet 方法的表现优于 ResNet101。基于数据集的综合实验结果表明,与使用 ResNet101 的掩码 R-CNN 方法相比,使用 DenseNet 的掩码 R-CNN 方法能取得更好的结果。由于对图像类型的特征了解不够,以及随机视频中各类数据分布不均,训练出的模型仍有改进空间。
{"title":"Detecting and Tracking Player in Football Videos Using Two-Stage Mask R-CNN Approach","authors":"A. M. Husein, Chalvin, Kalvintirta Ciptady Ciptady, Raymond Suryadi, M. Harahap","doi":"10.34306/conferenceseries.v4i1.643","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.643","url":null,"abstract":"Football is one of the most popular sports worldwide and capable of attracting the attention of millions of fans to a single match in the top leagues. The English Premier League, Spanish LaLiga, German Bundesliga, Italian Serie A, and French Ligue 1 are the five best leagues in the world today. There was an experiment where researchers want to analyze the efficiency and accuracy percentage of tracking and detection using the deep learning method of the Mask R-CNN model in classifying positive and negative X-Ray images in football matches. In this study, we applied Mask R-CNN for the segmentation and detection of football players. This model was based on two different backbones, namely ResNet101 and DenseNet. Both backbones produced accuracy values that were not significantly different, but the DenseNet approach performed better than ResNet101 based on testing results in the validation and testing sets. Based on comprehensive experiment results on the dataset, it has been shown that the Mask R-CNN approach with DenseNet can achieve better results compared to Mask R-CNN with ResNet101. Due to insufficient understanding of the characteristics of image types and the uneven distribution of various types of data sourced from random videos, there was still room for improvement in the trained model.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"382 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139172155","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 Survey of Blockchain in Governance: Framework Selection and Future Implementation in Indonesian Government 区块链治理调查:印度尼西亚政府的框架选择与未来实施
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.623
Eltyasar Putrajati Noman, D. Setyohadi
Blockchain technology enables users to connect without the need for a third party or central server. This is achieved through the use of a decentralized system, ensuring that all data and information transacted are encrypted, verified, validated, and stored using mathematical consensus algorithms. This leads to blockchain being recognized as a technology characterized by decentralization, security, anonymity, transparency, immutable data, and trust. Blockchain is frequently associated with digital currency, although digital currency is just one of the outcomes of applying blockchain technology, resulting in cryptocurrencies. Currently, blockchain technology is a trend among academics and practitioners who are researching and developing blockchain technology for application in various domains, including government. Government systems and public servants often encounter issues related to data security. Hence, the research has the purpose to offer comprehension and perspectives on implementing blockchain technology within the government sector to enhance public service information security. The research was carried out by reviewing Scopus-indexed international articles published between 2019 and 2023, which are relevant to frameworks, consensus algorithms, and applications employed in the governmental domain. The research outcomes revealed that the Hyperledger Fabric framework, coupled with the Practical Byzantine Fault Tolerance (PBFT) algorithm, is the most suitable option for potentially developing blockchain-based government or public service applications for future implementation. Regarding this research, there are future challenges in the form of constructing prototypes and evaluating their effectiveness and efficiency. Therefore, further research and development efforts are essential to ensure that the application of blockchain technology in the government sector can be realized as required in the future.
区块链技术使用户无需第三方或中央服务器即可进行连接。这是通过使用去中心化系统来实现的,确保交易的所有数据和信息都经过加密、验证、确认,并使用数学共识算法进行存储。因此,区块链被公认为是一种以去中心化、安全性、匿名性、透明度、不可变数据和信任为特征的技术。区块链经常与数字货币联系在一起,尽管数字货币只是应用区块链技术产生的加密货币的结果之一。目前,区块链技术是学术界和从业人员的一种趋势,他们正在研究和开发区块链技术,以应用于包括政府在内的各个领域。政府系统和公务员经常会遇到与数据安全有关的问题。因此,本研究旨在为政府部门实施区块链技术提供理解和视角,以加强公共服务信息安全。研究通过审查2019年至2023年期间发表的Scopus索引国际文章进行,这些文章与政府领域采用的框架、共识算法和应用相关。研究结果表明,Hyperledger Fabric 框架与实用拜占庭容错(PBFT)算法相结合,是未来开发基于区块链的政府或公共服务应用的最合适选择。关于这项研究,未来的挑战在于构建原型并评估其有效性和效率。因此,为确保区块链技术在政府部门的应用能够在未来按需实现,进一步的研究和开发工作至关重要。
{"title":"A Survey of Blockchain in Governance: Framework Selection and Future Implementation in Indonesian Government","authors":"Eltyasar Putrajati Noman, D. Setyohadi","doi":"10.34306/conferenceseries.v4i1.623","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.623","url":null,"abstract":"Blockchain technology enables users to connect without the need for a third party or central server. This is achieved through the use of a decentralized system, ensuring that all data and information transacted are encrypted, verified, validated, and stored using mathematical consensus algorithms. This leads to blockchain being recognized as a technology characterized by decentralization, security, anonymity, transparency, immutable data, and trust. Blockchain is frequently associated with digital currency, although digital currency is just one of the outcomes of applying blockchain technology, resulting in cryptocurrencies. Currently, blockchain technology is a trend among academics and practitioners who are researching and developing blockchain technology for application in various domains, including government. Government systems and public servants often encounter issues related to data security. Hence, the research has the purpose to offer comprehension and perspectives on implementing blockchain technology within the government sector to enhance public service information security. The research was carried out by reviewing Scopus-indexed international articles published between 2019 and 2023, which are relevant to frameworks, consensus algorithms, and applications employed in the governmental domain. The research outcomes revealed that the Hyperledger Fabric framework, coupled with the Practical Byzantine Fault Tolerance (PBFT) algorithm, is the most suitable option for potentially developing blockchain-based government or public service applications for future implementation. Regarding this research, there are future challenges in the form of constructing prototypes and evaluating their effectiveness and efficiency. Therefore, further research and development efforts are essential to ensure that the application of blockchain technology in the government sector can be realized as required in the future.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"148 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139171559","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 System for Setting Values on High Voltage Power Supply Using MCP4725 Module Based on ATmega328P Microcontroller 使用基于 ATmega328P 微控制器的 MCP4725 模块设置高压电源值的应用系统
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.655
Mohammad Amin, Wahyu Widji Pamungkas, Djoko Harsono
Applications of power supply systems to supply sensors that require high voltage values are widely available in the market in the form of modules. However, in general, setting the voltage value is open by providing a voltage value from the potentiometer or trimmer component which is rotated manually. This becomes less flexible because the operator must always be nearby. The solution option is to implement automatic regulation via a potentiometer attached to an interface component connected to the microcontroller via a serial communication line called I2C. Furthermore, the microcontroller is programmed to receive regulatory commands and monitor the desired voltage value from a computer or mobile phone. This study uses the ATmega328P microcontroller, the MCP4725 DAC module and the CA12P-5TR series HV module from EMCO products. The results of this study are the design, implementation and prototype scheme.
为需要高电压值的传感器供电的电源系统,以模块的形式在市场上广泛应用。不过,一般情况下,电压值的设置是通过手动旋转电位器或微调元件提供电压值来实现的。这种方法灵活性较差,因为操作人员必须始终在附近。解决的办法是通过一个电位器实现自动调节,该电位器连接到一个接口组件上,该接口组件通过一条名为 I2C 的串行通信线路与微控制器相连。此外,对微控制器进行编程,使其能够接收来自计算机或手机的调节命令并监控所需的电压值。本研究使用了 EMCO 产品公司的 ATmega328P 微控制器、MCP4725 DAC 模块和 CA12P-5TR 系列高压模块。本研究的成果包括设计、实施和原型方案。
{"title":"Application System for Setting Values on High Voltage Power Supply Using MCP4725 Module Based on ATmega328P Microcontroller","authors":"Mohammad Amin, Wahyu Widji Pamungkas, Djoko Harsono","doi":"10.34306/conferenceseries.v4i1.655","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.655","url":null,"abstract":"Applications of power supply systems to supply sensors that require high voltage values are widely available in the market in the form of modules. However, in general, setting the voltage value is open by providing a voltage value from the potentiometer or trimmer component which is rotated manually. This becomes less flexible because the operator must always be nearby. The solution option is to implement automatic regulation via a potentiometer attached to an interface component connected to the microcontroller via a serial communication line called I2C. Furthermore, the microcontroller is programmed to receive regulatory commands and monitor the desired voltage value from a computer or mobile phone. This study uses the ATmega328P microcontroller, the MCP4725 DAC module and the CA12P-5TR series HV module from EMCO products. The results of this study are the design, implementation and prototype scheme.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"35 14","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139171172","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
The Semosemo: Vehicle Rental Application in Manado City Semosemo:万鸦老市车辆租赁应用程序
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.619
Green Ferry Mandias, Christiady Somba Sirappa, Pierre Jericho Effendy, Timothy Matthew, Jeremi Dirk
In everyday human life, there are many aspects that cause a decision to be made. Agreements can be made in writing or unwritten, reciprocal agreements and unilateral agreements, obligatory agreements and one of them is a lease agreement. The lease agreement can help the parties, both from the leaser and the lessee. Car Rental is one of the businesses providing transportation services that involves the use of mobile devices to find out information about the services provided by the company. Car Rental is closely related to transportation services to help people who need car rental for various purposes. To use rental services in Manado City, usually the tenant must go to the rental place, and that is less efficient to do. Therefore, the problem found is how to make the Semosemo Vehicle Rental Application in Manado City. With the aim of making the Semosemo Vehicle Rental Application in the City of Manado. This research uses the prototype method and is also assisted by software such as React Native, Figma, and Visual Studio Code. The result is that the Semosemo application can be made to help rent vehicles in the city of Manado and the application can run accordingly.
在人类的日常生活中,有许多方面需要做出决定。协议可以是书面的,也可以是非书面的;可以是互惠协议,也可以是单方协议;可以是强制性协议,租赁协议就是其中之一。租赁协议可以帮助租赁方和承租方双方。汽车租赁是提供运输服务的业务之一,涉及使用移动设备查找有关公司所提供服务的信息。汽车租赁与交通服务密切相关,可以帮助需要租车的人实现各种目的。要在万鸦老市使用租车服务,租户通常必须前往租车地点,这样做效率较低。因此,如何在万鸦老制作 Semosemo 租车申请表就成了一个问题。为了在万鸦老制作 Semosemo 车辆租赁应用程序。本研究采用原型方法,并辅以 React Native、Figma 和 Visual Studio Code 等软件。研究结果表明,Semosemo 应用程序可以帮助在万鸦老租赁车辆,并且应用程序可以相应地运行。
{"title":"The Semosemo: Vehicle Rental Application in Manado City","authors":"Green Ferry Mandias, Christiady Somba Sirappa, Pierre Jericho Effendy, Timothy Matthew, Jeremi Dirk","doi":"10.34306/conferenceseries.v4i1.619","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.619","url":null,"abstract":"In everyday human life, there are many aspects that cause a decision to be made. Agreements can be made in writing or unwritten, reciprocal agreements and unilateral agreements, obligatory agreements and one of them is a lease agreement. The lease agreement can help the parties, both from the leaser and the lessee. Car Rental is one of the businesses providing transportation services that involves the use of mobile devices to find out information about the services provided by the company. Car Rental is closely related to transportation services to help people who need car rental for various purposes. To use rental services in Manado City, usually the tenant must go to the rental place, and that is less efficient to do. Therefore, the problem found is how to make the Semosemo Vehicle Rental Application in Manado City. With the aim of making the Semosemo Vehicle Rental Application in the City of Manado. This research uses the prototype method and is also assisted by software such as React Native, Figma, and Visual Studio Code. The result is that the Semosemo application can be made to help rent vehicles in the city of Manado and the application can run accordingly.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"222 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139171111","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
Integration of Transformer Model Text Summarization and Text-to-Speech in Helping Document Understanding in the Bukudio Application 在 Bukudio 应用程序中整合转换器模型文本摘要和文本到语音技术以帮助理解文档
Pub Date : 2023-12-19 DOI: 10.34306/conferenceseries.v4i1.653
Ivana Lucia Kharisma, Kamdan Kamdan, Anggun Fergina, Tofik Hidayat, Moh. Abd. Aziz Hidayat, Muhamad Muslih, A. Erfina
The need for effective, accurate and precise understanding of information will provide optimization of the decision-making process, increase knowledge and quality of life. Understanding information in relation to the document summarization process, if done manually, sometimes takes quite a long time. Text summarization techniques which are useful as document summarizers have been developed and applied to various things such as summarizing important documents, news texts or customer feedback. In this article, text summarization using the text rank method and transformer modeling integrated with text to speech techniques is developed in the Bukudio application, which is an application that provides audio versions of book documents in the application database. Based on the test results, the evaluation process was carried out using the Rouge method and gave the best results in calculating the Rouge 1 overlap monogram resulting in 0.523 for the F1 Score value, 0.434 for the precision value and 0.659 for the recall value. This research will be developed using other methods so that not only files in PDF document format can be processed, but other EPUB (Electronic Publication) files.
需要有效、准确和精确地理解信息,这将优化决策过程,增加知识,提高生活质量。与文档摘要过程有关的信息理解,如果手工完成,有时需要很长时间。作为文档摘要器的文本摘要技术已被开发并应用于各种领域,如重要文档、新闻文本或客户反馈的摘要。本文在 Bukudio 应用程序中开发了使用文本秩方法和转换器建模与文本到语音技术相结合的文本摘要技术,该应用程序提供应用程序数据库中书籍文档的音频版本。根据测试结果,使用 Rouge 方法进行了评估过程,在计算 Rouge 1 重叠单图时结果最好,F1 分数值为 0.523,精确度值为 0.434,召回值为 0.659。这项研究将使用其他方法进行开发,这样不仅可以处理 PDF 文档格式的文件,还可以处理其他 EPUB(电子出版物)文件。
{"title":"Integration of Transformer Model Text Summarization and Text-to-Speech in Helping Document Understanding in the Bukudio Application","authors":"Ivana Lucia Kharisma, Kamdan Kamdan, Anggun Fergina, Tofik Hidayat, Moh. Abd. Aziz Hidayat, Muhamad Muslih, A. Erfina","doi":"10.34306/conferenceseries.v4i1.653","DOIUrl":"https://doi.org/10.34306/conferenceseries.v4i1.653","url":null,"abstract":"The need for effective, accurate and precise understanding of information will provide optimization of the decision-making process, increase knowledge and quality of life. Understanding information in relation to the document summarization process, if done manually, sometimes takes quite a long time. Text summarization techniques which are useful as document summarizers have been developed and applied to various things such as summarizing important documents, news texts or customer feedback. In this article, text summarization using the text rank method and transformer modeling integrated with text to speech techniques is developed in the Bukudio application, which is an application that provides audio versions of book documents in the application database. Based on the test results, the evaluation process was carried out using the Rouge method and gave the best results in calculating the Rouge 1 overlap monogram resulting in 0.523 for the F1 Score value, 0.434 for the precision value and 0.659 for the recall value. This research will be developed using other methods so that not only files in PDF document format can be processed, but other EPUB (Electronic Publication) files.","PeriodicalId":505674,"journal":{"name":"Conference Series","volume":"48 9","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139172081","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
期刊
Conference Series
全部 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