首页 > 最新文献

2020 IEEE International Conference on Smart Computing (SMARTCOMP)最新文献

英文 中文
REAM: Resource Efficient Adaptive Monitoring of Community Spaces at the Edge Using Reinforcement Learning 基于强化学习的边缘社区空间资源高效自适应监测
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00023
Praveen Venkateswaran, Cheng-Hsin Hsu, S. Mehrotra, N. Venkatasubramanian
An increasing number of community spaces are being instrumented with heterogeneous IoT sensors and actuators that enable continuous monitoring of the surrounding environments. Data streams generated from the devices are analyzed using a range of analytics operators and transformed into meaningful information for community monitoring applications. To ensure high quality results, timely monitoring, and application reliability, we argue that these operators must be hosted at edge servers located in close proximity to the community space. In this paper, we present a Resource Efficient Adaptive Monitoring (REAM) framework at the edge that adaptively selects workflows of devices and operators to maintain adequate quality of information for the application at hand while judiciously consuming the limited resources available on edge servers. IoT deployments in community spaces are in a state of continuous flux that are dictated by the nature of activities and events within the space. Since these spaces are complex and change dynamically, and events can take place under different environmental contexts, developing a one-size-fits-all model that works for all types of spaces is infeasible. The REAM framework utilizes deep reinforcement learning agents that learn by interacting with each individual community spaces and take decisions based on the state of the environment in each space and other contextual information. We evaluate our framework on two real-world testbeds in Orange County, USA and NTHU, Taiwan. The evaluation results show that community spaces using REAM can achieve > 90% monitoring accuracy while incurring ~ 50% less resource consumption costs compared to existing static monitoring and Machine Learning driven approaches.
越来越多的社区空间正在配备异构物联网传感器和执行器,以实现对周围环境的持续监控。设备生成的数据流使用一系列分析操作符进行分析,并将其转换为社区监控应用程序的有意义的信息。为了确保高质量的结果、及时的监控和应用程序的可靠性,我们认为这些运营商必须托管在靠近社区空间的边缘服务器上。在本文中,我们在边缘提出了一个资源高效自适应监控(REAM)框架,该框架自适应地选择设备和操作员的工作流,以保持手头应用程序的足够信息质量,同时明智地消耗边缘服务器上有限的可用资源。社区空间中的物联网部署处于不断变化的状态,这取决于空间内活动和事件的性质。由于这些空间复杂且动态变化,事件可能在不同的环境背景下发生,因此开发适用于所有类型空间的一刀切模型是不可行的。REAM框架利用深度强化学习代理,通过与每个单独的社区空间交互来学习,并根据每个空间中的环境状态和其他上下文信息做出决策。我们在美国奥兰治县和台湾台大的两个实际测试平台上评估了我们的框架。评估结果表明,与现有的静态监测和机器学习驱动方法相比,使用REAM的社区空间监测精度可达到约90%,而资源消耗成本可降低约50%。
{"title":"REAM: Resource Efficient Adaptive Monitoring of Community Spaces at the Edge Using Reinforcement Learning","authors":"Praveen Venkateswaran, Cheng-Hsin Hsu, S. Mehrotra, N. Venkatasubramanian","doi":"10.1109/SMARTCOMP50058.2020.00023","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00023","url":null,"abstract":"An increasing number of community spaces are being instrumented with heterogeneous IoT sensors and actuators that enable continuous monitoring of the surrounding environments. Data streams generated from the devices are analyzed using a range of analytics operators and transformed into meaningful information for community monitoring applications. To ensure high quality results, timely monitoring, and application reliability, we argue that these operators must be hosted at edge servers located in close proximity to the community space. In this paper, we present a Resource Efficient Adaptive Monitoring (REAM) framework at the edge that adaptively selects workflows of devices and operators to maintain adequate quality of information for the application at hand while judiciously consuming the limited resources available on edge servers. IoT deployments in community spaces are in a state of continuous flux that are dictated by the nature of activities and events within the space. Since these spaces are complex and change dynamically, and events can take place under different environmental contexts, developing a one-size-fits-all model that works for all types of spaces is infeasible. The REAM framework utilizes deep reinforcement learning agents that learn by interacting with each individual community spaces and take decisions based on the state of the environment in each space and other contextual information. We evaluate our framework on two real-world testbeds in Orange County, USA and NTHU, Taiwan. The evaluation results show that community spaces using REAM can achieve > 90% monitoring accuracy while incurring ~ 50% less resource consumption costs compared to existing static monitoring and Machine Learning driven approaches.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115986238","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
DAMCREM: Dynamic Allocation Method of Computation REsource to Macro-Tasks for Fully Homomorphic Encryption Applications 全同态加密应用中计算资源对宏任务的动态分配方法
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00094
Takuya Suzuki, Yu Ishimaki, H. Yamana
Smart computing aims to improve the quality of life by utilizing Internet-of-Things devices and cloud computing. Typically, this computing handles private and/or personal information so concealing such sensitive information is a challenge. Adopting fully homomorphic encryption (FHE) is one approach for handling such sensitive information safely; that is, we can calculate the encrypted data without decryption. However, the time and space complexity of the FHE operation is high. Thus, its computation takes a long time. In this study, we aim to shorten FHE execution time by adopting our new scheduling algorithm, which divides a task into several macro-tasks and then assigns a set of threads. We assume a cloud computing system that is equipped with a many-core CPU. Thus, we propose the dynamic allocation method of computation resource to macro-tasks (DAMCREM), which dynamically allocates a certain number of threads (selected from pre-defined candidates) to each macro-task of every given job. In the evaluation, we compared DAMCREM to naive methods that allocate a pre-defined number of threads to each macro-task. The result shows that the average latency and maximum latency of job execution is less than those of naive methods, even when the average interval of job arrival is short.
智能计算旨在通过利用物联网设备和云计算来提高生活质量。通常,这种计算处理私有和/或个人信息,因此隐藏此类敏感信息是一项挑战。采用完全同态加密(FHE)是安全处理此类敏感信息的一种方法;也就是说,我们可以在不解密的情况下计算加密的数据。但是,FHE操作的时间和空间复杂度较高。因此,其计算时间较长。在本研究中,我们采用新的调度算法,将一个任务划分为几个宏任务,然后分配一组线程,以缩短FHE的执行时间。我们假设有一个配备了多核CPU的云计算系统。因此,我们提出了计算资源到宏任务的动态分配方法(DAMCREM),该方法从预定义的候选线程中选择一定数量的线程动态分配给给定作业的每个宏任务。在评估中,我们将DAMCREM与为每个宏任务分配预定义数量的线程的朴素方法进行了比较。结果表明,在作业到达的平均间隔较短的情况下,作业执行的平均延迟和最大延迟均小于朴素方法。
{"title":"DAMCREM: Dynamic Allocation Method of Computation REsource to Macro-Tasks for Fully Homomorphic Encryption Applications","authors":"Takuya Suzuki, Yu Ishimaki, H. Yamana","doi":"10.1109/SMARTCOMP50058.2020.00094","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00094","url":null,"abstract":"Smart computing aims to improve the quality of life by utilizing Internet-of-Things devices and cloud computing. Typically, this computing handles private and/or personal information so concealing such sensitive information is a challenge. Adopting fully homomorphic encryption (FHE) is one approach for handling such sensitive information safely; that is, we can calculate the encrypted data without decryption. However, the time and space complexity of the FHE operation is high. Thus, its computation takes a long time. In this study, we aim to shorten FHE execution time by adopting our new scheduling algorithm, which divides a task into several macro-tasks and then assigns a set of threads. We assume a cloud computing system that is equipped with a many-core CPU. Thus, we propose the dynamic allocation method of computation resource to macro-tasks (DAMCREM), which dynamically allocates a certain number of threads (selected from pre-defined candidates) to each macro-task of every given job. In the evaluation, we compared DAMCREM to naive methods that allocate a pre-defined number of threads to each macro-task. The result shows that the average latency and maximum latency of job execution is less than those of naive methods, even when the average interval of job arrival is short.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"117 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116183316","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
Continuous Green2 Waves for Surfin Smart Cities 智能城市的持续绿色浪潮
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00085
Carlo Scaffidi, Giuseppe Tricomi, S. Distefano, A. Puliafito
Global warming and climate changes are due to several factors, not least vehicle and transportation emissions. Smart City technologies can provide mechanisms for emission (greenhouse gases, particles) containment that may significantly impact on the environment. This paper proposes a solution, based on an intelligent cruise control system, allowing a vehicle to interact with the Smart City infrastructure facilities for cutting down its emissions on the planned route while saving fuel. The proposed approach aims at implementing a (virtually) continuous green wave for a vehicle lowering its emissions by modulating the speed only considering local traffic congestion and traffic light information provided by the Smart City infrastructure, without actuating on the latter. A green-green (green2) wave also reducing the fuel consumption and ensuring a good trade off with travel time. To demonstrate the effectiveness of the proposed solution, a power train model of a c-segment car traveling on while interacting with Smart City facilities has been implemented and evaluated, providing significant insights.
全球变暖和气候变化是由几个因素造成的,尤其是汽车和交通工具的排放。智慧城市技术可以提供可能对环境产生重大影响的排放(温室气体、颗粒)控制机制。本文提出了一种基于智能巡航控制系统的解决方案,允许车辆与智能城市基础设施进行交互,以减少其在计划路线上的排放,同时节省燃料。建议的方法旨在通过仅考虑当地交通拥堵和智能城市基础设施提供的交通灯信息来调节速度,而不依赖后者,从而实现(实际上)连续的绿波,以降低车辆的排放。绿-绿(green2)波也减少了燃料消耗,并确保了与旅行时间的良好权衡。为了证明所提出的解决方案的有效性,c级车在与智慧城市设施互动的同时行驶的动力系统模型已经实施和评估,提供了重要的见解。
{"title":"Continuous Green2 Waves for Surfin Smart Cities","authors":"Carlo Scaffidi, Giuseppe Tricomi, S. Distefano, A. Puliafito","doi":"10.1109/SMARTCOMP50058.2020.00085","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00085","url":null,"abstract":"Global warming and climate changes are due to several factors, not least vehicle and transportation emissions. Smart City technologies can provide mechanisms for emission (greenhouse gases, particles) containment that may significantly impact on the environment. This paper proposes a solution, based on an intelligent cruise control system, allowing a vehicle to interact with the Smart City infrastructure facilities for cutting down its emissions on the planned route while saving fuel. The proposed approach aims at implementing a (virtually) continuous green wave for a vehicle lowering its emissions by modulating the speed only considering local traffic congestion and traffic light information provided by the Smart City infrastructure, without actuating on the latter. A green-green (green2) wave also reducing the fuel consumption and ensuring a good trade off with travel time. To demonstrate the effectiveness of the proposed solution, a power train model of a c-segment car traveling on while interacting with Smart City facilities has been implemented and evaluated, providing significant insights.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127969237","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
Discovering Multi-density Urban Hotspots in a Smart City 探索智慧城市中的多密度热点
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00073
Eugenio Cesario, Paschal I. Uchubilo, Andrea Vinci, Xiaotian Zhu
Leveraged by a large-scale diffusion of sensing networks and scanning devices in modern cities, huge volumes of geo-referenced urban data are collected every day. Such amount of information is analyzed to discover data-driven models, which can be exploited to tackle the major issues that cities face, including air pollution, virus diffusion, human mobility, traffic flows. In particular, the detection of city hotspots is becoming a valuable organization technique for framing detailed knowledge of a metropolitan area, providing high-level summaries for spatial datasets, which are valuable for planners, scientists, and policymakers. However, while classic density-based clustering algorithms show to be suitable to discover hotspots characterized by homogeneous density, their application on multi-density data can produce inaccurate results. For such a reason, since metropolitan cities are heavily characterized by variable densities, multi-density clustering seems to be more appropriate to discover city hotspots. This paper presents a study about how density-based clustering algorithms are suitable for discovering urban hotspots in a city, by showing a comparative analysis of single-density and multi-density clustering on both state-of-the-art data and real-world data. The experimental evaluation shows that, in an urban scenario, multi-density clustering achieves higher quality hotspots than a single-density approach.
随着传感网络和扫描设备在现代城市的大规模普及,每天都会收集到大量的地理参考城市数据。对如此大量的信息进行分析,以发现数据驱动的模型,可以利用这些模型来解决城市面临的主要问题,包括空气污染、病毒扩散、人员流动、交通流量。特别是,城市热点的检测正在成为一种有价值的组织技术,用于构建大都市地区的详细知识,为空间数据集提供高水平的摘要,这对规划者、科学家和决策者来说是有价值的。然而,尽管经典的基于密度的聚类算法适合于发现密度均匀的热点,但它们在多密度数据上的应用可能会产生不准确的结果。因此,由于大都市的密度变化很大,多密度集群似乎更适合发现城市热点。本文通过对最新数据和真实数据进行单密度和多密度聚类的对比分析,研究了基于密度的聚类算法如何适用于发现城市热点。实验评估表明,在城市场景下,多密度聚类比单密度聚类获得更高质量的热点。
{"title":"Discovering Multi-density Urban Hotspots in a Smart City","authors":"Eugenio Cesario, Paschal I. Uchubilo, Andrea Vinci, Xiaotian Zhu","doi":"10.1109/SMARTCOMP50058.2020.00073","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00073","url":null,"abstract":"Leveraged by a large-scale diffusion of sensing networks and scanning devices in modern cities, huge volumes of geo-referenced urban data are collected every day. Such amount of information is analyzed to discover data-driven models, which can be exploited to tackle the major issues that cities face, including air pollution, virus diffusion, human mobility, traffic flows. In particular, the detection of city hotspots is becoming a valuable organization technique for framing detailed knowledge of a metropolitan area, providing high-level summaries for spatial datasets, which are valuable for planners, scientists, and policymakers. However, while classic density-based clustering algorithms show to be suitable to discover hotspots characterized by homogeneous density, their application on multi-density data can produce inaccurate results. For such a reason, since metropolitan cities are heavily characterized by variable densities, multi-density clustering seems to be more appropriate to discover city hotspots. This paper presents a study about how density-based clustering algorithms are suitable for discovering urban hotspots in a city, by showing a comparative analysis of single-density and multi-density clustering on both state-of-the-art data and real-world data. The experimental evaluation shows that, in an urban scenario, multi-density clustering achieves higher quality hotspots than a single-density approach.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121773688","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}
引用次数: 4
Tiny Neural Networks for Environmental Predictions: An Integrated Approach with Miosix 用于环境预测的微型神经网络:与Miosix的集成方法
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00076
Francesco Alongi, Nicolò Ghielmetti, D. Pau, F. Terraneo, W. Fornaciari
Collecting vast amount of data and performing complex calculations to feed modern Numerical Weather Prediction (NWP) algorithms require to centralize intelligence into some of the most powerful energy and resource hungry supercomputers in the world. This is due to the chaotic complex nature of the atmosphere which interpretation require virtually unlimited computing and storage resources. With Machine Learning (ML) techniques, a statistical approach can be designed in order to perform weather forecasting activity. Moreover, the recently growing interest in Edge Computing Tiny Intelligent architectures is proposing a shift towards the deployment of ML algorithms on Tiny Embedded Systems (ES). This paper describes how Deep but Tiny Neural Networks (DTNN) can be designed to be parsimonious and can be automatically converted into a STM32 microcontroller-optimized C-library through X-CUBE-AI toolchain; we propose the integration of the obtained library with Miosix, a Real Time Operating System (RTOS) tailored for resource constrained and tiny processors, which is an enabling factor for system scalability and multi tasking. With our experiments we demonstrate that it is possible to deploy a DTNN, with a FLASH and RAM occupation of 45,5 KByte and 480 Byte respectively, for atmospheric pressure forecasting in an affordable cost effective system. We deployed the system in a real context, obtaining the same prediction quality as the same DNN model deployed on the cloud but with the advantage of processing all the necessary data to perform the prediction close to environmental sensors, avoiding raw data traffic to the cloud.
收集大量的数据和执行复杂的计算来提供现代数值天气预报(NWP)算法需要将智能集中到世界上一些最强大的能源和资源饥渴的超级计算机中。这是由于大气混乱复杂的性质,解释需要几乎无限的计算和存储资源。利用机器学习(ML)技术,可以设计统计方法来执行天气预报活动。此外,最近对边缘计算微型智能架构的兴趣日益浓厚,这提出了在微型嵌入式系统(ES)上部署机器学习算法的转变。本文介绍了如何通过X-CUBE-AI工具链将深度但微小的神经网络(Deep but Tiny Neural Networks, DTNN)设计得简洁,并可自动转换为STM32微控制器优化的c库;我们建议将获得的库与Miosix集成,Miosix是为资源受限和微型处理器量身定制的实时操作系统(RTOS),这是系统可扩展性和多任务处理的有利因素。通过我们的实验,我们证明可以部署DTNN, FLASH和RAM分别为45,5 KByte和480字节,用于经济实惠的大气压力预测系统。我们将系统部署在真实环境中,获得与部署在云上的相同DNN模型相同的预测质量,但具有处理所有必要数据以接近环境传感器执行预测的优势,避免了原始数据流量到云。
{"title":"Tiny Neural Networks for Environmental Predictions: An Integrated Approach with Miosix","authors":"Francesco Alongi, Nicolò Ghielmetti, D. Pau, F. Terraneo, W. Fornaciari","doi":"10.1109/SMARTCOMP50058.2020.00076","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00076","url":null,"abstract":"Collecting vast amount of data and performing complex calculations to feed modern Numerical Weather Prediction (NWP) algorithms require to centralize intelligence into some of the most powerful energy and resource hungry supercomputers in the world. This is due to the chaotic complex nature of the atmosphere which interpretation require virtually unlimited computing and storage resources. With Machine Learning (ML) techniques, a statistical approach can be designed in order to perform weather forecasting activity. Moreover, the recently growing interest in Edge Computing Tiny Intelligent architectures is proposing a shift towards the deployment of ML algorithms on Tiny Embedded Systems (ES). This paper describes how Deep but Tiny Neural Networks (DTNN) can be designed to be parsimonious and can be automatically converted into a STM32 microcontroller-optimized C-library through X-CUBE-AI toolchain; we propose the integration of the obtained library with Miosix, a Real Time Operating System (RTOS) tailored for resource constrained and tiny processors, which is an enabling factor for system scalability and multi tasking. With our experiments we demonstrate that it is possible to deploy a DTNN, with a FLASH and RAM occupation of 45,5 KByte and 480 Byte respectively, for atmospheric pressure forecasting in an affordable cost effective system. We deployed the system in a real context, obtaining the same prediction quality as the same DNN model deployed on the cloud but with the advantage of processing all the necessary data to perform the prediction close to environmental sensors, avoiding raw data traffic to the cloud.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125227064","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}
引用次数: 17
Digital City Testbed Center: Using campuses as smart city testbeds in the binational Cascadia region 数字城市试验台中心:利用校园作为两国卡斯卡迪亚地区的智慧城市试验台
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00078
J. Fink
The collection and use of digital data by “smart city” programs raise complex operational and ethical questions that can best be addressed through carefully-monitored pilot studies before urban innovations are more widely adopted. We have created a network of single-owner campuses (academic, government, corporate and nonprofit) in the Cascadia megaregion that connects Portland (OR), Seattle (WA) and Vancouver (BC), where smart city products and services can be evaluated before deployment in neighborhoods and business districts. On the five initial campuses, we are co-locating assemblages of up to a dozen technologies through which issues of data interoperability, management, privacy and monopolization can be explored. The initial research and policy goals of this network are to educate the public about smart cities, improve accessibility for populations with disabilities, prepare city residents for natural disasters, and monitor urban tree canopies so they can better mitigate the urban heat island effect. If replicated in other regions, this testing approach can accelerate cities' responsible integration of data science solutions that can address both local and global problems.
“智慧城市”项目对数字数据的收集和使用引发了复杂的运营和伦理问题,在城市创新得到更广泛采用之前,最好通过仔细监测的试点研究来解决这些问题。我们在连接波特兰(俄勒冈州)、西雅图(华盛顿州)和温哥华(不列颠哥伦比亚省)的卡斯卡迪亚大区域建立了一个由单一所有者校园(学术、政府、企业和非营利组织)组成的网络,在那里,智能城市产品和服务可以在社区和商业区部署之前进行评估。在最初的5个校区,我们正在共同部署多达12种技术,通过这些技术可以探索数据互操作性、管理、隐私和垄断等问题。该网络的初步研究和政策目标是教育公众了解智慧城市,改善残疾人的可达性,为城市居民做好应对自然灾害的准备,并监测城市树冠,以便更好地缓解城市热岛效应。如果在其他地区复制,这种测试方法可以加速城市对数据科学解决方案的负责任整合,从而解决本地和全球问题。
{"title":"Digital City Testbed Center: Using campuses as smart city testbeds in the binational Cascadia region","authors":"J. Fink","doi":"10.1109/SMARTCOMP50058.2020.00078","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00078","url":null,"abstract":"The collection and use of digital data by “smart city” programs raise complex operational and ethical questions that can best be addressed through carefully-monitored pilot studies before urban innovations are more widely adopted. We have created a network of single-owner campuses (academic, government, corporate and nonprofit) in the Cascadia megaregion that connects Portland (OR), Seattle (WA) and Vancouver (BC), where smart city products and services can be evaluated before deployment in neighborhoods and business districts. On the five initial campuses, we are co-locating assemblages of up to a dozen technologies through which issues of data interoperability, management, privacy and monopolization can be explored. The initial research and policy goals of this network are to educate the public about smart cities, improve accessibility for populations with disabilities, prepare city residents for natural disasters, and monitor urban tree canopies so they can better mitigate the urban heat island effect. If replicated in other regions, this testing approach can accelerate cities' responsible integration of data science solutions that can address both local and global problems.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128159105","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
The Impact of Container Migration on Fog Services as Perceived by Mobile Things 移动设备感知的容器迁移对雾服务的影响
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00022
C. Puliafito, A. Virdis, E. Mingozzi
The integration between fog computing and the Internet of Things (IoT) creates plenty of new opportunities. Fog computing nodes run complex tasks on behalf of IoT devices, and the topological proximity of fog computing to the IoT enables several advantages (e.g., low latency). However, some IoT devices are mobile, and mobility may compromise the fog advantages. When a device moves, the communication path to the corresponding fog service may increase, with an impact on the fog advantages (which are a consequence of fog proximity) and overall performance. To overcome this issue, the fog service may be migrated across the fog computing infrastructure and maintained close enough to the served IoT device(s). It is worth noting, though, that service migration comes at a cost and may affect application Quality of Service (QoS). In this paper, we consider a fog service to be implemented as multiple containers, having one of them encapsulating an MQTT broker. Our contribution is the evaluation of the impact of container migration, which is considered in various flavours, on application QoS as perceived by mobile things. To this purpose, we consider an augmented reality application based on the MQTT protocol and conduct a set of experiments over a real fog computing testbed. Results show how migrating the fog service gives some benefits on the experienced QoS with respect to a case where no migration is performed.
雾计算和物联网(IoT)之间的集成创造了大量新的机会。雾计算节点代表物联网设备运行复杂的任务,并且雾计算与物联网的拓扑接近具有几个优势(例如,低延迟)。然而,一些物联网设备是移动的,移动性可能会损害雾的优势。当设备移动时,到相应雾服务的通信路径可能会增加,从而影响雾的优势(这是雾接近的结果)和整体性能。为了克服这个问题,雾服务可以跨雾计算基础设施迁移,并保持与所服务的物联网设备足够接近。但是,值得注意的是,服务迁移是有代价的,并且可能影响应用程序的服务质量(QoS)。在本文中,我们考虑将雾服务实现为多个容器,其中一个容器封装MQTT代理。我们的贡献是评估容器迁移对移动设备感知的应用程序QoS的影响,容器迁移被考虑在不同的方面。为此,我们考虑了一个基于MQTT协议的增强现实应用程序,并在真实的雾计算测试台上进行了一组实验。结果显示,在不执行迁移的情况下,迁移雾服务如何为所体验的QoS带来一些好处。
{"title":"The Impact of Container Migration on Fog Services as Perceived by Mobile Things","authors":"C. Puliafito, A. Virdis, E. Mingozzi","doi":"10.1109/SMARTCOMP50058.2020.00022","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00022","url":null,"abstract":"The integration between fog computing and the Internet of Things (IoT) creates plenty of new opportunities. Fog computing nodes run complex tasks on behalf of IoT devices, and the topological proximity of fog computing to the IoT enables several advantages (e.g., low latency). However, some IoT devices are mobile, and mobility may compromise the fog advantages. When a device moves, the communication path to the corresponding fog service may increase, with an impact on the fog advantages (which are a consequence of fog proximity) and overall performance. To overcome this issue, the fog service may be migrated across the fog computing infrastructure and maintained close enough to the served IoT device(s). It is worth noting, though, that service migration comes at a cost and may affect application Quality of Service (QoS). In this paper, we consider a fog service to be implemented as multiple containers, having one of them encapsulating an MQTT broker. Our contribution is the evaluation of the impact of container migration, which is considered in various flavours, on application QoS as perceived by mobile things. To this purpose, we consider an augmented reality application based on the MQTT protocol and conduct a set of experiments over a real fog computing testbed. Results show how migrating the fog service gives some benefits on the experienced QoS with respect to a case where no migration is performed.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131789807","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}
引用次数: 10
Industry 4.0 Solutions for Interoperability: a Use Case about Tools and Tool Chains in the Arrowhead Tools Project 工业4.0互操作性解决方案:箭头工具项目中关于工具和工具链的用例
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00089
Riccardo Venanzi, Federico Montori, P. Bellavista, L. Foschini
Industry 4.0 outlines the trend of the massively adoption of Internet of Things (IoT) nodes in supply chains, manufacturing, and factories in general. The industry digitalization is the key enabler to ease the productive process, drastically reduce its costs, and boost up the associated business. In this context, Arrowhead Tools (AHT) is a H2020 EU project provided by ECSEL that targets automation and digitalization solutions for the industry in Europe. AT is based on a framework, named Arrowhead Framework (AHF), developed and provided by the previous Arrowhead (AH) project. AHF is open source and addresses IoT-based automation and integration by abstracting IoT objects to services. AHF enables IoT interoperability and provides real time data handling, security features, automation system engineering, and automation systems scalability. In this paper, after a rapid overview of the AT project and the AHF architecture, we originally introduce the concept of Tool and Tool Chain for Industry 4.0 in AH. We also present a vertical AHT use case along with its implementation, as well as all the steps to turn a service/application into an AH-compliant Tool.
工业4.0概述了在供应链、制造业和工厂中大规模采用物联网(IoT)节点的趋势。行业数字化是简化生产过程、大幅降低成本和促进相关业务的关键推动者。在此背景下,箭头工具(AHT)是ECSEL提供的H2020欧盟项目,旨在为欧洲行业提供自动化和数字化解决方案。AT基于一个名为箭头框架(AHF)的框架,该框架是由以前的箭头项目开发和提供的。AHF是开源的,通过将物联网对象抽象为服务来解决基于物联网的自动化和集成问题。AHF支持物联网互操作性,并提供实时数据处理、安全功能、自动化系统工程和自动化系统可扩展性。在本文中,在快速概述了AT项目和AHF架构之后,我们首先介绍了AH中工业4.0的工具和工具链的概念。我们还提供了一个垂直的AHT用例及其实现,以及将服务/应用程序转换为符合ah的工具的所有步骤。
{"title":"Industry 4.0 Solutions for Interoperability: a Use Case about Tools and Tool Chains in the Arrowhead Tools Project","authors":"Riccardo Venanzi, Federico Montori, P. Bellavista, L. Foschini","doi":"10.1109/SMARTCOMP50058.2020.00089","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00089","url":null,"abstract":"Industry 4.0 outlines the trend of the massively adoption of Internet of Things (IoT) nodes in supply chains, manufacturing, and factories in general. The industry digitalization is the key enabler to ease the productive process, drastically reduce its costs, and boost up the associated business. In this context, Arrowhead Tools (AHT) is a H2020 EU project provided by ECSEL that targets automation and digitalization solutions for the industry in Europe. AT is based on a framework, named Arrowhead Framework (AHF), developed and provided by the previous Arrowhead (AH) project. AHF is open source and addresses IoT-based automation and integration by abstracting IoT objects to services. AHF enables IoT interoperability and provides real time data handling, security features, automation system engineering, and automation systems scalability. In this paper, after a rapid overview of the AT project and the AHF architecture, we originally introduce the concept of Tool and Tool Chain for Industry 4.0 in AH. We also present a vertical AHT use case along with its implementation, as well as all the steps to turn a service/application into an AH-compliant Tool.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114081094","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}
引用次数: 8
Energy Management of Smart Homes 智能家居的能源管理
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00054
Muhammad Umair, G. Shah
This paper presents a Markov chain based probabilistic model to get users' stochastic activity patterns and to predict the energy consumption of a smart home. These predictions are then incorporated in our prediction and feedback based proactive energy conservation (PF-PEC) algorithm, to reduce electricity cost without compromising human comfort. The experimental results show that the proposed algorithm minimizes the total energy consumption while also ensuring standard human comfort in a smart home environment.
本文提出了一种基于马尔可夫链的概率模型来获取用户的随机活动模式,并对智能家居的能耗进行预测。然后将这些预测纳入我们基于预测和反馈的主动节能(PF-PEC)算法中,在不影响人体舒适度的情况下降低电力成本。实验结果表明,该算法在保证智能家居环境中人体舒适度的同时,最大限度地降低了总能耗。
{"title":"Energy Management of Smart Homes","authors":"Muhammad Umair, G. Shah","doi":"10.1109/SMARTCOMP50058.2020.00054","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00054","url":null,"abstract":"This paper presents a Markov chain based probabilistic model to get users' stochastic activity patterns and to predict the energy consumption of a smart home. These predictions are then incorporated in our prediction and feedback based proactive energy conservation (PF-PEC) algorithm, to reduce electricity cost without compromising human comfort. The experimental results show that the proposed algorithm minimizes the total energy consumption while also ensuring standard human comfort in a smart home environment.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129547600","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
Multi-Network Provisioning for Perpetual Operations in IoT-Enabled Smart Spaces 面向物联网智能空间永久运营的多网调配
Pub Date : 2020-09-01 DOI: 10.1109/SMARTCOMP50058.2020.00032
N. Alhassoun, M. Y. S. Uddin, N. Venkatasubramanian
The IoT revolution has enabled perpetual continuous monitoring of spaces, people and events. Data thus generated can be used to create knowledge for diverse ubiquitous services. Today, IoT platforms are key technology substrate for smart homes/buildings that are equipped with heterogeneous devices and diverse (often multiple) network interfaces. In this paper, we address a key challenge in perpetual smartspace applications, i.e. that of energy cost associated with continuous sensing and communication. Diverse applications utilize data at different levels of quality; we exploit these quality tolerances by modeling them as “space-states” and intelligently leverage the dynamic space-states to select and provision resources (access networks, device capabilities) to reduce energy overhead while ensuring application quality. We propose efficient IoT provisioning algorithms that trigger actions and space-state shifts to drive energy-optimized sensor/network activations. To validate our approach, we derive use-cases from real-world assisted living smarthomes with multiple personal and in-situ devices and target applications such as elderly fall detection. Through detailed testbed measurements and larger simulated scenarios, we show that adaptive provisioning techniques that use state-spaces and their semantics can achieve greater than 3X reductions in energy dissipation and reduce active devices without loss of sensing accuracy.
物联网革命实现了对空间、人员和事件的永久持续监控。由此产生的数据可以用来为各种无处不在的服务创造知识。如今,物联网平台是智能家居/建筑的关键技术基础,这些智能家居/建筑配备了异构设备和多种(通常是多个)网络接口。在本文中,我们解决了永续智能空间应用中的一个关键挑战,即与连续传感和通信相关的能源成本。不同的应用程序使用不同质量水平的数据;我们通过将这些质量公差建模为“空间状态”来利用它们,并智能地利用动态空间状态来选择和提供资源(访问网络,设备功能),以减少能源开销,同时确保应用程序质量。我们提出了高效的物联网配置算法,可触发动作和空间状态转换,以驱动能量优化的传感器/网络激活。为了验证我们的方法,我们从现实世界的辅助生活智能家居中获得了多个个人和原位设备的使用案例,以及老年人跌倒检测等目标应用。通过详细的测试平台测量和更大的模拟场景,我们表明使用状态空间及其语义的自适应供应技术可以在不损失传感精度的情况下将能量耗散降低3倍以上,并减少有源设备。
{"title":"Multi-Network Provisioning for Perpetual Operations in IoT-Enabled Smart Spaces","authors":"N. Alhassoun, M. Y. S. Uddin, N. Venkatasubramanian","doi":"10.1109/SMARTCOMP50058.2020.00032","DOIUrl":"https://doi.org/10.1109/SMARTCOMP50058.2020.00032","url":null,"abstract":"The IoT revolution has enabled perpetual continuous monitoring of spaces, people and events. Data thus generated can be used to create knowledge for diverse ubiquitous services. Today, IoT platforms are key technology substrate for smart homes/buildings that are equipped with heterogeneous devices and diverse (often multiple) network interfaces. In this paper, we address a key challenge in perpetual smartspace applications, i.e. that of energy cost associated with continuous sensing and communication. Diverse applications utilize data at different levels of quality; we exploit these quality tolerances by modeling them as “space-states” and intelligently leverage the dynamic space-states to select and provision resources (access networks, device capabilities) to reduce energy overhead while ensuring application quality. We propose efficient IoT provisioning algorithms that trigger actions and space-state shifts to drive energy-optimized sensor/network activations. To validate our approach, we derive use-cases from real-world assisted living smarthomes with multiple personal and in-situ devices and target applications such as elderly fall detection. Through detailed testbed measurements and larger simulated scenarios, we show that adaptive provisioning techniques that use state-spaces and their semantics can achieve greater than 3X reductions in energy dissipation and reduce active devices without loss of sensing accuracy.","PeriodicalId":346827,"journal":{"name":"2020 IEEE International Conference on Smart Computing (SMARTCOMP)","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125978275","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
期刊
2020 IEEE International Conference on Smart Computing (SMARTCOMP)
全部 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