首页 > 最新文献

Proceedings of the 2021 ACM Southeast Conference最新文献

英文 中文
An empirical study of thermal attacks on edge platforms 边缘平台热攻击的实证研究
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452071
Justin Duchatellier, Tyler Holmes, Kun Suo, Yong Shi
Cloud-edge systems are vulnerable to thermal attacks as the increased energy consumption may remain undetected, while occurring alongside normal, CPU-intensive applications. The purpose of our research is to study thermal effects on modern edge systems. We also analyze how performance is affected from the increased heat and identify preventative measures. We speculate that due to the technology being a recent innovation, research on cloud-edge devices and thermal attacks is scarce. Other research focuses on server systems rather than edge platforms. In our paper, we use a Raspberry Pi 4 and a CPU-intensive application to represent thermal attacks on cloud-edge systems. We performed several experiments with the Raspberry Pi 4 and used stress-ng, a benchmarking tool available on Linux distributions, to simulate the attacks. The resulting effects displayed drastic increases in the temperature and power consumption. The key impact of our research is to highlight the following risks and mitigation plans: the vulnerability of cloud-edge systems from thermal attacks, the capability for the attacks to go unnoticed, to further the understanding of edge devices as well as the prevention of these attacks.
云边缘系统很容易受到热攻击,因为在正常的cpu密集型应用程序中,增加的能耗可能不会被检测到。我们的研究目的是研究现代边缘系统的热效应。我们还分析了性能如何受到热量增加的影响,并确定了预防措施。我们推测,由于该技术是最近的创新,对云边缘设备和热攻击的研究很少。其他研究关注的是服务器系统,而不是边缘平台。在我们的论文中,我们使用树莓派4和cpu密集型应用程序来表示对云边缘系统的热攻击。我们在Raspberry Pi 4上进行了几次实验,并使用了Linux发行版上可用的基准测试工具stress-ng来模拟攻击。由此产生的影响显示出温度和功耗的急剧增加。我们研究的主要影响是强调以下风险和缓解计划:云边缘系统在热攻击中的脆弱性,攻击不被注意的能力,进一步了解边缘设备以及预防这些攻击。
{"title":"An empirical study of thermal attacks on edge platforms","authors":"Justin Duchatellier, Tyler Holmes, Kun Suo, Yong Shi","doi":"10.1145/3409334.3452071","DOIUrl":"https://doi.org/10.1145/3409334.3452071","url":null,"abstract":"Cloud-edge systems are vulnerable to thermal attacks as the increased energy consumption may remain undetected, while occurring alongside normal, CPU-intensive applications. The purpose of our research is to study thermal effects on modern edge systems. We also analyze how performance is affected from the increased heat and identify preventative measures. We speculate that due to the technology being a recent innovation, research on cloud-edge devices and thermal attacks is scarce. Other research focuses on server systems rather than edge platforms. In our paper, we use a Raspberry Pi 4 and a CPU-intensive application to represent thermal attacks on cloud-edge systems. We performed several experiments with the Raspberry Pi 4 and used stress-ng, a benchmarking tool available on Linux distributions, to simulate the attacks. The resulting effects displayed drastic increases in the temperature and power consumption. The key impact of our research is to highlight the following risks and mitigation plans: the vulnerability of cloud-edge systems from thermal attacks, the capability for the attacks to go unnoticed, to further the understanding of edge devices as well as the prevention of these attacks.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129825514","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Performance evaluation of a widely used implementation of the MQTT protocol with large payloads in normal operation and under a DoS attack 在正常操作和DoS攻击下,广泛使用的具有大有效负载的MQTT协议的性能评估
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452067
Eric Gamess, Trent N. Ford, Monica A. Trifas
The Internet of Things (IoT) is the term coined to encompass the myriad of devices that have some data processing and transmitting capabilities. Due to the increasing number of IoT devices connected to the Internet, network protocols intended for IoT technology have gained interest. This paper analyzes the performance of one of the most popular ones, named MQTT (Message Queuing Telemetry Transport), focused on Mosquitto, a widely used implementation. Our principal metric is the transmission time, defined as the time it takes a message to pass from one client through the broker to another client, since MQTT uses a publish/subscribe model with a broker. We evaluate different scenarios against some base configurations to give a firm comparison on how different factors affect the performance of an MQTT system based on Mosquitto, for payload sizes ranging from 512 to 1,048,576 bytes. For example, we assess how different network technologies (Ethernet, WiFi in the 2.4 GHz and 5 GHz bands) and QoS levels may yield better results at different message payload sizes. We also make a broker software comparison, evaluating Mosquitto against ActiveMQ and RabbitMQ. Our experiments exhibited similar results, with a slight advantage for RabbitMQ. Finally, we provide measurements on how DoS attacks can affect the Mosquitto broker, by flooding it with illegal MQTT petitions or making a TCP SYN flood attack. The goal of this study is to help MQTT implementers in making adequate decisions when selecting the different hardware and software solutions, for their MQTT systems.
物联网(IoT)是一个术语,用来涵盖具有一定数据处理和传输能力的无数设备。由于连接到互联网的物联网设备越来越多,用于物联网技术的网络协议引起了人们的兴趣。本文分析了最流行的MQTT(消息队列遥测传输)的性能,重点分析了蚊虫,这是一个广泛使用的实现。我们的主要指标是传输时间,定义为消息从一个客户机通过代理传递到另一个客户机所花费的时间,因为MQTT使用带有代理的发布/订阅模型。我们针对一些基本配置评估了不同的场景,以比较不同因素如何影响基于mosquito的MQTT系统的性能,负载大小范围从512到1,048,576字节。例如,我们评估了不同的网络技术(以太网,2.4 GHz和5 GHz频段的WiFi)和QoS级别如何在不同的消息有效负载大小下产生更好的结果。我们还对代理软件进行了比较,将mosquito与ActiveMQ和RabbitMQ进行了比较。我们的实验显示了类似的结果,RabbitMQ稍微有一点优势。最后,我们提供了DoS攻击如何影响mosquito - to代理的度量方法,方法是用非法MQTT请求或进行TCP SYN泛洪攻击。本研究的目的是帮助MQTT实现者在为其MQTT系统选择不同的硬件和软件解决方案时做出适当的决策。
{"title":"Performance evaluation of a widely used implementation of the MQTT protocol with large payloads in normal operation and under a DoS attack","authors":"Eric Gamess, Trent N. Ford, Monica A. Trifas","doi":"10.1145/3409334.3452067","DOIUrl":"https://doi.org/10.1145/3409334.3452067","url":null,"abstract":"The Internet of Things (IoT) is the term coined to encompass the myriad of devices that have some data processing and transmitting capabilities. Due to the increasing number of IoT devices connected to the Internet, network protocols intended for IoT technology have gained interest. This paper analyzes the performance of one of the most popular ones, named MQTT (Message Queuing Telemetry Transport), focused on Mosquitto, a widely used implementation. Our principal metric is the transmission time, defined as the time it takes a message to pass from one client through the broker to another client, since MQTT uses a publish/subscribe model with a broker. We evaluate different scenarios against some base configurations to give a firm comparison on how different factors affect the performance of an MQTT system based on Mosquitto, for payload sizes ranging from 512 to 1,048,576 bytes. For example, we assess how different network technologies (Ethernet, WiFi in the 2.4 GHz and 5 GHz bands) and QoS levels may yield better results at different message payload sizes. We also make a broker software comparison, evaluating Mosquitto against ActiveMQ and RabbitMQ. Our experiments exhibited similar results, with a slight advantage for RabbitMQ. Finally, we provide measurements on how DoS attacks can affect the Mosquitto broker, by flooding it with illegal MQTT petitions or making a TCP SYN flood attack. The goal of this study is to help MQTT implementers in making adequate decisions when selecting the different hardware and software solutions, for their MQTT systems.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"345 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116487413","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}
引用次数: 6
Item based recommendation using matrix-factorization-like embeddings from deep networks 基于项目的推荐,使用来自深度网络的类似矩阵分解的嵌入
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452041
Vaidyanath Areyur Shanthakumar, Clark Barnett, Keith Warnick, P. A. Sudyanti, Vitalii Gerbuz, Tathagata Mukherjee
In this paper we describe a method for computing item based recommendations using matrix-factorization-like embeddings of the items computed using a neural network. Matrix factorizations (MF) compute near optimal item embeddings by minimizing a loss that measures the discrepancy between the predicted and known values of a sparse user-item rating matrix. Though useful for recommendation tasks, they are computationally intensive and hard to compute for large sets of users and items. Hence there is need to compute MF-like embeddings using other less computationally intensive methods, which can be substituted for the actual ones. In this work we explore the possibility of doing the same using a deep neural network (DNN). Our network is trained to learn matrix-factorization-like embeddings from easy to compute natural language processing (NLP) based semantic embeddings. The resulting MF-like embeddings are used to compute recommendations using an anonymized user product engagement dataset from the online retail company Overstock.com. We present the results of using our embeddings for computing recommendations with the Overstock.com production dataset consisting of ~3.5 million items and ~6 million users. Recommendations from Overstock.com's own recommendation system is compared against those obtained by using our MF-like embeddings, by comparing the results from both to the ground truth, which in our case is actual user co-clicks data. Our results show that it is possible to use DNNs for efficiently computing MF-like embeddings which can then be used in conjunction with the NLP based embeddings to improve the recommendations obtained from the NLP based embeddings.
在本文中,我们描述了一种使用神经网络计算项目的矩阵分解嵌入来计算基于项目的推荐的方法。矩阵分解(MF)通过最小化损失来计算接近最优的项目嵌入,该损失测量稀疏用户-项目评级矩阵的预测值和已知值之间的差异。虽然对于推荐任务很有用,但它们是计算密集型的,很难计算大量的用户和项目。因此,需要使用其他计算强度较小的方法来计算类mf嵌入,这些方法可以替代实际的嵌入。在这项工作中,我们探索了使用深度神经网络(DNN)做同样事情的可能性。我们的网络被训练从易于计算的基于自然语言处理(NLP)的语义嵌入中学习类似矩阵分解的嵌入。由此产生的类似mf的嵌入用于使用来自在线零售公司Overstock.com的匿名用户产品参与数据集计算推荐。我们展示了使用我们的嵌入对Overstock.com生产数据集进行计算推荐的结果,该数据集包含约350万件商品和约600万用户。来自Overstock.com自己的推荐系统的推荐与使用我们的类mf嵌入获得的推荐进行比较,通过将两者的结果与基本事实进行比较,在我们的例子中,这是实际的用户共同点击数据。我们的研究结果表明,可以使用dnn来有效地计算类mf嵌入,然后可以与基于NLP的嵌入结合使用,以改进从基于NLP的嵌入中获得的推荐。
{"title":"Item based recommendation using matrix-factorization-like embeddings from deep networks","authors":"Vaidyanath Areyur Shanthakumar, Clark Barnett, Keith Warnick, P. A. Sudyanti, Vitalii Gerbuz, Tathagata Mukherjee","doi":"10.1145/3409334.3452041","DOIUrl":"https://doi.org/10.1145/3409334.3452041","url":null,"abstract":"In this paper we describe a method for computing item based recommendations using matrix-factorization-like embeddings of the items computed using a neural network. Matrix factorizations (MF) compute near optimal item embeddings by minimizing a loss that measures the discrepancy between the predicted and known values of a sparse user-item rating matrix. Though useful for recommendation tasks, they are computationally intensive and hard to compute for large sets of users and items. Hence there is need to compute MF-like embeddings using other less computationally intensive methods, which can be substituted for the actual ones. In this work we explore the possibility of doing the same using a deep neural network (DNN). Our network is trained to learn matrix-factorization-like embeddings from easy to compute natural language processing (NLP) based semantic embeddings. The resulting MF-like embeddings are used to compute recommendations using an anonymized user product engagement dataset from the online retail company Overstock.com. We present the results of using our embeddings for computing recommendations with the Overstock.com production dataset consisting of ~3.5 million items and ~6 million users. Recommendations from Overstock.com's own recommendation system is compared against those obtained by using our MF-like embeddings, by comparing the results from both to the ground truth, which in our case is actual user co-clicks data. Our results show that it is possible to use DNNs for efficiently computing MF-like embeddings which can then be used in conjunction with the NLP based embeddings to improve the recommendations obtained from the NLP based embeddings.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124162117","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A computer vision pipeline for automatic large-scale inventory tracking 一种用于大规模库存自动跟踪的计算机视觉管道
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452063
Stephen Gregory, Utkarsh Singh, Jeffrey G. Gray, Jon Hobbs
Monitoring and tracking inventory is one of the most important aspects of administrating any large-scale enterprise operation that involves physical goods. One of the most evident examples of such operations is automotive manufacturing, especially for servicing a global customer base. We present a software solution of Intelligent Process Automation (IPA) that utilizes state-of-the-art computer vision (CV) and other algorithmic techniques to locate, detect, and manage inventory storage logistics using label information from simple warehouse images. When used in conjunction with a recently developed robotic imaging system, our pipeline can be shown to replace the need for costly, error-prone human input to the inventory tracking system. This paper outlines the technical and practical application of IPA fueled by deep learning. The specific motivation for this project was to address a critical need of Mercedes-Benz U.S. International (MBUSI), but the techniques could be applied more generally to other inventory management contexts. We also discuss how our pipeline produces an inexpensive, efficient, and generalizable solution that provides the capability to retrieve data from an unpredictable environment, in contrast to previous approaches.
监控和跟踪库存是管理任何涉及实物商品的大型企业运营的最重要方面之一。此类操作的一个最明显的例子是汽车制造业,特别是为全球客户群提供服务。我们提出了一种智能过程自动化(IPA)的软件解决方案,它利用最先进的计算机视觉(CV)和其他算法技术,利用简单仓库图像中的标签信息来定位、检测和管理库存存储物流。当与最近开发的机器人成像系统结合使用时,我们的管道可以取代成本高昂、容易出错的人工输入库存跟踪系统。本文概述了由深度学习推动的IPA的技术和实际应用。该项目的具体动机是解决梅赛德斯-奔驰美国国际公司(MBUSI)的关键需求,但该技术可以更广泛地应用于其他库存管理环境。我们还讨论了与以前的方法相比,我们的管道如何产生廉价、高效和通用的解决方案,该解决方案提供了从不可预测的环境中检索数据的能力。
{"title":"A computer vision pipeline for automatic large-scale inventory tracking","authors":"Stephen Gregory, Utkarsh Singh, Jeffrey G. Gray, Jon Hobbs","doi":"10.1145/3409334.3452063","DOIUrl":"https://doi.org/10.1145/3409334.3452063","url":null,"abstract":"Monitoring and tracking inventory is one of the most important aspects of administrating any large-scale enterprise operation that involves physical goods. One of the most evident examples of such operations is automotive manufacturing, especially for servicing a global customer base. We present a software solution of Intelligent Process Automation (IPA) that utilizes state-of-the-art computer vision (CV) and other algorithmic techniques to locate, detect, and manage inventory storage logistics using label information from simple warehouse images. When used in conjunction with a recently developed robotic imaging system, our pipeline can be shown to replace the need for costly, error-prone human input to the inventory tracking system. This paper outlines the technical and practical application of IPA fueled by deep learning. The specific motivation for this project was to address a critical need of Mercedes-Benz U.S. International (MBUSI), but the techniques could be applied more generally to other inventory management contexts. We also discuss how our pipeline produces an inexpensive, efficient, and generalizable solution that provides the capability to retrieve data from an unpredictable environment, in contrast to previous approaches.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127921531","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}
引用次数: 3
Wavelet transform-based feature extraction approach for epileptic seizure classification 基于小波变换的癫痫发作特征提取方法
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452078
Md Khurram Monir Rabby, A. Islam, S. Belkasim, M. Bikdash
In this research, a wavelet transform-based feature extraction approach is proposed for the detection of epileptic seizures from the EEG raw dataset. The proposed approach uses the Wavelet Transform (WT) method to divide the seizure and non-seizure classes of signals into multiple sub-bands and extracts the features of the dataset following Petrosian Fractal Dimension (PFD), Higuchi Fractal Dimension (HFD), and Singular Value Decomposition Entropy (SVDE). The Kruskal-Wallis test is performed to determine the difference in the random sampling and the extracted features are leveraged to divide the dataset into the training and testing sets for developing the model in order to train the network. The proposed approach is applied to the EEG dataset of Bonn University. Hence, the Neural Network (NN), Artificial Neural Network (ANN), Support Vector Machine (SVM), and Convolutional Neural Network (CNN) are used as preliminary models in the proposed approach for training the networks. As a preliminary analysis of the proposed approach, the training and testing Area Under the Curve (AUC) is calculated in the Receiver Operating Characteristic (ROC) curve to measure the performances of the existing models. The primary results show that, in the proposed approach, the performance of ANN is better than NN, SVM, and CNN.
在本研究中,提出了一种基于小波变换的特征提取方法,用于从EEG原始数据集中检测癫痫发作。该方法利用小波变换(Wavelet Transform, WT)方法将信号的癫痫和非癫痫类别划分为多个子带,并根据Petrosian分形维数(PFD)、Higuchi分形维数(HFD)和奇异值分解熵(SVDE)提取数据集的特征。通过Kruskal-Wallis测试来确定随机抽样的差异,并利用提取的特征将数据集划分为训练集和测试集,用于开发模型,以训练网络。将该方法应用于德国波恩大学的脑电图数据集。因此,在提出的方法中,神经网络(NN)、人工神经网络(ANN)、支持向量机(SVM)和卷积神经网络(CNN)被用作训练网络的初步模型。作为对所提出方法的初步分析,在Receiver Operating Characteristic (ROC)曲线中计算训练和测试曲线下面积(Area Under the Curve, AUC)来衡量现有模型的性能。初步结果表明,在提出的方法中,神经网络的性能优于神经网络、支持向量机和CNN。
{"title":"Wavelet transform-based feature extraction approach for epileptic seizure classification","authors":"Md Khurram Monir Rabby, A. Islam, S. Belkasim, M. Bikdash","doi":"10.1145/3409334.3452078","DOIUrl":"https://doi.org/10.1145/3409334.3452078","url":null,"abstract":"In this research, a wavelet transform-based feature extraction approach is proposed for the detection of epileptic seizures from the EEG raw dataset. The proposed approach uses the Wavelet Transform (WT) method to divide the seizure and non-seizure classes of signals into multiple sub-bands and extracts the features of the dataset following Petrosian Fractal Dimension (PFD), Higuchi Fractal Dimension (HFD), and Singular Value Decomposition Entropy (SVDE). The Kruskal-Wallis test is performed to determine the difference in the random sampling and the extracted features are leveraged to divide the dataset into the training and testing sets for developing the model in order to train the network. The proposed approach is applied to the EEG dataset of Bonn University. Hence, the Neural Network (NN), Artificial Neural Network (ANN), Support Vector Machine (SVM), and Convolutional Neural Network (CNN) are used as preliminary models in the proposed approach for training the networks. As a preliminary analysis of the proposed approach, the training and testing Area Under the Curve (AUC) is calculated in the Receiver Operating Characteristic (ROC) curve to measure the performances of the existing models. The primary results show that, in the proposed approach, the performance of ANN is better than NN, SVM, and CNN.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128493138","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}
引用次数: 7
A study of state-of-the-art energy saving on edges 最先进的边缘节能研究
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452079
Kousalya Banka, Kun Suo, Yong Shi, S. Baidya
Edge computing or Internet of Things (IoT) comprises a set of devices that are interconnected ranging from our daily used objects to advanced networked equipment. It is constantly evolving as the number of devices owned by users is increasing at a rapid speed. These devices are used for various scenarios such as health care, monitoring, autonomous vehicles etc. However, as the edges perform more complex operations and IoTs carry increasing heavy workloads, they demand more energy to perform such tasks. In this paper, we perform a comprehensive study of state-of-the-art energy saving on edge platforms. Specifically, energy efficiency of the devices that run on the edges as well as corresponding solutions including hardware, software, algorithms, etc. will be thoroughly analyzed and we also presented the strengths and weakness of various researches in each area.
边缘计算或物联网(IoT)包括一组相互连接的设备,从我们日常使用的物体到先进的网络设备。随着用户拥有的设备数量快速增长,它也在不断发展。这些设备用于各种场景,如医疗保健、监控、自动驾驶汽车等。然而,随着边缘执行更复杂的操作,物联网承担越来越繁重的工作负载,它们需要更多的能量来执行这些任务。在本文中,我们对边缘平台上最先进的节能进行了全面研究。具体而言,我们将深入分析在边缘运行的设备的能效以及相应的解决方案,包括硬件、软件、算法等,并介绍各个领域的研究优势和不足。
{"title":"A study of state-of-the-art energy saving on edges","authors":"Kousalya Banka, Kun Suo, Yong Shi, S. Baidya","doi":"10.1145/3409334.3452079","DOIUrl":"https://doi.org/10.1145/3409334.3452079","url":null,"abstract":"Edge computing or Internet of Things (IoT) comprises a set of devices that are interconnected ranging from our daily used objects to advanced networked equipment. It is constantly evolving as the number of devices owned by users is increasing at a rapid speed. These devices are used for various scenarios such as health care, monitoring, autonomous vehicles etc. However, as the edges perform more complex operations and IoTs carry increasing heavy workloads, they demand more energy to perform such tasks. In this paper, we perform a comprehensive study of state-of-the-art energy saving on edge platforms. Specifically, energy efficiency of the devices that run on the edges as well as corresponding solutions including hardware, software, algorithms, etc. will be thoroughly analyzed and we also presented the strengths and weakness of various researches in each area.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"172 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122361548","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
Benefits of combining dimensional attention and working memory for partially observable reinforcement learning problems 结合维度注意和工作记忆对部分可观察强化学习问题的好处
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452072
Ngozi Omatu, Joshua L. Phillips
Neuroscience provides a rich source of inspiration for new types of algorithms and architectures to employ when building AI and the resulting biologically-plausible approaches that provide formal, testable models of brain function. The working memory toolkit (WMtk), was developed to assist the integration of an artificial neural network (ANN)-based computational neuroscience model of working memory into reinforcement learning (RL) agents, mitigating the details of ANN design and providing a simple symbolic encoding interface. While the WMtk allows RL agents to perform well in partially-observable domains, it requires prefiltering of sensory information by the programmer: a task often delegated to dimensional attention mechanisms in other cognitive architectures. To fill this gap, we develop and test a biologically-plausible dimensional attention filter for the WMtk and validate model performance using a partially-observable 1D maze task. We show that the attention filter improves learning behavior in two ways by: 1) speeding up learning in the short-term, early in training and 2) developing emergent alternative strategies which optimize performance over the long-term.
神经科学为构建人工智能时使用的新型算法和架构提供了丰富的灵感来源,以及由此产生的生物学上合理的方法,这些方法提供了正式的、可测试的大脑功能模型。工作记忆工具包(WMtk)的开发是为了帮助将基于人工神经网络(ANN)的工作记忆计算神经科学模型集成到强化学习(RL)代理中,减轻了人工神经网络设计的细节,并提供了一个简单的符号编码接口。虽然WMtk允许强化学习代理在部分可观察领域表现良好,但它需要程序员对感官信息进行预过滤:在其他认知架构中,这项任务通常委托给维度注意机制。为了填补这一空白,我们为WMtk开发并测试了一种生物学上合理的维度注意力过滤器,并使用部分可观察的1D迷宫任务验证了模型的性能。我们发现,注意力过滤器通过两种方式改善学习行为:1)在短期内加速学习,在训练早期;2)制定紧急替代策略,优化长期表现。
{"title":"Benefits of combining dimensional attention and working memory for partially observable reinforcement learning problems","authors":"Ngozi Omatu, Joshua L. Phillips","doi":"10.1145/3409334.3452072","DOIUrl":"https://doi.org/10.1145/3409334.3452072","url":null,"abstract":"Neuroscience provides a rich source of inspiration for new types of algorithms and architectures to employ when building AI and the resulting biologically-plausible approaches that provide formal, testable models of brain function. The working memory toolkit (WMtk), was developed to assist the integration of an artificial neural network (ANN)-based computational neuroscience model of working memory into reinforcement learning (RL) agents, mitigating the details of ANN design and providing a simple symbolic encoding interface. While the WMtk allows RL agents to perform well in partially-observable domains, it requires prefiltering of sensory information by the programmer: a task often delegated to dimensional attention mechanisms in other cognitive architectures. To fill this gap, we develop and test a biologically-plausible dimensional attention filter for the WMtk and validate model performance using a partially-observable 1D maze task. We show that the attention filter improves learning behavior in two ways by: 1) speeding up learning in the short-term, early in training and 2) developing emergent alternative strategies which optimize performance over the long-term.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"346 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116532768","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
Modification and complexity analysis of an incremental learning algorithm under the VPRS model VPRS模型下一种增量学习算法的改进及复杂度分析
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452076
Xuguang Chen
This article introduced the modification of an incremental learning algorithm and summarized its performance via the complexity analysis. The algorithm was originally proposed in the context of classic rough set theory, utilizing the hierarchy of probabilistic decision tables as the classifier. The variable precision rough set model (VPRS model) is an extension of the classic rough set theory with unique features. When implemented under the VPRS model, the algorithm has to be modified; for example, some of its strategies can be merged and additional operations are required. Initially, the algorithm was modified into a version specifically suitable for the field of face recognition. This article further reformulated the algorithm so that it can be potentially applied in different areas and, after that, analyzed its complexity.
本文介绍了一种增量学习算法的改进,并通过复杂度分析对其性能进行了总结。该算法最初是在经典粗糙集理论的背景下提出的,利用概率决策表的层次结构作为分类器。变精度粗糙集模型(VPRS模型)是对经典粗糙集理论的扩展,具有独特的特点。在VPRS模型下实现时,需要对算法进行修改;例如,它的一些策略可以合并,并且需要额外的操作。最初,该算法被修改为一个专门适用于人脸识别领域的版本。本文进一步对算法进行了重新表述,使其具有应用于不同领域的潜力,并对其复杂性进行了分析。
{"title":"Modification and complexity analysis of an incremental learning algorithm under the VPRS model","authors":"Xuguang Chen","doi":"10.1145/3409334.3452076","DOIUrl":"https://doi.org/10.1145/3409334.3452076","url":null,"abstract":"This article introduced the modification of an incremental learning algorithm and summarized its performance via the complexity analysis. The algorithm was originally proposed in the context of classic rough set theory, utilizing the hierarchy of probabilistic decision tables as the classifier. The variable precision rough set model (VPRS model) is an extension of the classic rough set theory with unique features. When implemented under the VPRS model, the algorithm has to be modified; for example, some of its strategies can be merged and additional operations are required. Initially, the algorithm was modified into a version specifically suitable for the field of face recognition. This article further reformulated the algorithm so that it can be potentially applied in different areas and, after that, analyzed its complexity.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123744102","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
Sentiment analysis on COVID tweets using COVID-Twitter-BERT with auxiliary sentence approach 使用COVID- twitter - bert辅助句方法对COVID推文进行情感分析
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452074
Hung-Yeh Lin, Teng-Sheng Moh
Sentiment analysis is a fascinating area as a natural language understanding benchmark to evaluate customers' feedback and needs. Moreover, sentiment analysis can be applied to understand the people's reactions to public events such as the presidential elections and disease pandemics. Recent works in sentiment analysis on COVID-19 present a domain-targeted Bidirectional Encoder Representations from Transformer (BERT) language model, COVID-Twitter BERT (CT-BERT). However, there is little improvement in text classification using a BERT-based language model directly. Therefore, an auxiliary approach using BERT was proposed. This method converts single-sentence classification into pair-sentence classification, which solves the performance issue of BERT in text classification tasks. In this paper, we combine a pre-trained BERT model from COVID-related tweets and the auxiliary-sentence method to achieve better classification performance on COVID tweets sentiment analysis. We show that converting single-sentence classification into pair-sentence classification extends the dataset and obtains higher accuracies and F1 scores. However, we expect a domain-specific language model would perform better than a general language model. In our results, we show that the performance of CT-BERT does not necessarily outperform BERT specifically in understanding sentiments.
情感分析是一个很有吸引力的领域,它可以作为自然语言理解的基准来评估客户的反馈和需求。此外,还可以运用情绪分析来了解国民对总统选举、传染病等公共事件的反应。最近关于COVID-19情绪分析的工作提出了一种面向领域的双向编码器表示转换器(BERT)语言模型,即COVID-Twitter BERT (CT-BERT)。然而,直接使用基于bert的语言模型在文本分类方面几乎没有改进。因此,提出了一种基于BERT的辅助方法。该方法将单句分类转化为对句分类,解决了BERT在文本分类任务中的性能问题。在本文中,我们将来自COVID相关推文的预训练BERT模型与辅助句方法相结合,以获得更好的COVID推文情感分析分类性能。我们表明,将单句分类转换为成对分类扩展了数据集,并获得了更高的准确率和F1分数。然而,我们期望特定于领域的语言模型比一般的语言模型表现得更好。在我们的结果中,我们表明CT-BERT的表现不一定优于BERT,特别是在理解情绪方面。
{"title":"Sentiment analysis on COVID tweets using COVID-Twitter-BERT with auxiliary sentence approach","authors":"Hung-Yeh Lin, Teng-Sheng Moh","doi":"10.1145/3409334.3452074","DOIUrl":"https://doi.org/10.1145/3409334.3452074","url":null,"abstract":"Sentiment analysis is a fascinating area as a natural language understanding benchmark to evaluate customers' feedback and needs. Moreover, sentiment analysis can be applied to understand the people's reactions to public events such as the presidential elections and disease pandemics. Recent works in sentiment analysis on COVID-19 present a domain-targeted Bidirectional Encoder Representations from Transformer (BERT) language model, COVID-Twitter BERT (CT-BERT). However, there is little improvement in text classification using a BERT-based language model directly. Therefore, an auxiliary approach using BERT was proposed. This method converts single-sentence classification into pair-sentence classification, which solves the performance issue of BERT in text classification tasks. In this paper, we combine a pre-trained BERT model from COVID-related tweets and the auxiliary-sentence method to achieve better classification performance on COVID tweets sentiment analysis. We show that converting single-sentence classification into pair-sentence classification extends the dataset and obtains higher accuracies and F1 scores. However, we expect a domain-specific language model would perform better than a general language model. In our results, we show that the performance of CT-BERT does not necessarily outperform BERT specifically in understanding sentiments.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125301135","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}
引用次数: 6
Fast streaming translation using machine learning with transformer 快速流翻译使用机器学习与变压器
Pub Date : 2021-04-15 DOI: 10.1145/3409334.3452059
Jiabao Qiu, M. Moh, Teng-Sheng Moh
Machine Translation is the usage of machine learning techniques in translation from one language to another. It has recently been applied to streaming translation, also known as automatic subtitling. The most common challenge in this area is the trade-off between correctness and speed. Due to its real-time feature, streaming translation needs high speed as it has strict playtime constraints. This paper proposes an enhanced Transformer model for fast streaming translation. The proposed machine-learning method is described, implemented, and evaluated based on a common German-English bilingual dataset. The evaluation results have shown that the proposed system successfully achieved a good speed in the training phase, and a high speed in the actual translating phrase that is fast enough for real-time applications, while also maintaining robust correctness. We believe the proposed Transformer model is a significant contribution to natural-language processing, and would be useful for other real-time translation applications.
机器翻译是使用机器学习技术将一种语言翻译成另一种语言。它最近被应用于流媒体翻译,也被称为自动字幕。这一领域最常见的挑战是在正确性和速度之间进行权衡。由于其实时性,流媒体翻译需要很高的速度,因为它有严格的播放时间限制。本文提出了一种用于快速流翻译的增强Transformer模型。提出的机器学习方法是基于通用的德语-英语双语数据集进行描述、实现和评估的。评估结果表明,该系统在训练阶段取得了较好的翻译速度,在实际翻译短语中也取得了较高的翻译速度,足以满足实时应用,同时保持了鲁棒性的正确性。我们相信提出的Transformer模型是对自然语言处理的重要贡献,对其他实时翻译应用程序也很有用。
{"title":"Fast streaming translation using machine learning with transformer","authors":"Jiabao Qiu, M. Moh, Teng-Sheng Moh","doi":"10.1145/3409334.3452059","DOIUrl":"https://doi.org/10.1145/3409334.3452059","url":null,"abstract":"Machine Translation is the usage of machine learning techniques in translation from one language to another. It has recently been applied to streaming translation, also known as automatic subtitling. The most common challenge in this area is the trade-off between correctness and speed. Due to its real-time feature, streaming translation needs high speed as it has strict playtime constraints. This paper proposes an enhanced Transformer model for fast streaming translation. The proposed machine-learning method is described, implemented, and evaluated based on a common German-English bilingual dataset. The evaluation results have shown that the proposed system successfully achieved a good speed in the training phase, and a high speed in the actual translating phrase that is fast enough for real-time applications, while also maintaining robust correctness. We believe the proposed Transformer model is a significant contribution to natural-language processing, and would be useful for other real-time translation applications.","PeriodicalId":148741,"journal":{"name":"Proceedings of the 2021 ACM Southeast Conference","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130352171","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
期刊
Proceedings of the 2021 ACM Southeast Conference
全部 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