首页 > 最新文献

2017 International Conference on Computing Intelligence and Information System (CIIS)最新文献

英文 中文
Robust Design of Digital Dynamic Systems by the Bayesian Point Estimation Method 基于贝叶斯点估计的数字动态系统鲁棒设计
Fulchiang Wu
Problems where the output varies depending on the input (signal factor levels) are classified as dynamic systems in the Taguchi method. In dynamic systems, if both input and output have only two digital values (0 and 1) with the possibility of committing two types of errors (judging 0 as 1 and 1 as 0), such a problem is called digital system or digital-digital dynamic system. In the digital system, whenever an input signal is 0 or 1, the output is affected by control factors and noise factors, the criterion for judging the output is the threshold value R. If output is smaller than threshold R, output is set as 0 when input signal is 0. Similarly, if output is larger than threshold R, the output is set as 1 when input signal is 1. Hence, two types of error rate are occurred. The purpose of this paper is to apply the Bayesian point estimation method to view the error rates as random variables and optimize the digital system and find the setting value of threshold R for the cases of loss coefficients are unequal. The implementation and the effectiveness of the proposed approach is illustrated through a case study.
在田口方法中,输出随输入(信号因子电平)而变化的问题被归类为动态系统。在动态系统中,如果输入和输出都只有两个数字值(0和1),并且可能出现两种类型的错误(将0判断为1,将1判断为0),这种问题称为数字系统或数字-数字动态系统。在数字系统中,当输入信号为0或1时,输出受到控制因素和噪声因素的影响,判断输出的标准是阈值R。如果输出小于阈值R,则当输入信号为0时,输出设为0。同理,如果输出大于阈值R,则当输入信号为1时,输出设为1。因此,出现了两种类型的错误率。本文的目的是应用贝叶斯点估计方法将错误率视为随机变量,对数字系统进行优化,并在损失系数不等的情况下找到阈值R的设定值。通过一个案例研究说明了该方法的实施和有效性。
{"title":"Robust Design of Digital Dynamic Systems by the Bayesian Point Estimation Method","authors":"Fulchiang Wu","doi":"10.1109/CIIS.2017.33","DOIUrl":"https://doi.org/10.1109/CIIS.2017.33","url":null,"abstract":"Problems where the output varies depending on the input (signal factor levels) are classified as dynamic systems in the Taguchi method. In dynamic systems, if both input and output have only two digital values (0 and 1) with the possibility of committing two types of errors (judging 0 as 1 and 1 as 0), such a problem is called digital system or digital-digital dynamic system. In the digital system, whenever an input signal is 0 or 1, the output is affected by control factors and noise factors, the criterion for judging the output is the threshold value R. If output is smaller than threshold R, output is set as 0 when input signal is 0. Similarly, if output is larger than threshold R, the output is set as 1 when input signal is 1. Hence, two types of error rate are occurred. The purpose of this paper is to apply the Bayesian point estimation method to view the error rates as random variables and optimize the digital system and find the setting value of threshold R for the cases of loss coefficients are unequal. The implementation and the effectiveness of the proposed approach is illustrated through a case study.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"62 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124894047","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 Hybrid ACOR Algorithm for Pattern Classification Neural Network Training 模式分类神经网络训练的混合ACOR算法
Zhangming Zhao, Jing Feng, Kunpeng Jing, En Shi
The ACOR algorithm is an Ant Colony Optimization (ACO) extended to continuous domains, and has been used for training neural network. However, when training neural networks, ACOR does not allow for heuristic information like most conventional ACO algorithms do. So in this work we propose a hybrid ACOR algorithm, named h-ACOR, which incorporates the heuristic information into the framework of ACOR for neural network training. The heuristic information in h-ACOR is a gradient vector obtained by computing the partial derivative of error term of the neural network with respect to weight vector. The h-ACOR is tested on training neural networks for pattern classification problems with UCI datasets: zoo, iris and tic-tac-toe. The experiments were carried out using 10-fold cross-validation method, and the results show that: h-ACOR has better performance than ACOR with almost half of convergence generations; and after completely training by h-ACOR, the average classification accuracy of datasets zoo, iris and tic-tac-toe is 92.6% while that of ACOR is 86.6%.
ACOR算法是一种扩展到连续域的蚁群算法,已被用于神经网络的训练。然而,在训练神经网络时,ACOR不像大多数传统的蚁群算法那样允许启发式信息。因此,本文提出了一种混合ACOR算法h-ACOR,该算法将启发式信息整合到ACOR框架中,用于神经网络的训练。h-ACOR中的启发式信息是通过计算神经网络误差项对权重向量的偏导数得到的梯度向量。h-ACOR在训练神经网络上测试了UCI数据集的模式分类问题:动物园、虹膜和井字棋。采用10倍交叉验证方法进行实验,结果表明:h-ACOR算法的收敛次数几乎减少了一半,性能优于ACOR算法;经过h-ACOR完全训练后,zoo、iris和tic-tac-toe数据集的平均分类准确率为92.6%,而ACOR的平均分类准确率为86.6%。
{"title":"A Hybrid ACOR Algorithm for Pattern Classification Neural Network Training","authors":"Zhangming Zhao, Jing Feng, Kunpeng Jing, En Shi","doi":"10.1109/CIIS.2017.35","DOIUrl":"https://doi.org/10.1109/CIIS.2017.35","url":null,"abstract":"The ACOR algorithm is an Ant Colony Optimization (ACO) extended to continuous domains, and has been used for training neural network. However, when training neural networks, ACOR does not allow for heuristic information like most conventional ACO algorithms do. So in this work we propose a hybrid ACOR algorithm, named h-ACOR, which incorporates the heuristic information into the framework of ACOR for neural network training. The heuristic information in h-ACOR is a gradient vector obtained by computing the partial derivative of error term of the neural network with respect to weight vector. The h-ACOR is tested on training neural networks for pattern classification problems with UCI datasets: zoo, iris and tic-tac-toe. The experiments were carried out using 10-fold cross-validation method, and the results show that: h-ACOR has better performance than ACOR with almost half of convergence generations; and after completely training by h-ACOR, the average classification accuracy of datasets zoo, iris and tic-tac-toe is 92.6% while that of ACOR is 86.6%.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129475463","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
The Thermo Stability of Lipase: Salt Bridge and Salt Bridge Network Perspective Based on Long Time Molecular Dynamics Simulation 脂肪酶的热稳定性:基于长时间分子动力学模拟的盐桥和盐桥网络视角
Leiyu Zhang, Yanrui Ding
Salt bridges (Sbs) play an important role in stabilizing protein. Long time molecular dynamics simulation was performed at different temperatures to study salt bridges dynamics and salt bridges networks of Wild Type Lipase (WTL) (Tm=56 °C)and mutant 6B(Tm=78.2 °C). The higher salt bridge persistence value generally means that the Sb is more stable. The persistence values of Lys35-Asp34, Glu171-Arg147 and Asn181-Lys122 in 6B are different from those of WTL with temperature increasing. The improvement on the stability of these Sbs show that they stabilize the protein secondary structure and then strengthen the ability of protein to withstand high temperature. In addition, the mutations A20E and G111D form new Sbs which affect the Sbs networks dynamics of 6B. Due to the mutations, it forms new small Sbs network and enhances the stability of two salt bridge networks. The first Sbs network makes αB, loop and 310-helix closely connect with each other at mutant. The second Sbs network improves the internal interaction of the αB. The third Sbs network enhances the interaction between loops, αD and αE. It is thus clear that the mutations change the stability of Sbs and the Sbs networks which is responsible for increasing thermostability of 6B.
盐桥在蛋白质稳定中起着重要作用。对野生型脂肪酶(WTL) (Tm=56°C)和突变体6B(Tm=78.2°C)在不同温度下的盐桥动力学和盐桥网络进行了长时间分子动力学模拟。盐桥持续值越高,一般意味着Sb越稳定。随着温度的升高,6B中Lys35-Asp34、Glu171-Arg147和Asn181-Lys122的持续值与WTL不同。这些Sbs稳定性的提高表明,它们稳定了蛋白质的二级结构,从而增强了蛋白质的耐高温能力。此外,突变A20E和G111D形成新的Sbs,影响6B的Sbs网络动态。由于突变,它形成了新的小Sbs网络,增强了两个盐桥网络的稳定性。第一个Sbs网络使αB、loop和310-helix在突变体上紧密相连。第二种Sbs网络改善了αB的内部相互作用。第三个Sbs网络增强了环、αD和αE之间的相互作用。因此,突变改变了Sbs和Sbs网络的稳定性,这是增加6B热稳定性的原因。
{"title":"The Thermo Stability of Lipase: Salt Bridge and Salt Bridge Network Perspective Based on Long Time Molecular Dynamics Simulation","authors":"Leiyu Zhang, Yanrui Ding","doi":"10.1109/CIIS.2017.34","DOIUrl":"https://doi.org/10.1109/CIIS.2017.34","url":null,"abstract":"Salt bridges (Sbs) play an important role in stabilizing protein. Long time molecular dynamics simulation was performed at different temperatures to study salt bridges dynamics and salt bridges networks of Wild Type Lipase (WTL) (Tm=56 °C)and mutant 6B(Tm=78.2 °C). The higher salt bridge persistence value generally means that the Sb is more stable. The persistence values of Lys35-Asp34, Glu171-Arg147 and Asn181-Lys122 in 6B are different from those of WTL with temperature increasing. The improvement on the stability of these Sbs show that they stabilize the protein secondary structure and then strengthen the ability of protein to withstand high temperature. In addition, the mutations A20E and G111D form new Sbs which affect the Sbs networks dynamics of 6B. Due to the mutations, it forms new small Sbs network and enhances the stability of two salt bridge networks. The first Sbs network makes αB, loop and 310-helix closely connect with each other at mutant. The second Sbs network improves the internal interaction of the αB. The third Sbs network enhances the interaction between loops, αD and αE. It is thus clear that the mutations change the stability of Sbs and the Sbs networks which is responsible for increasing thermostability of 6B.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"163 5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127523262","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
Alarm Targets Selection Algorithm Based on Dynamic AHP Method 基于动态AHP法的报警目标选择算法
X. Chen, Zhiting Lin
The existing accident alarm systems are based on fixed networks and their structure cannot be changed. They cannot prevent secondary accidents timely or get the help from adjacent drivers or pedestrians. A dynamic alarm system, named Traffic Emergency Detection and Alarm System, is proposed in this paper. The system not only collects the accident information, but also automatically forms a dynamic network, sends out alarm messages to adjacent drivers or pedestrians, and combines different resources or objects to provide an efficient medical aid. In addition, an alarm targets selection algorithm is proposed, which is based on a dynamic Analytic Hierarchy Process (AHP) method. Two cases are analyzed in detail, which cover the normal and special circumstances. They illustrate that the dynamic AHP method can successfully adapt to selecting alarm targets in different scenarios.
现有的事故报警系统是基于固定网络的,其结构无法改变。他们不能及时防止二次事故,也不能得到附近司机或行人的帮助。本文提出了一种动态报警系统——交通突发事件检测报警系统。该系统不仅能收集事故信息,还能自动形成动态网络,向附近的驾驶员或行人发出报警信息,并结合不同的资源或对象,提供高效的医疗救助。此外,提出了一种基于动态层次分析法(AHP)的报警目标选择算法。具体分析了两种情况,包括正常情况和特殊情况。结果表明,动态层次分析法能够很好地适应不同场景下报警目标的选择。
{"title":"Alarm Targets Selection Algorithm Based on Dynamic AHP Method","authors":"X. Chen, Zhiting Lin","doi":"10.1109/CIIS.2017.62","DOIUrl":"https://doi.org/10.1109/CIIS.2017.62","url":null,"abstract":"The existing accident alarm systems are based on fixed networks and their structure cannot be changed. They cannot prevent secondary accidents timely or get the help from adjacent drivers or pedestrians. A dynamic alarm system, named Traffic Emergency Detection and Alarm System, is proposed in this paper. The system not only collects the accident information, but also automatically forms a dynamic network, sends out alarm messages to adjacent drivers or pedestrians, and combines different resources or objects to provide an efficient medical aid. In addition, an alarm targets selection algorithm is proposed, which is based on a dynamic Analytic Hierarchy Process (AHP) method. Two cases are analyzed in detail, which cover the normal and special circumstances. They illustrate that the dynamic AHP method can successfully adapt to selecting alarm targets in different scenarios.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128929139","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
Customizable Modeling Method of Workflow Engine Used in Information System 信息系统中工作流引擎的可定制建模方法
Qing Yu, Xi-Wu Gu
An information system as the application background, based on the idea of PVM virtual machine, a supporting multilingual customizable model of workflow system is proposed. The key point is the analysis of a kind of language describing the flow processes and its resolution process. Such integration can be customized workflow engine and flexible information system modeling languages can be used to make the implementation process of clarity. The difficulty of the development and maintenance for information system is effectively reduced, with the scalability and flexibility enhanced.
以信息系统为应用背景,基于PVM虚拟机的思想,提出了一个支持多语言定制的工作流系统模型。重点是分析了一种描述流过程的语言及其解析过程。这样的集成可以定制工作流引擎和灵活的信息系统建模语言,使实现过程更加清晰。有效降低了信息系统的开发和维护难度,增强了系统的可扩展性和灵活性。
{"title":"Customizable Modeling Method of Workflow Engine Used in Information System","authors":"Qing Yu, Xi-Wu Gu","doi":"10.1109/CIIS.2017.43","DOIUrl":"https://doi.org/10.1109/CIIS.2017.43","url":null,"abstract":"An information system as the application background, based on the idea of PVM virtual machine, a supporting multilingual customizable model of workflow system is proposed. The key point is the analysis of a kind of language describing the flow processes and its resolution process. Such integration can be customized workflow engine and flexible information system modeling languages can be used to make the implementation process of clarity. The difficulty of the development and maintenance for information system is effectively reduced, with the scalability and flexibility enhanced.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130760952","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
Fine-Grained Product Feature Extraction in Chinese Reviews 中文评论中的细粒度产品特征提取
Hanqian Wu, Tao Liu, Jue Xie
Fine-grained product feature extraction is the most important task in opinion mining. To realize the fine-grained product feature extraction in Chinese reviews, three main tasks have been solved in this paper. Firstly, we propose a dependency parsing based method to directly extract the explicit feature-opinion pairs. Then, by analyzing the characteristics of two synonyms features and the relations with opinion words, we calculate the similarities to cluster features. Finally, we propose a novel implicit feature extraction method by combining review context information and two kind opinions to extract implicit features. Experiments show that the dependency parsing based method can get high precision, by considering verbs as product feature can improve the recall obviously. Besides, several proven pruning strategies can improve the accuracy. The comparison demonstrates that our implicit feature extraction method outperforms existing method, and feature clustering before implicit feature mining can get better results.
细粒度产品特征提取是意见挖掘中最重要的任务。为了实现中文评论中的细粒度产品特征提取,本文主要解决了三个问题。首先,我们提出了一种基于依赖关系分析的方法来直接提取显式特征-意见对。然后,通过分析两个同义词特征的特征及其与意见词的关系,计算其与聚类特征的相似度。最后,我们提出了一种新的隐式特征提取方法,该方法将评论上下文信息和两种观点相结合来提取隐式特征。实验表明,基于依存关系分析的方法可以获得较高的检索精度,将动词作为产品特征可以明显提高召回率。此外,几种经过验证的修剪策略可以提高准确性。对比表明,隐式特征提取方法优于现有方法,隐式特征挖掘前的特征聚类可以获得更好的结果。
{"title":"Fine-Grained Product Feature Extraction in Chinese Reviews","authors":"Hanqian Wu, Tao Liu, Jue Xie","doi":"10.1109/CIIS.2017.53","DOIUrl":"https://doi.org/10.1109/CIIS.2017.53","url":null,"abstract":"Fine-grained product feature extraction is the most important task in opinion mining. To realize the fine-grained product feature extraction in Chinese reviews, three main tasks have been solved in this paper. Firstly, we propose a dependency parsing based method to directly extract the explicit feature-opinion pairs. Then, by analyzing the characteristics of two synonyms features and the relations with opinion words, we calculate the similarities to cluster features. Finally, we propose a novel implicit feature extraction method by combining review context information and two kind opinions to extract implicit features. Experiments show that the dependency parsing based method can get high precision, by considering verbs as product feature can improve the recall obviously. Besides, several proven pruning strategies can improve the accuracy. The comparison demonstrates that our implicit feature extraction method outperforms existing method, and feature clustering before implicit feature mining can get better results.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132027972","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
Evaluation Method of the Damage Effect Produced by Naval Gun Armor-Piercing Blast Shell to Vessel Cabin 舰炮穿甲弹对舰舱毁伤效果的评价方法
Dongyan Sun
Based on the analysis of the typical cabin structure, the dismantling of the target unit and the division of the damage level, the damage assessment criteria, the index system and the quantitative calculation model of the naval vessel bomb were established. And provide the basis for the evaluation of the combat effectiveness of the surface warships, so as to optimize the combat command and decision-making and rational use of shooting methods to provide support.
通过对典型舱室结构的分析、目标单元的拆除和损伤等级的划分,建立了舰船炸弹的损伤评估标准、指标体系和定量计算模型。并为水面舰艇的作战效能评估提供依据,从而为优化作战指挥决策和合理使用射击方法提供支持。
{"title":"Evaluation Method of the Damage Effect Produced by Naval Gun Armor-Piercing Blast Shell to Vessel Cabin","authors":"Dongyan Sun","doi":"10.1109/ciis.2017.29","DOIUrl":"https://doi.org/10.1109/ciis.2017.29","url":null,"abstract":"Based on the analysis of the typical cabin structure, the dismantling of the target unit and the division of the damage level, the damage assessment criteria, the index system and the quantitative calculation model of the naval vessel bomb were established. And provide the basis for the evaluation of the combat effectiveness of the surface warships, so as to optimize the combat command and decision-making and rational use of shooting methods to provide support.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127937424","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
Distributed Parellel MOEA/D on Spark 基于Spark的分布式并行MOEA/D
W. Ying, Shiyun Chen, Bingshen Wu, Yuehong Xie, Yu Wu
The multi-objective evolutionary algorithm based on decomposition (MOEA/D) has shown remarkable performance for multi-objective optimization problems (MOPs). However, MOEA/D still consumes long time to solve MOPs with computationally intensive objective functions. This paper proposes two distributed parallel MOEA/Ds based on the popular distributed framework, Spark, to further reduce the running time of the sequential MOEA/D for MOPs. The first entirely evolved MOEA/D evolves an entire population, while the second partially evolved MOEA/D based on Spark evolves a partial subpopulation equal in size to a partition in each transformation-action process. Experimental results on DTLZ benchmark MOPs with three objectives indicate that both distributed MOEA/Ds on Spark obtains better speedup than the distributed MOEA/Ds on MapReduce and achieve the quality of solutions similar to the sequential MOEA/D.
基于分解的多目标进化算法(MOEA/D)在多目标优化问题(MOPs)中表现出了显著的性能。然而,MOEA/D在求解具有计算密集型目标函数的MOPs时仍然需要耗费较长的时间。本文提出了两种基于流行的分布式框架Spark的分布式并行MOEA/D,以进一步减少mop的顺序MOEA/D的运行时间。第一个完全进化的MOEA/D进化出了一个完整的种群,而第二个基于Spark的部分进化的MOEA/D则在每个转换操作过程中进化出一个与分区大小相等的部分子种群。在三目标DTLZ基准MOPs上的实验结果表明,Spark上的分布式MOEA/D都比MapReduce上的分布式MOEA/D获得了更好的加速,并且获得了与顺序MOEA/D相似的解决方案质量。
{"title":"Distributed Parellel MOEA/D on Spark","authors":"W. Ying, Shiyun Chen, Bingshen Wu, Yuehong Xie, Yu Wu","doi":"10.1109/CIIS.2017.12","DOIUrl":"https://doi.org/10.1109/CIIS.2017.12","url":null,"abstract":"The multi-objective evolutionary algorithm based on decomposition (MOEA/D) has shown remarkable performance for multi-objective optimization problems (MOPs). However, MOEA/D still consumes long time to solve MOPs with computationally intensive objective functions. This paper proposes two distributed parallel MOEA/Ds based on the popular distributed framework, Spark, to further reduce the running time of the sequential MOEA/D for MOPs. The first entirely evolved MOEA/D evolves an entire population, while the second partially evolved MOEA/D based on Spark evolves a partial subpopulation equal in size to a partition in each transformation-action process. Experimental results on DTLZ benchmark MOPs with three objectives indicate that both distributed MOEA/Ds on Spark obtains better speedup than the distributed MOEA/Ds on MapReduce and achieve the quality of solutions similar to the sequential MOEA/D.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"131 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125492004","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 Plane Extraction Method Based on the Randomized Hough Transform 一种基于随机霍夫变换的平面提取方法
Xiaoqing Wang, Chenjing Ding, Yongping Wang, Xingqun Zhao
Point clouds which generated from spinning multi-laser sensors are sparse and with uneven density. When dealing with such point clouds, the traditional plane extraction algorithm encounters contradicting issues: speed and accuracy. This paper presents a plane extraction method based on the Randomized Hough Transform. A spherical accumulator model is used to decrease computational costs and a point selection method is presented to resolve the difficulty caused by uneven density. In addition, a standard deviation threshold of the inner points is set to exclude the wrong detections. The algorithm has a good application for plane extraction in 3D sparse point cloud. Experiments shown that using our method we were able to detect plane with a better accuracy than traditional methods.
多激光传感器自旋产生的点云稀疏且密度不均匀。在处理这类点云时,传统的平面提取算法遇到了速度和精度的矛盾问题。提出了一种基于随机霍夫变换的平面提取方法。采用球形蓄能器模型来降低计算成本,并提出了一种点选择方法来解决密度不均匀带来的困难。此外,还设置了内部点的标准偏差阈值,以排除错误的检测。该算法在三维稀疏点云的平面提取中有很好的应用。实验结果表明,与传统方法相比,该方法具有更好的平面检测精度。
{"title":"A Plane Extraction Method Based on the Randomized Hough Transform","authors":"Xiaoqing Wang, Chenjing Ding, Yongping Wang, Xingqun Zhao","doi":"10.1109/CIIS.2017.32","DOIUrl":"https://doi.org/10.1109/CIIS.2017.32","url":null,"abstract":"Point clouds which generated from spinning multi-laser sensors are sparse and with uneven density. When dealing with such point clouds, the traditional plane extraction algorithm encounters contradicting issues: speed and accuracy. This paper presents a plane extraction method based on the Randomized Hough Transform. A spherical accumulator model is used to decrease computational costs and a point selection method is presented to resolve the difficulty caused by uneven density. In addition, a standard deviation threshold of the inner points is set to exclude the wrong detections. The algorithm has a good application for plane extraction in 3D sparse point cloud. Experiments shown that using our method we were able to detect plane with a better accuracy than traditional methods.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122662461","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
An Auditory-Based Monaural Feature for Noisy and Reverberant Speech Enhancement 基于听觉的噪声和混响语音增强单声特征
Yi-jiao Jiang, Runsheng Liu, Ya Bai
The deep neural networks (DNN) based speech enhancements is a hot topic in machine learning and speech enhancement application. Even with deep neural network, it is still hard to improve the speech quality on noisy and reverberant conditions. For machine learning based system, auditory feature extraction becomes the key point in speech enhancement and recognition. In this paper, we proposed a speech enhancement framework based on an auditory-based monaural feature, which model the function of human hearing auditory system. The auditory based feature is extracted from the data passing the gammatone filter banks, which has more detail on low frequency than normal filters. Systemic tests show the better performance of the proposed auditory based monaural feature than the mel-frequency cepstral coefficients (MFCC) in noise and reverberant environment.
基于深度神经网络(DNN)的语音增强是机器学习和语音增强应用中的一个热点。即使使用深度神经网络,在噪声和混响条件下仍然难以提高语音质量。对于基于机器学习的系统,听觉特征提取成为语音增强和识别的关键。本文提出了一种基于听觉的单声特征的语音增强框架,该框架模拟了人类听觉系统的功能。基于听觉的特征是从通过伽马酮滤波器组的数据中提取出来的,它比普通滤波器在低频上有更多的细节。系统测试表明,在噪声和混响环境下,基于听觉的单声特征比基于梅尔频倒谱系数(MFCC)的单声特征表现更好。
{"title":"An Auditory-Based Monaural Feature for Noisy and Reverberant Speech Enhancement","authors":"Yi-jiao Jiang, Runsheng Liu, Ya Bai","doi":"10.1109/CIIS.2017.23","DOIUrl":"https://doi.org/10.1109/CIIS.2017.23","url":null,"abstract":"The deep neural networks (DNN) based speech enhancements is a hot topic in machine learning and speech enhancement application. Even with deep neural network, it is still hard to improve the speech quality on noisy and reverberant conditions. For machine learning based system, auditory feature extraction becomes the key point in speech enhancement and recognition. In this paper, we proposed a speech enhancement framework based on an auditory-based monaural feature, which model the function of human hearing auditory system. The auditory based feature is extracted from the data passing the gammatone filter banks, which has more detail on low frequency than normal filters. Systemic tests show the better performance of the proposed auditory based monaural feature than the mel-frequency cepstral coefficients (MFCC) in noise and reverberant environment.","PeriodicalId":254342,"journal":{"name":"2017 International Conference on Computing Intelligence and Information System (CIIS)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123112751","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
期刊
2017 International Conference on Computing Intelligence and Information System (CIIS)
全部 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