首页 > 最新文献

2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing最新文献

英文 中文
PK-OMLP: An OMLP Based k-Exclusion Real-Time Locking Protocol for Multi-GPU Sharing under Partitioned Scheduling 基于OMLP的分区调度下多gpu共享k排除实时锁定协议PK-OMLP
Maolin Yang, Hang Lei, Yong Liao, Furkan Rabee
With rapid development of Graphics Processing Units (GPU) technologies, GPUs are strongly motivated to be adopted in many real-time applications. However, it is still a challenging work to efficiently integrate multiple GPUs into multicore/multiprocessor real-time systems, due to many real world constraints caused by the non-real-time closed-source GPU drivers. To avoid timing violations, k-exclusive locking protocols are developed to arbitrate exclusive access to each of the multiple GPUs. In this paper, a novel k-exclusion real-time locking protocol is proposed to handle multi-GPU sharing under partitioned fixed priority (P-FP) scheduling. The proposed protocol improves the prior work, the Clustered k-exclusion O(m) Locking Protocol (CK-OMLP) from two aspects: first, it allows multiple task on each CPU processor to make use of GPUs simultaneously, which improves the flexibility and increases GPU utilization in average cases, second, a suspension-aware analysis is presented to improve the schedulability, where task acquisition delays and GPU executions are modeled as self-suspensions. Schedulability experiments indicate that the proposed protocol outperforms the CK-OMLP in most considered scenarios.
随着图形处理单元(GPU)技术的快速发展,图形处理单元被广泛应用于许多实时应用中。然而,由于非实时闭源GPU驱动程序造成的许多现实限制,将多个GPU有效地集成到多核/多处理器实时系统中仍然是一项具有挑战性的工作。为了避免时间冲突,开发了k独占锁定协议来仲裁对多个gpu中的每个gpu的独占访问。针对分区固定优先级调度下的多gpu共享问题,提出了一种新的k排除实时锁定协议。该协议从两个方面改进了之前的工作,即聚类k-排除O(m)锁定协议(CK-OMLP):首先,它允许每个CPU处理器上的多个任务同时使用GPU,从而提高了灵活性,在平均情况下提高了GPU利用率;其次,提出了挂起感知分析,以提高可调度性,其中任务获取延迟和GPU执行建模为自挂起。可调度性实验表明,在大多数考虑的场景中,提出的协议优于CK-OMLP。
{"title":"PK-OMLP: An OMLP Based k-Exclusion Real-Time Locking Protocol for Multi-GPU Sharing under Partitioned Scheduling","authors":"Maolin Yang, Hang Lei, Yong Liao, Furkan Rabee","doi":"10.1109/DASC.2013.63","DOIUrl":"https://doi.org/10.1109/DASC.2013.63","url":null,"abstract":"With rapid development of Graphics Processing Units (GPU) technologies, GPUs are strongly motivated to be adopted in many real-time applications. However, it is still a challenging work to efficiently integrate multiple GPUs into multicore/multiprocessor real-time systems, due to many real world constraints caused by the non-real-time closed-source GPU drivers. To avoid timing violations, k-exclusive locking protocols are developed to arbitrate exclusive access to each of the multiple GPUs. In this paper, a novel k-exclusion real-time locking protocol is proposed to handle multi-GPU sharing under partitioned fixed priority (P-FP) scheduling. The proposed protocol improves the prior work, the Clustered k-exclusion O(m) Locking Protocol (CK-OMLP) from two aspects: first, it allows multiple task on each CPU processor to make use of GPUs simultaneously, which improves the flexibility and increases GPU utilization in average cases, second, a suspension-aware analysis is presented to improve the schedulability, where task acquisition delays and GPU executions are modeled as self-suspensions. Schedulability experiments indicate that the proposed protocol outperforms the CK-OMLP in most considered scenarios.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133097046","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
On Discovering Feasible Periodic Patterns in Large Database 大型数据库中可行周期模式的发现
Xiao Luo, Hua Yuan, Qian Luo
In real applications, there are two problems for the periodic patterns mining task: finding the frequent pattern(s) and determining their periodicity. In this paper, we propose a new method to investigate the periodic patterns form common frequent patterns. First, all the candidates patterns are generated by general frequent pattern mining algorithm. Then, for each pattern, all the time (order) attributes are extracted form its support records. Finally, all these time (order) attributes are partitioned into suitable n periods to obtain the feasible periodicity. To this end, two new parameters of per and fea are introduced to measure the periodicity and feasibility of the candidate patterns. The experiment results show that the method can be used to explore feasible periodic patterns efficiently and find some interesting patterns in business database.
在实际应用中,周期模式挖掘任务存在两个问题:发现频繁模式和确定频繁模式的周期性。在本文中,我们提出了一种新的方法来研究由常见的频繁模式构成的周期模式。首先,利用通用频繁模式挖掘算法生成候选模式。然后,对于每个模式,从其支持记录中提取所有时间(顺序)属性。最后,将这些时间(阶)属性划分为合适的n个周期,得到可行周期。为此,引入了两个新的参数per和fea来衡量候选模式的周期性和可行性。实验结果表明,该方法能够有效地挖掘商业数据库中可行的周期模式,并从中发现一些有趣的模式。
{"title":"On Discovering Feasible Periodic Patterns in Large Database","authors":"Xiao Luo, Hua Yuan, Qian Luo","doi":"10.1109/DASC.2013.87","DOIUrl":"https://doi.org/10.1109/DASC.2013.87","url":null,"abstract":"In real applications, there are two problems for the periodic patterns mining task: finding the frequent pattern(s) and determining their periodicity. In this paper, we propose a new method to investigate the periodic patterns form common frequent patterns. First, all the candidates patterns are generated by general frequent pattern mining algorithm. Then, for each pattern, all the time (order) attributes are extracted form its support records. Finally, all these time (order) attributes are partitioned into suitable n periods to obtain the feasible periodicity. To this end, two new parameters of per and fea are introduced to measure the periodicity and feasibility of the candidate patterns. The experiment results show that the method can be used to explore feasible periodic patterns efficiently and find some interesting patterns in business database.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133150966","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
A New Method for License Plate Characters Recognition Based on Sliding Window Search 基于滑动窗口搜索的车牌字符识别新方法
Ying-Jia Bu, M. Xie
In this paper, a new system for license plate characters recognition is proposed, on the basis of a novel characters recognition algorithm called sliding window search. This system includes license plate location, license plate characters pre-segmentation and characters recognition based on sliding window search. The Gaussian mixture model is used for background modeling and a Bayesian classifier based on the target tracking technology is used to monitor all vehicles within the scene. The brightness difference between the license plate characters and background is considered. Based on the priori information about the characters width, the license plate characters pre-segmentation is easily acquired. Finally, sliding window search is conducted on the license plate characters. Compared with other license plate characters recognition systems, this system has a high recognition accuracy and has good robustness even in a complex environment.
本文在滑动窗口搜索算法的基础上,提出了一种新的车牌字符识别系统。该系统包括车牌定位、车牌字符预分割和基于滑动窗口搜索的字符识别三个部分。采用高斯混合模型进行背景建模,采用基于目标跟踪技术的贝叶斯分类器对场景内所有车辆进行监控。考虑了车牌字符与背景的亮度差异。基于字符宽度的先验信息,可以很容易地实现车牌字符的预分割。最后,对车牌字符进行滑动窗口搜索。与其他车牌字符识别系统相比,该系统具有较高的识别精度,即使在复杂环境下也具有良好的鲁棒性。
{"title":"A New Method for License Plate Characters Recognition Based on Sliding Window Search","authors":"Ying-Jia Bu, M. Xie","doi":"10.1109/DASC.2013.79","DOIUrl":"https://doi.org/10.1109/DASC.2013.79","url":null,"abstract":"In this paper, a new system for license plate characters recognition is proposed, on the basis of a novel characters recognition algorithm called sliding window search. This system includes license plate location, license plate characters pre-segmentation and characters recognition based on sliding window search. The Gaussian mixture model is used for background modeling and a Bayesian classifier based on the target tracking technology is used to monitor all vehicles within the scene. The brightness difference between the license plate characters and background is considered. Based on the priori information about the characters width, the license plate characters pre-segmentation is easily acquired. Finally, sliding window search is conducted on the license plate characters. Compared with other license plate characters recognition systems, this system has a high recognition accuracy and has good robustness even in a complex environment.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"326 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122440799","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
Optimized Cache Replacement Scheme for Video on Demand Service 视频点播业务缓存替换方案的优化
Xiaocui Sun, Zhijun Wang
Video caching has gained significant attention due to its cost efficiency. In this paper, we propose an optimized cache replacement scheme based on the user request arrival pattern. The users are grouped among all possible request intervals, and the user density is calculated in each interval. The groups with highest user density are cached. Whenever a group with high user density arrives, the groups with lower density will be replaced. The simulation results show that the proposed schemes can double the hit ratio compared with the Least recently Used (LRU) scheme.
视频缓存由于其成本效率而获得了极大的关注。本文提出了一种基于用户请求到达模式的优化缓存替换方案。将用户分组到所有可能的请求间隔中,并在每个间隔中计算用户密度。具有最高用户密度的组被缓存。每当一个用户密度高的群体到来,密度低的群体就会被取代。仿真结果表明,与LRU (Least recently Used)算法相比,该算法的命中率提高了一倍。
{"title":"Optimized Cache Replacement Scheme for Video on Demand Service","authors":"Xiaocui Sun, Zhijun Wang","doi":"10.1109/DASC.2013.61","DOIUrl":"https://doi.org/10.1109/DASC.2013.61","url":null,"abstract":"Video caching has gained significant attention due to its cost efficiency. In this paper, we propose an optimized cache replacement scheme based on the user request arrival pattern. The users are grouped among all possible request intervals, and the user density is calculated in each interval. The groups with highest user density are cached. Whenever a group with high user density arrives, the groups with lower density will be replaced. The simulation results show that the proposed schemes can double the hit ratio compared with the Least recently Used (LRU) scheme.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114825123","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
Device-to-Device Dynamic Clustering Algorithm in Multicast Communication 组播通信中设备间动态聚类算法
Mingjun Du, Xiaoxiang Wang, Dongyu Wang, Yulong Wang
Device-to-Device (D2D) communications make high-speed multicast services possible since the multicast receivers with poor downlink channel conditions can be retransmitted by devices nearby via D2D links. In this paper, we consider how to efficiently use D2D communications to help enhance the quality of wireless multicast services in cellular networks. To achieve this, a dynamic D2D retransmission scheme with maximized utility is proposed, which can adaptively select the retransmission algorithm according to the state of the network load. Through both analysis and simulations, we show that our algorithms achieve a significant gain in terms of utility, and reduce the burden of the base station (BS).
设备到设备(D2D)通信使高速组播服务成为可能,因为具有较差下行信道条件的组播接收器可以通过D2D链路由附近的设备重新传输。在本文中,我们考虑了如何有效地利用D2D通信来帮助提高蜂窝网络中无线多播服务的质量。为此,提出了一种具有最大效用的动态D2D重传方案,该方案可以根据网络负载的状态自适应地选择重传算法。通过分析和仿真,我们表明我们的算法在效用方面取得了显着的增益,并减轻了基站(BS)的负担。
{"title":"Device-to-Device Dynamic Clustering Algorithm in Multicast Communication","authors":"Mingjun Du, Xiaoxiang Wang, Dongyu Wang, Yulong Wang","doi":"10.1109/DASC.2013.129","DOIUrl":"https://doi.org/10.1109/DASC.2013.129","url":null,"abstract":"Device-to-Device (D2D) communications make high-speed multicast services possible since the multicast receivers with poor downlink channel conditions can be retransmitted by devices nearby via D2D links. In this paper, we consider how to efficiently use D2D communications to help enhance the quality of wireless multicast services in cellular networks. To achieve this, a dynamic D2D retransmission scheme with maximized utility is proposed, which can adaptively select the retransmission algorithm according to the state of the network load. Through both analysis and simulations, we show that our algorithms achieve a significant gain in terms of utility, and reduce the burden of the base station (BS).","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123646063","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Design and Implementation of Parallel FFT on CUDA 并行FFT在CUDA上的设计与实现
Xueqin Zhang, K. Shen, Cheng-Hai Xu, K. Wang
Fast Fourier Transform (FFT) algorithm has an important role in the image processing and scientific computing, and it's a highly parallel divide-and-conquer algorithm. In this paper, we exploited the Compute Unified Device Architecture CUDA technology and contemporary graphics processing units (GPUs) to achieve higher performance. We focused on two aspects to optimize the ordinary FFT algorithm, multi-threaded parallelism and memory hierarchy. We also proposed parallelism optimization strategies when the data volume occurs and predicted the possible situation when the amount of data increased further.it can be seen from the results that Parallel FFT algorithm is more efficient than the ordinary FFT algorithm.
快速傅里叶变换(FFT)算法是一种高度并行的分治算法,在图像处理和科学计算中有着重要的作用。在本文中,我们利用计算统一设备架构CUDA技术和现代图形处理单元(gpu)来实现更高的性能。我们主要从多线程并行性和内存层次两个方面对普通FFT算法进行优化。提出了数据量大时的并行优化策略,并预测了数据量进一步增加时可能出现的情况。从结果可以看出,并行FFT算法比普通FFT算法效率更高。
{"title":"Design and Implementation of Parallel FFT on CUDA","authors":"Xueqin Zhang, K. Shen, Cheng-Hai Xu, K. Wang","doi":"10.1109/DASC.2013.130","DOIUrl":"https://doi.org/10.1109/DASC.2013.130","url":null,"abstract":"Fast Fourier Transform (FFT) algorithm has an important role in the image processing and scientific computing, and it's a highly parallel divide-and-conquer algorithm. In this paper, we exploited the Compute Unified Device Architecture CUDA technology and contemporary graphics processing units (GPUs) to achieve higher performance. We focused on two aspects to optimize the ordinary FFT algorithm, multi-threaded parallelism and memory hierarchy. We also proposed parallelism optimization strategies when the data volume occurs and predicted the possible situation when the amount of data increased further.it can be seen from the results that Parallel FFT algorithm is more efficient than the ordinary FFT algorithm.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"126 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131911614","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
A Method of Parameters Estimation of SCCC Turbo Code 一种SCCC Turbo码参数估计方法
Dan Li, L. Gan
The serial concatenated convolutional code (SCCC) structure of Turbo code shows excellent decoding performance in the region of moderate-to-high signal-noise-ratio (SNR), which has been widely applied to many fields, such as deep space communication and so on. So, the recognition of SCCC turbo code is very important in the cognitive radio and information interception. We firstly estimated the parameters of outer encoder by Gaussian elimination and Euclidean algorithm. Then, the proposed method exploits the invariance property between the original data and interleaved data. Parameters of interleaver can be estimated easily by calculating the correlation between the check bits and the data. The computer simulations show that the proposed method has good performance when errors exist in the interception data.
Turbo码的串行级联卷积码(SCCC)结构在中高信噪比(SNR)区域表现出优异的译码性能,被广泛应用于深空通信等多个领域。因此,SCCC turbo码的识别在认知无线电和信息截获中具有十分重要的意义。首先利用高斯消去法和欧几里得算法估计外编码器的参数。然后,利用原始数据与交错数据之间的不变性。通过计算校验位与数据的相关性,可以很容易地估计出交织器的参数。计算机仿真结果表明,在截获数据存在误差的情况下,该方法具有良好的性能。
{"title":"A Method of Parameters Estimation of SCCC Turbo Code","authors":"Dan Li, L. Gan","doi":"10.1109/DASC.2013.29","DOIUrl":"https://doi.org/10.1109/DASC.2013.29","url":null,"abstract":"The serial concatenated convolutional code (SCCC) structure of Turbo code shows excellent decoding performance in the region of moderate-to-high signal-noise-ratio (SNR), which has been widely applied to many fields, such as deep space communication and so on. So, the recognition of SCCC turbo code is very important in the cognitive radio and information interception. We firstly estimated the parameters of outer encoder by Gaussian elimination and Euclidean algorithm. Then, the proposed method exploits the invariance property between the original data and interleaved data. Parameters of interleaver can be estimated easily by calculating the correlation between the check bits and the data. The computer simulations show that the proposed method has good performance when errors exist in the interception data.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133409713","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
Twice-Pruning Aided WASD Neuronet of Bernoulli-Polynomial Type with Extension to Robust Classification 二次剪枝辅助贝努利多项式型WASD神经网络及其鲁棒分类扩展
Yunong Zhang, Dechao Chen, Long Jin, Y. Wang, Feiheng Luo
This paper proposes a novel multi-input Bernoulli-polynomial neuronet (MIBPN) on the basis of function approximation theory. The MIBPN is trained by a weights-and-structure-determination (WASD) algorithm with twice pruning (TP). The WASD algorithm can obtain the optimal weights and structure for the MIBPN, and overcome the weaknesses of conventional BP (back-propagation) neuronets such as slow training speed and local minima. With the TP technique, the neurons of less importance in the MIBPN are pruned for less computational complexity. Furthermore, this MIBPN can be extended to a multiple input multiple output Bernoulli-polynomial neuronet (MIMOBPN), which can be applied as an important tool for classification. Numerical experiment results show that the MIBPN has outstanding performance in data approximation and generalization. Besides, experiment results based on the real-world classification data-sets substantiate the high accuracy and strong robustness of the MIMOBPN equipped with the proposed WASD algorithm for classification. Finally, the twice-pruning aided WASD neuronet of Bernoulli-polynomial type in the forms of MIBPN and MIMOBPN is established, together with the effective extension to robust classification.
基于函数逼近理论,提出了一种新的多输入伯努利多项式神经网络(MIBPN)。MIBPN采用二次剪枝(TP)加权和结构确定(WASD)算法进行训练。WASD算法可以获得MIBPN的最优权值和结构,克服了传统BP(反向传播)神经网络训练速度慢和局部极小的缺点。使用TP技术,在MIBPN中不太重要的神经元被修剪以降低计算复杂度。此外,该MIMOBPN可以扩展为多输入多输出的伯努利多项式神经网络(MIMOBPN),可以作为分类的重要工具。数值实验结果表明,该算法在数据逼近和泛化方面具有优异的性能。此外,基于现实世界分类数据集的实验结果证实了采用本文提出的WASD算法进行分类的MIMOBPN具有较高的准确率和较强的鲁棒性。最后,建立了MIBPN和MIMOBPN两种形式的伯努利多项式型二次剪枝辅助WASD神经元,并对其进行了鲁棒分类的有效扩展。
{"title":"Twice-Pruning Aided WASD Neuronet of Bernoulli-Polynomial Type with Extension to Robust Classification","authors":"Yunong Zhang, Dechao Chen, Long Jin, Y. Wang, Feiheng Luo","doi":"10.1109/DASC.2013.85","DOIUrl":"https://doi.org/10.1109/DASC.2013.85","url":null,"abstract":"This paper proposes a novel multi-input Bernoulli-polynomial neuronet (MIBPN) on the basis of function approximation theory. The MIBPN is trained by a weights-and-structure-determination (WASD) algorithm with twice pruning (TP). The WASD algorithm can obtain the optimal weights and structure for the MIBPN, and overcome the weaknesses of conventional BP (back-propagation) neuronets such as slow training speed and local minima. With the TP technique, the neurons of less importance in the MIBPN are pruned for less computational complexity. Furthermore, this MIBPN can be extended to a multiple input multiple output Bernoulli-polynomial neuronet (MIMOBPN), which can be applied as an important tool for classification. Numerical experiment results show that the MIBPN has outstanding performance in data approximation and generalization. Besides, experiment results based on the real-world classification data-sets substantiate the high accuracy and strong robustness of the MIMOBPN equipped with the proposed WASD algorithm for classification. Finally, the twice-pruning aided WASD neuronet of Bernoulli-polynomial type in the forms of MIBPN and MIMOBPN is established, together with the effective extension to robust classification.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130274143","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
A New Gaussian-Like Density Model and Its Application to Object-Tracking 一种新的类高斯密度模型及其在目标跟踪中的应用
Xifeng Li, Yongle Xie
Probability density function (PDF) plays a vital role in many applications involving stochastic process. A good approximation for real-time PDF conditioned on certain performance criterion could help to acquire unknown information about the system. With the help of this kind of information, which was not available earlier, many features of various models that describe the real system can be estimated effectively, especially for non-linear non-Gaussian stochastic system. In this paper, we elucidate some PDFs with only one parameter that have a definite physical meaning based on Tsallis entropy. The PDFs that we calculated here are all Gaussian-like, and Gaussian distribution is attained when the parameter of Tsallis entropy approaches zero. Based on these explicit form of Gaussian-like PDFs we calculated here, an extension of Gaussian particle filter (GPF) called Gaussian-like particle filter (GLPF) is proposed and the simulation results show that the GLPF is a more effective way to estimate the state of non-linear stochastic system compared with the GPF.
概率密度函数在许多涉及随机过程的应用中起着至关重要的作用。在一定的性能条件下,对实时PDF进行良好的逼近,有助于获取系统的未知信息。利用这类信息,可以有效地估计描述真实系统的各种模型的许多特征,特别是对于非线性非高斯随机系统。本文基于Tsallis熵,给出了一些具有明确物理意义的单参数pdf。我们在这里计算的pdf都是类高斯分布,当Tsallis熵的参数趋近于零时达到高斯分布。在此基础上,提出了高斯粒子滤波(GPF)的一种扩展,即类高斯粒子滤波(GLPF),仿真结果表明,与类高斯粒子滤波相比,类高斯粒子滤波是一种更有效的非线性随机系统状态估计方法。
{"title":"A New Gaussian-Like Density Model and Its Application to Object-Tracking","authors":"Xifeng Li, Yongle Xie","doi":"10.1109/DASC.2013.124","DOIUrl":"https://doi.org/10.1109/DASC.2013.124","url":null,"abstract":"Probability density function (PDF) plays a vital role in many applications involving stochastic process. A good approximation for real-time PDF conditioned on certain performance criterion could help to acquire unknown information about the system. With the help of this kind of information, which was not available earlier, many features of various models that describe the real system can be estimated effectively, especially for non-linear non-Gaussian stochastic system. In this paper, we elucidate some PDFs with only one parameter that have a definite physical meaning based on Tsallis entropy. The PDFs that we calculated here are all Gaussian-like, and Gaussian distribution is attained when the parameter of Tsallis entropy approaches zero. Based on these explicit form of Gaussian-like PDFs we calculated here, an extension of Gaussian particle filter (GPF) called Gaussian-like particle filter (GLPF) is proposed and the simulation results show that the GLPF is a more effective way to estimate the state of non-linear stochastic system compared with the GPF.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128236454","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 Parity-Based Opportunistic Multicast Scheduling Scheme over Cellular Networks 蜂窝网络上基于奇偶校验的机会组播调度方案
Yulong Wang, Xiaoxiang Wang, Mingming Li, Jing Qu
In this paper, the fairness problem of opportunistic multicast scheduling (OMS) is investigated and a parity-based OMS is proposed. In conventional multicast system, the system throughput is limited by the users with poor channel state information (CSI). In the proposed OMS, to improve the system throughput performance, the data reception of each user is taken into consideration by the base station (BS). Each user is assigned two aspects of priority, one of them is based on the system throughput, and the other is based on the data reception of users. For the users with poor channel condition, fewer packets would be received than the users with fine channel conditions. Thus, by raising the priority level of the user with worse channel condition, the performance of fairness among users can be improvement. Simulation results show that the proposed OMS can improve the system throughput performance while ensuring the fairness performance among users.
研究了机会组播调度的公平性问题,提出了一种基于奇偶校验的机会组播调度方法。在传统的组播系统中,信道状态信息差的用户限制了系统的吞吐量。为了提高系统的吞吐性能,基站(BS)考虑了每个用户的数据接收情况。为每个用户分配两个方面的优先级,一个是基于系统吞吐量,另一个是基于用户的数据接收。对于信道条件较差的用户,接收到的数据包比信道条件较好的用户少。因此,通过提高信道条件较差的用户的优先级,可以提高用户间公平性的性能。仿真结果表明,该方法在保证用户间公平性的同时,提高了系统的吞吐量性能。
{"title":"A Parity-Based Opportunistic Multicast Scheduling Scheme over Cellular Networks","authors":"Yulong Wang, Xiaoxiang Wang, Mingming Li, Jing Qu","doi":"10.1109/DASC.2013.126","DOIUrl":"https://doi.org/10.1109/DASC.2013.126","url":null,"abstract":"In this paper, the fairness problem of opportunistic multicast scheduling (OMS) is investigated and a parity-based OMS is proposed. In conventional multicast system, the system throughput is limited by the users with poor channel state information (CSI). In the proposed OMS, to improve the system throughput performance, the data reception of each user is taken into consideration by the base station (BS). Each user is assigned two aspects of priority, one of them is based on the system throughput, and the other is based on the data reception of users. For the users with poor channel condition, fewer packets would be received than the users with fine channel conditions. Thus, by raising the priority level of the user with worse channel condition, the performance of fairness among users can be improvement. Simulation results show that the proposed OMS can improve the system throughput performance while ensuring the fairness performance among users.","PeriodicalId":179557,"journal":{"name":"2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133960762","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
期刊
2013 IEEE 11th International Conference on Dependable, Autonomic and Secure Computing
全部 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