首页 > 最新文献

2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)最新文献

英文 中文
Optimal Cloud Instance Acquisition via IaaS Cloud Brokerage with Volume Discount 通过IaaS云经纪获得最佳云实例,并提供批量折扣
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624186
Ning Wang, Jie Wu
Commercial cloud providers, e.g., Amazon EC2, offer the volume discount for large instance reservation in a time slot, and the majority of cloud jobs are delay-tolerant and do not need to be processed intermittently. These two features create an opportunity for the cloud brokerage service which aggregates and schedules cloud users' rental requests to earn volume discounts from cloud providers and sell to cloud users at a cheap price. A challenge for the broker is to properly schedule delay-tolerant jobs in order to maximize the volume discount amount over time. The scheduling idea is to generate several job bundles so each job bundle can get discount. In this paper, we discuss this problem from the homogeneous model first, where each job has the same processing time and delay-tolerant time, and we propose a dynamic programming approach. Then, we extend the model into the heterogeneous model, where the job processing time and the job deadline can be arbitrary values. In the heterogeneous scenario, we prove that the proposed problem is NP-hard even when the job processing time is unit. Then, we propose a greedy approach which turns out to have an approximation of $O(ln n)$, where $n$ is the total job number. Extensive trace-driven experiments from Google cluster trace demonstrates that our schemes achieve good performances.
商业云提供商,例如Amazon EC2,在一个时间段内为大型实例预订提供批量折扣,并且大多数云作业是延迟容忍的,不需要间歇处理。这两个特性为云经纪服务创造了机会,该服务可以聚合和安排云用户的租赁请求,从而从云提供商那里获得批量折扣,并以低廉的价格出售给云用户。经纪人面临的一个挑战是如何合理地安排可容忍延迟的作业,以便随着时间的推移使批量折扣金额最大化。调度思想是生成多个作业包,使每个作业包都能获得折扣。本文首先从具有相同加工时间和容忍延迟时间的同构模型出发,讨论了这一问题,并提出了一种动态规划方法。然后,我们将该模型扩展为异构模型,其中作业处理时间和作业截止日期可以是任意值。在异构场景下,我们证明了即使作业处理时间是单位的,所提出的问题也是np困难的。然后,我们提出了一种贪心方法,该方法的近似值为$O( lnn)$,其中$n$为总作业数。Google集群跟踪的大量跟踪驱动实验表明,我们的方案具有良好的性能。
{"title":"Optimal Cloud Instance Acquisition via IaaS Cloud Brokerage with Volume Discount","authors":"Ning Wang, Jie Wu","doi":"10.1109/IWQoS.2018.8624186","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624186","url":null,"abstract":"Commercial cloud providers, e.g., Amazon EC2, offer the volume discount for large instance reservation in a time slot, and the majority of cloud jobs are delay-tolerant and do not need to be processed intermittently. These two features create an opportunity for the cloud brokerage service which aggregates and schedules cloud users' rental requests to earn volume discounts from cloud providers and sell to cloud users at a cheap price. A challenge for the broker is to properly schedule delay-tolerant jobs in order to maximize the volume discount amount over time. The scheduling idea is to generate several job bundles so each job bundle can get discount. In this paper, we discuss this problem from the homogeneous model first, where each job has the same processing time and delay-tolerant time, and we propose a dynamic programming approach. Then, we extend the model into the heterogeneous model, where the job processing time and the job deadline can be arbitrary values. In the heterogeneous scenario, we prove that the proposed problem is NP-hard even when the job processing time is unit. Then, we propose a greedy approach which turns out to have an approximation of $O(ln n)$, where $n$ is the total job number. Extensive trace-driven experiments from Google cluster trace demonstrates that our schemes achieve good performances.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130891415","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
Energy-Aware Allocation of Approximate Query Processing Over Data Streams with Error Guarantee 具有错误保证的数据流近似查询处理的能量感知分配
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624123
Xiaohui Wei, Yuanyuan Liu, Shang Gao, Xingwang Wang
With increasing real-time and resource-intensive requirements, approximate computing is widely adopted to improve the performance of query processing over data streams. However, existing works concentrate on simple queries with single-step operations, such as point or join queries. There are a large number of nested queries with selection or filtering operations before aggregation. In this poster, we focus on approximate nested stream queries. We first propose a novel approximate model, SCM-sketches, that makes two-stage approximation for nested query answering with guaranteed errors. In the first stage for nested filtering operations, we use the sampling method to compress the arriving data. Then in the second stage, a sketch is used for further aggregation or join operations. We also theoretically analyze the effect of error propagation on approximate errors. Compared with existing sketch-based methods, experiment results with real-life datasets verify the effectiveness of SCM-sketches.
随着实时性和资源密集型要求的提高,近似计算被广泛用于提高数据流查询处理的性能。但是,现有的工作主要集中在具有单步操作的简单查询上,例如点或连接查询。在聚合之前,有大量嵌套的带有选择或过滤操作的查询。在这张海报中,我们关注的是近似嵌套流查询。我们首先提出了一种新的近似模型,scm -sketch,它对嵌套查询回答进行了两阶段近似,并保证了错误。在第一阶段的嵌套过滤操作中,我们使用采样方法来压缩到达的数据。然后在第二阶段,使用草图进行进一步的聚合或连接操作。从理论上分析了误差传播对近似误差的影响。与现有的基于草图的方法相比,实际数据集的实验结果验证了scm -草图的有效性。
{"title":"Energy-Aware Allocation of Approximate Query Processing Over Data Streams with Error Guarantee","authors":"Xiaohui Wei, Yuanyuan Liu, Shang Gao, Xingwang Wang","doi":"10.1109/IWQoS.2018.8624123","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624123","url":null,"abstract":"With increasing real-time and resource-intensive requirements, approximate computing is widely adopted to improve the performance of query processing over data streams. However, existing works concentrate on simple queries with single-step operations, such as point or join queries. There are a large number of nested queries with selection or filtering operations before aggregation. In this poster, we focus on approximate nested stream queries. We first propose a novel approximate model, SCM-sketches, that makes two-stage approximation for nested query answering with guaranteed errors. In the first stage for nested filtering operations, we use the sampling method to compress the arriving data. Then in the second stage, a sketch is used for further aggregation or join operations. We also theoretically analyze the effect of error propagation on approximate errors. Compared with existing sketch-based methods, experiment results with real-life datasets verify the effectiveness of SCM-sketches.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134225280","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
On Maximizing QoE in AVC-Based HTTP Adaptive Streaming: An SDN Approach 基于avc的HTTP自适应流的QoE最大化:一种SDN方法
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624161
A. Erfanian, F. Tashtarian, M. Moghaddam
HTTP adaptive streaming (HAS) is quickly becoming the dominant video delivery technique for adaptive streaming over the Internet. Still considered as its primary challenges are determining the optimal rate adaptation and improving both the quality of experience (QoE) and QoE-fairness. Recent studies have shown that techniques providing a comprehensive and central view of the network resources can lead to greater gains in performance. By leveraging software defined networking (SDN), the current study proposes an SDN-based approach to maximize QoE metrics and QoE-fairness in AVC-based HTTP adaptive streaming. The proposed approach determines both the optimal adaptation and data paths for delivering the requested video files from HTTP-media servers to DASH clients. In fact, the proposed approach, which includes a set of application modules, is centrally executed by an SND controller in a time slot fashion. We formulate the problem as a mixed integer linear programming (MILP) optimization model in such a way that it applies defined policies, e.g. setting priorities for clients in obtaining video quality. We conduct experiments by emulating the proposed framework in Mininet using Floodlight as the SDN controller. In terms of improving QoE-fairness and QoE metrics, the effectiveness of the proposed approach is validated by a comparison with different approaches.
HTTP自适应流(HAS)正迅速成为互联网上自适应流的主流视频传输技术。其主要挑战仍然是确定最佳速率适应性,提高体验质量(QoE)和QoE公平性。最近的研究表明,提供网络资源的全面和中心视图的技术可以带来更大的性能收益。通过利用软件定义网络(SDN),本研究提出了一种基于SDN的方法,在基于avc的HTTP自适应流中最大化QoE指标和QoE公平性。所提出的方法确定了将请求的视频文件从http媒体服务器传输到DASH客户端的最佳适应和数据路径。实际上,所提出的方法包括一组应用模块,由SND控制器以时隙方式集中执行。我们将这个问题表述为一个混合整数线性规划(MILP)优化模型,以这样一种方式,它应用定义的策略,例如,在获得视频质量时为客户设置优先级。我们利用泛光灯作为SDN控制器,在Mininet中对所提出的框架进行了仿真实验。在提高QoE公平性和QoE指标方面,通过与不同方法的比较验证了所提出方法的有效性。
{"title":"On Maximizing QoE in AVC-Based HTTP Adaptive Streaming: An SDN Approach","authors":"A. Erfanian, F. Tashtarian, M. Moghaddam","doi":"10.1109/IWQoS.2018.8624161","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624161","url":null,"abstract":"HTTP adaptive streaming (HAS) is quickly becoming the dominant video delivery technique for adaptive streaming over the Internet. Still considered as its primary challenges are determining the optimal rate adaptation and improving both the quality of experience (QoE) and QoE-fairness. Recent studies have shown that techniques providing a comprehensive and central view of the network resources can lead to greater gains in performance. By leveraging software defined networking (SDN), the current study proposes an SDN-based approach to maximize QoE metrics and QoE-fairness in AVC-based HTTP adaptive streaming. The proposed approach determines both the optimal adaptation and data paths for delivering the requested video files from HTTP-media servers to DASH clients. In fact, the proposed approach, which includes a set of application modules, is centrally executed by an SND controller in a time slot fashion. We formulate the problem as a mixed integer linear programming (MILP) optimization model in such a way that it applies defined policies, e.g. setting priorities for clients in obtaining video quality. We conduct experiments by emulating the proposed framework in Mininet using Floodlight as the SDN controller. In terms of improving QoE-fairness and QoE metrics, the effectiveness of the proposed approach is validated by a comparison with different approaches.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"62 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128015437","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}
引用次数: 9
Anchor Selection for Localization in Large Indoor Venues 大型室内场馆定位的锚点选择
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624131
Omotayo Oshiga, Xiaowen Chu, Y. Leung, J. Ng
Many indoor localization systems rely on a set of reference anchors with known positions. A target's location is estimated from a set of distances between the target and its surrounding anchors, and hence the selection of anchors affects the localization accuracy. However, it remains a challenge to select the best set of anchors. In this paper, we study how to appropriately make use of the surrounding anchors for localizing a target. We first construct different candidate anchor clusters by selecting different number of anchors with the strongest received signals. Then for each candidate cluster, we propose a weighted min-max algorithm to provide a location estimation. Finally, we introduce a weighted geometric dilution of precision (w-GDOP) algorithm that combines the estimations from multiple clusters by quantifying their estimation accuracy. We evaluate the performance of our solution through simulations and real-world experiments. Our results show that the proposed anchor selection scheme and localization algorithm significantly improve the localization accuracy in large indoor environments.
许多室内定位系统依赖于一组已知位置的参考锚点。目标的位置是根据目标与其周围锚点之间的一组距离来估计的,因此锚点的选择影响定位精度。然而,选择最好的主播仍然是一个挑战。在本文中,我们研究了如何适当地利用周围的锚来定位目标。我们首先通过选择不同数量的接收信号最强的锚点来构建不同的候选锚点簇。然后,针对每个候选聚类,我们提出了加权最小-最大算法来提供位置估计。最后,我们引入了加权几何精度稀释(w-GDOP)算法,该算法通过量化多个聚类的估计精度来组合多个聚类的估计。我们通过模拟和真实世界的实验来评估我们的解决方案的性能。结果表明,所提出的锚点选择方案和定位算法显著提高了大型室内环境下的定位精度。
{"title":"Anchor Selection for Localization in Large Indoor Venues","authors":"Omotayo Oshiga, Xiaowen Chu, Y. Leung, J. Ng","doi":"10.1109/IWQoS.2018.8624131","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624131","url":null,"abstract":"Many indoor localization systems rely on a set of reference anchors with known positions. A target's location is estimated from a set of distances between the target and its surrounding anchors, and hence the selection of anchors affects the localization accuracy. However, it remains a challenge to select the best set of anchors. In this paper, we study how to appropriately make use of the surrounding anchors for localizing a target. We first construct different candidate anchor clusters by selecting different number of anchors with the strongest received signals. Then for each candidate cluster, we propose a weighted min-max algorithm to provide a location estimation. Finally, we introduce a weighted geometric dilution of precision (w-GDOP) algorithm that combines the estimations from multiple clusters by quantifying their estimation accuracy. We evaluate the performance of our solution through simulations and real-world experiments. Our results show that the proposed anchor selection scheme and localization algorithm significantly improve the localization accuracy in large indoor environments.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130603226","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
ALB: Adaptive Load Balancing Based on Accurate Congestion Feedback for Asymmetric Topologies 基于精确拥塞反馈的非对称拓扑自适应负载均衡
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624180
Qingyu Shi, F. Wang, D. Feng, Weibin Xie
In datacenter networks, multipath exists to facilitate parallel data transmission. Taking deployment challenges into account, some optimized alternatives (e.g. CLOVE, Hermes) to ECMP balance load at the virtual edge or hosts. However inaccuracies of congestion detection and reaction exist in these solutions. They either detect congestion through ECN and coarse-grained RTT measurements or are congestion-oblivious. These congestion feedbacks are not sufficient enough to indicate the accurate congestion status under asymmetry. And when rerouting events occur on multiple paths, ACKs with congestion feedback of other paths can improperly influence the current sending rate. Therefore, we explore how to balance load by solving above inaccuracy problems while ensuring good adaptation to commodity switches and existing network protocols. We propose ALB, an adaptive load-balancing mechanism based on accurate congestion feedback running at end hosts, which is resilient to asymmetry. ALB leverage a latency-based congestion detection to precisely route flowlets to lighter load paths, and an ACK correction method to avoid inaccurate flow rate adjustment. In large-scale simulations ALB achieves up to 7% and 40% better flow completion time (FCT) than CONGA and CLOVE-ECN under asymmetry.
在数据中心网络中,多路径的存在是为了促进数据的并行传输。考虑到部署挑战,一些优化的替代方案(例如CLOVE、Hermes)可以在虚拟边缘或主机上平衡ECMP的负载。然而,这些解决方案存在拥塞检测和反应的不准确性。它们要么通过ECN和粗粒度RTT测量检测拥塞,要么对拥塞视而不见。这些拥塞反馈不足以准确反映不对称情况下的拥塞状态。当多条路径上发生重路由事件时,其他路径上有拥塞反馈的ack会不恰当地影响当前的发送速率。因此,我们探索如何在保证对商品交换机和现有网络协议的良好适应的同时,通过解决上述不准确问题来平衡负载。我们提出了一种基于精确拥塞反馈的自适应负载平衡机制ALB,该机制在终端主机上运行,具有抗不对称的能力。ALB利用基于延迟的拥塞检测来精确地将流量路由到负载较轻的路径,并利用ACK校正方法来避免不准确的流量调整。在非对称条件下,ALB的完井时间比CONGA和CLOVE-ECN分别提高了7%和40%。
{"title":"ALB: Adaptive Load Balancing Based on Accurate Congestion Feedback for Asymmetric Topologies","authors":"Qingyu Shi, F. Wang, D. Feng, Weibin Xie","doi":"10.1109/IWQoS.2018.8624180","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624180","url":null,"abstract":"In datacenter networks, multipath exists to facilitate parallel data transmission. Taking deployment challenges into account, some optimized alternatives (e.g. CLOVE, Hermes) to ECMP balance load at the virtual edge or hosts. However inaccuracies of congestion detection and reaction exist in these solutions. They either detect congestion through ECN and coarse-grained RTT measurements or are congestion-oblivious. These congestion feedbacks are not sufficient enough to indicate the accurate congestion status under asymmetry. And when rerouting events occur on multiple paths, ACKs with congestion feedback of other paths can improperly influence the current sending rate. Therefore, we explore how to balance load by solving above inaccuracy problems while ensuring good adaptation to commodity switches and existing network protocols. We propose ALB, an adaptive load-balancing mechanism based on accurate congestion feedback running at end hosts, which is resilient to asymmetry. ALB leverage a latency-based congestion detection to precisely route flowlets to lighter load paths, and an ACK correction method to avoid inaccurate flow rate adjustment. In large-scale simulations ALB achieves up to 7% and 40% better flow completion time (FCT) than CONGA and CLOVE-ECN under asymmetry.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125426798","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}
引用次数: 9
OFM: Optimized Flow Migration for NFV Elasticity Control OFM: NFV弹性控制的优化流量迁移
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624151
Chen Sun, J. Bi, Zili Meng, Xiao Zhang, Hongxin Hu
Network Function Virtualization (NFV) together with Software Defined Networking (SDN) offers the potential for enhancing service delivery flexibility and reducing overall costs. Based on the capability of dynamic creation and destruction of network function (NF) instances, NFV provides great elasticity in NF control, such as NF scaling out, scaling in, load balancing, etc. To realize NFV elasticity control, network traffic flows need to be redistributed across NF instances. However, deciding which flows are suitable for migration is a critical problem for efficient NFV elasticity control. In this paper, we propose to build an innovative flow migration controller, OFM Controller, to achieve optimized flow migration for NFV elasticity control. We identify the trigger conditions and control goals for different situations, and carefully design models and algorithms to address three major challenges including buffer overflow avoidance, migration cost calculation, and effective flow selection for migration. We implement the OFM Controller on top of NFV and SDN environments. Our evaluation results show that OFM Controller is efficient to support optimized flow migration in NFV elasticity control.
网络功能虚拟化(NFV)和软件定义网络(SDN)提供了增强服务交付灵活性和降低总体成本的潜力。基于动态创建和销毁网络功能实例的能力,NFV在网络功能控制方面提供了很大的弹性,如网络功能的向外扩展、向内扩展、负载均衡等。为了实现NFV弹性控制,网络流量需要在NFV实例之间重新分配。然而,决定哪些流适合迁移是有效的NFV弹性控制的关键问题。在本文中,我们提出了一个创新的流量迁移控制器,OFM控制器,以实现NFV弹性控制的优化流量迁移。我们确定了不同情况下的触发条件和控制目标,并精心设计了模型和算法,以解决缓冲区溢出避免、迁移成本计算和有效迁移流选择三个主要挑战。我们在NFV和SDN环境之上实现OFM控制器。评价结果表明,OFM控制器能够有效地支持NFV弹性控制中的最优流迁移。
{"title":"OFM: Optimized Flow Migration for NFV Elasticity Control","authors":"Chen Sun, J. Bi, Zili Meng, Xiao Zhang, Hongxin Hu","doi":"10.1109/IWQoS.2018.8624151","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624151","url":null,"abstract":"Network Function Virtualization (NFV) together with Software Defined Networking (SDN) offers the potential for enhancing service delivery flexibility and reducing overall costs. Based on the capability of dynamic creation and destruction of network function (NF) instances, NFV provides great elasticity in NF control, such as NF scaling out, scaling in, load balancing, etc. To realize NFV elasticity control, network traffic flows need to be redistributed across NF instances. However, deciding which flows are suitable for migration is a critical problem for efficient NFV elasticity control. In this paper, we propose to build an innovative flow migration controller, OFM Controller, to achieve optimized flow migration for NFV elasticity control. We identify the trigger conditions and control goals for different situations, and carefully design models and algorithms to address three major challenges including buffer overflow avoidance, migration cost calculation, and effective flow selection for migration. We implement the OFM Controller on top of NFV and SDN environments. Our evaluation results show that OFM Controller is efficient to support optimized flow migration in NFV elasticity control.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"52 s37","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120839401","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
A Stackelberg Game Framework for Mobile Data Gathering in Leasing Residential Sensor Networks 租赁住宅传感器网络中移动数据采集的Stackelberg博弈框架
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624166
Yiming Zeng, Pengzhan Zhou, Ji Liu, Yuanyuan Yang
This paper studies a data gathering problem in a wireless sensor network containing multiple private residual subnetworks. The interaction between the wireless sensor network operator and the owners of residual sub-networks is modeled by a Stackelberg game, which forms a novel framework for jointly analyzing the pricing, gathering data, and planning routes. It is shown that the game has a unique Stackelberg equilibrium at which the wireless sensor network operator sets prices to minimize total cost, while owners of residual sub-networks respond accordingly to maximize their utilities subject to their bandwidth constraints. An algorithm and theoretical analyses are provided for the corresponding strategies of the operator and owners, and validated by extensive simulations. It is demonstrated that the algorithm achieves lower network cost compared with existing data gathering strategies.
研究了包含多个专用剩余子网的无线传感器网络中的数据采集问题。采用Stackelberg博弈模型对无线传感器网络运营商与剩余子网络所有者之间的互动进行建模,形成了一个新的框架,用于共同分析定价、收集数据和规划路线。结果表明,该博弈具有独特的Stackelberg均衡,即无线传感器网络运营商设定价格以使总成本最小化,而剩余子网络的所有者在带宽约束下做出相应的反应以使其效用最大化。给出了相应的操作策略和所有者策略的算法和理论分析,并通过大量的仿真验证了算法的正确性。实验表明,与现有的数据采集策略相比,该算法的网络开销更低。
{"title":"A Stackelberg Game Framework for Mobile Data Gathering in Leasing Residential Sensor Networks","authors":"Yiming Zeng, Pengzhan Zhou, Ji Liu, Yuanyuan Yang","doi":"10.1109/IWQoS.2018.8624166","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624166","url":null,"abstract":"This paper studies a data gathering problem in a wireless sensor network containing multiple private residual subnetworks. The interaction between the wireless sensor network operator and the owners of residual sub-networks is modeled by a Stackelberg game, which forms a novel framework for jointly analyzing the pricing, gathering data, and planning routes. It is shown that the game has a unique Stackelberg equilibrium at which the wireless sensor network operator sets prices to minimize total cost, while owners of residual sub-networks respond accordingly to maximize their utilities subject to their bandwidth constraints. An algorithm and theoretical analyses are provided for the corresponding strategies of the operator and owners, and validated by extensive simulations. It is demonstrated that the algorithm achieves lower network cost compared with existing data gathering strategies.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134418004","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
Data Utility Maximization When Leveraging Crowdsensing in Machine Learning 在机器学习中利用群体感知实现数据效用最大化
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624185
Juan Li, Jie Wu, Yanmin Zhu
With the increasingly wide adoption of crowdsensing services, we can leverage the crowd to obtain labeled data instances for training machine learning models. In this paper, we focus on the critical problem that which data instances should be collected to maximize the performance of the trained model under the budget limit. Solving this problem is nontrivial because of the unclear relationship between the performance of the trained model and the data collection process, NP-hardness of the problem and the online arrival of workers. To overcome these challenges, we first propose a crowdsensing framework with multiple rounds of data collecting and model training. The framework is based on the stream-based batch-mode active learning. According to the framework, we come up with a novel data utility model to measure the contribution of a data batch to the performance of the learning model. The data utility model combines uncertainty and weighted density to measure the contribution of one instance. Finally, we propose an online algorithm to select a data batch in each round. The algorithm achieves fairness, computational efficiency and a competitive ratio 0.1218 when the ratio of the largest contribution of one data instance to the optimal offline total data utility is infinitely small. Through evaluations based on a real data set, we demonstrate the efficiency of our data utility model and our online algorithm.
随着众感服务的日益广泛采用,我们可以利用人群获得标记的数据实例来训练机器学习模型。在本文中,我们重点研究了在预算限制下应该收集哪些数据实例以使训练模型的性能最大化的关键问题。由于训练模型的性能与数据收集过程、问题的np -硬度和工人的在线到达之间的关系不明确,解决这个问题是不容易的。为了克服这些挑战,我们首先提出了一个具有多轮数据收集和模型训练的众感框架。该框架基于基于流的批处理模式主动学习。根据该框架,我们提出了一种新的数据实用新型来衡量数据批对学习模型性能的贡献。本数据实用新型将不确定性和加权密度相结合来衡量单个实例的贡献。最后,我们提出了一种在线算法,在每轮中选择一批数据。当一个数据实例的最大贡献与最优离线总数据效用之比无穷小时,该算法实现了公平性、计算效率和竞争比0.1218。通过基于实际数据集的评估,我们证明了我们的数据实用新型和我们的在线算法的有效性。
{"title":"Data Utility Maximization When Leveraging Crowdsensing in Machine Learning","authors":"Juan Li, Jie Wu, Yanmin Zhu","doi":"10.1109/IWQoS.2018.8624185","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624185","url":null,"abstract":"With the increasingly wide adoption of crowdsensing services, we can leverage the crowd to obtain labeled data instances for training machine learning models. In this paper, we focus on the critical problem that which data instances should be collected to maximize the performance of the trained model under the budget limit. Solving this problem is nontrivial because of the unclear relationship between the performance of the trained model and the data collection process, NP-hardness of the problem and the online arrival of workers. To overcome these challenges, we first propose a crowdsensing framework with multiple rounds of data collecting and model training. The framework is based on the stream-based batch-mode active learning. According to the framework, we come up with a novel data utility model to measure the contribution of a data batch to the performance of the learning model. The data utility model combines uncertainty and weighted density to measure the contribution of one instance. Finally, we propose an online algorithm to select a data batch in each round. The algorithm achieves fairness, computational efficiency and a competitive ratio 0.1218 when the ratio of the largest contribution of one data instance to the optimal offline total data utility is infinitely small. Through evaluations based on a real data set, we demonstrate the efficiency of our data utility model and our online algorithm.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124316912","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
ProSC+: Profit-Driven Online Participant Selection in Compressive Mobile Crowdsensing 压缩移动众筹中利润驱动的在线参与者选择
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624120
Yueyue Chen, Deke Guo, Ming Xu
A mobile crowdsensing (MCS) platform motivates to employ participants from the crowd to complete sensing tasks. A crucial problem is to maximize the profit of the platform, i.e., the charge of a sensing task minus the payments to participants that execute the task. Recently, the appearance of data reconstruction method makes it possible to improve the platform's profit with a limited amount of sensing results in Compressive MCS (CMCS). However, It is of great challenge to the maximal profit for the CMCS platform, since it is hard to predict the reconstruction quality due to the dynamic features and mobility of participants. In response to such challenges, we propose two profit-driven online participant selection mechanisms for the given task model and participant model. In ProSC, the sub-profit in each slot is maximized during the sensing period of a task, by combing a statistical-based quality prediction method and a repetitive cross-validation algorithm. In ProSC+, we jointly optimize the number of required participants and their spatial distribution to further improve the converging property. Finally, we conduct comprehensive evaluations, the results indicate the effectiveness and efficiency of our mechanisms.
移动人群感知(MCS)平台激励从人群中雇佣参与者来完成感知任务。一个关键的问题是使平台的利润最大化,即,感知任务的费用减去向执行任务的参与者支付的费用。近年来,数据重构方法的出现使得压缩MCS (CMCS)在有限的传感结果下提高平台的利润成为可能。然而,由于参与者的动态性和流动性,重建质量难以预测,这对CMCS平台的最大利润提出了很大的挑战。为了应对这些挑战,我们针对给定的任务模型和参与者模型提出了两种利润驱动的在线参与者选择机制。在ProSC中,通过结合基于统计的质量预测方法和重复交叉验证算法,在任务的感知期内使每个槽的子利润最大化。在ProSC+中,我们共同优化了所需参与者的数量及其空间分布,进一步提高了收敛性。最后,我们进行了全面的评估,结果表明我们的机制的有效性和效率。
{"title":"ProSC+: Profit-Driven Online Participant Selection in Compressive Mobile Crowdsensing","authors":"Yueyue Chen, Deke Guo, Ming Xu","doi":"10.1109/IWQoS.2018.8624120","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624120","url":null,"abstract":"A mobile crowdsensing (MCS) platform motivates to employ participants from the crowd to complete sensing tasks. A crucial problem is to maximize the profit of the platform, i.e., the charge of a sensing task minus the payments to participants that execute the task. Recently, the appearance of data reconstruction method makes it possible to improve the platform's profit with a limited amount of sensing results in Compressive MCS (CMCS). However, It is of great challenge to the maximal profit for the CMCS platform, since it is hard to predict the reconstruction quality due to the dynamic features and mobility of participants. In response to such challenges, we propose two profit-driven online participant selection mechanisms for the given task model and participant model. In ProSC, the sub-profit in each slot is maximized during the sensing period of a task, by combing a statistical-based quality prediction method and a repetitive cross-validation algorithm. In ProSC+, we jointly optimize the number of required participants and their spatial distribution to further improve the converging property. Finally, we conduct comprehensive evaluations, the results indicate the effectiveness and efficiency of our mechanisms.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122173594","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A Data Center Interconnects Calculus 数据中心互联微积分
Pub Date : 2018-06-01 DOI: 10.1109/IWQoS.2018.8624130
Hao Wang, Haoyun Shen, P. Wieder, R. Yahyapour
For many application scenarios, interconnected data centers provide high service flexibility, reduce response time, and facilitate timely data backup. Many data center system parameters might have variant impact on the interconnection performance. Despite many studies on data center network performance, there exist few analytical work that reveal insightful knowledge with wide range of system parameters as input, especially focusing on data center interconnects (DCI). This paper creates analytical models for representative data center network architectures and provides the performance calculus aiming to apply for data center interconnects. By parameterising the number of devices, the arriving traffics, the switch link capacities, and the traffic locality, we derive the relationship among the DCI bandwidth, inter-DC latency, and these parameters. Based on this, further discussion and numerical examples investigate and evaluate the modelling and calculus from multiple angles and show the possibility how this calculus assists DC/DCI design and operation.
在许多应用场景下,互联数据中心提供了更高的业务灵活性、更短的响应时间、更及时的数据备份。许多数据中心系统参数可能会对互连性能产生不同的影响。尽管有许多关于数据中心网络性能的研究,但很少有分析工作揭示了广泛的系统参数作为输入的深刻知识,特别是关注数据中心互连(DCI)。本文针对具有代表性的数据中心网络体系结构建立了分析模型,并给出了应用于数据中心互联的性能演算。通过参数化设备数量、到达流量、交换机链路容量和流量局部性,我们推导出DCI带宽、dc间延迟和这些参数之间的关系。在此基础上,进一步的讨论和数值算例从多个角度对模型和演算进行了研究和评价,并展示了该演算如何辅助DC/DCI设计和运行的可能性。
{"title":"A Data Center Interconnects Calculus","authors":"Hao Wang, Haoyun Shen, P. Wieder, R. Yahyapour","doi":"10.1109/IWQoS.2018.8624130","DOIUrl":"https://doi.org/10.1109/IWQoS.2018.8624130","url":null,"abstract":"For many application scenarios, interconnected data centers provide high service flexibility, reduce response time, and facilitate timely data backup. Many data center system parameters might have variant impact on the interconnection performance. Despite many studies on data center network performance, there exist few analytical work that reveal insightful knowledge with wide range of system parameters as input, especially focusing on data center interconnects (DCI). This paper creates analytical models for representative data center network architectures and provides the performance calculus aiming to apply for data center interconnects. By parameterising the number of devices, the arriving traffics, the switch link capacities, and the traffic locality, we derive the relationship among the DCI bandwidth, inter-DC latency, and these parameters. Based on this, further discussion and numerical examples investigate and evaluate the modelling and calculus from multiple angles and show the possibility how this calculus assists DC/DCI design and operation.","PeriodicalId":222290,"journal":{"name":"2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116745106","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
期刊
2018 IEEE/ACM 26th International Symposium on Quality of Service (IWQoS)
全部 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