首页 > 最新文献

Proceedings of the Second ACM/IEEE Symposium on Edge Computing最新文献

英文 中文
Enhancing AMBER alert using collaborative edges: poster 利用协作优势增强AMBER警报:海报
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132459
Qingyang Zhang, Quan Zhang, Weisong Shi, Hong Zhong
AMBER alert systems are inefficient since object searching heavily relies on reports of witnesses, who might miss alerts and cannot search enough areas of city. Using automatic license plate recognition (ALPR) technique, city-wide video surveillance is of great improvement for vehicle searching. However, analyzing huge amount of video data in the cloud leads to vast cost of data transmission and high response latency. Edge computing as an emerging computing paradigm can significantly reduce the cost of data transmission and response latency for latency-sensitive applications due to the data processing at the proximity of data sources. In this poster, we propose an enhanced AMBER alert system using collaborative edges, called AMBER Alert Assistant (A3 in short), which can search the suspect vehicle by analyzing static and mobile cameras' data in real time fashion. We propose location-direction-related diffusion that effectively optimizes the searching area for vehicle searching. The evaluation results show that real-time video analytics can be achieved by collaboratively leveraging multiple edge nodes.
安珀警报系统效率低下,因为搜索目标严重依赖目击者的报告,而目击者可能会错过警报,无法搜索城市的足够区域。采用车牌自动识别(ALPR)技术,城市范围内的视频监控对车辆搜索有很大的提高。然而,在云中分析海量的视频数据,导致了巨大的数据传输成本和高响应延迟。边缘计算作为一种新兴的计算范式,由于在数据源附近进行数据处理,可以显著降低对延迟敏感的应用程序的数据传输成本和响应延迟。在这张海报中,我们提出了一个使用协同边缘的增强型AMBER警报系统,称为AMBER alert Assistant(简称A3),它可以通过实时分析静态和移动摄像头的数据来搜索可疑车辆。提出了一种与位置方向相关的扩散算法,可以有效地优化车辆搜索的搜索区域。评估结果表明,通过协同利用多个边缘节点,可以实现实时视频分析。
{"title":"Enhancing AMBER alert using collaborative edges: poster","authors":"Qingyang Zhang, Quan Zhang, Weisong Shi, Hong Zhong","doi":"10.1145/3132211.3132459","DOIUrl":"https://doi.org/10.1145/3132211.3132459","url":null,"abstract":"AMBER alert systems are inefficient since object searching heavily relies on reports of witnesses, who might miss alerts and cannot search enough areas of city. Using automatic license plate recognition (ALPR) technique, city-wide video surveillance is of great improvement for vehicle searching. However, analyzing huge amount of video data in the cloud leads to vast cost of data transmission and high response latency. Edge computing as an emerging computing paradigm can significantly reduce the cost of data transmission and response latency for latency-sensitive applications due to the data processing at the proximity of data sources. In this poster, we propose an enhanced AMBER alert system using collaborative edges, called AMBER Alert Assistant (A3 in short), which can search the suspect vehicle by analyzing static and mobile cameras' data in real time fashion. We propose location-direction-related diffusion that effectively optimizes the searching area for vehicle searching. The evaluation results show that real-time video analytics can be achieved by collaboratively leveraging multiple edge nodes.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125904394","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}
引用次数: 11
Precog: prefetching for image recognition applications at the edge Precog:边缘图像识别应用程序的预取
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3134456
Utsav Drolia, Katherine Guo, P. Narasimhan
Image recognition applications are on the rise. Increasingly, applications on edge devices such as mobile smartphones, drones and cars, are relying on recognition techniques to provide interactive and intelligent functionality. Given the complexity of these techniques, and resource constrained nature of edge devices, applications rely on offloading compute intensive recognition tasks to the cloud. This has also lead to the rise of cloud-based recognition services. This involves sending captured images to remote servers across the Internet, which leads to slower responses. With the rising numbers of edge devices, both, the network and such centralized cloud-based solutions, are likely to be under stress, and lead to further slower responses. To reduce the recognition latency, and provide better scalability to the cloud-based solutions, we propose Precog. Precog employs selective computation on the devices to reduce the need to offload images to the cloud. In coordination with edge servers, it uses prediction to prefetch parts of the trained classifiers used for recognition onto the devices, and uses these smaller models to accelerate recognition on devices. Our evaluation shows that Precog can reduce latency by up to 5×, better utilize edge and cloud resources and also increase accuracy. We believe that Precog is the first system to use devices and edge servers collaboratively to enable prefetching and caching on the devices, and drive down recognition latency for mobile applications.
图像识别应用正在兴起。移动智能手机、无人机和汽车等边缘设备上的应用越来越依赖于识别技术来提供交互和智能功能。考虑到这些技术的复杂性和边缘设备的资源约束性质,应用程序依赖于将计算密集型识别任务卸载到云端。这也导致了基于云的识别服务的兴起。这涉及到通过Internet将捕获的图像发送到远程服务器,这会导致较慢的响应。随着边缘设备数量的增加,网络和这种集中式基于云的解决方案都可能承受压力,并导致更慢的响应。为了减少识别延迟,并为基于云的解决方案提供更好的可扩展性,我们提出了Precog。Precog在设备上采用选择性计算,以减少将图像卸载到云端的需要。在与边缘服务器的协调下,它使用预测来预取用于识别的训练分类器的部分到设备上,并使用这些较小的模型来加速设备上的识别。我们的评估表明,Precog可以将延迟减少多达5倍,更好地利用边缘和云资源,并提高准确性。我们相信,Precog是第一个协同使用设备和边缘服务器的系统,可以在设备上实现预取和缓存,并降低移动应用程序的识别延迟。
{"title":"Precog: prefetching for image recognition applications at the edge","authors":"Utsav Drolia, Katherine Guo, P. Narasimhan","doi":"10.1145/3132211.3134456","DOIUrl":"https://doi.org/10.1145/3132211.3134456","url":null,"abstract":"Image recognition applications are on the rise. Increasingly, applications on edge devices such as mobile smartphones, drones and cars, are relying on recognition techniques to provide interactive and intelligent functionality. Given the complexity of these techniques, and resource constrained nature of edge devices, applications rely on offloading compute intensive recognition tasks to the cloud. This has also lead to the rise of cloud-based recognition services. This involves sending captured images to remote servers across the Internet, which leads to slower responses. With the rising numbers of edge devices, both, the network and such centralized cloud-based solutions, are likely to be under stress, and lead to further slower responses. To reduce the recognition latency, and provide better scalability to the cloud-based solutions, we propose Precog. Precog employs selective computation on the devices to reduce the need to offload images to the cloud. In coordination with edge servers, it uses prediction to prefetch parts of the trained classifiers used for recognition onto the devices, and uses these smaller models to accelerate recognition on devices. Our evaluation shows that Precog can reduce latency by up to 5×, better utilize edge and cloud resources and also increase accuracy. We believe that Precog is the first system to use devices and edge servers collaboratively to enable prefetching and caching on the devices, and drive down recognition latency for mobile applications.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131785410","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}
引用次数: 60
High speed object tracking using edge computing: poster abstract 使用边缘计算的高速目标跟踪:海报摘要
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132457
J. Dick, Caleb Phillips, S. H. Mortazavi, E. D. Lara
The use of unmanned aerial vehicles (UAV), or drones, has in recent years seen explosive growth due to lower costs and technology advances in mobile computing, batteries, sensors, and control systems. Drones are now used in a multitude of applications, from natural resource exploration, the film and entertainment industry, to urban surveillance, and defense. The image processing demands of these applications requires higher powered computing capabilities than those available locally to the drone, prompting the offloading of these tasks to the cloud. However, the latency requirements of the cloud are beyond those acceptable for many applications. This paper proposed the use of a server on the network edge to optimize both processing capability as well as latency for applications requiring real-time communication between a drone and a cloud server. We propose to test the limits of this model by implementing a system for real-time tracking of golf drives on a golf course.
近年来,由于移动计算、电池、传感器和控制系统的成本降低和技术进步,无人驾驶飞行器(UAV)或无人机的使用出现了爆炸性增长。无人机现在应用广泛,从自然资源勘探、电影和娱乐行业,到城市监控和国防。这些应用程序的图像处理需求需要比无人机本地可用的更高功率的计算能力,促使这些任务卸载到云端。然而,云的延迟要求超出了许多应用程序可接受的范围。本文提出在网络边缘使用服务器来优化需要无人机和云服务器之间实时通信的应用程序的处理能力和延迟。我们建议通过在高尔夫球场上实现一个实时跟踪高尔夫球击球的系统来测试这个模型的局限性。
{"title":"High speed object tracking using edge computing: poster abstract","authors":"J. Dick, Caleb Phillips, S. H. Mortazavi, E. D. Lara","doi":"10.1145/3132211.3132457","DOIUrl":"https://doi.org/10.1145/3132211.3132457","url":null,"abstract":"The use of unmanned aerial vehicles (UAV), or drones, has in recent years seen explosive growth due to lower costs and technology advances in mobile computing, batteries, sensors, and control systems. Drones are now used in a multitude of applications, from natural resource exploration, the film and entertainment industry, to urban surveillance, and defense. The image processing demands of these applications requires higher powered computing capabilities than those available locally to the drone, prompting the offloading of these tasks to the cloud. However, the latency requirements of the cloud are beyond those acceptable for many applications. This paper proposed the use of a server on the network edge to optimize both processing capability as well as latency for applications requiring real-time communication between a drone and a cloud server. We propose to test the limits of this model by implementing a system for real-time tracking of golf drives on a golf course.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114463009","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
Fast and accurate object analysis at the edge for mobile augmented reality: demo 移动增强现实边缘快速准确的对象分析:演示
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132458
Qiang Liu, Siqi Huang, T. Han
Augmented reality (AR) augments a real-world environment by computer-generated sensory information such as text, sound, and graphics. With advanced AR technologies, the information about a person's surrounding physical environment can be brought out of the digital world and overlaid with the person's perceived real world. Pokemon Go is an example of location-based AR applications [1]. According to Digi-Capital, mobile AR could become the primary driver of a $108 billion VR/AR market by 2021 [2].
增强现实(AR)通过计算机生成的感官信息(如文本、声音和图形)增强现实世界的环境。借助先进的增强现实技术,人们周围物理环境的信息可以从数字世界中提取出来,并与人们感知到的现实世界叠加在一起。Pokemon Go是基于位置的AR应用的一个例子[1]。根据Digi-Capital的数据,到2021年,移动AR可能成为1080亿美元VR/AR市场的主要驱动力[2]。
{"title":"Fast and accurate object analysis at the edge for mobile augmented reality: demo","authors":"Qiang Liu, Siqi Huang, T. Han","doi":"10.1145/3132211.3132458","DOIUrl":"https://doi.org/10.1145/3132211.3132458","url":null,"abstract":"Augmented reality (AR) augments a real-world environment by computer-generated sensory information such as text, sound, and graphics. With advanced AR technologies, the information about a person's surrounding physical environment can be brought out of the digital world and overlaid with the person's perceived real world. Pokemon Go is an example of location-based AR applications [1]. According to Digi-Capital, mobile AR could become the primary driver of a $108 billion VR/AR market by 2021 [2].","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117307394","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
Edge computing in the ePC: a reality check ePC中的边缘计算:现实检验
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3134449
I. Hadžić, Yoshihisa Abe, Hans C. Woithe
Mobile Edge Computing (MEC) has received much attention from the research community in recent years. A significant part of the published work has studied the telecom-centric MEC architecture, which assumes that the computing resource is located at the edge of the mobile access network (e.g., the Evolved Packet Core), typically at the first aggregation level. Many authors make a silent assumption in their analyses that the latency at this stage of the network is negligible. In this paper we show not only that this assumption false, but that in some common cases the latency of the first-aggregation stage dominates the end-to-end latency. We challenge the latency argument in the context of present-day access networks and discuss what must be done to pave the way for practical deployments of MEC.
近年来,移动边缘计算(MEC)受到了研究界的广泛关注。已发表的工作的重要部分研究了以电信为中心的MEC架构,该架构假设计算资源位于移动接入网络的边缘(例如,演进分组核心),通常位于第一聚合级别。许多作者在他们的分析中做了一个沉默的假设,即网络这一阶段的延迟可以忽略不计。在本文中,我们不仅证明了这个假设是错误的,而且在某些常见情况下,第一聚合阶段的延迟支配端到端延迟。我们挑战当前接入网络背景下的延迟争论,并讨论必须做些什么来为MEC的实际部署铺平道路。
{"title":"Edge computing in the ePC: a reality check","authors":"I. Hadžić, Yoshihisa Abe, Hans C. Woithe","doi":"10.1145/3132211.3134449","DOIUrl":"https://doi.org/10.1145/3132211.3134449","url":null,"abstract":"Mobile Edge Computing (MEC) has received much attention from the research community in recent years. A significant part of the published work has studied the telecom-centric MEC architecture, which assumes that the computing resource is located at the edge of the mobile access network (e.g., the Evolved Packet Core), typically at the first aggregation level. Many authors make a silent assumption in their analyses that the latency at this stage of the network is negligible. In this paper we show not only that this assumption false, but that in some common cases the latency of the first-aggregation stage dominates the end-to-end latency. We challenge the latency argument in the context of present-day access networks and discuss what must be done to pave the way for practical deployments of MEC.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124970529","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}
引用次数: 27
Workload management for dynamic mobile device clusters in edge femtoclouds 边缘飞云中动态移动设备集群的工作负载管理
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3134455
Karim Habak, E. Zegura, M. Ammar, Khaled A. Harras
Edge computing offers an alternative to centralized, in-the-cloud compute services. Among the potential advantages of edge computing are lower latency that improves responsiveness, reduced wide-area network congestion, and possibly greater privacy by keeping data more local. In our previous work on Femtoclouds, we proposed taking advantage of clusters of devices that tend to be co-located in places such as public transit, classrooms or coffee shops. These clusters can perform computations for jobs generated from within or outside of the cluster. In this paper, we address the full requirements of workload management in Femtoclouds. These functions enable a Femtocloud to provide a service to job initiators that is similar to that provided by a centralized cloud service. We develop a system architecture that relies on the cloud to efficiently control and manage a Femtocloud. Within this architecture, we develop adaptive workload management mechanisms and algorithms to manage resources and effectively mask churn. We implement a prototype of our Femtocloud system on Android devices and utilize it to evaluate the overall system performance. We use simulation to isolate and study the impact of our workload management mechanisms and test the system at scale. Our prototype and simulation results demonstrate the efficiency of the Femtocloud workload management mechanisms especially in situations with potentially high churn. For instance, our mechanisms can reduce the average job completion time by up to 26% compared to similar mechanisms used in traditional cloud computing systems when used in situations that suggest high churn.
边缘计算为集中式云计算服务提供了另一种选择。边缘计算的潜在优势包括更低的延迟,从而提高响应能力,减少广域网拥塞,以及通过将数据保持在本地而可能提高隐私性。在我们之前关于Femtoclouds的工作中,我们建议利用往往位于公共交通、教室或咖啡店等地方的设备集群。这些集群可以对从集群内部或外部生成的作业执行计算。在本文中,我们讨论了femtocloud中工作负载管理的全部需求。这些功能使Femtocloud能够向作业启动器提供类似于集中式云服务提供的服务。我们开发了一个依赖于云的系统架构来有效地控制和管理Femtocloud。在这个体系结构中,我们开发了自适应的工作负载管理机制和算法来管理资源并有效地掩盖流失。我们在Android设备上实现了Femtocloud系统的原型,并利用它来评估整个系统的性能。我们使用模拟来隔离和研究工作负载管理机制的影响,并对系统进行大规模测试。我们的原型和仿真结果证明了Femtocloud工作负载管理机制的效率,特别是在潜在高流失率的情况下。例如,在高流失率的情况下,与传统云计算系统中使用的类似机制相比,我们的机制可以将平均工作完成时间减少多达26%。
{"title":"Workload management for dynamic mobile device clusters in edge femtoclouds","authors":"Karim Habak, E. Zegura, M. Ammar, Khaled A. Harras","doi":"10.1145/3132211.3134455","DOIUrl":"https://doi.org/10.1145/3132211.3134455","url":null,"abstract":"Edge computing offers an alternative to centralized, in-the-cloud compute services. Among the potential advantages of edge computing are lower latency that improves responsiveness, reduced wide-area network congestion, and possibly greater privacy by keeping data more local. In our previous work on Femtoclouds, we proposed taking advantage of clusters of devices that tend to be co-located in places such as public transit, classrooms or coffee shops. These clusters can perform computations for jobs generated from within or outside of the cluster. In this paper, we address the full requirements of workload management in Femtoclouds. These functions enable a Femtocloud to provide a service to job initiators that is similar to that provided by a centralized cloud service. We develop a system architecture that relies on the cloud to efficiently control and manage a Femtocloud. Within this architecture, we develop adaptive workload management mechanisms and algorithms to manage resources and effectively mask churn. We implement a prototype of our Femtocloud system on Android devices and utilize it to evaluate the overall system performance. We use simulation to isolate and study the impact of our workload management mechanisms and test the system at scale. Our prototype and simulation results demonstrate the efficiency of the Femtocloud workload management mechanisms especially in situations with potentially high churn. For instance, our mechanisms can reduce the average job completion time by up to 26% compared to similar mechanisms used in traditional cloud computing systems when used in situations that suggest high churn.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131384194","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}
引用次数: 52
Establishing a BLE mesh network with fabricated CSRmesh devices: demo abstract 用自制的CSRmesh设备建立BLE mesh网络:演示摘要
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132460
Xiaokun Yang, Xianlong He
In this demo we fabricate 4 development boards using the APlix CSR1010 modules and then establish a Bluetooth Low Energy (BLE) mesh network, which is suitable for power-limited and low-complexity IoT applications with low-priority and infrequent data traffic. In addition to the basic operations such as sensing and actuating devices, this demo also shows a BLE star-mesh integration topology to extend the connectivity range to cover 4 laboratories.
在本演示中,我们使用APlix CSR1010模块制作了4块开发板,然后建立了蓝牙低功耗(BLE)网状网络,该网络适用于低优先级和不频繁数据流量的功率限制和低复杂性物联网应用。除了传感和驱动设备等基本操作外,该演示还展示了一个BLE星形网格集成拓扑,将连接范围扩展到覆盖4个实验室。
{"title":"Establishing a BLE mesh network with fabricated CSRmesh devices: demo abstract","authors":"Xiaokun Yang, Xianlong He","doi":"10.1145/3132211.3132460","DOIUrl":"https://doi.org/10.1145/3132211.3132460","url":null,"abstract":"In this demo we fabricate 4 development boards using the APlix CSR1010 modules and then establish a Bluetooth Low Energy (BLE) mesh network, which is suitable for power-limited and low-complexity IoT applications with low-priority and infrequent data traffic. In addition to the basic operations such as sensing and actuating devices, this demo also shows a BLE star-mesh integration topology to extend the connectivity range to cover 4 laboratories.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"6 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132532507","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
A smart building system integrated with an edge computing algorithm and IoT mesh networks: demo abstract 集成边缘计算算法和物联网网状网络的智能建筑系统:演示摘要
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132462
Archit Gajjar, Yunxiang Zhang, Xiaokun Yang
This poster presents a smart building system integrated with the emerging edge computing technology and IoT Mesh networks. More specifically, first we have established an IoT Mesh network with one IoT host/server and three devices. And the next step is to develop the data analysis algorithm at the network edge and to connect to the GoKit cloud service with a GizWits V3.0 board. The system will show an effective solution to smart home/building with proposing a cloud-edge-IoT system, and fundamentally extending the connection area to cover an entire farm or factory.
这张海报展示了一个集成了新兴边缘计算技术和物联网Mesh网络的智能建筑系统。更具体地说,首先我们建立了一个物联网Mesh网络,其中包含一个物联网主机/服务器和三个设备。下一步是在网络边缘开发数据分析算法,并通过GizWits V3.0板连接到GoKit云服务。该系统将提出一个云边缘物联网系统,从根本上扩大连接区域,覆盖整个农场或工厂,从而展示智能家居/建筑的有效解决方案。
{"title":"A smart building system integrated with an edge computing algorithm and IoT mesh networks: demo abstract","authors":"Archit Gajjar, Yunxiang Zhang, Xiaokun Yang","doi":"10.1145/3132211.3132462","DOIUrl":"https://doi.org/10.1145/3132211.3132462","url":null,"abstract":"This poster presents a smart building system integrated with the emerging edge computing technology and IoT Mesh networks. More specifically, first we have established an IoT Mesh network with one IoT host/server and three devices. And the next step is to develop the data analysis algorithm at the network edge and to connect to the GoKit cloud service with a GizWits V3.0 board. The system will show an effective solution to smart home/building with proposing a cloud-edge-IoT system, and fundamentally extending the connection area to cover an entire farm or factory.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"214 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134311122","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}
引用次数: 5
Edge datastore for distributed vision analytics: poster 分布式视觉分析的边缘数据存储:海报
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132463
Yang Deng, A. Ravindran, T. Han
Autonomous machine vision is a powerful tool to address challenges in multiple domains including national security (for example, video surveillance), health care (for example, patient monitoring), and transportation (for example, autonomous vehicles). Distributed vision, where multiple cameras observe a specific geographic area 24/7, enables smart understanding of events in a physical environment with minimal human intervention. We observe that the cloud paradigm alone does not offer a pathway to real-time distributed vision processing. With potentially thousands of cameras, hundreds of gigabytes data per second needs to be transferred to the cloud, saturating the bandwidth of the network. More importantly, vision applications are inherently latency-critical with a high demand for real-time scene analysis (for example, feature extraction and object tracking). To meet latency requirements, computation - including both processing of raw video streams to identify objects, and analytics on this data, needs to be brought to the edge of the network. While object recognition may be done locally at the end node (next to the camera), vision analytics requires access to data generated across different nodes. For example, a subject of interest may need to be tracked across multiple cameras to identify the nature of activities. This creates a need for a low latency distributed data store communicating over a dynamic communication network (most often wireless), to be implemented at the edge. Moreover, the data store must be able to address the limited storage at the end nodes (typically gigabytes). Additionally, privacy and security are prime concerns in the design of such a distributed edge storage.
自主机器视觉是解决多个领域挑战的强大工具,包括国家安全(例如视频监控)、医疗保健(例如患者监控)和交通运输(例如自动驾驶汽车)。分布式视觉,即多个摄像头全天候观察特定地理区域,可以在最小的人为干预下智能地理解物理环境中的事件。我们观察到,云范式本身并不能提供实时分布式视觉处理的途径。由于可能有数千个摄像头,每秒需要将数百gb的数据传输到云端,从而使网络带宽饱和。更重要的是,视觉应用程序本质上是延迟关键型的,对实时场景分析(例如,特征提取和对象跟踪)有很高的要求。为了满足延迟要求,计算——包括对原始视频流的处理以识别对象,以及对这些数据的分析——需要被带到网络的边缘。虽然物体识别可以在终端节点(相机旁边)本地完成,但视觉分析需要访问跨不同节点生成的数据。例如,可能需要跨多个摄像机跟踪感兴趣的主题,以确定活动的性质。这就需要在边缘实现通过动态通信网络(通常是无线)进行通信的低延迟分布式数据存储。此外,数据存储必须能够处理终端节点上有限的存储空间(通常是千兆字节)。此外,隐私和安全是设计这种分布式边缘存储的主要关注点。
{"title":"Edge datastore for distributed vision analytics: poster","authors":"Yang Deng, A. Ravindran, T. Han","doi":"10.1145/3132211.3132463","DOIUrl":"https://doi.org/10.1145/3132211.3132463","url":null,"abstract":"Autonomous machine vision is a powerful tool to address challenges in multiple domains including national security (for example, video surveillance), health care (for example, patient monitoring), and transportation (for example, autonomous vehicles). Distributed vision, where multiple cameras observe a specific geographic area 24/7, enables smart understanding of events in a physical environment with minimal human intervention. We observe that the cloud paradigm alone does not offer a pathway to real-time distributed vision processing. With potentially thousands of cameras, hundreds of gigabytes data per second needs to be transferred to the cloud, saturating the bandwidth of the network. More importantly, vision applications are inherently latency-critical with a high demand for real-time scene analysis (for example, feature extraction and object tracking). To meet latency requirements, computation - including both processing of raw video streams to identify objects, and analytics on this data, needs to be brought to the edge of the network. While object recognition may be done locally at the end node (next to the camera), vision analytics requires access to data generated across different nodes. For example, a subject of interest may need to be tracked across multiple cameras to identify the nature of activities. This creates a need for a low latency distributed data store communicating over a dynamic communication network (most often wireless), to be implemented at the edge. Moreover, the data store must be able to address the limited storage at the end nodes (typically gigabytes). Additionally, privacy and security are prime concerns in the design of such a distributed edge storage.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122887893","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
Embedded sensor-data compression frameworks for connected lighting systems: poster 连接照明系统的嵌入式传感器数据压缩框架:海报
Pub Date : 2017-10-12 DOI: 10.1145/3132211.3132212
Arvind Ramesh, Olaitan Olaleye, A. Murthy
We present compression algorithms for analog responses of Passive Infra-Red (PIR) sensors and a corresponding benchmarking framework based on ARM Cortex-M4 micro-controller. Compression ratio, reconstruction accuracy, memory footprint, and running times for a compression algorithm based on Discrete Cosine Transform (DCT) are presented. Analog responses can be compressed by up to 90% and recovered with less than 10% error. Our framework presents a first step in overcoming the computational limitations of the edge nodes in connected lighting systems to collect fine-grained occupancy patterns and enable beyond-lighting applications, such as Space Optimization and Heating Ventilation and Air Conditioning (HVAC) controls.
我们提出了被动红外(PIR)传感器模拟响应的压缩算法和基于ARM Cortex-M4微控制器的相应基准测试框架。给出了一种基于离散余弦变换(DCT)的压缩算法的压缩比、重构精度、内存占用和运行时间。模拟响应可以压缩高达90%,并以小于10%的误差恢复。我们的框架在克服连接照明系统中边缘节点的计算限制方面迈出了第一步,以收集细粒度的占用模式,并实现照明以外的应用,如空间优化和采暖通风和空调(HVAC)控制。
{"title":"Embedded sensor-data compression frameworks for connected lighting systems: poster","authors":"Arvind Ramesh, Olaitan Olaleye, A. Murthy","doi":"10.1145/3132211.3132212","DOIUrl":"https://doi.org/10.1145/3132211.3132212","url":null,"abstract":"We present compression algorithms for analog responses of Passive Infra-Red (PIR) sensors and a corresponding benchmarking framework based on ARM Cortex-M4 micro-controller. Compression ratio, reconstruction accuracy, memory footprint, and running times for a compression algorithm based on Discrete Cosine Transform (DCT) are presented. Analog responses can be compressed by up to 90% and recovered with less than 10% error. Our framework presents a first step in overcoming the computational limitations of the edge nodes in connected lighting systems to collect fine-grained occupancy patterns and enable beyond-lighting applications, such as Space Optimization and Heating Ventilation and Air Conditioning (HVAC) controls.","PeriodicalId":389022,"journal":{"name":"Proceedings of the Second ACM/IEEE Symposium on Edge Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128688393","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 Second ACM/IEEE Symposium on Edge Computing
全部 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