首页 > 最新文献

2014 IEEE Computers, Communications and IT Applications Conference最新文献

英文 中文
Bayes topic prediction model for focused crawling of vertical search engine 垂直搜索引擎聚焦爬行的Bayes主题预测模型
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017213
Weihong Zhang, Yong Chen
Vertical search is an important topic in the design of search engines as it offers more abundant and more precise results on specific domain compared with large-scale search engines, like Google and Baidu. Prior to this paper, most vertical search engines were built using manually selected and edited materials, which was time and money consuming. In this paper, we propose a new information resource discovery model and build a crawler in the vertical search engine, which can selectively fetch webpages relevant to a pre-defined topic. The model includes three aspects. First, webpages are transformed into term vectors. TF-TUF , short for Term Frequency-Topic Unbalanced Factor , is proposed as the weighting schema in vector space model. In the schema,we put more weight on terms whose frequencies differ a lot among topics, which will contribute more in the topic prediction we believe. Second, we use Bayes method to predict the topics of the webpages, where topic labeled text is used for training in advance. The specific method about using Bayes to predict the topic is illustrated in the algorithm section. Third, we create a focused crawler using the topic prediction result. The prediction result is used not only to filter the irrelevant webpages but also to direct the crawler to the areas, which are most possible to be topic relevant. The whole three aspects work together to reach the goal of discovering the topic relevant materials on the web efficiently, in building a vertical search engine. Our experiment shows that the average prediction accuracy of our proposed model can reach more than 85%. For application, we also used the proposed model to build "Search Engine for S&T" (http://nstr.com.cn/search), a vertical search engine in science field.
垂直搜索是搜索引擎设计中的一个重要课题,因为相对于谷歌、百度等大型搜索引擎,垂直搜索能在特定领域提供更丰富、更精确的搜索结果。在本文之前,大多数垂直搜索引擎都是使用人工选择和编辑的材料来构建的,这既费时又费钱。本文提出了一种新的信息资源发现模型,并在垂直搜索引擎中构建了一个爬虫,该爬虫可以选择性地获取与预定义主题相关的网页。该模型包括三个方面。首先,将网页转换为术语向量。TF-TUF是术语频率-主题不平衡因子(Term Frequency-Topic imbalance Factor,简称TF-TUF)的缩写,提出了向量空间模型中的权重模式。在模式中,我们将更多的权重放在频率在主题之间差异很大的术语上,这将有助于我们相信的主题预测。其次,我们使用贝叶斯方法预测网页的主题,其中主题标记文本用于提前训练。使用贝叶斯预测主题的具体方法在算法部分进行了说明。第三,我们使用主题预测结果创建一个聚焦爬虫。预测结果不仅用于过滤不相关的网页,而且还用于引导爬虫到最有可能与主题相关的区域。在构建垂直搜索引擎时,这三个方面共同努力,以达到高效地发现网络上的主题相关资料的目的。实验表明,该模型的平均预测精度可以达到85%以上。在应用方面,我们还利用该模型构建了科技领域的垂直搜索引擎“科技搜索引擎”(http://nstr.com.cn/search)。
{"title":"Bayes topic prediction model for focused crawling of vertical search engine","authors":"Weihong Zhang, Yong Chen","doi":"10.1109/ComComAp.2014.7017213","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017213","url":null,"abstract":"Vertical search is an important topic in the design of search engines as it offers more abundant and more precise results on specific domain compared with large-scale search engines, like Google and Baidu. Prior to this paper, most vertical search engines were built using manually selected and edited materials, which was time and money consuming. In this paper, we propose a new information resource discovery model and build a crawler in the vertical search engine, which can selectively fetch webpages relevant to a pre-defined topic. The model includes three aspects. First, webpages are transformed into term vectors. TF-TUF , short for Term Frequency-Topic Unbalanced Factor , is proposed as the weighting schema in vector space model. In the schema,we put more weight on terms whose frequencies differ a lot among topics, which will contribute more in the topic prediction we believe. Second, we use Bayes method to predict the topics of the webpages, where topic labeled text is used for training in advance. The specific method about using Bayes to predict the topic is illustrated in the algorithm section. Third, we create a focused crawler using the topic prediction result. The prediction result is used not only to filter the irrelevant webpages but also to direct the crawler to the areas, which are most possible to be topic relevant. The whole three aspects work together to reach the goal of discovering the topic relevant materials on the web efficiently, in building a vertical search engine. Our experiment shows that the average prediction accuracy of our proposed model can reach more than 85%. For application, we also used the proposed model to build \"Search Engine for S&T\" (http://nstr.com.cn/search), a vertical search engine in science field.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124610747","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
An efficient and accurate optimization method of sliding window size for PAA 一种高效、准确的PAA滑动窗尺寸优化方法
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017211
Jinyang Liu, Chuanlei Zhang, Shanwen Zhang, Weidong Fang
PAA is an important algorithm in time series dimensionality reduction. However, how to determine the sliding window keeps an open issue for PAA and its derivatives. In this paper, a new optimization method to decide the PAA window is proposed based on root mean square distance measure. A rate of information loss is proposed to overcome the scalability issue, which can be used to balance information loss and query performance improvement caused by PAA transformation. Experiment results with a real time series dataset demonstrate that the method is effective and feasible to determine the PAA window size and optimize the whole performance of PAA algorithm.
PAA算法是一种重要的时间序列降维算法。然而,如何确定滑动窗口对于PAA及其衍生产品来说仍然是一个悬而未决的问题。本文提出了一种基于均方根距离测度的PAA窗口优化确定方法。为了克服可伸缩性问题,提出了一个信息丢失率,可以用来平衡PAA转换带来的信息丢失率和查询性能的提高。在实时序列数据集上的实验结果表明,该方法在确定PAA窗口大小和优化PAA算法整体性能方面是有效可行的。
{"title":"An efficient and accurate optimization method of sliding window size for PAA","authors":"Jinyang Liu, Chuanlei Zhang, Shanwen Zhang, Weidong Fang","doi":"10.1109/ComComAp.2014.7017211","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017211","url":null,"abstract":"PAA is an important algorithm in time series dimensionality reduction. However, how to determine the sliding window keeps an open issue for PAA and its derivatives. In this paper, a new optimization method to decide the PAA window is proposed based on root mean square distance measure. A rate of information loss is proposed to overcome the scalability issue, which can be used to balance information loss and query performance improvement caused by PAA transformation. Experiment results with a real time series dataset demonstrate that the method is effective and feasible to determine the PAA window size and optimize the whole performance of PAA algorithm.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116510320","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
Fast acquisition method of navigation receiver based on folded PMF-FFT 基于折叠PMF-FFT的导航接收机快速捕获方法
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017171
Jianzhong Qi, Feixiang Luo, Qingping Song
To overcome the influence of Doppler shifts for the acquisition time of navigation receiver in high dynamic situation, a improved method adopts an acquisition algorithm composed of Partial Matched Filter (PMF) and Fast Fourier Transform (FFT) method. The algorithm changes the traditional two-dimensional searching strategy based on spread spectrum code phase and signal-carrier frequency into one-dimensional searching strategy based on spread spectrum code phase. Moreover, PMF not only consumes many hardware resources but also fails to acquire long period Pseudo-Noise (PN) code. Considering of these drawbacks, an improved algorithm is proposed by using folded matched filter and accelerating the operation speed. The results of test show that folded PMF saves hardware resources and achieves double parallel fast acquisition of carrier and PN code.
为了克服高动态情况下多普勒频移对导航接收机采集时间的影响,改进方法采用部分匹配滤波(PMF)和快速傅立叶变换(FFT)相结合的采集算法。该算法将传统的基于扩频码相位和信号载波频率的二维搜索策略转变为基于扩频码相位的一维搜索策略。此外,PMF不仅消耗大量硬件资源,而且无法获取长周期伪噪声(PN)码。针对这些缺点,提出了一种采用折叠匹配滤波器的改进算法,提高了算法的运算速度。测试结果表明,折叠PMF节省了硬件资源,实现了载波和伪码的双并行快速采集。
{"title":"Fast acquisition method of navigation receiver based on folded PMF-FFT","authors":"Jianzhong Qi, Feixiang Luo, Qingping Song","doi":"10.1109/ComComAp.2014.7017171","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017171","url":null,"abstract":"To overcome the influence of Doppler shifts for the acquisition time of navigation receiver in high dynamic situation, a improved method adopts an acquisition algorithm composed of Partial Matched Filter (PMF) and Fast Fourier Transform (FFT) method. The algorithm changes the traditional two-dimensional searching strategy based on spread spectrum code phase and signal-carrier frequency into one-dimensional searching strategy based on spread spectrum code phase. Moreover, PMF not only consumes many hardware resources but also fails to acquire long period Pseudo-Noise (PN) code. Considering of these drawbacks, an improved algorithm is proposed by using folded matched filter and accelerating the operation speed. The results of test show that folded PMF saves hardware resources and achieves double parallel fast acquisition of carrier and PN code.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"43 7","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114126806","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
Energy efficient scheduling with probability and task migration considerations for soft real-time systems 考虑概率和任务迁移的软实时系统节能调度
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017212
Ying Li, J. Niu, Xiang Long, Meikang Qiu
The main challenges for embedded real-time systems which use battery as their power supply are both to satisfy the requirements of real-time systems and minimize the energy consumption. This paper studies the energy saving problem for DAG (Directed Acyclic Graph) tasks in soft real-time systems with heterogeneous multicore processors. Since soft real-time systems can tolerate occasional time violations and tasks are completed before deadlines with a given probability, this paper proposes a novel processor and voltage assignment scheme - Adaptive Processor and Voltage Assignment with Probability (APVAP) to realize the minimum energy consumption which can satisfy the requirements of time constraints under the given probability. Most of previous work focuses on multicore processor task assignment for predecessor and successor (P-S) tasks. However, this paper introduced affinity to indicate successor tasks can be re-allocated to more appropriate cores according to task features and workload. Besides, this paper introduces the concept of data migration energy (DME) to compute the transmission energy when a task is migrated to a different core and adopts Ratio between Time and Energy (RTE) to determine the most suitable tasks for migration to reduce energy consumption at the cost of execution time. The experimental results demonstrate that our approach outperforms state-of-the-art algorithms in this field (maximum improvement of 30.7%).
采用电池供电的嵌入式实时系统面临的主要挑战是既要满足实时系统的要求,又要使能耗最小化。研究了异构多核软实时系统中DAG(有向无环图)任务的节能问题。针对软实时系统能够容忍偶尔的时间违规和任务在给定概率下在截止日期前完成的特点,本文提出了一种新的处理器和电压分配方案——自适应处理器和概率电压分配(APVAP),以实现在给定概率下满足时间约束要求的最小能耗。以往的工作大多集中在多核处理器任务分配的前后继(P-S)任务。然而,本文引入了亲和性来表示后续任务可以根据任务特征和工作负载重新分配到更合适的内核。此外,本文引入数据迁移能量(DME)的概念,计算任务迁移到不同核心时的传输能量,并采用时间与能量比(RTE)来确定最适合迁移的任务,以减少能耗和执行时间为代价。实验结果表明,我们的方法优于该领域最先进的算法(最大改进30.7%)。
{"title":"Energy efficient scheduling with probability and task migration considerations for soft real-time systems","authors":"Ying Li, J. Niu, Xiang Long, Meikang Qiu","doi":"10.1109/ComComAp.2014.7017212","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017212","url":null,"abstract":"The main challenges for embedded real-time systems which use battery as their power supply are both to satisfy the requirements of real-time systems and minimize the energy consumption. This paper studies the energy saving problem for DAG (Directed Acyclic Graph) tasks in soft real-time systems with heterogeneous multicore processors. Since soft real-time systems can tolerate occasional time violations and tasks are completed before deadlines with a given probability, this paper proposes a novel processor and voltage assignment scheme - Adaptive Processor and Voltage Assignment with Probability (APVAP) to realize the minimum energy consumption which can satisfy the requirements of time constraints under the given probability. Most of previous work focuses on multicore processor task assignment for predecessor and successor (P-S) tasks. However, this paper introduced affinity to indicate successor tasks can be re-allocated to more appropriate cores according to task features and workload. Besides, this paper introduces the concept of data migration energy (DME) to compute the transmission energy when a task is migrated to a different core and adopts Ratio between Time and Energy (RTE) to determine the most suitable tasks for migration to reduce energy consumption at the cost of execution time. The experimental results demonstrate that our approach outperforms state-of-the-art algorithms in this field (maximum improvement of 30.7%).","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114856781","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
Detecting overlapping communities of weighted networks by central figure algorithm 基于中心图算法的加权网络重叠社区检测
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017161
Chao Tong, Zhongyu Xie, Xiaoyun Mo, J. Niu, Yan Zhang
In recent years, the community structures in complex networks has become a research hotspot. In this paper, we focus on weighted networks and propose a unique algorithm on detecting overlapping communities of weighted networks based on central figure with considerable accuracy. In the algorithm, all the central figures are first extracted. Then to each central figure, nodes are absorbed by closures and weak ties. The experiments are based on LFR Benchmark. Through the experiment, we can know that the performance of our algorithm is better than that of COPRA (Community Overlap Propagation Algorithm) algorithm.
近年来,复杂网络中的社团结构已成为研究热点。本文以加权网络为研究对象,提出了一种独特的基于中心图的加权网络重叠社区检测算法。在该算法中,首先提取所有中心图形。然后对于每个中心图形,节点被闭包和弱联系所吸收。实验是基于LFR基准的。通过实验可知,该算法的性能优于COPRA (Community Overlap Propagation algorithm)算法。
{"title":"Detecting overlapping communities of weighted networks by central figure algorithm","authors":"Chao Tong, Zhongyu Xie, Xiaoyun Mo, J. Niu, Yan Zhang","doi":"10.1109/ComComAp.2014.7017161","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017161","url":null,"abstract":"In recent years, the community structures in complex networks has become a research hotspot. In this paper, we focus on weighted networks and propose a unique algorithm on detecting overlapping communities of weighted networks based on central figure with considerable accuracy. In the algorithm, all the central figures are first extracted. Then to each central figure, nodes are absorbed by closures and weak ties. The experiments are based on LFR Benchmark. Through the experiment, we can know that the performance of our algorithm is better than that of COPRA (Community Overlap Propagation Algorithm) algorithm.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"182 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133550566","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
Horizontal hierarchy slicing based data compression for WSN 基于水平层次切片的WSN数据压缩
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017206
Yanwen Wang, Xiaoyu Li, Xiaoling Wu, Zhangbing Zhou, Hainan Chen
Data compression on sensing data in Wireless Sensor Networks (WSNs) has long been the topic of extensive research in the last decade. Especially, in video sensor networks, the video and image data that need to be transmitted are relatively larger than common data. However WSNs usually have limited power supply and constrained communication bandwidth, it is significant to reduce the video and image data without any distortion before transmission to lower the energy consumption and the transmission delay. Therefore, in this paper we propose Horizontal Hierarchy Slicing (HHS) method based on Mathematical Morphology technology for compressing the data in WSNs. The results show its effectiveness in data compression for video and image data.
近十年来,无线传感器网络(WSNs)中传感数据的数据压缩一直是广泛研究的课题。特别是在视频传感器网络中,需要传输的视频和图像数据比普通数据要大得多。然而,由于无线传感器网络的供电有限,通信带宽受限,因此在传输前减少视频和图像数据的失真,降低传输能耗和传输延迟具有重要意义。因此,本文提出了基于数学形态学技术的水平层次切片(HHS)方法来压缩无线传感器网络中的数据。实验结果表明,该算法在视频和图像数据压缩方面是有效的。
{"title":"Horizontal hierarchy slicing based data compression for WSN","authors":"Yanwen Wang, Xiaoyu Li, Xiaoling Wu, Zhangbing Zhou, Hainan Chen","doi":"10.1109/ComComAp.2014.7017206","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017206","url":null,"abstract":"Data compression on sensing data in Wireless Sensor Networks (WSNs) has long been the topic of extensive research in the last decade. Especially, in video sensor networks, the video and image data that need to be transmitted are relatively larger than common data. However WSNs usually have limited power supply and constrained communication bandwidth, it is significant to reduce the video and image data without any distortion before transmission to lower the energy consumption and the transmission delay. Therefore, in this paper we propose Horizontal Hierarchy Slicing (HHS) method based on Mathematical Morphology technology for compressing the data in WSNs. The results show its effectiveness in data compression for video and image data.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"262 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122466928","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
Energy-saving analysis of Cloud workload based on K-means clustering 基于k均值聚类的云工作负载节能分析
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017215
Qingxin Xia, Yuqing Lan, Liang Zhao, Limin Xiao
With the development of cloud infrastructure services, IaaS(Infrastructure as a Service) study on energy-saving technology has been attracted more and more attention. IaaS platform providers can provide high performance service for the users. Meanwhile, how to save the energy cost of the cloud platform must be considered without violating the Service Level Agreement(SLA). The overload and underload are two running statuses of physical machine(PM), the former will cause the possibility of SLA violation, while the latter will cause the low utilization rate of PM's resources, causing additional energy consumption. This paper proposes a model of workload characteristic based on K-means clustering analysis, using Google workload trace data set, which is the basis of virtual machine(VM) migrating when PM has been underloading or overloading. The establishment of workload characteristic model can present the demand of system resources in real time so that VM scheduling strategies carry out efficiently.
随着云基础设施服务的发展,IaaS(infrastructure as a Service)节能技术的研究越来越受到重视。IaaS平台提供商可以为用户提供高性能的服务。同时,如何在不违反服务水平协议(Service Level Agreement, SLA)的前提下,节约云平台的能源成本是必须考虑的问题。过载和欠载是物理机(PM)的两种运行状态,前者会导致违反SLA的可能性,后者会导致PM的资源利用率低,造成额外的能源消耗。本文利用Google工作负载跟踪数据集,提出了基于K-means聚类分析的工作负载特征模型,该模型是虚拟机(VM)在PM处于欠载或过载状态时迁移的基础。工作负载特征模型的建立可以实时地反映系统资源的需求,从而有效地执行虚拟机调度策略。
{"title":"Energy-saving analysis of Cloud workload based on K-means clustering","authors":"Qingxin Xia, Yuqing Lan, Liang Zhao, Limin Xiao","doi":"10.1109/ComComAp.2014.7017215","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017215","url":null,"abstract":"With the development of cloud infrastructure services, IaaS(Infrastructure as a Service) study on energy-saving technology has been attracted more and more attention. IaaS platform providers can provide high performance service for the users. Meanwhile, how to save the energy cost of the cloud platform must be considered without violating the Service Level Agreement(SLA). The overload and underload are two running statuses of physical machine(PM), the former will cause the possibility of SLA violation, while the latter will cause the low utilization rate of PM's resources, causing additional energy consumption. This paper proposes a model of workload characteristic based on K-means clustering analysis, using Google workload trace data set, which is the basis of virtual machine(VM) migrating when PM has been underloading or overloading. The establishment of workload characteristic model can present the demand of system resources in real time so that VM scheduling strategies carry out efficiently.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117090520","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
Queuing-theoretical multi-user dynamic spectrum allocation & sharing mechanism in multi-channel cognitive radio networks 多信道认知无线电网络中排队理论多用户动态频谱分配与共享机制
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017185
Long Zhang, Liusheng Huang, Hongli Xu
Recently, cognitive radio has been proposed to improved the spectrum resource utilization efficiency. The secondary users (SUs) are allowed to sense, detect and access the frequency bands that are not currently being in use by primary users (PUs). In fact, SUs always have no knowledge about PUs' exact communication mechanism. In order to guarantee PUs' communication quality of service (QoS) and satisfy SUs' demand of using spectrum resource, it is a challenging task to find the spectrum sensing and access mechanism. When there are multiple SUs and multiple channels, the spectrum allocation and spectrum sharing must be considered. In this paper, we propose a multi-user spectrum allocation and multi-channel spectrum sharing mechanism for the SUs confronting with unknown primary behavior and study the interference to PUs caused by their dynamic access. The interference caused by SUs was analysis utilizing the Renewal Theory. Under the constraints of the interference to PUs and the secondary network's stability, the queuing theory is utilized to obtain the maximum average data rate of SUs. Through lots of simulations, we verify the effectiveness of our analysis.
近年来,为了提高频谱资源利用效率,提出了认知无线电技术。辅助用户(secondary user)可以感知、检测和访问当前未被主用户(primary user)使用的频段。事实上,su始终不知道pu的确切通信机制。为了保证pu的通信服务质量(QoS)和满足su对频谱资源的使用需求,寻找频谱感知和接入机制是一项具有挑战性的任务。当有多个单单元和多个通道时,必须考虑频谱分配和频谱共享。本文提出了一种多用户频谱分配和多信道频谱共享机制,并研究了单元动态接入对单元的干扰。利用更新理论对SUs的干扰进行分析。在对节点的干扰和二级网络稳定性的约束下,利用排队论获得节点的最大平均数据速率。通过大量的仿真,验证了分析的有效性。
{"title":"Queuing-theoretical multi-user dynamic spectrum allocation & sharing mechanism in multi-channel cognitive radio networks","authors":"Long Zhang, Liusheng Huang, Hongli Xu","doi":"10.1109/ComComAp.2014.7017185","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017185","url":null,"abstract":"Recently, cognitive radio has been proposed to improved the spectrum resource utilization efficiency. The secondary users (SUs) are allowed to sense, detect and access the frequency bands that are not currently being in use by primary users (PUs). In fact, SUs always have no knowledge about PUs' exact communication mechanism. In order to guarantee PUs' communication quality of service (QoS) and satisfy SUs' demand of using spectrum resource, it is a challenging task to find the spectrum sensing and access mechanism. When there are multiple SUs and multiple channels, the spectrum allocation and spectrum sharing must be considered. In this paper, we propose a multi-user spectrum allocation and multi-channel spectrum sharing mechanism for the SUs confronting with unknown primary behavior and study the interference to PUs caused by their dynamic access. The interference caused by SUs was analysis utilizing the Renewal Theory. Under the constraints of the interference to PUs and the secondary network's stability, the queuing theory is utilized to obtain the maximum average data rate of SUs. Through lots of simulations, we verify the effectiveness of our analysis.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"96 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115135807","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
High-temperature electrode faulted diagnosis for copper electrolytic cell 铜电解槽高温电极故障诊断
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017168
Yiding Wang, Di Zhang, Xiaoyu Zhang, Wen-Rui Wu
In the production of copper electrolytic, short circuit frequently takes place between anode and cathode, the heat loss from which will result the reducing for the production of copper. To solve this problem, this paper presents a high-temperature electrode faulted diagnosis method base on the new-type integrated filtering of thermal infrared images and the division and location processing. Short circuit can be found by analyzing the temperature of the plates in the electrolytic cell timely with a suitable algorithm and realize the purpose of raising the production of electrolytic copper. We have made a practical application in electrolytic copper factory and the conclusion is accordance with the desired effects.
在电解铜的生产过程中,阳极和阴极之间经常发生短路,短路产生的热损失会导致铜的产量下降。为了解决这一问题,本文提出了一种基于新型热红外图像综合滤波和分割定位处理的高温电极故障诊断方法。采用合适的算法对电解槽内极板温度进行及时分析,发现短路现象,达到提高电解铜产量的目的。在电解铜厂进行了实际应用,结论符合预期效果。
{"title":"High-temperature electrode faulted diagnosis for copper electrolytic cell","authors":"Yiding Wang, Di Zhang, Xiaoyu Zhang, Wen-Rui Wu","doi":"10.1109/ComComAp.2014.7017168","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017168","url":null,"abstract":"In the production of copper electrolytic, short circuit frequently takes place between anode and cathode, the heat loss from which will result the reducing for the production of copper. To solve this problem, this paper presents a high-temperature electrode faulted diagnosis method base on the new-type integrated filtering of thermal infrared images and the division and location processing. Short circuit can be found by analyzing the temperature of the plates in the electrolytic cell timely with a suitable algorithm and realize the purpose of raising the production of electrolytic copper. We have made a practical application in electrolytic copper factory and the conclusion is accordance with the desired effects.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125672493","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
TOPS: Two-phase scheduling for distributed real-time systems 分布式实时系统的两阶段调度
Pub Date : 2014-10-01 DOI: 10.1109/ComComAp.2014.7017186
Mohammed I. Alghamdi, Xunfei Jiang, X. Qin, Jifu Zhang, Minghua Jiang, Meikang Qiu
In this work we propose a two-phase scheduling technique (TOPS) for distributed real-time systems. The first phase of TOPS is in charge of producing a scheduling sequence, whereas the second phase aims to dispatch tasks to computing nodes of a distributed system. The two phases are independent of one another and; therefore, one can change a policy in one phase without configuring another phase. TOPS makes it possible to observe the impacts of sorting policies on the performance of scheduling policies. We implement a TOPS prototype, in which the first phase is comprised of three sorting policies and the second phase consists of two scheduling policies in the second phase. TOPS enables us to discover that combining the EDF (Earliest-Deadline-First) and AEAP (As-Early-As-Possible) policies leads to an optimized performance among all the six candidate algorithms.
本文提出一种分布式实时系统的两阶段调度技术(TOPS)。TOPS的第一阶段负责生成调度序列,而第二阶段的目标是将任务分配给分布式系统的计算节点。这两个阶段是相互独立的;因此,可以在一个阶段更改策略,而无需配置另一个阶段。使用TOPS可以观察排序策略对调度策略性能的影响。我们实现了一个TOPS原型,其中第一阶段由三个排序策略组成,第二阶段由第二阶段的两个调度策略组成。TOPS使我们发现结合EDF (early - deadline - first)和AEAP (As-Early-As-Possible)策略可以在所有六种候选算法中获得最佳性能。
{"title":"TOPS: Two-phase scheduling for distributed real-time systems","authors":"Mohammed I. Alghamdi, Xunfei Jiang, X. Qin, Jifu Zhang, Minghua Jiang, Meikang Qiu","doi":"10.1109/ComComAp.2014.7017186","DOIUrl":"https://doi.org/10.1109/ComComAp.2014.7017186","url":null,"abstract":"In this work we propose a two-phase scheduling technique (TOPS) for distributed real-time systems. The first phase of TOPS is in charge of producing a scheduling sequence, whereas the second phase aims to dispatch tasks to computing nodes of a distributed system. The two phases are independent of one another and; therefore, one can change a policy in one phase without configuring another phase. TOPS makes it possible to observe the impacts of sorting policies on the performance of scheduling policies. We implement a TOPS prototype, in which the first phase is comprised of three sorting policies and the second phase consists of two scheduling policies in the second phase. TOPS enables us to discover that combining the EDF (Earliest-Deadline-First) and AEAP (As-Early-As-Possible) policies leads to an optimized performance among all the six candidate algorithms.","PeriodicalId":422906,"journal":{"name":"2014 IEEE Computers, Communications and IT Applications Conference","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122643001","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
期刊
2014 IEEE Computers, Communications and IT Applications Conference
全部 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