首页 > 最新文献

Proceedings of the 2023 12th International Conference on Software and Computer Applications最新文献

英文 中文
Goal Driven Code Generation for Smart Contract Assemblies 智能合约程序集的目标驱动代码生成
Konstantinos Tsiounis, K. Kontogiannis
We are currently witnessing the proliferation of blockchain environments to support a wide spectrum of corporate applications through the use of smart contracts. It is of no surprise that smart contract programming language technology constantly evolves to include not only specialized languages such as Solidity, but also general purpose languages such as GoLang and JavaScript. Furthermore, blockchain technology imposes unique challenges related to the monetary cost of deploying smart contracts, and handling roll-back issues when a smart contract fails. It is therefore evident that the complexity of systems involving smart contracts will only increase over time thus making the maintenance and evolution of such systems a very challenging task. One solution to these problems is to approach the implementation and deployment of such systems in a disciplined and automated way. In this paper, we propose a model-driven approach where the structure and inter-dependencies of smart contract, as well as stakeholder objectives, are denoted by extended goal models which can then be transformed to yield Solidity code that conforms with those models. More specifically, we present first a Domain Specific Language (DSL) to denote extended goal models and second, a transformation process which allows for the Abstract Syntax Trees of such a DSL program to be transformed into Solidity smart contact source code. The transformation process ensures that the generated smart contract skeleton code yields a system that is conformant with the model, which serves as a specification of said system so that subsequent analysis, understanding, and maintenance will be easier to achieve.
我们目前正在见证区块链环境的扩散,通过使用智能合约来支持广泛的企业应用程序。毫不奇怪,智能合约编程语言技术不断发展,不仅包括Solidity等专业语言,还包括GoLang和JavaScript等通用语言。此外,区块链技术带来了独特的挑战,涉及部署智能合约的货币成本,以及在智能合约失败时处理回滚问题。因此,很明显,涉及智能合约的系统的复杂性只会随着时间的推移而增加,从而使此类系统的维护和发展成为一项非常具有挑战性的任务。这些问题的一个解决方案是以一种有纪律和自动化的方式来实现和部署这些系统。在本文中,我们提出了一种模型驱动的方法,其中智能合约的结构和相互依赖关系以及利益相关者的目标由扩展的目标模型表示,然后可以将其转换为生成符合这些模型的solid代码。更具体地说,我们首先提出了一个领域特定语言(DSL)来表示扩展的目标模型,然后提出了一个转换过程,该过程允许将这样一个DSL程序的抽象语法树转换为Solidity智能接触源代码。转换过程确保生成的智能合约框架代码产生与模型一致的系统,该模型作为所述系统的规范,以便后续的分析、理解和维护将更容易实现。
{"title":"Goal Driven Code Generation for Smart Contract Assemblies","authors":"Konstantinos Tsiounis, K. Kontogiannis","doi":"10.1145/3587828.3587846","DOIUrl":"https://doi.org/10.1145/3587828.3587846","url":null,"abstract":"We are currently witnessing the proliferation of blockchain environments to support a wide spectrum of corporate applications through the use of smart contracts. It is of no surprise that smart contract programming language technology constantly evolves to include not only specialized languages such as Solidity, but also general purpose languages such as GoLang and JavaScript. Furthermore, blockchain technology imposes unique challenges related to the monetary cost of deploying smart contracts, and handling roll-back issues when a smart contract fails. It is therefore evident that the complexity of systems involving smart contracts will only increase over time thus making the maintenance and evolution of such systems a very challenging task. One solution to these problems is to approach the implementation and deployment of such systems in a disciplined and automated way. In this paper, we propose a model-driven approach where the structure and inter-dependencies of smart contract, as well as stakeholder objectives, are denoted by extended goal models which can then be transformed to yield Solidity code that conforms with those models. More specifically, we present first a Domain Specific Language (DSL) to denote extended goal models and second, a transformation process which allows for the Abstract Syntax Trees of such a DSL program to be transformed into Solidity smart contact source code. The transformation process ensures that the generated smart contract skeleton code yields a system that is conformant with the model, which serves as a specification of said system so that subsequent analysis, understanding, and maintenance will be easier to achieve.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128284917","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
Deep Learning with OBH for Real-Time Rotation-Invariant Signs Detection 基于OBH的深度学习实时旋转不变符号检测
S. Akhter, Shah Jafor Sadeek Quaderi, Saleh Ud-Din Ahmed
Numerous studies are being undertaken to provide answers for sign language recognition and classification. Deep learning-based models have higher accuracy (90%-98%); however, require more runtime memory and processing in terms of both computational power and execution time (1 hour 20 minutes) for feature extraction and training images. Besides, deep learning models are not entirely insensitive to translation, rotation, and scaling; unless the training data includes rotated, translated, or scaled signs. However, Orientation-Based Hashcode (OBH) completes gesture recognition in a significantly shorter length of time (5 minutes) and with reasonable accuracy (80%-85%). In addition, OBH is not affected by translation, rotation, scaling, or occlusion. As a result, a new intermediary model is developed to detect sign language and perform classification with a reasonable processing time (6 minutes) like OBH while providing attractive accuracy (90%-96%) and invariance qualities. This paper presents a coupled and completely networked autonomous system comprised of OBH and Gabor features with machine learning models. The proposed model is evaluated with 576 sign alphabet images (RGB and Depth) from 24 distinct categories, and the results are compared to those obtained using traditional machine learning methodologies. The proposed methodology is 95.8% accurate against a randomly selected test dataset and 93.85% accurate after 9-fold validation.
目前正在进行大量研究,为手语识别和分类提供答案。基于深度学习的模型具有更高的准确率(90%-98%);然而,在计算能力和执行时间(1小时20分钟)方面,特征提取和训练图像需要更多的运行时内存和处理。此外,深度学习模型并非对平移、旋转和缩放完全不敏感;除非训练数据包含旋转、平移或缩放的符号。然而,基于方向的哈希码(OBH)在更短的时间(5分钟)内完成手势识别,并且具有合理的准确率(80%-85%)。此外,OBH不受平移、旋转、缩放或遮挡的影响。因此,开发了一种新的中介模型,在提供具有吸引力的准确率(90%-96%)和不变性质量的同时,以像OBH一样合理的处理时间(6分钟)检测手语并进行分类。本文提出了一个由OBH和Gabor特征组成的具有机器学习模型的耦合完全网络化自治系统。该模型使用来自24个不同类别的576张符号字母图像(RGB和Depth)进行评估,并将结果与使用传统机器学习方法获得的结果进行比较。该方法对随机选择的测试数据集的准确率为95.8%,经过9倍验证的准确率为93.85%。
{"title":"Deep Learning with OBH for Real-Time Rotation-Invariant Signs Detection","authors":"S. Akhter, Shah Jafor Sadeek Quaderi, Saleh Ud-Din Ahmed","doi":"10.1145/3587828.3587884","DOIUrl":"https://doi.org/10.1145/3587828.3587884","url":null,"abstract":"Numerous studies are being undertaken to provide answers for sign language recognition and classification. Deep learning-based models have higher accuracy (90%-98%); however, require more runtime memory and processing in terms of both computational power and execution time (1 hour 20 minutes) for feature extraction and training images. Besides, deep learning models are not entirely insensitive to translation, rotation, and scaling; unless the training data includes rotated, translated, or scaled signs. However, Orientation-Based Hashcode (OBH) completes gesture recognition in a significantly shorter length of time (5 minutes) and with reasonable accuracy (80%-85%). In addition, OBH is not affected by translation, rotation, scaling, or occlusion. As a result, a new intermediary model is developed to detect sign language and perform classification with a reasonable processing time (6 minutes) like OBH while providing attractive accuracy (90%-96%) and invariance qualities. This paper presents a coupled and completely networked autonomous system comprised of OBH and Gabor features with machine learning models. The proposed model is evaluated with 576 sign alphabet images (RGB and Depth) from 24 distinct categories, and the results are compared to those obtained using traditional machine learning methodologies. The proposed methodology is 95.8% accurate against a randomly selected test dataset and 93.85% accurate after 9-fold validation.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"192 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131388245","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 Use of Dynamic n-Gram to Enhance TF-IDF Features Extraction for Bahasa Indonesia Cyberbullying Classification 基于动态n-Gram的TF-IDF特征提取在印尼语网络欺凌分类中的应用
Yudi Setiawan, N. Maulidevi, K. Surendro
Cyberbullying detection in a sentence or utterance has challenges due to syntactic and meaning variations (lexical). Term Frequency-Inverse Document Frequency (TF-IDF) carries out textual feature extraction to produce candidates thematically based on word occurrence statistics. However, these candidates are generated without considering a term relationship between constituent elements in the parsing language syntax. This study discusses a TF-IDF feature extraction model using the n-Gram approach to produce candidate feature selection based on a specified term relationship. Thresholding applications for the formation of dynamic n-Gram segmentation were also discussed. Furthermore, the dynamic n-Gram model in TF-IDF feature extraction can be used in cyberbullying classification to overcome variations in syntax and meaning of sentences/speech from Bahasa Indonesia.
由于句法和意义的变化(词汇),网络欺凌在句子或话语中的检测存在挑战。Term Frequency- inverse Document Frequency (TF-IDF)是一种基于词频统计的文本特征提取方法。但是,在生成这些候选项时没有考虑解析语言语法中组成元素之间的术语关系。本研究讨论了一种TF-IDF特征提取模型,该模型使用n-Gram方法根据指定的术语关系产生候选特征选择。本文还讨论了阈值分割在动态n图分割中的应用。此外,TF-IDF特征提取中的动态n-Gram模型可用于网络欺凌分类,以克服印尼语句子/语音的句法和意义差异。
{"title":"The Use of Dynamic n-Gram to Enhance TF-IDF Features Extraction for Bahasa Indonesia Cyberbullying Classification","authors":"Yudi Setiawan, N. Maulidevi, K. Surendro","doi":"10.1145/3587828.3587858","DOIUrl":"https://doi.org/10.1145/3587828.3587858","url":null,"abstract":"Cyberbullying detection in a sentence or utterance has challenges due to syntactic and meaning variations (lexical). Term Frequency-Inverse Document Frequency (TF-IDF) carries out textual feature extraction to produce candidates thematically based on word occurrence statistics. However, these candidates are generated without considering a term relationship between constituent elements in the parsing language syntax. This study discusses a TF-IDF feature extraction model using the n-Gram approach to produce candidate feature selection based on a specified term relationship. Thresholding applications for the formation of dynamic n-Gram segmentation were also discussed. Furthermore, the dynamic n-Gram model in TF-IDF feature extraction can be used in cyberbullying classification to overcome variations in syntax and meaning of sentences/speech from Bahasa Indonesia.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114989665","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
IoT-BASED CLIMATE CHANGE PREDICTION SYSTEM 基于物联网的气候变化预测系统
Louise Marie Nirere, Kayalvizhi Jayavel, Alexander Ngenzi
Climate change is one of the most significant challenges to every country's development, ravaging havoc on the lives of all people on this planet. Researchers have raised numerous research and studies of strategies for tracking climate change. The current climate change tracking method in Rwanda employs a weather station model, in which numerous fixed weather stations are installed throughout the country; however, due to its immobility, this process cannot cover the entire country. With the lack of advanced methodologies and technology, the process of climate change tracking has become extremely expensive and suffered inaccuracies due to a lack of proper knowledge of analyzing collected data, and the lack of specific accurate hardware. Throughout this research, with the use of the MQ-135 and DHT11 sensors, ESP8266 collects carbon dioxide gas and temperature/humidity respectively and other component include a push button for detecting the current season. ESP8266 is programmed to send data over MQTT protocol, which uses Wi-Fi capability to send data to MQTT Broker. Using the MQTT protocol's Publish/Subscribe criteria, node-red subscribes to the topics defined in the MQTT broker to obtain data, which is then sent to MongoDB for permanent storage and also fed into the machine learning model for climate change/warming prediction. Different algorithms are used to evaluate this model. As result, Random Forest classifier approves itself to be the best model in evaluating the built model. This study shows that the increase in carbon dioxide gas leads to the gradual increase in the environmental temperature. Finally, the prediction clarifies that if no measures are taken presently, the climate change in Rwanda's Industrial zone will be dominated by warming periods in the future.
气候变化是各国发展面临的最重大挑战之一,对地球上所有人的生活造成严重破坏。研究人员对追踪气候变化的策略进行了大量的研究。卢旺达目前的气候变化跟踪方法采用气象站模式,在全国各地安装了许多固定气象站;然而,由于其不动性,这一进程不能覆盖整个国家。由于缺乏先进的方法和技术,气候变化跟踪的过程变得极其昂贵,并且由于缺乏分析收集数据的适当知识以及缺乏特定的精确硬件而遭受不准确性。在整个研究过程中,使用MQ-135和DHT11传感器,ESP8266分别收集二氧化碳气体和温度/湿度,其他组件包括一个用于检测当前季节的按钮。ESP8266通过MQTT协议发送数据,该协议使用Wi-Fi功能向MQTT Broker发送数据。使用MQTT协议的Publish/Subscribe标准,node-red订阅MQTT代理中定义的主题以获取数据,然后将数据发送到MongoDB进行永久存储,并输入机器学习模型以进行气候变化/变暖预测。不同的算法被用来评估这个模型。结果表明,随机森林分类器在评价所建立的模型时证明自己是最好的模型。研究表明,二氧化碳气体的增加导致环境温度的逐渐升高。最后,预测表明,如果目前不采取措施,未来卢旺达工业区的气候变化将以变暖期为主。
{"title":"IoT-BASED CLIMATE CHANGE PREDICTION SYSTEM","authors":"Louise Marie Nirere, Kayalvizhi Jayavel, Alexander Ngenzi","doi":"10.1145/3587828.3587862","DOIUrl":"https://doi.org/10.1145/3587828.3587862","url":null,"abstract":"Climate change is one of the most significant challenges to every country's development, ravaging havoc on the lives of all people on this planet. Researchers have raised numerous research and studies of strategies for tracking climate change. The current climate change tracking method in Rwanda employs a weather station model, in which numerous fixed weather stations are installed throughout the country; however, due to its immobility, this process cannot cover the entire country. With the lack of advanced methodologies and technology, the process of climate change tracking has become extremely expensive and suffered inaccuracies due to a lack of proper knowledge of analyzing collected data, and the lack of specific accurate hardware. Throughout this research, with the use of the MQ-135 and DHT11 sensors, ESP8266 collects carbon dioxide gas and temperature/humidity respectively and other component include a push button for detecting the current season. ESP8266 is programmed to send data over MQTT protocol, which uses Wi-Fi capability to send data to MQTT Broker. Using the MQTT protocol's Publish/Subscribe criteria, node-red subscribes to the topics defined in the MQTT broker to obtain data, which is then sent to MongoDB for permanent storage and also fed into the machine learning model for climate change/warming prediction. Different algorithms are used to evaluate this model. As result, Random Forest classifier approves itself to be the best model in evaluating the built model. This study shows that the increase in carbon dioxide gas leads to the gradual increase in the environmental temperature. Finally, the prediction clarifies that if no measures are taken presently, the climate change in Rwanda's Industrial zone will be dominated by warming periods in the future.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"201 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124517170","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
Question Difficulty Prediction with External Knowledge 利用外部知识预测题目难度
Jun He, J. Chen, Li Peng, Bo Sun, Huiying Zhang
The difficulty of test questions is an important indicator for educational examination and recommendation of personalized learning resources. Its evaluation mainly depends on the experience of experts, which is subjective. In recent years, question difficulty prediction (QDP) using neural networks has attracted more and more attention. Although these methods improve the QDP efficiency, it works ill for questions involving abstract concepts, such as numerical calculation, date, and questions whose answers require background knowledge. Therefore, we propose a difficulty prediction model based on rich knowledge fusion (RKF+), which solves the problem that the difficulty prediction models cannot obtain conceptual knowledge and background knowledge. The key is to introduce the attentional mechanism with a sentry vector, which can dynamically obtain the text representation and external knowledge representation of test questions. To further fusion the acquired external knowledge, our model added a bi-interaction layer. Finally, the validity of this model is verified on three different datasets. Besides, the importance of attentional mechanism and external knowledge representation is further analyzed by ablation experiment. In addition, based on a real English reading comprehension test dataset, we explore the influence of two kinds of external knowledge on the question difficulty prediction model.
试题难度是教育考试和个性化学习资源推荐的重要指标。其评价主要依靠专家的经验,具有主观性。近年来,基于神经网络的问题难度预测(QDP)越来越受到关注。虽然这些方法提高了QDP的效率,但它不适用于涉及抽象概念的问题,例如数值计算、日期和需要背景知识才能回答的问题。因此,我们提出了一种基于丰富知识融合(RKF+)的难度预测模型,解决了难度预测模型无法获得概念知识和背景知识的问题。关键是通过哨兵向量引入注意机制,动态获取试题的文本表示和外部知识表示。为了进一步融合获得的外部知识,我们的模型增加了双向交互层。最后,在三个不同的数据集上验证了该模型的有效性。此外,通过消融实验进一步分析了注意机制和外部知识表征的重要性。此外,基于一个真实的英语阅读理解测试数据集,我们探索了两种外部知识对问题难度预测模型的影响。
{"title":"Question Difficulty Prediction with External Knowledge","authors":"Jun He, J. Chen, Li Peng, Bo Sun, Huiying Zhang","doi":"10.1145/3587828.3587838","DOIUrl":"https://doi.org/10.1145/3587828.3587838","url":null,"abstract":"The difficulty of test questions is an important indicator for educational examination and recommendation of personalized learning resources. Its evaluation mainly depends on the experience of experts, which is subjective. In recent years, question difficulty prediction (QDP) using neural networks has attracted more and more attention. Although these methods improve the QDP efficiency, it works ill for questions involving abstract concepts, such as numerical calculation, date, and questions whose answers require background knowledge. Therefore, we propose a difficulty prediction model based on rich knowledge fusion (RKF+), which solves the problem that the difficulty prediction models cannot obtain conceptual knowledge and background knowledge. The key is to introduce the attentional mechanism with a sentry vector, which can dynamically obtain the text representation and external knowledge representation of test questions. To further fusion the acquired external knowledge, our model added a bi-interaction layer. Finally, the validity of this model is verified on three different datasets. Besides, the importance of attentional mechanism and external knowledge representation is further analyzed by ablation experiment. In addition, based on a real English reading comprehension test dataset, we explore the influence of two kinds of external knowledge on the question difficulty prediction model.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"2000 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125725239","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 Framework of Formal Specification-Based Data Generation for Deep Neural Networks 基于形式化规范的深度神经网络数据生成框架
Yanzhao Xia, Shaoying Liu
Deep Neural Networks (DNNs) have gained growing attention in many domain-specific supervised learning applications. However, the current DNNs still face two challenges. One is the difficulty of obtaining well-labeled training data for supervised learning and the other is concerned with the efficiency of training due to the lack of precise characteristics of the objects in the training process. We propose a framework of formal specification-based data generation for the training and testing of DNNs. The framework is characterized by using formal specifications to define the important and distinct features of the objects to be identified. The features are expected to serve as the foundation for generating training and testing data for DNNs. In this paper, we discuss all the activities involved in the framework and the detailed approach to writing the formal specifications. We also conduct a case study on traffic sign recognition to validate the framework.
深度神经网络(dnn)在许多特定领域的监督学习应用中得到了越来越多的关注。然而,目前的深度神经网络仍然面临两个挑战。一个是监督学习难以获得标记良好的训练数据,另一个是由于训练过程中缺乏精确的对象特征而导致的训练效率问题。我们提出了一个基于正式规范的数据生成框架,用于dnn的训练和测试。该框架的特点是使用正式规范来定义要识别的对象的重要和独特的特征。这些特征有望作为dnn生成训练和测试数据的基础。在本文中,我们讨论了框架中涉及的所有活动以及编写正式规范的详细方法。我们还进行了一个交通标志识别的案例研究来验证该框架。
{"title":"A Framework of Formal Specification-Based Data Generation for Deep Neural Networks","authors":"Yanzhao Xia, Shaoying Liu","doi":"10.1145/3587828.3587869","DOIUrl":"https://doi.org/10.1145/3587828.3587869","url":null,"abstract":"Deep Neural Networks (DNNs) have gained growing attention in many domain-specific supervised learning applications. However, the current DNNs still face two challenges. One is the difficulty of obtaining well-labeled training data for supervised learning and the other is concerned with the efficiency of training due to the lack of precise characteristics of the objects in the training process. We propose a framework of formal specification-based data generation for the training and testing of DNNs. The framework is characterized by using formal specifications to define the important and distinct features of the objects to be identified. The features are expected to serve as the foundation for generating training and testing data for DNNs. In this paper, we discuss all the activities involved in the framework and the detailed approach to writing the formal specifications. We also conduct a case study on traffic sign recognition to validate the framework.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130194311","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
Integration of TinyML-based proximity and couch sensing in wearable devices for monitoring infectious disease's social distance compliance 在可穿戴设备中集成基于tinyml的接近和沙发感应,用于监测传染病的社交距离依从性
Ritha M. Umutoni, M. M. Ogore, Rosette L. Savanna, D. Hanyurwimfura, Jimmy Nsenga, Didacienne Mukanyirigira, Frederic Nzanywayingoma, Desire Ngabo, Joseph Habiyaremye
With the advent of artificial intelligence (AI) and Internet of Things (IoT), there has been a rapid increase in the use of sensors to intelligently monitor the environment and movement of objects. Smart solutions have been widely used for monitoring infectious diseases by limiting the transmission of contagious diseases using proximity sensing systems. This is an alternative to conventional social distancing technologies like Bluetooth and cameras which uses machine learning (ML), image processing to identify trespassers, and multiple object detection in real-time. This paper leverages the emerging Tiny ML technology to design and develop a wearable device that can prevent infectious diseases from spreading. The device senses the cough sound of the nearest person within a limited distance and then identify the nearest objects such as humans, animals (dog, goats), and wind-blown vegetation, based on patterns of PIR signals bounced back from different objects. By using machine learning algorithms, the device can be able to notify the user when they are in a safe environment or not. This solution is a wearable device that has the potential to be used in monitoring the transmission of contagious diseases by detecting and identifying moving objects and alerting people to keep their distance when they are in an unsafe environment with a high risk of being exposed to the disease. This work-focused research project will particularly focus on monitoring the risk environment to prevent infectious diseases between humans and between humans and animals, reminding users to keep their distance for their safety and the use of the Convolutional Neural Network (CNN) algorithm on the device for identifying moving objects and for detecting cough. The system has been evaluated, and the experiments have shown a performance accuracy of 92.1% for object detection and 68% for cough detection, promising for detecting a safe environment. This accuracy could be increased over time via reinforcement learning.
随着人工智能(AI)和物联网(IoT)的出现,传感器在智能监测环境和物体运动方面的应用迅速增加。通过使用近距离传感系统限制传染病的传播,智能解决方案已广泛用于监测传染病。这是蓝牙和相机等传统社交距离技术的替代方案,这些技术使用机器学习(ML)、图像处理来识别入侵者,以及实时检测多个目标。本文利用新兴的Tiny ML技术,设计并开发了一种可以防止传染病传播的可穿戴设备。该设备在有限距离内感知最近的人的咳嗽声,然后根据从不同物体反射回来的PIR信号模式,识别最近的物体,如人类、动物(狗、山羊)和被风吹过的植被。通过使用机器学习算法,该设备可以通知用户何时处于安全环境中。这种解决方案是一种可穿戴设备,有可能用于监测传染病的传播,通过检测和识别移动物体,并提醒人们在处于不安全的环境中,与疾病接触的风险很高时保持距离。这个以工作为重点的研究项目将特别关注监测风险环境,以预防人与人之间以及人与动物之间的传染病,提醒用户保持距离以确保自身安全,并在设备上使用卷积神经网络(CNN)算法识别移动物体和检测咳嗽。实验结果表明,该系统在物体检测方面的准确率为92.1%,在咳嗽检测方面的准确率为68%,有望用于检测安全环境。随着时间的推移,这种准确性可以通过强化学习来提高。
{"title":"Integration of TinyML-based proximity and couch sensing in wearable devices for monitoring infectious disease's social distance compliance","authors":"Ritha M. Umutoni, M. M. Ogore, Rosette L. Savanna, D. Hanyurwimfura, Jimmy Nsenga, Didacienne Mukanyirigira, Frederic Nzanywayingoma, Desire Ngabo, Joseph Habiyaremye","doi":"10.1145/3587828.3587880","DOIUrl":"https://doi.org/10.1145/3587828.3587880","url":null,"abstract":"With the advent of artificial intelligence (AI) and Internet of Things (IoT), there has been a rapid increase in the use of sensors to intelligently monitor the environment and movement of objects. Smart solutions have been widely used for monitoring infectious diseases by limiting the transmission of contagious diseases using proximity sensing systems. This is an alternative to conventional social distancing technologies like Bluetooth and cameras which uses machine learning (ML), image processing to identify trespassers, and multiple object detection in real-time. This paper leverages the emerging Tiny ML technology to design and develop a wearable device that can prevent infectious diseases from spreading. The device senses the cough sound of the nearest person within a limited distance and then identify the nearest objects such as humans, animals (dog, goats), and wind-blown vegetation, based on patterns of PIR signals bounced back from different objects. By using machine learning algorithms, the device can be able to notify the user when they are in a safe environment or not. This solution is a wearable device that has the potential to be used in monitoring the transmission of contagious diseases by detecting and identifying moving objects and alerting people to keep their distance when they are in an unsafe environment with a high risk of being exposed to the disease. This work-focused research project will particularly focus on monitoring the risk environment to prevent infectious diseases between humans and between humans and animals, reminding users to keep their distance for their safety and the use of the Convolutional Neural Network (CNN) algorithm on the device for identifying moving objects and for detecting cough. The system has been evaluated, and the experiments have shown a performance accuracy of 92.1% for object detection and 68% for cough detection, promising for detecting a safe environment. This accuracy could be increased over time via reinforcement learning.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121694987","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 Framework for Actor-Oriented Automated Hate Speech Detection 面向行为者的仇恨语音自动检测框架
Rinda Cahyana, N. Maulidevi, K. Surendro
The development of automated hate speech detection research has not yet detailed the actor who is the source of hatred, even though the forms of hate speech intervention for perpetrators and supporters are different. Previous research on this topic has paid much attention to the action component in the form of sentimental words. However, it has yet to pay attention to the actor component that can differentiate legal hate speech from illegal hate speech and transforms hateful or offensive speech into free speech, thus dealing with misclassification, as reported in a previous study. This research proposes a framework for the automated detection of hate speech that provides an actor and action component to solve the problem of such errors and meets the need for comprehensive interventions. This study shows how to apply the framework in a rule-based approach by considering the actor component in predicting hate speech and differentiating it from others. The prediction process is called actor-oriented automated hate speech detection.
自动仇恨言论检测研究的发展尚未详细说明谁是仇恨的来源,尽管仇恨言论干预的形式对肇事者和支持者是不同的。以往对这一主题的研究主要关注情感词的行为成分。然而,尚未注意到演员成分,该成分可以区分合法的仇恨言论和非法的仇恨言论,并将仇恨或攻击性言论转化为自由言论,从而处理错误分类,如先前的研究所述。本研究提出了一个仇恨言论自动检测的框架,该框架提供了一个行动者和行动组件来解决此类错误问题,并满足综合干预的需要。本研究展示了如何在基于规则的方法中应用该框架,通过考虑演员成分来预测仇恨言论并将其与其他言论区分开来。这种预测过程被称为面向参与者的自动仇恨言论检测。
{"title":"A Framework for Actor-Oriented Automated Hate Speech Detection","authors":"Rinda Cahyana, N. Maulidevi, K. Surendro","doi":"10.1145/3587828.3587870","DOIUrl":"https://doi.org/10.1145/3587828.3587870","url":null,"abstract":"The development of automated hate speech detection research has not yet detailed the actor who is the source of hatred, even though the forms of hate speech intervention for perpetrators and supporters are different. Previous research on this topic has paid much attention to the action component in the form of sentimental words. However, it has yet to pay attention to the actor component that can differentiate legal hate speech from illegal hate speech and transforms hateful or offensive speech into free speech, thus dealing with misclassification, as reported in a previous study. This research proposes a framework for the automated detection of hate speech that provides an actor and action component to solve the problem of such errors and meets the need for comprehensive interventions. This study shows how to apply the framework in a rule-based approach by considering the actor component in predicting hate speech and differentiating it from others. The prediction process is called actor-oriented automated hate speech detection.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132639917","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
Radar-Based Eyeblink Detection Under Various Conditions 基于雷达的不同条件下眨眼检测
Xinze Zhang, W. Brahim, Mingyang Fan, Jianhua Ma, Muxin Ma, Alex Qi
This paper aims to assess the ability of Frequency Modulated Continuous Wave (FMCW) radar to detect blinks not only in direct facing and limited-range situations but also by exploring different factors that may affect the accuracy of the detection process such as distance, angle, and movement. To achieve this, we propose a three-layered processing chain that relies on the use of Adaptive Variational Mode Decomposition (AVMD) algorithm to extract the blink signal as it can correctly separate it from complex radar reflections. We use an off-the-shelf FMCW radar operating at 77 GHz from Texas Instruments (TI) to perform several experiments and evaluate the feasibility of blink detection in each scenario, including distances up to 1.2 meters, different angles, while chewing gum, and across different subjects. The evaluation results show that FMCW radar combined with our processing chain can detect eyeblinks correctly under different conditions and farther distances than previous works.
本文旨在评估调频连续波(FMCW)雷达在直视和有限距离情况下检测眨眼的能力,并探索可能影响检测过程准确性的不同因素,如距离、角度和运动。为了实现这一目标,我们提出了一个三层处理链,该处理链依赖于使用自适应变分模态分解(AVMD)算法来提取闪烁信号,因为它可以正确地将其从复杂的雷达反射中分离出来。我们使用德州仪器(TI)的现成的77 GHz FMCW雷达进行了几次实验,并评估了每种情况下眨眼检测的可行性,包括距离高达1.2米,不同角度,嚼口香糖时,以及不同主题。评估结果表明,结合我们的处理链,FMCW雷达在不同条件和距离下都能正确检测眨眼。
{"title":"Radar-Based Eyeblink Detection Under Various Conditions","authors":"Xinze Zhang, W. Brahim, Mingyang Fan, Jianhua Ma, Muxin Ma, Alex Qi","doi":"10.1145/3587828.3587855","DOIUrl":"https://doi.org/10.1145/3587828.3587855","url":null,"abstract":"This paper aims to assess the ability of Frequency Modulated Continuous Wave (FMCW) radar to detect blinks not only in direct facing and limited-range situations but also by exploring different factors that may affect the accuracy of the detection process such as distance, angle, and movement. To achieve this, we propose a three-layered processing chain that relies on the use of Adaptive Variational Mode Decomposition (AVMD) algorithm to extract the blink signal as it can correctly separate it from complex radar reflections. We use an off-the-shelf FMCW radar operating at 77 GHz from Texas Instruments (TI) to perform several experiments and evaluate the feasibility of blink detection in each scenario, including distances up to 1.2 meters, different angles, while chewing gum, and across different subjects. The evaluation results show that FMCW radar combined with our processing chain can detect eyeblinks correctly under different conditions and farther distances than previous works.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130277639","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
kNN Imputation Versus Mean Imputation for Handling Missing Data on Vulnerability Index in Dealing with Covid-19 in Indonesia 印度尼西亚应对新冠肺炎脆弱性指数缺失数据处理的kNN代入与均值代入
Heru Nugroho, N. P. Utama, K. Surendro
The COVID-19 virus has rapidly spread throughout the world, and the WHO declared it a pandemic on March 11, 2020. Previous research considered five domains associated with the social vulnerability index in the context of pandemic infection management and mitigation in the community, such as socioeconomic conditions, demographic composition, housing and hygiene, availability of health care facilities, and epidemiological factors related to COVID-19. The Katadata Insight Center (KIC) investigates the vulnerability index of Indonesian provinces to the coronavirus based on the risks of regional characteristics, population health, and mobility. There is a chance that the supporting data is either incomplete or missing, which is a common flaw that influences the prediction system's results and renders it ineffective. This paper will compare the kNN-based imputation method with the mean imputation to handle missing data, which causes the provincial vulnerability index in Indonesia to be measured incorrectly. The vulnerability index associated with COVID-19 should be one of the factors considered by the Indonesian government when making decisions or establishing a lockdown strategy and large-scale restriction rules in each province. When missing data is discovered, kNN imputation and mean imputation can be used as a solution. Based on the results of the experiments, the mean imputation has a much lower average RMSE performance than the kNN imputation method in the dataset of vulnerability index in dealing with COVID-19 in Indonesia.
新冠肺炎病毒在全球迅速传播,世界卫生组织于2020年3月11日宣布其为大流行。之前的研究考虑了与社区大流行感染管理和缓解背景下的社会脆弱性指数相关的五个领域,如社会经济条件、人口构成、住房和卫生、医疗设施的可用性以及与COVID-19相关的流行病学因素。Katadata Insight Center (KIC)根据地区特征、人口健康和流动性的风险,调查了印度尼西亚各省对冠状病毒的脆弱性指数。支持数据有可能不完整或缺失,这是影响预测系统结果并使其无效的常见缺陷。本文将基于knn的方法与平均方法进行比较,以处理导致印度尼西亚省级脆弱性指数测量不正确的缺失数据。与新冠病毒相关的脆弱性指数应该成为印尼政府在制定封锁战略和各省大规模限制措施时考虑的因素之一。当发现缺失数据时,可以采用kNN imputation和mean imputation作为解决方案。实验结果表明,在印度尼西亚应对COVID-19脆弱性指数数据集中,平均插补方法的平均RMSE性能明显低于kNN插补方法。
{"title":"kNN Imputation Versus Mean Imputation for Handling Missing Data on Vulnerability Index in Dealing with Covid-19 in Indonesia","authors":"Heru Nugroho, N. P. Utama, K. Surendro","doi":"10.1145/3587828.3587832","DOIUrl":"https://doi.org/10.1145/3587828.3587832","url":null,"abstract":"The COVID-19 virus has rapidly spread throughout the world, and the WHO declared it a pandemic on March 11, 2020. Previous research considered five domains associated with the social vulnerability index in the context of pandemic infection management and mitigation in the community, such as socioeconomic conditions, demographic composition, housing and hygiene, availability of health care facilities, and epidemiological factors related to COVID-19. The Katadata Insight Center (KIC) investigates the vulnerability index of Indonesian provinces to the coronavirus based on the risks of regional characteristics, population health, and mobility. There is a chance that the supporting data is either incomplete or missing, which is a common flaw that influences the prediction system's results and renders it ineffective. This paper will compare the kNN-based imputation method with the mean imputation to handle missing data, which causes the provincial vulnerability index in Indonesia to be measured incorrectly. The vulnerability index associated with COVID-19 should be one of the factors considered by the Indonesian government when making decisions or establishing a lockdown strategy and large-scale restriction rules in each province. When missing data is discovered, kNN imputation and mean imputation can be used as a solution. Based on the results of the experiments, the mean imputation has a much lower average RMSE performance than the kNN imputation method in the dataset of vulnerability index in dealing with COVID-19 in Indonesia.","PeriodicalId":340917,"journal":{"name":"Proceedings of the 2023 12th International Conference on Software and Computer Applications","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127260360","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
期刊
Proceedings of the 2023 12th International Conference on Software and Computer Applications
全部 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