首页 > 最新文献

2016 IEEE International Conference on Services Computing (SCC)最新文献

英文 中文
A Top-Down Pricing Algorithm for IT Service Contracts Using Lower Level Service Data 使用低级服务数据的IT服务契约自顶向下定价算法
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.99
Kugamoorthy Gajananan, Aly Megahed, M. Abe, Taiga Nakamura, Mark A. Smith
Information technology (IT) service providers competing for high valued contracts need to produce a compelling proposal with competitive price. The traditional approach to pricing IT service deals, which builds up the bottom-up costs from the hierarchy of services, is often time consuming, resource intensive, and only available late as it requires granular information of a solution. Recent work on top-down pricing approach enables efficient and early estimates of cost and prices using high level services to overcome and complement these problems. In this paper, we describe an extended pricing method for top-down pricing using the secondary service level. The method makes use of data lower level services to calculate improved estimates, yet still requires minimal input. We compare the previous and new approaches based on industrial data on historical and market deals, and demonstrate that the new approach can generate more accurate estimates. In addition, we also show that mining historical data would yield more accurate estimation than using market data for services, experimental results are in consistent with our findings in previous work.
竞争高价值合同的信息技术(IT)服务提供商需要提供具有竞争力价格的引人注目的提案。为IT服务交易定价的传统方法(从服务层次结构中构建自底向上的成本)通常非常耗时、资源密集,并且只有在需要解决方案的细粒度信息时才可用。最近关于自上而下定价方法的工作能够利用高水平的服务来克服和补充这些问题,从而有效和早期地估计成本和价格。本文描述了一种基于二级服务层次的自顶向下定价的扩展定价方法。该方法利用数据较低级的服务来计算改进的估计,但仍然需要最少的输入。我们比较了基于历史和市场交易的工业数据的旧方法和新方法,并证明新方法可以产生更准确的估计。此外,我们还表明,挖掘历史数据比使用市场数据对服务进行评估更准确,实验结果与我们之前的研究结果一致。
{"title":"A Top-Down Pricing Algorithm for IT Service Contracts Using Lower Level Service Data","authors":"Kugamoorthy Gajananan, Aly Megahed, M. Abe, Taiga Nakamura, Mark A. Smith","doi":"10.1109/SCC.2016.99","DOIUrl":"https://doi.org/10.1109/SCC.2016.99","url":null,"abstract":"Information technology (IT) service providers competing for high valued contracts need to produce a compelling proposal with competitive price. The traditional approach to pricing IT service deals, which builds up the bottom-up costs from the hierarchy of services, is often time consuming, resource intensive, and only available late as it requires granular information of a solution. Recent work on top-down pricing approach enables efficient and early estimates of cost and prices using high level services to overcome and complement these problems. In this paper, we describe an extended pricing method for top-down pricing using the secondary service level. The method makes use of data lower level services to calculate improved estimates, yet still requires minimal input. We compare the previous and new approaches based on industrial data on historical and market deals, and demonstrate that the new approach can generate more accurate estimates. In addition, we also show that mining historical data would yield more accurate estimation than using market data for services, experimental results are in consistent with our findings in previous work.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128428184","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
What Code Implements Such Service? A Behavior Model Based Feature Location Approach 什么代码实现这样的服务?基于行为模型的特征定位方法
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.23
Guangtai Liang, Yabin Dang, Hao Chen, Lijun Mei, Shaochun Li, Yi-Min Chee
Enterprises today are keen to unlock new business values of their legacy services towards new trends (e.g., cloud and mobile). To accelerate such process, automatic feature location techniques can enable developers to rapidly locate/understand implementations of certain services (e.g., services to expose, transform or improve). Existing feature location techniques [1-3, 5-10, 32] provide a good foundation but have several key limitations: limited leverage of description sources, less considerations of internal behaviors, and ineffectiveness for the identification of service-relevant code entries. To address these limitations, we propose a behavior model based feature location approach and implement a tool named BMLocator. In the offline phase, BMLocator applies Natural Language Processing (NLP) techniques and static code analysis to extract “behavior models” of code units via considering multiple information sources. While in the online phase, given a service description, BMLocator first extracts its behavior model and then recommends service-relevant code units/entries by matching its behavior model with code units under analysis. Through evaluations with public service requests of open-source projects (e.g., Tomcat and Hadoop), we show that the approach is more effective in recommending service-relevant code entries (e.g., most of entries are prioritized as the first ones) than existing techniques (i.e., TopicXP[37], CVSSearch[6]).
今天的企业热衷于将其遗留服务的新业务价值释放给新的趋势(例如,云和移动)。为了加速这一过程,自动特性定位技术可以使开发人员快速定位/理解某些服务的实现(例如,要公开、转换或改进的服务)。现有的特征定位技术[1- 3,5 - 10,32]提供了一个良好的基础,但有几个关键的局限性:对描述源的利用有限,对内部行为的考虑较少,以及对服务相关代码条目的识别无效。为了解决这些限制,我们提出了一种基于行为模型的特征定位方法,并实现了一个名为BMLocator的工具。在离线阶段,BMLocator应用自然语言处理(NLP)技术和静态代码分析,通过考虑多个信息源,提取代码单元的“行为模型”。在联机阶段,给定一个服务描述,BMLocator首先提取其行为模型,然后通过将其行为模型与正在分析的代码单元相匹配,推荐与服务相关的代码单元/条目。通过对开源项目(例如Tomcat和Hadoop)的公共服务请求的评估,我们表明该方法在推荐与服务相关的代码条目(例如,大多数条目被优先考虑为第一个)方面比现有技术(例如,TopicXP[37], CVSSearch[6])更有效。
{"title":"What Code Implements Such Service? A Behavior Model Based Feature Location Approach","authors":"Guangtai Liang, Yabin Dang, Hao Chen, Lijun Mei, Shaochun Li, Yi-Min Chee","doi":"10.1109/SCC.2016.23","DOIUrl":"https://doi.org/10.1109/SCC.2016.23","url":null,"abstract":"Enterprises today are keen to unlock new business values of their legacy services towards new trends (e.g., cloud and mobile). To accelerate such process, automatic feature location techniques can enable developers to rapidly locate/understand implementations of certain services (e.g., services to expose, transform or improve). Existing feature location techniques [1-3, 5-10, 32] provide a good foundation but have several key limitations: limited leverage of description sources, less considerations of internal behaviors, and ineffectiveness for the identification of service-relevant code entries. To address these limitations, we propose a behavior model based feature location approach and implement a tool named BMLocator. In the offline phase, BMLocator applies Natural Language Processing (NLP) techniques and static code analysis to extract “behavior models” of code units via considering multiple information sources. While in the online phase, given a service description, BMLocator first extracts its behavior model and then recommends service-relevant code units/entries by matching its behavior model with code units under analysis. Through evaluations with public service requests of open-source projects (e.g., Tomcat and Hadoop), we show that the approach is more effective in recommending service-relevant code entries (e.g., most of entries are prioritized as the first ones) than existing techniques (i.e., TopicXP[37], CVSSearch[6]).","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125318850","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
Semantic Divergence Based Evaluation of Web Service Communities 基于语义分歧的Web服务社区评价
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.101
Hafida Naim, Mustapha Aznag, M. Quafafou, Nicolas Durand
The number of community detection algorithms is growing continuously adopting a topological based approach to discover optimal subgraphs or communities. In this paper, we propose a new method combining both topology and semantic to evaluate and rank community detection algorithms. To achieve this goal we consider a probabilistic topic based approach to define a new measure called semantic divergence of communities. Combining this measure with others related to prior knowledge, we compute a score for each algorithm to evaluate the effectiveness of its communities and propose a ranking method. We have evaluated our approach considering communities of real web services.
社团检测算法的数量在不断增长,它们采用基于拓扑的方法来发现最优子图或社团。本文提出了一种结合拓扑和语义对社区检测算法进行评价和排序的新方法。为了实现这一目标,我们考虑了一种基于概率主题的方法来定义一个新的度量,称为社区的语义分歧。将此度量与其他与先验知识相关的度量相结合,我们为每个算法计算一个分数来评估其社区的有效性,并提出一种排名方法。考虑到真实的web服务社区,我们已经评估了我们的方法。
{"title":"Semantic Divergence Based Evaluation of Web Service Communities","authors":"Hafida Naim, Mustapha Aznag, M. Quafafou, Nicolas Durand","doi":"10.1109/SCC.2016.101","DOIUrl":"https://doi.org/10.1109/SCC.2016.101","url":null,"abstract":"The number of community detection algorithms is growing continuously adopting a topological based approach to discover optimal subgraphs or communities. In this paper, we propose a new method combining both topology and semantic to evaluate and rank community detection algorithms. To achieve this goal we consider a probabilistic topic based approach to define a new measure called semantic divergence of communities. Combining this measure with others related to prior knowledge, we compute a score for each algorithm to evaluate the effectiveness of its communities and propose a ranking method. We have evaluated our approach considering communities of real web services.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114774893","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
Higher-Order Functions for Modeling Hierarchical Service Bindings 用于分层服务绑定建模的高阶函数
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.110
Takao Nakaguchi, Yohei Murakami, Donghui Lin, T. Ishida
Service composition is the technique of creating new services by combining several existing services. Composite services can be also combined with other composite services to form nested or hierarchical services. Given that service composition depends on the interoperability created by using common network protocols and invocation interfaces, a composite service can have an impractically large number of variations depending of the number of available services and the composite's structure. It is hard to enumerate and maintain all variations possible. To solve this problem, we introduce a higher-order function that can take functions as parameters to allow function invocation. In concrete terms, we propose the following methods: (1) a hierarchical service composition description by introducing higher-order functions and (2) a method to implement (1) in an existing composite service execution system. As a test, we apply the proposals to Language Grid, and evaluate the results. They show that our methods can reduce the number of variations that need to be registered and managed even though their overheads are quite practical.
服务组合是通过组合多个现有服务来创建新服务的技术。组合服务还可以与其他组合服务组合,形成嵌套或分层的服务。鉴于服务组合依赖于通过使用公共网络协议和调用接口创建的互操作性,根据可用服务的数量和组合的结构,组合服务可能具有大量不切实际的变体。很难列举和维护所有可能的变化。为了解决这个问题,我们引入了一个高阶函数,它可以将函数作为参数来允许函数调用。具体而言,我们提出了以下方法:(1)通过引入高阶函数的分层服务组合描述;(2)在现有的组合服务执行系统中实现(1)的方法。作为测试,我们将这些建议应用于语言网格,并对结果进行了评估。它们表明,我们的方法可以减少需要注册和管理的变量的数量,尽管它们的开销非常实用。
{"title":"Higher-Order Functions for Modeling Hierarchical Service Bindings","authors":"Takao Nakaguchi, Yohei Murakami, Donghui Lin, T. Ishida","doi":"10.1109/SCC.2016.110","DOIUrl":"https://doi.org/10.1109/SCC.2016.110","url":null,"abstract":"Service composition is the technique of creating new services by combining several existing services. Composite services can be also combined with other composite services to form nested or hierarchical services. Given that service composition depends on the interoperability created by using common network protocols and invocation interfaces, a composite service can have an impractically large number of variations depending of the number of available services and the composite's structure. It is hard to enumerate and maintain all variations possible. To solve this problem, we introduce a higher-order function that can take functions as parameters to allow function invocation. In concrete terms, we propose the following methods: (1) a hierarchical service composition description by introducing higher-order functions and (2) a method to implement (1) in an existing composite service execution system. As a test, we apply the proposals to Language Grid, and evaluate the results. They show that our methods can reduce the number of variations that need to be registered and managed even though their overheads are quite practical.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"85 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122113469","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
CACEV: A Cost and Carbon Emission-Efficient Virtual Machine Placement Method for Green Distributed Clouds CACEV:一种成本和碳排放效率高的绿色分布式云虚拟机放置方法
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.43
E. Ahvar, S. Ahvar, Z. Mann, N. Crespi, Joaquín García, R. Glitho
Distributed clouds have recently attracted many cloud providers and researchers as a topic of intensive interest. High energy costs and carbon emissions are two significant problems in distributed clouds. Due to the geographic distribution of data centers (DCs), there are a variety of resources, energy prices and carbon emission rates to consider in a distributed cloud, which makes the placement of virtual machines (VMs) for cost and carbon efficiency even more critical than in centralized clouds. Most previous work in this field investigated either optimizing cost without considering the amount of produced carbon or vice versa. This paper presents a cost and carbon emission-efficient VM placement method (CACEV) in distributed clouds. CACEV considers geographically varying energy prices and carbon emission rates as well as optimizing both network and server resources at the same time. By combining prediction-based A* algorithm with Fuzzy Sets technique, CACEV makes an intelligent decision to optimize cost and carbon emission for providers. Simulation results show the applicability and performance of CACEV.
分布式云作为一个备受关注的话题,最近吸引了许多云提供商和研究人员。高能源成本和碳排放是分布式云的两个重要问题。由于数据中心(dc)的地理分布,在分布式云中需要考虑各种资源、能源价格和碳排放率,这使得虚拟机(vm)的成本和碳效率的放置比在集中式云中更为关键。该领域以前的大多数研究要么是在不考虑碳产量的情况下优化成本,要么是相反。提出了一种成本低、碳排放低的分布式云虚拟机放置方法(CACEV)。CACEV考虑了地理上不同的能源价格和碳排放率,同时优化了网络和服务器资源。CACEV通过将基于预测的A*算法与模糊集技术相结合,对供应商的成本和碳排放进行优化决策。仿真结果表明了CACEV的适用性和性能。
{"title":"CACEV: A Cost and Carbon Emission-Efficient Virtual Machine Placement Method for Green Distributed Clouds","authors":"E. Ahvar, S. Ahvar, Z. Mann, N. Crespi, Joaquín García, R. Glitho","doi":"10.1109/SCC.2016.43","DOIUrl":"https://doi.org/10.1109/SCC.2016.43","url":null,"abstract":"Distributed clouds have recently attracted many cloud providers and researchers as a topic of intensive interest. High energy costs and carbon emissions are two significant problems in distributed clouds. Due to the geographic distribution of data centers (DCs), there are a variety of resources, energy prices and carbon emission rates to consider in a distributed cloud, which makes the placement of virtual machines (VMs) for cost and carbon efficiency even more critical than in centralized clouds. Most previous work in this field investigated either optimizing cost without considering the amount of produced carbon or vice versa. This paper presents a cost and carbon emission-efficient VM placement method (CACEV) in distributed clouds. CACEV considers geographically varying energy prices and carbon emission rates as well as optimizing both network and server resources at the same time. By combining prediction-based A* algorithm with Fuzzy Sets technique, CACEV makes an intelligent decision to optimize cost and carbon emission for providers. Simulation results show the applicability and performance of CACEV.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"337 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115806051","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}
引用次数: 26
The rSLA Framework: Monitoring and Enforcement of Service Level Agreements for Cloud Services rSLA框架:云服务服务水平协议的监控和执行
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.87
Mohamed Mohamed, Obinna Anya, T. Sakairi, S. Tata, N. Mandagere, Heiko Ludwig
Managing service quality in heterogeneous Cloud environments is complex: different Cloud providers expose different management interfaces. To manage Service Level Agreements (SLAs) in this context, we have developed the rSLA framework that enables fast setup of SLA monitoring in dynamic and heterogeneous Cloud environments. The rSLA framework is made up of three main components: the rSLA language to formally represent SLAs, the rSLA Service, which interprets the SLAs and implements the behavior specified in them, and a set of Xlets - lightweight, dynamically bound adapters to monitoring and controlling interfaces. In this paper, we present the rSLA framework, and describe how it enables the monitoring and enforcement of service level agreements for heterogeneous Cloud services.
在异构云环境中管理服务质量是复杂的:不同的云提供商公开不同的管理接口。为了在这种情况下管理服务水平协议(SLA),我们开发了rSLA框架,可以在动态和异构云环境中快速设置SLA监控。rSLA框架由三个主要组件组成:正式表示sla的rSLA语言,解释sla并实现其中指定的行为的rSLA服务,以及一组xlet——用于监视和控制接口的轻量级、动态绑定的适配器。在本文中,我们介绍了rSLA框架,并描述了它如何监视和实施异构云服务的服务水平协议。
{"title":"The rSLA Framework: Monitoring and Enforcement of Service Level Agreements for Cloud Services","authors":"Mohamed Mohamed, Obinna Anya, T. Sakairi, S. Tata, N. Mandagere, Heiko Ludwig","doi":"10.1109/SCC.2016.87","DOIUrl":"https://doi.org/10.1109/SCC.2016.87","url":null,"abstract":"Managing service quality in heterogeneous Cloud environments is complex: different Cloud providers expose different management interfaces. To manage Service Level Agreements (SLAs) in this context, we have developed the rSLA framework that enables fast setup of SLA monitoring in dynamic and heterogeneous Cloud environments. The rSLA framework is made up of three main components: the rSLA language to formally represent SLAs, the rSLA Service, which interprets the SLAs and implements the behavior specified in them, and a set of Xlets - lightweight, dynamically bound adapters to monitoring and controlling interfaces. In this paper, we present the rSLA framework, and describe how it enables the monitoring and enforcement of service level agreements for heterogeneous Cloud services.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131684913","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}
引用次数: 16
Recommending Analytic Services for Population Health Studies Based on Feature Significance 基于特征显著性推荐人群健康研究分析服务
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.67
Jinhui Yao, M. Shepherd, Jing Zhou, Lina Fu, Dennis Quebe, J. Echols, Xuejin Wen
Service-oriented thinking is one of the fastest growing paradigms in information technology, with relevance to many other disciplines. Service-oriented analytic workflows can bring together various analytic computing tools and compute resources offered as services to answer complex research questions. The current healthcare system in United States is experiencing fundamental transformation as it moves from a volume-based business to a value-based business. One strategy that healthcare organizations start to deploy is leveraging their healthcare data to gain insights for optimizing their operation. Therefore it is perfectly logical to extend the application of service-oriented analytic workflows to population health studies, as these rely on both medical expertise and processing of large data sets to serve end users of various backgrounds and skill sets. However, in the practical application of such service oriented approach, the user often finds it difficult to choose the right services or workflows that can help them to find the answers to their questions. To tackle this problem, we propose a heuristic recommendation method based on the feature significance. The user submits an enquiry, then based on which, the system will recommend the services and compositions that are likely to produce meaningful answers. In this paper, we will elaborate the interactions between different roles in a service oriented analytic system, develop the modeling to illustrate the relations among enquiry, features, services and workflows, propose the algorithm for service recommendation, architect the system and show a reference implementation of a prototype.
面向服务的思维是信息技术中发展最快的范例之一,与许多其他学科相关。面向服务的分析工作流可以将各种分析计算工具和计算资源作为服务提供,以回答复杂的研究问题。美国目前的医疗保健系统正在经历根本性的转变,从以数量为基础的业务转向以价值为基础的业务。医疗保健组织开始部署的一种策略是利用其医疗保健数据来获得优化其运营的见解。因此,将面向服务的分析工作流程的应用扩展到人口健康研究是完全合乎逻辑的,因为这些研究既依赖于医学专业知识,也依赖于对大型数据集的处理,以服务于不同背景和技能的最终用户。然而,在这种面向服务的方法的实际应用中,用户经常发现很难选择正确的服务或工作流来帮助他们找到问题的答案。为了解决这一问题,我们提出了一种基于特征显著性的启发式推荐方法。用户提交一个查询,然后系统将根据它推荐可能产生有意义的答案的服务和组合。在本文中,我们将详细阐述面向服务的分析系统中不同角色之间的交互,开发建模来说明查询、特征、服务和工作流之间的关系,提出服务推荐算法,构建系统并展示原型的参考实现。
{"title":"Recommending Analytic Services for Population Health Studies Based on Feature Significance","authors":"Jinhui Yao, M. Shepherd, Jing Zhou, Lina Fu, Dennis Quebe, J. Echols, Xuejin Wen","doi":"10.1109/SCC.2016.67","DOIUrl":"https://doi.org/10.1109/SCC.2016.67","url":null,"abstract":"Service-oriented thinking is one of the fastest growing paradigms in information technology, with relevance to many other disciplines. Service-oriented analytic workflows can bring together various analytic computing tools and compute resources offered as services to answer complex research questions. The current healthcare system in United States is experiencing fundamental transformation as it moves from a volume-based business to a value-based business. One strategy that healthcare organizations start to deploy is leveraging their healthcare data to gain insights for optimizing their operation. Therefore it is perfectly logical to extend the application of service-oriented analytic workflows to population health studies, as these rely on both medical expertise and processing of large data sets to serve end users of various backgrounds and skill sets. However, in the practical application of such service oriented approach, the user often finds it difficult to choose the right services or workflows that can help them to find the answers to their questions. To tackle this problem, we propose a heuristic recommendation method based on the feature significance. The user submits an enquiry, then based on which, the system will recommend the services and compositions that are likely to produce meaningful answers. In this paper, we will elaborate the interactions between different roles in a service oriented analytic system, develop the modeling to illustrate the relations among enquiry, features, services and workflows, propose the algorithm for service recommendation, architect the system and show a reference implementation of a prototype.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122351497","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 Dynamic Grouping-Based Trust Model for Mobile P2P Networks 基于动态分组的移动P2P网络信任模型
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.121
Meijuan Jia, Huiqiang Wang, Bin Ye, Yan Wang
With the rapid proliferation of wireless networks and mobile devices, Mobile Peer-to-Peer (MP2P) networks have attracted a huge amount of users for resource sharing. However, in an MP2P network, peers frequently join and leave the network, which makes the network topology dynamically change. Thus, it is difficult to establish long term and effective trust relationship among peers, making trust management become a challenging task. In this paper, we propose a dynamic grouping-based trust model DGTM, to classify peers. A group is formed according to the peers' interests. The experiments illustrate that our proposed dynamic grouping-based trust model DGTM always achieves the highest successful transaction rate under different circumstances.
随着无线网络和移动设备的迅速普及,移动点对点(MP2P)网络吸引了大量用户进行资源共享。但是在MP2P网络中,由于对等体频繁的加入和离开,使得网络拓扑结构发生了动态变化。因此,难以在对等体之间建立长期有效的信任关系,使得信任管理成为一项具有挑战性的任务。本文提出了一种基于动态分组的信任模型DGTM,用于对对等体进行分类。根据同伴的兴趣组成一个小组。实验表明,本文提出的基于动态分组的信任模型DGTM在不同情况下都能获得最高的交易成功率。
{"title":"A Dynamic Grouping-Based Trust Model for Mobile P2P Networks","authors":"Meijuan Jia, Huiqiang Wang, Bin Ye, Yan Wang","doi":"10.1109/SCC.2016.121","DOIUrl":"https://doi.org/10.1109/SCC.2016.121","url":null,"abstract":"With the rapid proliferation of wireless networks and mobile devices, Mobile Peer-to-Peer (MP2P) networks have attracted a huge amount of users for resource sharing. However, in an MP2P network, peers frequently join and leave the network, which makes the network topology dynamically change. Thus, it is difficult to establish long term and effective trust relationship among peers, making trust management become a challenging task. In this paper, we propose a dynamic grouping-based trust model DGTM, to classify peers. A group is formed according to the peers' interests. The experiments illustrate that our proposed dynamic grouping-based trust model DGTM always achieves the highest successful transaction rate under different circumstances.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115663908","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
Global and Personal App Networks: Characterizing Social Relations among Mobile Apps 全球和个人应用网络:手机应用的社交关系特征
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.37
Youqiang Hao, Zhongjie Wang, Xiaofei Xu
With the flourish of mobile computing, mobile Apps dominate the daily lives of users. Focusing on the social relations among Apps, this paper makes an empirical study on constructing the Global App Network (GAN) in terms of three types of inter-App relations (i.e., intent-based, semantics correlation based, and similarity-based ones), recovering Personal App Network (PAN) in terms of App usage log of each user, and exploring the characteristics of GAN and PAN. The study is based on two real-world datasets: the first one includes thousands of Apps collected from a real-world Android App store, and the second one contains 2-month App usage logs of 40 volunteers. Several interesting phenomena are observed from the study, such as (1) a large portion of implicit inter-App relations that are welcome by massive users are actually ignored by App developers, (2) some explicit relations proactively designed by App developers are actually not frequently used by users, (3) although there is a certain commonness among PANs of different users, each PAN shows a significant personalized pattern which delineates the individualized behaviors of a user. These conclusions are of significance to bi-directional App recommendations, i.e., to recommend neglected inter-App relations to App developers, and, to recommend common and popular inter-App relations to users.
随着移动计算的蓬勃发展,移动应用程序主导了用户的日常生活。本文以App间的社会关系为重点,从基于意图、基于语义关联和基于相似性的三种App间关系入手,构建了Global App Network (GAN),从每个用户的App使用日志入手,还原了Personal App Network (PAN),并探讨了GAN和PAN的特征。这项研究基于两个真实世界的数据集:第一个数据集包括从真实世界的Android应用商店收集的数千个应用程序,第二个数据集包含40名志愿者2个月的应用程序使用日志。研究中发现了几个有趣的现象,如:(1)大量受广大用户欢迎的隐性应用间关系中,有很大一部分实际上被应用开发者所忽视;(2)一些应用开发者主动设计的显性关系实际上并不经常被用户使用;(3)尽管不同用户的PAN之间存在一定的共性,但每个PAN都表现出显著的个性化模式,描绘了用户的个性化行为。这些结论对于App双向推荐,即向App开发者推荐被忽视的App间关系,向用户推荐常见和流行的App间关系具有重要意义。
{"title":"Global and Personal App Networks: Characterizing Social Relations among Mobile Apps","authors":"Youqiang Hao, Zhongjie Wang, Xiaofei Xu","doi":"10.1109/SCC.2016.37","DOIUrl":"https://doi.org/10.1109/SCC.2016.37","url":null,"abstract":"With the flourish of mobile computing, mobile Apps dominate the daily lives of users. Focusing on the social relations among Apps, this paper makes an empirical study on constructing the Global App Network (GAN) in terms of three types of inter-App relations (i.e., intent-based, semantics correlation based, and similarity-based ones), recovering Personal App Network (PAN) in terms of App usage log of each user, and exploring the characteristics of GAN and PAN. The study is based on two real-world datasets: the first one includes thousands of Apps collected from a real-world Android App store, and the second one contains 2-month App usage logs of 40 volunteers. Several interesting phenomena are observed from the study, such as (1) a large portion of implicit inter-App relations that are welcome by massive users are actually ignored by App developers, (2) some explicit relations proactively designed by App developers are actually not frequently used by users, (3) although there is a certain commonness among PANs of different users, each PAN shows a significant personalized pattern which delineates the individualized behaviors of a user. These conclusions are of significance to bi-directional App recommendations, i.e., to recommend neglected inter-App relations to App developers, and, to recommend common and popular inter-App relations to users.","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129835006","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
An Empirical Analysis of Diagnosis of Industrial Business Processes at Sub-process Levels 基于子过程层次的工业业务过程诊断实证分析
Pub Date : 2016-06-01 DOI: 10.1109/SCC.2016.33
Suman Roy, A. Sajeev, A. Gopichand, A. Bhattacharya
Business process models expressed in languages such as BPMN (Business Process Model and Notation) play a critical role in implementing the workflows in modern organizations. However, control flow errors such as deadlock and lack of synchronization as well as syntactic errors arising out of poor modeling practices often occur in industrial process models. In this paper, we provide an empirical diagnostic analysis of such errors for real-life industrial process models. The investigation involved models from different application domains. It turns out that error frequency has non-linear relation with error depth (the maximum depth at which an error occurred) across models from all domains. Error occurrence has statistically significant correlations (p <; 0.0001) with the size of sub-processes as well as with the swim-lane interactions, however only the former correlation is strong (Spearman's ρ = 0.579). We also develop a logistic regression model to estimate error probability in terms of the following metrics: sub-process size, coefficient of connectivity, sequentiality and structuredness; the predictive model fits well with the data (χ2(4, N = 1261) = 720.68, p <; 0.001).
用BPMN(业务流程模型和符号)等语言表示的业务流程模型在实现现代组织中的工作流方面发挥着关键作用。然而,控制流错误(如死锁和缺乏同步)以及由不良建模实践引起的语法错误经常发生在工业流程模型中。在本文中,我们为现实工业过程模型提供了这种误差的实证诊断分析。调查涉及来自不同应用领域的模型。结果表明,在所有领域的模型中,错误频率与错误深度(错误发生的最大深度)呈非线性关系。错误发生率与统计学显著相关(p <;0.0001)与子过程的大小以及泳道相互作用有关,但只有前者的相关性很强(斯皮尔曼ρ = 0.579)。我们还开发了一个逻辑回归模型,根据以下指标来估计错误概率:子过程大小、连通性系数、顺序性和结构性;预测模型与数据拟合良好(χ2(4, N = 1261) = 720.68, p <;0.001)。
{"title":"An Empirical Analysis of Diagnosis of Industrial Business Processes at Sub-process Levels","authors":"Suman Roy, A. Sajeev, A. Gopichand, A. Bhattacharya","doi":"10.1109/SCC.2016.33","DOIUrl":"https://doi.org/10.1109/SCC.2016.33","url":null,"abstract":"Business process models expressed in languages such as BPMN (Business Process Model and Notation) play a critical role in implementing the workflows in modern organizations. However, control flow errors such as deadlock and lack of synchronization as well as syntactic errors arising out of poor modeling practices often occur in industrial process models. In this paper, we provide an empirical diagnostic analysis of such errors for real-life industrial process models. The investigation involved models from different application domains. It turns out that error frequency has non-linear relation with error depth (the maximum depth at which an error occurred) across models from all domains. Error occurrence has statistically significant correlations (p <; 0.0001) with the size of sub-processes as well as with the swim-lane interactions, however only the former correlation is strong (Spearman's ρ = 0.579). We also develop a logistic regression model to estimate error probability in terms of the following metrics: sub-process size, coefficient of connectivity, sequentiality and structuredness; the predictive model fits well with the data (χ2(4, N = 1261) = 720.68, p <; 0.001).","PeriodicalId":115693,"journal":{"name":"2016 IEEE International Conference on Services Computing (SCC)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128406837","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
期刊
2016 IEEE International Conference on Services Computing (SCC)
全部 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