首页 > 最新文献

2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)最新文献

英文 中文
Nowhere to hide: An empirical study on hidden UHF RFID tags 无处可藏:隐藏超高频RFID标签的实证研究
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097860
Rui Li, H. Ding, Jinsong Han, Shaoping Li, Xing Wang, Hui Liu, Jizhong Zhao
Radio Frequency Identification (RFID) techniques are widely used in many ubiquitous applications. The most important usage of RFID techniques is to read the tags within a reader's interrogation area such that the objects attached with those tags can be identified. In real practice, it is common that a tag is physically in the interrogation range, but cannot be read by the reader, due to the multipath effect and other interference. This phenomenon, namely the hidden tag problem, is a big challenge to achieve high identification rate. To address this problem, most prior works depend on empirical or measurement-based methods to tune the transmission power for readers. Such a case-by-case solution is impractical for generic implementation. In this paper, we theoretically and experimentally explore the reasons why hidden tag problem occurs. To alleviate its impact, we propose a unified and measurable model, PAL, to formulate this problem and its impact. Different from previous works, our solution is generic and fully compatible with existing EPC C1G2 protocol. The analysis and measurement based on our model can help to design and deploy RFID systems with high identification rate.
射频识别(RFID)技术在许多无处不在的应用中得到了广泛的应用。RFID技术最重要的用途是读取读取器询问区域内的标签,以便可以识别与这些标签相连的对象。在实际应用中,由于多径效应和其他干扰,标签在物理上处于询问范围内,但读取器无法读取的情况很常见。这种现象,即隐藏标签问题,是实现高识别率的一大挑战。为了解决这个问题,大多数先前的工作依赖于经验或基于测量的方法来调整读者的传输功率。这种逐案解决方案对于泛型实现是不切实际的。本文从理论和实验两方面探讨了隐藏标签问题产生的原因。为了减轻其影响,我们提出了一个统一的、可测量的模型PAL来描述这个问题及其影响。与以往的工作不同,我们的解决方案是通用的,完全兼容现有的EPC C1G2协议。基于该模型的分析和测量有助于设计和部署具有高识别率的RFID系统。
{"title":"Nowhere to hide: An empirical study on hidden UHF RFID tags","authors":"Rui Li, H. Ding, Jinsong Han, Shaoping Li, Xing Wang, Hui Liu, Jizhong Zhao","doi":"10.1109/PADSW.2014.7097860","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097860","url":null,"abstract":"Radio Frequency Identification (RFID) techniques are widely used in many ubiquitous applications. The most important usage of RFID techniques is to read the tags within a reader's interrogation area such that the objects attached with those tags can be identified. In real practice, it is common that a tag is physically in the interrogation range, but cannot be read by the reader, due to the multipath effect and other interference. This phenomenon, namely the hidden tag problem, is a big challenge to achieve high identification rate. To address this problem, most prior works depend on empirical or measurement-based methods to tune the transmission power for readers. Such a case-by-case solution is impractical for generic implementation. In this paper, we theoretically and experimentally explore the reasons why hidden tag problem occurs. To alleviate its impact, we propose a unified and measurable model, PAL, to formulate this problem and its impact. Different from previous works, our solution is generic and fully compatible with existing EPC C1G2 protocol. The analysis and measurement based on our model can help to design and deploy RFID systems with high identification rate.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"210 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133419279","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
Accelerating HPCG on Tianhe-2: A hybrid CPU-MIC algorithm 天河二号上HPCG加速:一种CPU-MIC混合算法
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097852
Yiqung Liu, Xianyi Zhang, Chao Yang, Fangfang Liu, Yutong Lu
In this paper, we propose a hybrid algorithm to enable and accelerate the High Performance Conjugate Gradient (HPCG) benchmark on a heterogeneous node with an arbitrary number of accelerators. In the hybrid algorithm, each subdomain is assigned to a node after a three-dimensional domain decomposition. The subdomain is further divided to several regular inner blocks and an outer part with a flexible inner-outer partitioning strategy. Each inner task is assigned to a MIC device and the size is adjustable to adapt the accelerator's computational power. The only outer part is assigned to CPU and the thickness of boundary size is also adjustable to maintain load balance between CPU and MICs. By properly fusing the computational kernels with preceding ones, we present an asynchronous data transfer scheme to better overlap local computation with the PCI-express data transfer. All basic HPCG kernels, especially the time-consuming sparse matrix-vector multiplication (SpMV) and the symmetric Gauss-Seidel relaxation (SymGS), are extensively optimized for both CPU and MIC, on both algorithmic and architectural levels. On a single node of Tianhe-2 which is composed of an Intel Xeon processor and three Intel Xeon Phi coprocessors, we successfully obtain an aggregated performance of 50.2 Gflops, which is around 1.5% of the peak performance.
在本文中,我们提出了一种混合算法,在任意数量的加速器的异构节点上启用和加速高性能共轭梯度(HPCG)基准测试。在混合算法中,每个子域经过三维域分解后分配到一个节点。子域进一步划分为规则的内部块和灵活的内外分区策略的外部块。每个内部任务分配给一个MIC设备,其大小可以调整,以适应加速器的计算能力。唯一的外部部分分配给CPU,边界尺寸的厚度也可调,以保持CPU和mic之间的负载平衡。通过适当地融合之前的计算核,我们提出了一种异步数据传输方案,以更好地将局部计算与PCI-express数据传输重叠。所有基本的HPCG内核,特别是耗时的稀疏矩阵向量乘法(SpMV)和对称高斯-赛德尔弛豫(SymGS),在算法和架构层面上都针对CPU和MIC进行了广泛的优化。在由一个Intel Xeon处理器和三个Intel Xeon Phi协处理器组成的天河二号单节点上,我们成功地获得了50.2 Gflops的聚合性能,约为峰值性能的1.5%。
{"title":"Accelerating HPCG on Tianhe-2: A hybrid CPU-MIC algorithm","authors":"Yiqung Liu, Xianyi Zhang, Chao Yang, Fangfang Liu, Yutong Lu","doi":"10.1109/PADSW.2014.7097852","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097852","url":null,"abstract":"In this paper, we propose a hybrid algorithm to enable and accelerate the High Performance Conjugate Gradient (HPCG) benchmark on a heterogeneous node with an arbitrary number of accelerators. In the hybrid algorithm, each subdomain is assigned to a node after a three-dimensional domain decomposition. The subdomain is further divided to several regular inner blocks and an outer part with a flexible inner-outer partitioning strategy. Each inner task is assigned to a MIC device and the size is adjustable to adapt the accelerator's computational power. The only outer part is assigned to CPU and the thickness of boundary size is also adjustable to maintain load balance between CPU and MICs. By properly fusing the computational kernels with preceding ones, we present an asynchronous data transfer scheme to better overlap local computation with the PCI-express data transfer. All basic HPCG kernels, especially the time-consuming sparse matrix-vector multiplication (SpMV) and the symmetric Gauss-Seidel relaxation (SymGS), are extensively optimized for both CPU and MIC, on both algorithmic and architectural levels. On a single node of Tianhe-2 which is composed of an Intel Xeon processor and three Intel Xeon Phi coprocessors, we successfully obtain an aggregated performance of 50.2 Gflops, which is around 1.5% of the peak performance.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124702865","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}
引用次数: 14
Extending access point service coverage area through opportunistic forwarding in multi-hop collaborative relay WLANs 在多跳协同中继无线局域网中通过机会转发扩展接入点业务覆盖区域
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097883
Xing Tang, Haijian Zhang, Kunxiao Zhou, Jing Wang
In multi-hop WLANs, it is more efficient to let some clients relay traffic for the clients whose distances are a bit far away from the AP, which increases the transmission efficiency. The existing solutions for multi-hop WLANs try to choose one or two fixed best relays to forward packets. However, the links between far-away clients and the AP are intermittently connected, and end-to-end paths may not exit. In order to fill this gap, using opportunistic forwarding, our solutions do not fix a relay; the source simply broadcasts its signal, any client who received the signal will relay the traffic. In this paper, our object is to extend the connectivity by opportunistic forwarding for far-away clients in multi-hop WLAN accesses. The original contributions made by this paper include: 1) We develop a general model to analyze the throughput of opportunistic forwarding in multi-hop WLANs. 2) We classify the clients into three groups, and propose a centralized opportunistic routing relay algorithm for each group of clients to achieve the optimal system throughput. 3) We propose a distributed opportunistic routing relay protocol for clients' disconnected and connected actions. Extensive simulations have been done in NS-2. The simulation results show that our protocol can significantly increase the service's coverage and connectivity of the entire network, compared with those methods by traditional one-hop and multi-hop relay.
在多跳无线局域网中,让一些客户端为距离AP较远的客户端中继流量,可以提高传输效率。现有的多跳无线局域网解决方案试图选择一个或两个固定的最佳中继来转发数据包。但是,远程客户端与AP之间的链路是间歇性连接的,端到端路径可能不存在。为了填补这一空白,利用机会转发,我们的解决方案不固定中继;源只是广播它的信号,任何接收到信号的客户端都将转发流量。在本文中,我们的目标是通过在多跳无线局域网访问中为远端客户端提供机会转发来扩展连接。本文的原创性贡献包括:1)建立了一个通用模型来分析多跳无线局域网中的机会转发吞吐量。2)将客户端分为三组,并针对每组客户端提出集中式机会路由中继算法,以实现最优的系统吞吐量。3)针对客户端断开和连接的行为,提出了一种分布式机会路由中继协议。在NS-2中进行了大量的模拟。仿真结果表明,与传统的单跳和多跳中继方法相比,该协议可以显著提高整个网络的业务覆盖和连通性。
{"title":"Extending access point service coverage area through opportunistic forwarding in multi-hop collaborative relay WLANs","authors":"Xing Tang, Haijian Zhang, Kunxiao Zhou, Jing Wang","doi":"10.1109/PADSW.2014.7097883","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097883","url":null,"abstract":"In multi-hop WLANs, it is more efficient to let some clients relay traffic for the clients whose distances are a bit far away from the AP, which increases the transmission efficiency. The existing solutions for multi-hop WLANs try to choose one or two fixed best relays to forward packets. However, the links between far-away clients and the AP are intermittently connected, and end-to-end paths may not exit. In order to fill this gap, using opportunistic forwarding, our solutions do not fix a relay; the source simply broadcasts its signal, any client who received the signal will relay the traffic. In this paper, our object is to extend the connectivity by opportunistic forwarding for far-away clients in multi-hop WLAN accesses. The original contributions made by this paper include: 1) We develop a general model to analyze the throughput of opportunistic forwarding in multi-hop WLANs. 2) We classify the clients into three groups, and propose a centralized opportunistic routing relay algorithm for each group of clients to achieve the optimal system throughput. 3) We propose a distributed opportunistic routing relay protocol for clients' disconnected and connected actions. Extensive simulations have been done in NS-2. The simulation results show that our protocol can significantly increase the service's coverage and connectivity of the entire network, compared with those methods by traditional one-hop and multi-hop relay.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122408912","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
Real-time and passive wormhole detection for wireless sensor networks 无线传感器网络的实时无源虫洞检测
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097858
Guoxing Luo, Zhigang Han, Li Lu, M. Hussain
Wormhole attack is one of the severe threats to wireless sensor and ad hoc networks. Most of the existing countermeasures either require specialized hardware or demand high network overheads in order to capture the specific symptoms induced by the wormholes, which in result, limits their applicability. In this paper, we exploit an inevitable symptom of wormholes and present Pworm, a passive wormhole detection and localization system based upon the key observation that a large amount of network traffic will be attracted by the wormholes. The proposed passive and real-time scheme silently observes the variations in network topology to infer the wormhole existence. Our approach relies solely on network routing information and does not necessitate specialized hardware or poses rigorous assumptions on network features. We evaluate our system performance through extensive simulations of 100 to 500 nodes for various network scales and show that Pworm is well suited for false alarms, scalability and time delay.
虫洞攻击是无线传感器和自组织网络面临的严重威胁之一。现有的大多数对策要么需要专门的硬件,要么需要很高的网络开销,以便捕捉虫洞引起的特定症状,这限制了它们的适用性。本文利用虫洞的一种不可避免的症状,基于虫洞会吸引大量网络流量的关键观察,提出了一种被动虫洞检测和定位系统Pworm。提出的无源实时方案静默地观察网络拓扑结构的变化来推断虫洞的存在。我们的方法完全依赖于网络路由信息,不需要专门的硬件或对网络特性提出严格的假设。我们通过各种网络规模的100到500个节点的广泛模拟来评估我们的系统性能,并表明Pworm非常适合假警报,可扩展性和时间延迟。
{"title":"Real-time and passive wormhole detection for wireless sensor networks","authors":"Guoxing Luo, Zhigang Han, Li Lu, M. Hussain","doi":"10.1109/PADSW.2014.7097858","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097858","url":null,"abstract":"Wormhole attack is one of the severe threats to wireless sensor and ad hoc networks. Most of the existing countermeasures either require specialized hardware or demand high network overheads in order to capture the specific symptoms induced by the wormholes, which in result, limits their applicability. In this paper, we exploit an inevitable symptom of wormholes and present Pworm, a passive wormhole detection and localization system based upon the key observation that a large amount of network traffic will be attracted by the wormholes. The proposed passive and real-time scheme silently observes the variations in network topology to infer the wormhole existence. Our approach relies solely on network routing information and does not necessitate specialized hardware or poses rigorous assumptions on network features. We evaluate our system performance through extensive simulations of 100 to 500 nodes for various network scales and show that Pworm is well suited for false alarms, scalability and time delay.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124413779","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
GPU acceleration of finding frequent patterns over large biological sequence GPU加速查找大型生物序列上的频繁模式
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097865
Shufang Du, Longjiang Guo, Chunyu Ai, Jinbao Li, Meirui Ren, Yahong Guo
Biological frequent patterns usually correspond to the important function (or structure) in biological sequences. Along with the rapid growth of biological sequences, it is significant to find frequent patterns over a large bio-sequence efficiently. However, most of existing algorithms need to produce lots of short patterns or projected databases, which influence the efficiency badly and also increase the cost of space. Graphics processing units (GPUs) embracing many core computing devices, have been extensively applied to accelerate computation performance in many areas. In order to meet the demand of biologists, we redefine the frequent pattern problem with length constraints for finding frequent patterns. We present pruning optimization method for the serial algorithm (POSA), and based on this technique, we propose a parallel algorithm (POPA) which not only reduces the time complexity with a low space cost but also obtains better performance on CUDA. To validate the presented algorithms, we implemented the algorithms on multiple-core CPU and various GPU devices. Also, CUDA optimization techniques are applied to speed up calculation in the paper. Finally, experimental results show that compared with the serial algorithm on CPU with six cores, POSA achieves 1.2~4.5 speedup, and POPA gains 3~20 speedup.
生物频率模式通常与生物序列中的重要功能(或结构)相对应。随着生物序列的快速增长,在一个大的生物序列中有效地发现频繁模式是一个非常重要的问题。然而,现有的算法大多需要生成大量的短模式或投影数据库,这严重影响了算法的效率,也增加了空间成本。图形处理单元(Graphics processing unit, gpu)包含了许多核心计算设备,在许多领域被广泛应用于加速计算性能。为了满足生物学家的需求,我们重新定义了具有长度约束的频繁模式问题,以寻找频繁模式。提出了串行算法(POSA)的剪枝优化方法,并在此基础上提出了一种并行算法(POPA),该算法不仅以较低的空间成本降低了时间复杂度,而且在CUDA上获得了更好的性能。为了验证所提出的算法,我们在多核CPU和各种GPU设备上实现了算法。此外,本文还采用了CUDA优化技术来加快计算速度。实验结果表明,与六核CPU上的串行算法相比,POSA算法的速度提高了1.2~4.5,POPA算法的速度提高了3~20。
{"title":"GPU acceleration of finding frequent patterns over large biological sequence","authors":"Shufang Du, Longjiang Guo, Chunyu Ai, Jinbao Li, Meirui Ren, Yahong Guo","doi":"10.1109/PADSW.2014.7097865","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097865","url":null,"abstract":"Biological frequent patterns usually correspond to the important function (or structure) in biological sequences. Along with the rapid growth of biological sequences, it is significant to find frequent patterns over a large bio-sequence efficiently. However, most of existing algorithms need to produce lots of short patterns or projected databases, which influence the efficiency badly and also increase the cost of space. Graphics processing units (GPUs) embracing many core computing devices, have been extensively applied to accelerate computation performance in many areas. In order to meet the demand of biologists, we redefine the frequent pattern problem with length constraints for finding frequent patterns. We present pruning optimization method for the serial algorithm (POSA), and based on this technique, we propose a parallel algorithm (POPA) which not only reduces the time complexity with a low space cost but also obtains better performance on CUDA. To validate the presented algorithms, we implemented the algorithms on multiple-core CPU and various GPU devices. Also, CUDA optimization techniques are applied to speed up calculation in the paper. Finally, experimental results show that compared with the serial algorithm on CPU with six cores, POSA achieves 1.2~4.5 speedup, and POPA gains 3~20 speedup.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115145482","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
Smart MapReduce cloud: Applying extra processing to intermediate data on demand 智能MapReduce云:根据需要对中间数据应用额外的处理
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097885
Tzu-Chi Huang, Kuo-Chih Chu, Ming-Fong Tsai
Cloud computing is the emerging and attractive technology and provides users with various services in a pay-as-you-go manner. Cloud computing nowadays does not limit resources of the services in a cloud to the computers that are far away from users and connected to each other in a data center with high speed networks at the same geographic location. Cloud computing may present a cloud to users by connecting resources at multiple geographic locations. By connecting resources at multiple geographic locations to organize a cloud, cloud computing may meet problems of communication interception, congestion, and interruption. Cloud computing should have a way to supply extra processing on demand for certain links between computers separated geographically. Since a MapReduce cloud is the key to the success of the large-scale computation, cloud computing can use the Smart MapReduce Cloud (SMRC) proposed in this paper to apply extra processing to intermediate data on demand while intermediate data is delivered among computers in the MapReduce cloud. In experiments, cloud computing is tested with several popular MapReduce applications to observe performances of data encryption and compression via XOR and GZIP functions in SMRC.
云计算是一种新兴的、有吸引力的技术,它以现收现付的方式为用户提供各种服务。如今的云计算不再将云中的服务资源限制在远离用户的计算机上,这些计算机在同一地理位置的数据中心中通过高速网络相互连接。云计算可以通过连接多个地理位置的资源向用户呈现云。通过连接多个地理位置的资源来组织云,云计算可能会遇到通信拦截、拥塞和中断的问题。云计算应该有一种方法,可以根据需要为地理上分开的计算机之间的某些链接提供额外的处理。由于MapReduce云是大规模计算成功的关键,因此云计算可以使用本文提出的Smart MapReduce cloud (SMRC),当中间数据在MapReduce云中的计算机之间传递时,根据需要对中间数据进行额外的处理。在实验中,使用几种流行的MapReduce应用程序对云计算进行测试,观察SMRC中通过XOR和GZIP函数进行数据加密和压缩的性能。
{"title":"Smart MapReduce cloud: Applying extra processing to intermediate data on demand","authors":"Tzu-Chi Huang, Kuo-Chih Chu, Ming-Fong Tsai","doi":"10.1109/PADSW.2014.7097885","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097885","url":null,"abstract":"Cloud computing is the emerging and attractive technology and provides users with various services in a pay-as-you-go manner. Cloud computing nowadays does not limit resources of the services in a cloud to the computers that are far away from users and connected to each other in a data center with high speed networks at the same geographic location. Cloud computing may present a cloud to users by connecting resources at multiple geographic locations. By connecting resources at multiple geographic locations to organize a cloud, cloud computing may meet problems of communication interception, congestion, and interruption. Cloud computing should have a way to supply extra processing on demand for certain links between computers separated geographically. Since a MapReduce cloud is the key to the success of the large-scale computation, cloud computing can use the Smart MapReduce Cloud (SMRC) proposed in this paper to apply extra processing to intermediate data on demand while intermediate data is delivered among computers in the MapReduce cloud. In experiments, cloud computing is tested with several popular MapReduce applications to observe performances of data encryption and compression via XOR and GZIP functions in SMRC.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115193964","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
ADAS: Adjust directional antenna with sensor hints ADAS:调整定向天线与传感器提示
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097810
Xiaonan Guo, Kaishun Wu, Qian Zhang
Recently, directional antenna has shown great potential to deploy in indoor environments and significantly improve wireless network capacity. Due to its directionality, the orientation of antenna becomes a critical issue especially for moving devices while exchanging data with directional AP. Previous work largely focused on scenarios, in which the clients are stable at most of the time and addressed the issue of moving device by remeasurement of the whole network information such as received signal strength, conflict graph. However, re-collection of such information will introduce significant overhead. To adjust directional antenna quickly and wisely in real-time, in this paper, we introduce ADAS, a system that adjust orientation of directional antenna with sensor hints from mobile devices. The key idea of ADAS system is to obtain the movement behavior and location information from sensors equipped in mobile devices, then the AP adapts its orientation accordingly. We implement ADAS system on commercial directional antenna and evaluate its performance under different configurations. The experiment results demonstrate that directional AP in ADAS system could adapt to mobility with less overhead.
近年来,定向天线在室内环境中显示出巨大的部署潜力,显著提高了无线网络容量。由于天线的方向性,在与定向AP交换数据时,天线的方向成为移动设备的关键问题。以往的工作主要集中在客户端大部分时间是稳定的情况下,通过重新测量接收信号强度、冲突图等全网信息来解决移动设备的问题。但是,重新收集这些信息会带来很大的开销。为了快速、智能地实时调整定向天线,本文介绍了一种利用移动设备的传感器提示来调整定向天线方向的系统ADAS。ADAS系统的核心思想是从移动设备上安装的传感器获取移动行为和位置信息,并据此调整其方向。在商用定向天线上实现了ADAS系统,并对其在不同配置下的性能进行了评估。实验结果表明,ADAS系统中的定向AP能够以较小的开销适应移动性。
{"title":"ADAS: Adjust directional antenna with sensor hints","authors":"Xiaonan Guo, Kaishun Wu, Qian Zhang","doi":"10.1109/PADSW.2014.7097810","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097810","url":null,"abstract":"Recently, directional antenna has shown great potential to deploy in indoor environments and significantly improve wireless network capacity. Due to its directionality, the orientation of antenna becomes a critical issue especially for moving devices while exchanging data with directional AP. Previous work largely focused on scenarios, in which the clients are stable at most of the time and addressed the issue of moving device by remeasurement of the whole network information such as received signal strength, conflict graph. However, re-collection of such information will introduce significant overhead. To adjust directional antenna quickly and wisely in real-time, in this paper, we introduce ADAS, a system that adjust orientation of directional antenna with sensor hints from mobile devices. The key idea of ADAS system is to obtain the movement behavior and location information from sensors equipped in mobile devices, then the AP adapts its orientation accordingly. We implement ADAS system on commercial directional antenna and evaluate its performance under different configurations. The experiment results demonstrate that directional AP in ADAS system could adapt to mobility with less overhead.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122527019","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A fine-grained indoor localization using multidimensional Wi-Fi fingerprinting 使用多维Wi-Fi指纹的细粒度室内定位
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097846
Deng Chen, L. Du, Zhiping Jiang, Wei Xi, Jinsong Han, K. Zhao, Jizhong Zhao, Zhi Wang, Rui Li
Although fingerprint based localization is promising for indoor applications, its accuracy still remains a huge challenge. Most of existing approaches rely on the Radio Signal Strength (RSS) to generate fingerprints. However, merely using RSS is unable to accurately localize objects since such an one-dimensional fingerprint will be seriously influenced by the interference and multi-path effect in the indoor environment. In this paper, we propose a new localization approach based on multidimensional Wi-Fi fingerprint. Instead of only using RSS to construct fingerprint, we employ RSS, transmitted power, and channel information to construct an integrated fingerprint. The extended fingerprint enables fine-grained localization and tracking services. We also deign a cosine similarity based matching algorithm and enhanced particle filter mechanism to achieve accurate localization and tracking. Extensive experiment and implementation results show that the new fingerprint and proposed algorithms can achieve an accuracy within two meters in 90% of testing points, while demonstrating a good adaptability to complex indoor environments.
尽管基于指纹的定位在室内应用中很有前景,但其准确性仍然是一个巨大的挑战。大多数现有的方法依赖于无线电信号强度(RSS)来生成指纹。然而,由于这种一维指纹在室内环境中会受到干扰和多径效应的严重影响,单纯使用RSS无法准确定位目标。本文提出了一种基于多维Wi-Fi指纹的定位方法。我们将RSS、传输功率和信道信息结合在一起,构建了一个集成的指纹。扩展指纹支持细粒度的定位和跟踪服务。我们还设计了基于余弦相似度的匹配算法和增强的粒子滤波机制来实现精确的定位和跟踪。大量的实验和实现结果表明,新指纹和算法在90%的测试点上可以达到两米以内的精度,同时对复杂的室内环境表现出良好的适应性。
{"title":"A fine-grained indoor localization using multidimensional Wi-Fi fingerprinting","authors":"Deng Chen, L. Du, Zhiping Jiang, Wei Xi, Jinsong Han, K. Zhao, Jizhong Zhao, Zhi Wang, Rui Li","doi":"10.1109/PADSW.2014.7097846","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097846","url":null,"abstract":"Although fingerprint based localization is promising for indoor applications, its accuracy still remains a huge challenge. Most of existing approaches rely on the Radio Signal Strength (RSS) to generate fingerprints. However, merely using RSS is unable to accurately localize objects since such an one-dimensional fingerprint will be seriously influenced by the interference and multi-path effect in the indoor environment. In this paper, we propose a new localization approach based on multidimensional Wi-Fi fingerprint. Instead of only using RSS to construct fingerprint, we employ RSS, transmitted power, and channel information to construct an integrated fingerprint. The extended fingerprint enables fine-grained localization and tracking services. We also deign a cosine similarity based matching algorithm and enhanced particle filter mechanism to achieve accurate localization and tracking. Extensive experiment and implementation results show that the new fingerprint and proposed algorithms can achieve an accuracy within two meters in 90% of testing points, while demonstrating a good adaptability to complex indoor environments.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125229014","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
A distributed spectrum sharing algorithm in cognitive radio networks 认知无线电网络中的分布式频谱共享算法
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097848
Wei Sun, Jiadi Yu, Tong Liu
In this paper we study a social welfare maximization problem for spectrum sharing in cognitive radio networks. To fully use the spectrum resource, the spectrum owned by the licensed primary user (PU) can be leased to secondary users (SUs) for transmitting data. We first formulate the social welfare of a cognitive radio network, considering the cost for the primary user sharing spectrum and the utility gained for secondary users transmitting data. The social welfare maximization is a convex optimization, which can be solved by standard methods in a centralized manner. However, the utility function of each secondary user always contains the private information, which leads to the centralized methods disabled. To overcome this challenge, we propose an iterative distributed algorithm based on a pricing-based decomposition framework. It is theoretically proved that our proposed algorithm converges to the optimal solution. Numerical simulation results are presented to show that our proposed algorithm achieves optimal social welfare and fast convergence speed.
本文研究了认知无线电网络中频谱共享的社会福利最大化问题。为了充分利用频谱资源,可以将已获得license的primary user (primary user)拥有的频谱租给secondary user (secondary user),用于传输数据。考虑到主用户共享频谱的成本和次用户传输数据的效用,我们首先制定了认知无线电网络的社会福利。社会福利最大化是一个凸优化问题,可以用标准方法集中求解。然而,由于每个二级用户的效用函数总是包含私有信息,导致集中方法无法使用。为了克服这一挑战,我们提出了一种基于定价分解框架的迭代分布式算法。从理论上证明了该算法收敛于最优解。数值仿真结果表明,该算法具有较好的社会福利和较快的收敛速度。
{"title":"A distributed spectrum sharing algorithm in cognitive radio networks","authors":"Wei Sun, Jiadi Yu, Tong Liu","doi":"10.1109/PADSW.2014.7097848","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097848","url":null,"abstract":"In this paper we study a social welfare maximization problem for spectrum sharing in cognitive radio networks. To fully use the spectrum resource, the spectrum owned by the licensed primary user (PU) can be leased to secondary users (SUs) for transmitting data. We first formulate the social welfare of a cognitive radio network, considering the cost for the primary user sharing spectrum and the utility gained for secondary users transmitting data. The social welfare maximization is a convex optimization, which can be solved by standard methods in a centralized manner. However, the utility function of each secondary user always contains the private information, which leads to the centralized methods disabled. To overcome this challenge, we propose an iterative distributed algorithm based on a pricing-based decomposition framework. It is theoretically proved that our proposed algorithm converges to the optimal solution. Numerical simulation results are presented to show that our proposed algorithm achieves optimal social welfare and fast convergence speed.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125877541","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
Characteristics and perspectives of wearable smart devices and industrial ecosystem 可穿戴智能设备与产业生态系统的特点与展望
Pub Date : 2014-12-01 DOI: 10.1109/PADSW.2014.7097907
Sang Cheol Han, Youn-Hee Han, Huijun Kim
Wearable smart devices industry is booming up and being highlighted by the market recently as an alternative of post smart phone industry. Wearable smart devices have an intrinsic nature that their visual style should be very important like fashion as well as the sophisticated function is. They also have unique characteristics of industrial ecosystem different from the ecosystem of the smart phone industry. In this paper, we insist that there are a huge number of vertical markets for wearable smart device product and services. We also suggests that the small and medium companies should be more aggressive to advance such vertical markets with the application products and services with components as well as solutions.
可穿戴智能设备行业作为后智能手机行业的替代品,近年来蓬勃发展并受到市场的关注。可穿戴智能设备具有一种内在的特性,它的视觉风格和时尚一样重要,它的复杂功能也很重要。它们也具有不同于智能手机产业生态系统的独特的产业生态系统特征。在本文中,我们坚持认为可穿戴智能设备产品和服务存在大量的垂直市场。我们还建议,中小企业应该更积极地推进这些垂直市场的应用产品和服务与组件以及解决方案。
{"title":"Characteristics and perspectives of wearable smart devices and industrial ecosystem","authors":"Sang Cheol Han, Youn-Hee Han, Huijun Kim","doi":"10.1109/PADSW.2014.7097907","DOIUrl":"https://doi.org/10.1109/PADSW.2014.7097907","url":null,"abstract":"Wearable smart devices industry is booming up and being highlighted by the market recently as an alternative of post smart phone industry. Wearable smart devices have an intrinsic nature that their visual style should be very important like fashion as well as the sophisticated function is. They also have unique characteristics of industrial ecosystem different from the ecosystem of the smart phone industry. In this paper, we insist that there are a huge number of vertical markets for wearable smart device product and services. We also suggests that the small and medium companies should be more aggressive to advance such vertical markets with the application products and services with components as well as solutions.","PeriodicalId":421740,"journal":{"name":"2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)","volume":"112 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117286260","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
期刊
2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1