首页 > 最新文献

Proceedings of the 21st Annual International Conference on Mobile Computing and Networking最新文献

英文 中文
European Research towards 5G 欧洲对5G的研究
R. Bayou
The next generation of wireless networks, the 'fifth generation" or 5G, will have to cope with impressive new challenges. It includes a traffic expected to grow by up to 1000, an extremely low latency, the connection of cars, robots, smart cities, with billions of machines talking to each other and their sensors, new use of spectrum, new architectures and so on. The EU has committed €700 million of public funding over seven years to boost the research in 5G communications and a first wave of about 20 projects started this summer. The talk will address the scientific research challenges to develop 5G networks, the technology building blocks new projects are dealing with, notably as regards the Radio Access Network and the novel mobile architectures.
下一代无线网络,即“第五代”或5G,将不得不应对令人印象深刻的新挑战。它包括预计将增长多达1000的流量,极低的延迟,汽车,机器人,智能城市的连接,数十亿机器相互通信及其传感器,频谱的新用途,新架构等等。欧盟已承诺在七年内提供7亿欧元的公共资金,以促进5G通信的研究,并于今年夏天启动了第一波约20个项目。该讲座将讨论开发5G网络的科学研究挑战,新项目正在处理的技术构建模块,特别是无线接入网和新型移动架构。
{"title":"European Research towards 5G","authors":"R. Bayou","doi":"10.1145/2789168.2802127","DOIUrl":"https://doi.org/10.1145/2789168.2802127","url":null,"abstract":"The next generation of wireless networks, the 'fifth generation\" or 5G, will have to cope with impressive new challenges. It includes a traffic expected to grow by up to 1000, an extremely low latency, the connection of cars, robots, smart cities, with billions of machines talking to each other and their sensors, new use of spectrum, new architectures and so on. The EU has committed €700 million of public funding over seven years to boost the research in 5G communications and a first wave of about 20 projects started this summer. The talk will address the scientific research challenges to develop 5G networks, the technology building blocks new projects are dealing with, notably as regards the Radio Access Network and the novel mobile architectures.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"180 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124878191","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
CAreDroid: Adaptation Framework for Android Context-Aware Applications CAreDroid: Android上下文感知应用的适配框架
Salma Elmalaki, L. Wanner, M. Srivastava
Context-awareness is the ability of software systems to sense and adapt to their physical environment. Many contemporary mobile applications adapt to changing locations, connectivity states, available computational and energy resources, and proximity to other users and devices. Nevertheless, there is little systematic support for context-awareness in contemporary mobile operating systems. Because of this, application developers must build their own context-awareness adaptation engines, dealing directly with sensors and polluting application code with complex adaptation decisions. In this paper, we introduce CAreDroid, which is a framework that is designed to decouple the application logic from the complex adaptation decisions in Android context-aware applications. In this framework, developers are required--only--to focus on the application logic by providing a list of methods that are sensitive to certain contexts along with the permissible operating ranges under those contexts. At run time, CAreDroid monitors the context of the physical environment and intercepts calls to sensitive methods, activating only the blocks of code that best fit the current physical context. CAreDroid is implemented as part of the Android runtime system. By pushing context monitoring and adaptation into the runtime system, CAreDroid eases the development of context-aware applications and increases their efficiency. In particular, case study applications implemented using CAreDroid are shown to have: (1) at least half lines of code fewer and (2) at least 10× more efficient in execution time compared to equivalent context-aware applications that use only standard Android APIs.
上下文感知是软件系统感知和适应其物理环境的能力。许多当代移动应用程序适应不断变化的位置、连接状态、可用的计算和能源资源,以及与其他用户和设备的接近程度。然而,在当代移动操作系统中,几乎没有对上下文感知的系统支持。因此,应用程序开发人员必须构建自己的上下文感知适应引擎,直接处理传感器,并用复杂的适应决策污染应用程序代码。在本文中,我们介绍了CAreDroid,这是一个框架,旨在将应用程序逻辑从Android上下文感知应用程序的复杂适应决策中解耦。在这个框架中,开发人员只需要通过提供对某些上下文敏感的方法列表以及这些上下文下允许的操作范围来关注应用程序逻辑。在运行时,CAreDroid监视物理环境的上下文并拦截对敏感方法的调用,只激活最适合当前物理上下文的代码块。CAreDroid作为Android运行时系统的一部分实现。通过将上下文监控和适应引入运行时系统,CAreDroid简化了上下文感知应用程序的开发,并提高了它们的效率。特别是,使用CAreDroid实现的案例研究应用程序显示:(1)至少少了半行代码;(2)与仅使用标准Android api的同等上下文感知应用程序相比,执行时间至少提高了10倍。
{"title":"CAreDroid: Adaptation Framework for Android Context-Aware Applications","authors":"Salma Elmalaki, L. Wanner, M. Srivastava","doi":"10.1145/2789168.2790108","DOIUrl":"https://doi.org/10.1145/2789168.2790108","url":null,"abstract":"Context-awareness is the ability of software systems to sense and adapt to their physical environment. Many contemporary mobile applications adapt to changing locations, connectivity states, available computational and energy resources, and proximity to other users and devices. Nevertheless, there is little systematic support for context-awareness in contemporary mobile operating systems. Because of this, application developers must build their own context-awareness adaptation engines, dealing directly with sensors and polluting application code with complex adaptation decisions. In this paper, we introduce CAreDroid, which is a framework that is designed to decouple the application logic from the complex adaptation decisions in Android context-aware applications. In this framework, developers are required--only--to focus on the application logic by providing a list of methods that are sensitive to certain contexts along with the permissible operating ranges under those contexts. At run time, CAreDroid monitors the context of the physical environment and intercepts calls to sensitive methods, activating only the blocks of code that best fit the current physical context. CAreDroid is implemented as part of the Android runtime system. By pushing context monitoring and adaptation into the runtime system, CAreDroid eases the development of context-aware applications and increases their efficiency. In particular, case study applications implemented using CAreDroid are shown to have: (1) at least half lines of code fewer and (2) at least 10× more efficient in execution time compared to equivalent context-aware applications that use only standard Android APIs.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128599822","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
Understanding and Modeling of WiFi Signal Based Human Activity Recognition 基于WiFi信号的人体活动识别理解与建模
Wen Wang, A. Liu, Muhammad Shahzad, Kang Ling, Sanglu Lu
Some pioneer WiFi signal based human activity recognition systems have been proposed. Their key limitation lies in the lack of a model that can quantitatively correlate CSI dynamics and human activities. In this paper, we propose CARM, a CSI based human Activity Recognition and Monitoring system. CARM has two theoretical underpinnings: a CSI-speed model, which quantifies the correlation between CSI value dynamics and human movement speeds, and a CSI-activity model, which quantifies the correlation between the movement speeds of different human body parts and a specific human activity. By these two models, we quantitatively build the correlation between CSI value dynamics and a specific human activity. CARM uses this correlation as the profiling mechanism and recognizes a given activity by matching it to the best-fit profile. We implemented CARM using commercial WiFi devices and evaluated it in several different environments. Our results show that CARM achieves an average accuracy of greater than 96%.
一些基于WiFi信号的人类活动识别系统已经被提出。他们的主要局限性在于缺乏一种可以定量关联CSI动态和人类活动的模型。本文提出了一种基于CSI的人体活动识别与监测系统CARM。CARM有两个理论基础:CSI-速度模型(CSI-speed model)和CSI-活动模型(CSI-activity model),前者量化CSI值动态与人体运动速度之间的相关性,后者量化人体不同部位的运动速度与特定人类活动之间的相关性。通过这两个模型,我们定量地建立了CSI值动态与特定人类活动之间的相关性。CARM使用这种相关性作为分析机制,并通过将给定的活动与最合适的配置文件相匹配来识别给定的活动。我们使用商用WiFi设备实现了CARM,并在几个不同的环境中对其进行了评估。结果表明,CARM的平均准确率大于96%。
{"title":"Understanding and Modeling of WiFi Signal Based Human Activity Recognition","authors":"Wen Wang, A. Liu, Muhammad Shahzad, Kang Ling, Sanglu Lu","doi":"10.1145/2789168.2790093","DOIUrl":"https://doi.org/10.1145/2789168.2790093","url":null,"abstract":"Some pioneer WiFi signal based human activity recognition systems have been proposed. Their key limitation lies in the lack of a model that can quantitatively correlate CSI dynamics and human activities. In this paper, we propose CARM, a CSI based human Activity Recognition and Monitoring system. CARM has two theoretical underpinnings: a CSI-speed model, which quantifies the correlation between CSI value dynamics and human movement speeds, and a CSI-activity model, which quantifies the correlation between the movement speeds of different human body parts and a specific human activity. By these two models, we quantitatively build the correlation between CSI value dynamics and a specific human activity. CARM uses this correlation as the profiling mechanism and recognizes a given activity by matching it to the best-fit profile. We implemented CARM using commercial WiFi devices and evaluated it in several different environments. Our results show that CARM achieves an average accuracy of greater than 96%.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116748991","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}
引用次数: 826
ToneTrack: Leveraging Frequency-Agile Radios for Time-Based Indoor Wireless Localization ToneTrack:利用频率敏捷无线电进行基于时间的室内无线定位
Jie Xiong, K. Sundaresan, K. Jamieson
Indoor localization of mobile devices and tags has received much attention recently, with encouraging fine-grained localization results available with enough line-of-sight coverage and hardware infrastructure. Some of the most promising techniques analyze the time-of-arrival of incoming signals, but the limited bandwidth available to most wireless transmissions fundamentally constrains their resolution. Frequency-agile wireless networks utilize bandwidths of varying sizes and locations in a wireless band to efficiently share the wireless medium between users. ToneTrack is an indoor location system that achieves sub-meter accuracy with minimal hardware and antennas, by leveraging frequency-agile wireless networks to increase the effective bandwidth. Our novel signal combination algorithm combines time-of-arrival data from different transmissions as a mobile device hops across different channels, approaching time resolutions previously not possible with a single narrowband channel. ToneTrack's novel channel combination and spectrum identification algorithms together with the triangle inequality scheme yield superior results even in non-line-of-sight scenarios with one to two walls separating client and APs and also in the case where the direct path from mobile client to an AP is completely blocked. We implement ToneTrack on the WARP hardware radio platform and use six of them served as APs to localize Wi-Fi clients in an indoor testbed over one floor of an office building. Experimental results show that ToneTrack can achieve a median 90 cm accuracy when 20 MHz bandwidth APs overhear three packets from adjacent channels.
移动设备和标签的室内定位最近受到了很多关注,在足够的视线覆盖和硬件基础设施的情况下,可以获得令人鼓舞的细粒度定位结果。一些最有前途的技术分析了传入信号的到达时间,但是大多数无线传输的有限带宽从根本上限制了它们的分辨率。频率灵活的无线网络利用无线频带中不同大小和位置的带宽,在用户之间有效地共享无线媒体。ToneTrack是一种室内定位系统,通过利用频率灵活的无线网络来增加有效带宽,以最小的硬件和天线实现亚米精度。我们的新信号组合算法结合了来自不同传输的到达时间数据,当移动设备跨越不同的信道时,接近以前单个窄带信道不可能实现的时间分辨率。ToneTrack新颖的信道组合和频谱识别算法以及三角形不等式方案即使在客户端和AP之间隔着一到两堵墙的非视距场景中,以及从移动客户端到AP的直接路径完全受阻的情况下,也能产生出色的效果。我们在WARP硬件无线电平台上实现了ToneTrack,并使用其中的6个作为ap在办公楼一层的室内测试台上对Wi-Fi客户端进行了本地化。实验结果表明,当带宽为20 MHz的ap窃听相邻信道的3个数据包时,ToneTrack的中位数精度可达90 cm。
{"title":"ToneTrack: Leveraging Frequency-Agile Radios for Time-Based Indoor Wireless Localization","authors":"Jie Xiong, K. Sundaresan, K. Jamieson","doi":"10.1145/2789168.2790125","DOIUrl":"https://doi.org/10.1145/2789168.2790125","url":null,"abstract":"Indoor localization of mobile devices and tags has received much attention recently, with encouraging fine-grained localization results available with enough line-of-sight coverage and hardware infrastructure. Some of the most promising techniques analyze the time-of-arrival of incoming signals, but the limited bandwidth available to most wireless transmissions fundamentally constrains their resolution. Frequency-agile wireless networks utilize bandwidths of varying sizes and locations in a wireless band to efficiently share the wireless medium between users. ToneTrack is an indoor location system that achieves sub-meter accuracy with minimal hardware and antennas, by leveraging frequency-agile wireless networks to increase the effective bandwidth. Our novel signal combination algorithm combines time-of-arrival data from different transmissions as a mobile device hops across different channels, approaching time resolutions previously not possible with a single narrowband channel. ToneTrack's novel channel combination and spectrum identification algorithms together with the triangle inequality scheme yield superior results even in non-line-of-sight scenarios with one to two walls separating client and APs and also in the case where the direct path from mobile client to an AP is completely blocked. We implement ToneTrack on the WARP hardware radio platform and use six of them served as APs to localize Wi-Fi clients in an indoor testbed over one floor of an office building. Experimental results show that ToneTrack can achieve a median 90 cm accuracy when 20 MHz bandwidth APs overhear three packets from adjacent channels.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"123 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127059070","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}
引用次数: 282
Wireless Power Hotspot that Charges All of Your Devices 无线电源热点,为您的所有设备充电
Lixin Shi, Zachary Kabelac, D. Katabi, D. Perreault
Each year, consumers carry an increasing number of gadgets on their person: mobile phones, tablets, smartwatches, etc. As a result, users must remember to recharge each device, every day. Wireless charging promises to free users from this burden, allowing devices to remain permanently unplugged. Today's wireless charging, however, is either limited to a single device, or is highly cumbersome, requiring the user to remove all of her wearable and handheld gadgets and place them on a charging pad. This paper introduces MultiSpot, a new wireless charging technology that can charge multiple devices, even as the user is wearing them or carrying them in her pocket. A MultiSpot charger acts as an access point for wireless power. When a user enters the vicinity of the MultiSpot charger, all of her gadgets start to charge automatically. We have prototyped MultiSpot and evaluated it using off-the-shelf mobile phones, smartwatches, and tablets. Our results show that MultiSpot can charge 6 devices at distances of up to 50cm.
每年,消费者随身携带的电子产品越来越多:手机、平板电脑、智能手表等。因此,用户必须记得每天给每台设备充电。无线充电有望让用户摆脱这种负担,允许设备永久不插电。然而,今天的无线充电要么局限于单个设备,要么非常麻烦,要求用户把所有可穿戴和手持设备都拿下来,放在充电板上。本文介绍了一种新的无线充电技术MultiSpot,它可以为多个设备充电,即使用户戴着它们或把它们放在口袋里。多点充电器作为无线电源的接入点。当用户进入多点充电器附近时,她所有的设备都会自动开始充电。我们制作了MultiSpot的原型,并使用现成的手机、智能手表和平板电脑对其进行了评估。我们的研究结果表明,MultiSpot可以在50厘米的距离内为6个设备充电。
{"title":"Wireless Power Hotspot that Charges All of Your Devices","authors":"Lixin Shi, Zachary Kabelac, D. Katabi, D. Perreault","doi":"10.1145/2789168.2790092","DOIUrl":"https://doi.org/10.1145/2789168.2790092","url":null,"abstract":"Each year, consumers carry an increasing number of gadgets on their person: mobile phones, tablets, smartwatches, etc. As a result, users must remember to recharge each device, every day. Wireless charging promises to free users from this burden, allowing devices to remain permanently unplugged. Today's wireless charging, however, is either limited to a single device, or is highly cumbersome, requiring the user to remove all of her wearable and handheld gadgets and place them on a charging pad. This paper introduces MultiSpot, a new wireless charging technology that can charge multiple devices, even as the user is wearing them or carrying them in her pocket. A MultiSpot charger acts as an access point for wireless power. When a user enters the vicinity of the MultiSpot charger, all of her gadgets start to charge automatically. We have prototyped MultiSpot and evaluated it using off-the-shelf mobile phones, smartwatches, and tablets. Our results show that MultiSpot can charge 6 devices at distances of up to 50cm.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"94 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115400418","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}
引用次数: 107
Poster: A Low Cost People Flow Monitoring System For Sensing The Potential Danger 海报:用于感知潜在危险的低成本人流监测系统
Ju Wang, Dingyi Fang, Xiaojiang Chen, Liqiong Chang, Zhanyong Tang, Tianzhang Xing, Chen Liu
For a long history, stampede is one of the high potential disaster when thousands of people gathered. Current monitoring systems, however, can only detect the presence of a small number of sparsely located targets, rather than to monitor the change of people flow where there are large number of dense crowd in the environment. This paper presents DanSen, a low-cost people flow monitoring system for sensing the potential danger using the existing wifi infrastructures. Inspired by the dynamic light scattering (DLS) theory, the designed DanSen calculates the correlations between the initial channel state information (CSI) data and all the history CSI data to monitor the changes of people flow and also estimates the sharpness of the changes. By doing so, DanSen can be utilised to perceive the potential danger. Real-world experimental results illustrate the advantage and effectiveness of DanSen.
在漫长的历史中,当成千上万的人聚集在一起时,踩踏事件是最容易发生的灾难之一。然而,目前的监控系统只能检测到少数位置稀疏的目标的存在,而不能监测到环境中大量密集人群的人流变化。本文介绍了DanSen,一个利用现有wifi基础设施感知潜在危险的低成本人流监测系统。受动态光散射(DLS)理论的启发,设计的DanSen计算初始通道状态信息(CSI)数据与所有历史CSI数据之间的相关性,以监测人流的变化,并估计变化的清晰度。通过这样做,DanSen可以用来感知潜在的危险。实际实验结果证明了DanSen算法的优越性和有效性。
{"title":"Poster: A Low Cost People Flow Monitoring System For Sensing The Potential Danger","authors":"Ju Wang, Dingyi Fang, Xiaojiang Chen, Liqiong Chang, Zhanyong Tang, Tianzhang Xing, Chen Liu","doi":"10.1145/2789168.2795169","DOIUrl":"https://doi.org/10.1145/2789168.2795169","url":null,"abstract":"For a long history, stampede is one of the high potential disaster when thousands of people gathered. Current monitoring systems, however, can only detect the presence of a small number of sparsely located targets, rather than to monitor the change of people flow where there are large number of dense crowd in the environment. This paper presents DanSen, a low-cost people flow monitoring system for sensing the potential danger using the existing wifi infrastructures. Inspired by the dynamic light scattering (DLS) theory, the designed DanSen calculates the correlations between the initial channel state information (CSI) data and all the history CSI data to monitor the changes of people flow and also estimates the sharpness of the changes. By doing so, DanSen can be utilised to perceive the potential danger. Real-world experimental results illustrate the advantage and effectiveness of DanSen.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"112 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121363235","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 Design and Implementation of a Wireless Video Surveillance System 无线视频监控系统的设计与实现
Tan Zhang, Aakanksha Chowdhery, P. Bahl, K. Jamieson, Suman Banerjee
Internet-enabled cameras pervade daily life, generating a huge amount of data, but most of the video they generate is transmitted over wires and analyzed offline with a human in the loop. The ubiquity of cameras limits the amount of video that can be sent to the cloud, especially on wireless networks where capacity is at a premium. In this paper, we present Vigil, a real-time distributed wireless surveillance system that leverages edge computing to support real-time tracking and surveillance in enterprise campuses, retail stores, and across smart cities. Vigil intelligently partitions video processing between edge computing nodes co-located with cameras and the cloud to save wireless capacity, which can then be dedicated to Wi-Fi hotspots, offsetting their cost. Novel video frame prioritization and traffic scheduling algorithms further optimize Vigil's bandwidth utilization. We have deployed Vigil across three sites in both whitespace and Wi-Fi networks. Depending on the level of activity in the scene, experimental results show that Vigil allows a video surveillance system to support a geographical area of coverage between five and 200 times greater than an approach that simply streams video over the wireless network. For a fixed region of coverage and bandwidth, Vigil outperforms the default equal throughput allocation strategy of Wi-Fi by delivering up to 25% more objects relevant to a user's query.
互联网摄像头在日常生活中随处可见,产生了大量的数据,但它们产生的大部分视频都是通过电线传输的,并在人工参与的情况下进行离线分析。无处不在的摄像头限制了可以发送到云端的视频数量,尤其是在容量非常昂贵的无线网络上。在本文中,我们介绍了Vigil,这是一种实时分布式无线监控系统,它利用边缘计算来支持企业园区、零售商店和智能城市的实时跟踪和监控。Vigil智能地在与摄像头和云共存的边缘计算节点之间划分视频处理,以节省无线容量,然后将其专用于Wi-Fi热点,从而抵消其成本。新的视频帧优先级和流量调度算法进一步优化了Vigil的带宽利用率。我们已经在空白和Wi-Fi网络的三个站点上部署了守夜。根据现场活动水平的不同,实验结果表明,Vigil允许视频监控系统支持的地理区域覆盖范围比简单地通过无线网络传输视频的方法大5到200倍。对于固定的覆盖和带宽区域,Vigil通过提供与用户查询相关的多达25%的对象,优于Wi-Fi默认的等吞吐量分配策略。
{"title":"The Design and Implementation of a Wireless Video Surveillance System","authors":"Tan Zhang, Aakanksha Chowdhery, P. Bahl, K. Jamieson, Suman Banerjee","doi":"10.1145/2789168.2790123","DOIUrl":"https://doi.org/10.1145/2789168.2790123","url":null,"abstract":"Internet-enabled cameras pervade daily life, generating a huge amount of data, but most of the video they generate is transmitted over wires and analyzed offline with a human in the loop. The ubiquity of cameras limits the amount of video that can be sent to the cloud, especially on wireless networks where capacity is at a premium. In this paper, we present Vigil, a real-time distributed wireless surveillance system that leverages edge computing to support real-time tracking and surveillance in enterprise campuses, retail stores, and across smart cities. Vigil intelligently partitions video processing between edge computing nodes co-located with cameras and the cloud to save wireless capacity, which can then be dedicated to Wi-Fi hotspots, offsetting their cost. Novel video frame prioritization and traffic scheduling algorithms further optimize Vigil's bandwidth utilization. We have deployed Vigil across three sites in both whitespace and Wi-Fi networks. Depending on the level of activity in the scene, experimental results show that Vigil allows a video surveillance system to support a geographical area of coverage between five and 200 times greater than an approach that simply streams video over the wireless network. For a fixed region of coverage and bandwidth, Vigil outperforms the default equal throughput allocation strategy of Wi-Fi by delivering up to 25% more objects relevant to a user's query.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122411138","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}
引用次数: 246
QuickSync: Improving Synchronization Efficiency for Mobile Cloud Storage Services 快速同步:提高移动云存储服务的同步效率
Yong Cui, Zeqi Lai, Xin Wang, Ningwei Dai, Congcong Miao
Mobile cloud storage services have gained phenomenal success in recent few years. In this paper, we identify, analyze and address the synchronization (sync) inefficiency problem of modern mobile cloud storage services. Our measurement results demonstrate that existing commercial sync services fail to make full use of available bandwidth, and generate a large amount of unnecessary sync traffic in certain circumstance even though the incremental sync is implemented. These issues are caused by the inherent limitations of the sync protocol and the distributed architecture. Based on our findings, we propose QuickSync, a system with three novel techniques to improve the sync efficiency for mobile cloud storage services, and build the system on two commercial sync services. Our experimental results using representative workloads show that QuickSync is able to reduce up to 52.9% sync time in our experiment settings.
最近几年,移动云存储服务取得了惊人的成功。在本文中,我们识别,分析和解决现代移动云存储服务的同步(同步)效率低下的问题。我们的测量结果表明,现有的商业同步服务不能充分利用可用带宽,并且在某些情况下即使实现了增量同步也会产生大量不必要的同步流量。这些问题是由同步协议和分布式体系结构的固有限制引起的。在此基础上,我们提出了一种采用三种新技术来提高移动云存储服务同步效率的系统QuickSync,并在两种商业同步服务的基础上构建了该系统。我们使用代表性工作负载的实验结果表明,在我们的实验设置中,QuickSync能够减少高达52.9%的同步时间。
{"title":"QuickSync: Improving Synchronization Efficiency for Mobile Cloud Storage Services","authors":"Yong Cui, Zeqi Lai, Xin Wang, Ningwei Dai, Congcong Miao","doi":"10.1145/2789168.2790094","DOIUrl":"https://doi.org/10.1145/2789168.2790094","url":null,"abstract":"Mobile cloud storage services have gained phenomenal success in recent few years. In this paper, we identify, analyze and address the synchronization (sync) inefficiency problem of modern mobile cloud storage services. Our measurement results demonstrate that existing commercial sync services fail to make full use of available bandwidth, and generate a large amount of unnecessary sync traffic in certain circumstance even though the incremental sync is implemented. These issues are caused by the inherent limitations of the sync protocol and the distributed architecture. Based on our findings, we propose QuickSync, a system with three novel techniques to improve the sync efficiency for mobile cloud storage services, and build the system on two commercial sync services. Our experimental results using representative workloads show that QuickSync is able to reduce up to 52.9% sync time in our experiment settings.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124840110","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
Demo: An Open-source Software Defined Platform for Collaborative and Energy-aware WiFi Offloading 演示:一个开源软件定义的协作和能源感知WiFi卸载平台
A. Ding, Yanhe Liu, S. Tarkoma, H. Flinck, J. Crowcroft
This demonstration presents a novel software defined platform for achieving collaborative and energy-aware WiFi offloading. The platform consists of an extensible central controller, programmable offloading agents, and offloading extensions on mobile devices. Driven by our extensive measurements of energy consumption on smartphones, we propose an effective energy-aware offloading algorithm and integrate it to our platform. By enabling collaboration between wireless networks and mobile users, our solution can make optimal offloading decisions that improve offloading efficiency for network operators and achieve energy saving for mobile users. To enhance deployability, we have released our platform under open-source licenses on GitHub.
该演示展示了一种新颖的软件定义平台,用于实现协作和能量感知的WiFi卸载。该平台由可扩展的中央控制器、可编程卸载代理和移动设备上的卸载扩展组成。通过对智能手机能耗的广泛测量,我们提出了一种有效的节能卸载算法,并将其集成到我们的平台中。通过实现无线网络和移动用户之间的协作,我们的解决方案可以做出最佳的卸载决策,从而提高网络运营商的卸载效率,并为移动用户实现节能。为了增强可部署性,我们在GitHub上发布了开源许可的平台。
{"title":"Demo: An Open-source Software Defined Platform for Collaborative and Energy-aware WiFi Offloading","authors":"A. Ding, Yanhe Liu, S. Tarkoma, H. Flinck, J. Crowcroft","doi":"10.1145/2789168.2789174","DOIUrl":"https://doi.org/10.1145/2789168.2789174","url":null,"abstract":"This demonstration presents a novel software defined platform for achieving collaborative and energy-aware WiFi offloading. The platform consists of an extensible central controller, programmable offloading agents, and offloading extensions on mobile devices. Driven by our extensive measurements of energy consumption on smartphones, we propose an effective energy-aware offloading algorithm and integrate it to our platform. By enabling collaboration between wireless networks and mobile users, our solution can make optimal offloading decisions that improve offloading efficiency for network operators and achieve energy saving for mobile users. To enhance deployability, we have released our platform under open-source licenses on GitHub.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"147 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121783069","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
SAMPLES: Self Adaptive Mining of Persistent LExical Snippets for Classifying Mobile Application Traffic 样本:用于分类移动应用流量的持久词法片段的自适应挖掘
Hongyi Yao, Gyan Ranjan, A. Tongaonkar, Yong Liao, Z. Morley Mao
We present SAMPLES: Self Adaptive Mining of Persistent LExical Snippets; a systematic framework for classifying network traffic generated by mobile applications. SAMPLES constructs conjunctive rules, in an automated fashion, through a supervised methodology over a set of labeled flows (the training set). Each conjunctive rule corresponds to the lexical context, associated with an application identifier found in a snippet of the HTTP header, and is defined by: (a) the identifier type, (b) the HTTP header-field it occurs in, and (c) the prefix/suffix surrounding its occurrence. Subsequently, these conjunctive rules undergo an aggregate-and-validate step for improving accuracy and determining a priority order. The refined rule-set is then loaded into an application-identification engine where it operates at a per flow granularity, in an extract-and-lookup paradigm, to identify the application responsible for a given flow. Thus, SAMPLES can facilitate important network measurement and management tasks --- e.g. behavioral profiling [29], application-level firewalls [21,22] etc. --- which require a more detailed view of the underlying traffic than that afforded by traditional protocol/port based methods. We evaluate SAMPLES on a test set comprising 15 million flows (approx.) generated by over 700 K applications from the Android, iOS and Nokia market-places. SAMPLES successfully identifies over 90% of these applications with 99% accuracy on an average. This, in spite of the fact that fewer than 2% of the applications are required during the training phase, for each of the three market places. This is a testament to the universality and the scalability of our approach. We, therefore, expect SAMPLES to work with reasonable coverage and accuracy for other mobile platforms --- e.g. BlackBerry and Windows Mobile --- as well.
我们提供的样本包括:持久词法片段的自适应挖掘;对移动应用程序产生的网络流量进行分类的系统框架。通过对一组标记流(训练集)的监督方法,以自动化的方式构建合取规则。每个连接规则对应于词法上下文,与HTTP报头片段中的应用程序标识符相关联,并由以下方式定义:(a)标识符类型,(b)它出现的HTTP报头字段,以及(c)围绕其出现的前缀/后缀。随后,这些连接规则经历一个聚合和验证步骤,以提高准确性并确定优先顺序。然后将精炼的规则集加载到应用程序识别引擎中,它在每个流粒度中以提取和查找范式进行操作,以识别负责给定流的应用程序。因此,样本可以促进重要的网络测量和管理任务——例如行为分析[29],应用程序级防火墙[21,22]等——这需要比传统的基于协议/端口的方法提供的更详细的底层流量视图。我们在一个测试集上评估样本,该测试集由来自Android、iOS和Nokia市场的超过700k个应用程序生成的1500万流(大约)组成。样本成功地识别了90%以上的应用程序,平均准确率为99%。尽管在三个市场中,每个市场在培训阶段只需要不到2%的应用程序。这证明了我们方法的普遍性和可扩展性。因此,我们希望样本能够在其他移动平台(如黑莓和Windows mobile)上具有合理的覆盖率和准确性。
{"title":"SAMPLES: Self Adaptive Mining of Persistent LExical Snippets for Classifying Mobile Application Traffic","authors":"Hongyi Yao, Gyan Ranjan, A. Tongaonkar, Yong Liao, Z. Morley Mao","doi":"10.1145/2789168.2790097","DOIUrl":"https://doi.org/10.1145/2789168.2790097","url":null,"abstract":"We present SAMPLES: Self Adaptive Mining of Persistent LExical Snippets; a systematic framework for classifying network traffic generated by mobile applications. SAMPLES constructs conjunctive rules, in an automated fashion, through a supervised methodology over a set of labeled flows (the training set). Each conjunctive rule corresponds to the lexical context, associated with an application identifier found in a snippet of the HTTP header, and is defined by: (a) the identifier type, (b) the HTTP header-field it occurs in, and (c) the prefix/suffix surrounding its occurrence. Subsequently, these conjunctive rules undergo an aggregate-and-validate step for improving accuracy and determining a priority order. The refined rule-set is then loaded into an application-identification engine where it operates at a per flow granularity, in an extract-and-lookup paradigm, to identify the application responsible for a given flow. Thus, SAMPLES can facilitate important network measurement and management tasks --- e.g. behavioral profiling [29], application-level firewalls [21,22] etc. --- which require a more detailed view of the underlying traffic than that afforded by traditional protocol/port based methods. We evaluate SAMPLES on a test set comprising 15 million flows (approx.) generated by over 700 K applications from the Android, iOS and Nokia market-places. SAMPLES successfully identifies over 90% of these applications with 99% accuracy on an average. This, in spite of the fact that fewer than 2% of the applications are required during the training phase, for each of the three market places. This is a testament to the universality and the scalability of our approach. We, therefore, expect SAMPLES to work with reasonable coverage and accuracy for other mobile platforms --- e.g. BlackBerry and Windows Mobile --- as well.","PeriodicalId":424497,"journal":{"name":"Proceedings of the 21st Annual International Conference on Mobile Computing and Networking","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126848261","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}
引用次数: 88
期刊
Proceedings of the 21st Annual International Conference on Mobile Computing and Networking
全部 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