首页 > 最新文献

IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics最新文献

英文 中文
Multi-objective four-dimensional vehicle motion planning in large dynamic environments. 大动态环境下多目标四维车辆运动规划。
Pub Date : 2011-06-01 Epub Date: 2010-09-16 DOI: 10.1109/TSMCB.2010.2061225
Paul P-Y Wu, Duncan Campbell, Torsten Merz

This paper presents Multi-Step A∗ (MSA∗), a search algorithm based on A∗ for multi-objective 4-D vehicle motion planning (three spatial and one time dimensions). The research is principally motivated by the need for offline and online motion planning for autonomous unmanned aerial vehicles (UAVs). For UAVs operating in large dynamic uncertain 4-D environments, the motion plan consists of a sequence of connected linear tracks (or trajectory segments). The track angle and velocity are important parameters that are often restricted by assumptions and a grid geometry in conventional motion planners. Many existing planners also fail to incorporate multiple decision criteria and constraints such as wind, fuel, dynamic obstacles, and the rules of the air. It is shown that MSA∗ finds a cost optimal solution using variable length, angle, and velocity trajectory segments. These segments are approximated with a grid-based cell sequence that provides an inherent tolerance to uncertainty. The computational efficiency is achieved by using variable successor operators to create a multiresolution memory-efficient lattice sampling structure. The simulation studies on the UAV flight planning problem show that MSA∗ meets the time constraints of online replanning and finds paths of equivalent cost but in a quarter of the time (on average) of a vector neighborhood-based A∗.

本文提出了一种基于A *的多目标四维车辆运动规划搜索算法(Multi-Step A∗,MSA∗)。这项研究的主要动机是对自主无人机(uav)的离线和在线运动规划的需求。对于在大动态不确定四维环境中工作的无人机,其运动计划由一系列相互连接的线性轨迹(或轨迹段)组成。在传统的运动规划中,轨迹角和速度是重要的参数,但往往受到假设和网格几何的限制。许多现有的规划者也未能纳入多种决策标准和约束,如风、燃料、动态障碍和空气规则。结果表明,MSA *找到了使用可变长度、角度和速度轨迹段的成本最优解。这些片段近似于基于网格的单元序列,提供了对不确定性的固有容忍度。通过使用可变后继算子来创建多分辨率存储效率高的点阵采样结构,提高了计算效率。对无人机飞行规划问题的仿真研究表明,MSA∗满足在线重规划的时间约束,并且在基于向量邻域的a∗的四分之一(平均)时间内找到成本相等的路径。
{"title":"Multi-objective four-dimensional vehicle motion planning in large dynamic environments.","authors":"Paul P-Y Wu,&nbsp;Duncan Campbell,&nbsp;Torsten Merz","doi":"10.1109/TSMCB.2010.2061225","DOIUrl":"https://doi.org/10.1109/TSMCB.2010.2061225","url":null,"abstract":"<p><p>This paper presents Multi-Step A∗ (MSA∗), a search algorithm based on A∗ for multi-objective 4-D vehicle motion planning (three spatial and one time dimensions). The research is principally motivated by the need for offline and online motion planning for autonomous unmanned aerial vehicles (UAVs). For UAVs operating in large dynamic uncertain 4-D environments, the motion plan consists of a sequence of connected linear tracks (or trajectory segments). The track angle and velocity are important parameters that are often restricted by assumptions and a grid geometry in conventional motion planners. Many existing planners also fail to incorporate multiple decision criteria and constraints such as wind, fuel, dynamic obstacles, and the rules of the air. It is shown that MSA∗ finds a cost optimal solution using variable length, angle, and velocity trajectory segments. These segments are approximated with a grid-based cell sequence that provides an inherent tolerance to uncertainty. The computational efficiency is achieved by using variable successor operators to create a multiresolution memory-efficient lattice sampling structure. The simulation studies on the UAV flight planning problem show that MSA∗ meets the time constraints of online replanning and finds paths of equivalent cost but in a quarter of the time (on average) of a vector neighborhood-based A∗.</p>","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"621-34"},"PeriodicalIF":0.0,"publicationDate":"2011-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2010.2061225","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40077720","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}
引用次数: 85
Enhanced differential evolution with adaptive strategies for numerical optimization. 基于自适应策略的数值优化增强差分进化。
Pub Date : 2011-04-01 Epub Date: 2010-09-09 DOI: 10.1109/TSMCB.2010.2056367
Wenyin Gong, Zhihua Cai, Charles X Ling, Hui Li

Differential evolution (DE) is a simple, yet efficient, evolutionary algorithm for global numerical optimization, which has been widely used in many areas. However, the choice of the best mutation strategy is difficult for a specific problem. To alleviate this drawback and enhance the performance of DE, in this paper, we present a family of improved DE that attempts to adaptively choose a more suitable strategy for a problem at hand. In addition, in our proposed strategy adaptation mechanism (SaM), different parameter adaptation methods of DE can be used for different strategies. In order to test the efficiency of our approach, we combine our proposed SaM with JADE, which is a recently proposed DE variant, for numerical optimization. Twenty widely used scalable benchmark problems are chosen from the literature as the test suit. Experimental results verify our expectation that the SaM is able to adaptively determine a more suitable strategy for a specific problem. Compared with other state-of-the-art DE variants, our approach performs better, or at least comparably, in terms of the quality of the final solutions and the convergence rate. Finally, we validate the powerful capability of our approach by solving two real-world optimization problems.

差分进化算法是一种简单、高效的全局数值优化进化算法,在许多领域得到了广泛的应用。然而,对于特定的问题,选择最佳的突变策略是困难的。为了减轻这个缺点并提高DE的性能,在本文中,我们提出了一系列改进的DE,它们试图自适应地为手头的问题选择更合适的策略。此外,在我们提出的策略适应机制(SaM)中,DE的不同参数适应方法可以用于不同的策略。为了测试我们的方法的效率,我们将我们提出的SaM与JADE(最近提出的DE变体)结合起来进行数值优化。从文献中选择20个广泛使用的可扩展基准问题作为测试套件。实验结果验证了我们的期望,即SaM能够自适应地确定更适合特定问题的策略。与其他最先进的DE变体相比,我们的方法在最终解决方案的质量和收敛速度方面表现更好,或者至少是相对的。最后,我们通过解决两个现实世界的优化问题来验证我们的方法的强大功能。
{"title":"Enhanced differential evolution with adaptive strategies for numerical optimization.","authors":"Wenyin Gong,&nbsp;Zhihua Cai,&nbsp;Charles X Ling,&nbsp;Hui Li","doi":"10.1109/TSMCB.2010.2056367","DOIUrl":"https://doi.org/10.1109/TSMCB.2010.2056367","url":null,"abstract":"<p><p>Differential evolution (DE) is a simple, yet efficient, evolutionary algorithm for global numerical optimization, which has been widely used in many areas. However, the choice of the best mutation strategy is difficult for a specific problem. To alleviate this drawback and enhance the performance of DE, in this paper, we present a family of improved DE that attempts to adaptively choose a more suitable strategy for a problem at hand. In addition, in our proposed strategy adaptation mechanism (SaM), different parameter adaptation methods of DE can be used for different strategies. In order to test the efficiency of our approach, we combine our proposed SaM with JADE, which is a recently proposed DE variant, for numerical optimization. Twenty widely used scalable benchmark problems are chosen from the literature as the test suit. Experimental results verify our expectation that the SaM is able to adaptively determine a more suitable strategy for a specific problem. Compared with other state-of-the-art DE variants, our approach performs better, or at least comparably, in terms of the quality of the final solutions and the convergence rate. Finally, we validate the powerful capability of our approach by solving two real-world optimization problems.</p>","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"397-413"},"PeriodicalIF":0.0,"publicationDate":"2011-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2010.2056367","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40066005","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}
引用次数: 218
Robust adaptive controller design for a class of uncertain nonlinear systems using online T-S fuzzy-neural modeling approach. 一类不确定非线性系统的鲁棒自适应控制器的在线T-S模糊神经建模方法。
Pub Date : 2011-04-01 Epub Date: 2010-09-20 DOI: 10.1109/TSMCB.2010.2065801
Yi-Hsing Chien, Wei-Yen Wang, Yih-Guang Leu, Tsu-Tian Lee
This paper proposes a novel method of online modeling and control via the Takagi-Sugeno (T-S) fuzzy-neural model for a class of uncertain nonlinear systems with some kinds of outputs. Although studies about adaptive T-S fuzzy-neural controllers have been made on some nonaffine nonlinear systems, little is known about the more complicated uncertain nonlinear systems. Because the nonlinear functions of the systems are uncertain, traditional T-S fuzzy control methods can model and control them only with great difficulty, if at all. Instead of modeling these uncertain functions directly, we propose that a T-S fuzzy-neural model approximates a so-called virtual linearized system (VLS) of the system, which includes modeling errors and external disturbances. We also propose an online identification algorithm for the VLS and put significant emphasis on robust tracking controller design using an adaptive scheme for the uncertain systems. Moreover, the stability of the closed-loop systems is proven by using strictly positive real Lyapunov theory. The proposed overall scheme guarantees that the outputs of the closed-loop systems asymptotically track the desired output trajectories. To illustrate the effectiveness and applicability of the proposed method, simulation results are given in this paper.
针对一类具有多种输出的不确定非线性系统,提出了一种利用Takagi-Sugeno (T-S)模糊神经模型进行在线建模和控制的新方法。尽管对一些非仿射非线性系统的自适应T-S模糊神经控制器进行了研究,但对更复杂的不确定非线性系统的自适应T-S模糊神经控制器的研究还很少。由于系统的非线性函数具有不确定性,传统的T-S模糊控制方法很难对系统进行建模和控制。代替直接建模这些不确定函数,我们提出一个T-S模糊神经模型近似系统的所谓虚拟线性化系统(VLS),其中包括建模误差和外部干扰。我们还提出了一种VLS的在线识别算法,并重点介绍了采用不确定系统自适应方案的鲁棒跟踪控制器设计。此外,利用严格正实李雅普诺夫理论证明了闭环系统的稳定性。所提出的整体方案保证了闭环系统的输出渐近地跟踪期望的输出轨迹。为了说明该方法的有效性和适用性,文中给出了仿真结果。
{"title":"Robust adaptive controller design for a class of uncertain nonlinear systems using online T-S fuzzy-neural modeling approach.","authors":"Yi-Hsing Chien,&nbsp;Wei-Yen Wang,&nbsp;Yih-Guang Leu,&nbsp;Tsu-Tian Lee","doi":"10.1109/TSMCB.2010.2065801","DOIUrl":"https://doi.org/10.1109/TSMCB.2010.2065801","url":null,"abstract":"This paper proposes a novel method of online modeling and control via the Takagi-Sugeno (T-S) fuzzy-neural model for a class of uncertain nonlinear systems with some kinds of outputs. Although studies about adaptive T-S fuzzy-neural controllers have been made on some nonaffine nonlinear systems, little is known about the more complicated uncertain nonlinear systems. Because the nonlinear functions of the systems are uncertain, traditional T-S fuzzy control methods can model and control them only with great difficulty, if at all. Instead of modeling these uncertain functions directly, we propose that a T-S fuzzy-neural model approximates a so-called virtual linearized system (VLS) of the system, which includes modeling errors and external disturbances. We also propose an online identification algorithm for the VLS and put significant emphasis on robust tracking controller design using an adaptive scheme for the uncertain systems. Moreover, the stability of the closed-loop systems is proven by using strictly positive real Lyapunov theory. The proposed overall scheme guarantees that the outputs of the closed-loop systems asymptotically track the desired output trajectories. To illustrate the effectiveness and applicability of the proposed method, simulation results are given in this paper.","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"542-52"},"PeriodicalIF":0.0,"publicationDate":"2011-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2010.2065801","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40083998","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}
引用次数: 66
Cultural-based multiobjective particle swarm optimization. 基于文化的多目标粒子群优化。
Pub Date : 2011-04-01 Epub Date: 2010-09-09 DOI: 10.1109/TSMCB.2010.2068046
Moayed Daneshyari, Gary G Yen

Multiobjective particle swarm optimization (MOPSO) algorithms have been widely used to solve multiobjective optimization problems. Most MOPSOs use fixed momentum and acceleration for all particles throughout the evolutionary process. In this paper, we introduce a cultural framework to adapt the personalized flight parameters of the mutated particles in a MOPSO, namely momentum and personal and global accelerations, for each individual particle based upon various types of knowledge in "belief space," specifically situational, normative, and topographical knowledge. A comprehensive comparison of the proposed algorithm with chosen state-of-the-art MOPSOs on benchmark test functions shows that the movement of the individual particle using the adapted parameters assists the MOPSO to perform efficiently and effectively in exploring solutions close to the true Pareto front while exploiting a local search to attain diverse solutions.

多目标粒子群优化算法(MOPSO)被广泛用于解决多目标优化问题。大多数mopso在整个进化过程中对所有粒子使用固定的动量和加速度。在本文中,我们引入了一个文化框架来适应MOPSO中突变粒子的个性化飞行参数,即动量、个人和全球加速度,每个粒子基于“信念空间”中的各种类型的知识,特别是情境、规范和地形知识。将所提出的算法与选定的最先进的MOPSO在基准测试函数上的综合比较表明,使用自适应参数的单个粒子的运动有助于MOPSO在探索接近真实帕累托前沿的解时高效地执行,同时利用局部搜索获得多种解。
{"title":"Cultural-based multiobjective particle swarm optimization.","authors":"Moayed Daneshyari,&nbsp;Gary G Yen","doi":"10.1109/TSMCB.2010.2068046","DOIUrl":"https://doi.org/10.1109/TSMCB.2010.2068046","url":null,"abstract":"<p><p>Multiobjective particle swarm optimization (MOPSO) algorithms have been widely used to solve multiobjective optimization problems. Most MOPSOs use fixed momentum and acceleration for all particles throughout the evolutionary process. In this paper, we introduce a cultural framework to adapt the personalized flight parameters of the mutated particles in a MOPSO, namely momentum and personal and global accelerations, for each individual particle based upon various types of knowledge in \"belief space,\" specifically situational, normative, and topographical knowledge. A comprehensive comparison of the proposed algorithm with chosen state-of-the-art MOPSOs on benchmark test functions shows that the movement of the individual particle using the adapted parameters assists the MOPSO to perform efficiently and effectively in exploring solutions close to the true Pareto front while exploiting a local search to attain diverse solutions.</p>","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"553-67"},"PeriodicalIF":0.0,"publicationDate":"2011-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2010.2068046","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40066004","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}
引用次数: 98
Religious symbols in the public school classroom: a new way to tackle a knotty problem 公立学校课堂上的宗教符号:解决棘手问题的新方法
Pub Date : 2011-01-01 DOI: 10.1163/187103211X601900
C. Zoethout
The two opposite decisions in Lautsi I and II demonstrate the necessity of developing a new doctrine for the ECtHR.
劳茨一案和劳茨二案中两个相反的判决表明,有必要为欧洲人权法院发展一种新的学说。
{"title":"Religious symbols in the public school classroom: a new way to tackle a knotty problem","authors":"C. Zoethout","doi":"10.1163/187103211X601900","DOIUrl":"https://doi.org/10.1163/187103211X601900","url":null,"abstract":"The two opposite decisions in Lautsi I and II demonstrate the necessity of developing a new doctrine for the ECtHR.","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":"32 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2011-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82496393","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
Substance matters. How news content can reduce political cynicism 物质很重要。新闻内容如何减少政治犬儒主义
Pub Date : 2010-12-21 DOI: 10.1093/IJPOR/EDQ033
M. L. Adriaansen, P. Praag, C. D. Vreese
This article compares the impact of strategic and substantive news on political cynicism among younger people (18 -t o34-year-olds) as compared to non-young citizens. While studies on the unfavorable impact of strategic news have yielded mixed results, the possible favorable impact of substantive news has not been studied extensively. This article draws on a national voter-panel survey (N ¼ 703) conducted before the 2006 Dutch elections, together with content analysis of television and newspaper items during the campaign period. Contrary to what we expected, we did not find any effect of strategic news on political cynicism. Also, we did not find any effect of exposure to substantive news on political cynicism among non-young citizens. Among younger voters, however, we found a clear negative effect of substantive news on political cynicism. This suggests that young adults can experience a process of secondary socialization, in which exposure to substantive news may reverse the ‘‘spiral of cynicism.’’
本文比较了战略新闻和实质性新闻对年轻人(18 - 34岁)和非年轻人的政治愤世嫉俗的影响。虽然关于战略性新闻的不利影响的研究结果好坏参半,但实质性新闻可能产生的有利影响尚未得到广泛研究。本文借鉴了2006年荷兰大选前进行的全国选民小组调查(N¼703),以及竞选期间电视和报纸的内容分析。与我们的预期相反,我们没有发现战略新闻对政治犬儒主义有任何影响。此外,我们没有发现接触实质性新闻对非年轻公民的政治犬儒主义有任何影响。然而,在年轻选民中,我们发现实质性新闻对政治犬儒主义有明显的负面影响。这表明年轻人可以经历一个二次社会化的过程,在这个过程中,接触实质性的新闻可能会扭转“玩世不恭的螺旋”。
{"title":"Substance matters. How news content can reduce political cynicism","authors":"M. L. Adriaansen, P. Praag, C. D. Vreese","doi":"10.1093/IJPOR/EDQ033","DOIUrl":"https://doi.org/10.1093/IJPOR/EDQ033","url":null,"abstract":"This article compares the impact of strategic and substantive news on political cynicism among younger people (18 -t o34-year-olds) as compared to non-young citizens. While studies on the unfavorable impact of strategic news have yielded mixed results, the possible favorable impact of substantive news has not been studied extensively. This article draws on a national voter-panel survey (N ¼ 703) conducted before the 2006 Dutch elections, together with content analysis of television and newspaper items during the campaign period. Contrary to what we expected, we did not find any effect of strategic news on political cynicism. Also, we did not find any effect of exposure to substantive news on political cynicism among non-young citizens. Among younger voters, however, we found a clear negative effect of substantive news on political cynicism. This suggests that young adults can experience a process of secondary socialization, in which exposure to substantive news may reverse the ‘‘spiral of cynicism.’’","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":"43 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2010-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76215367","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}
引用次数: 79
m-SNE: Multiview Stochastic Neighbor Embedding m-SNE:多视图随机邻居嵌入
Pub Date : 2010-11-22 DOI: 10.1007/978-3-642-17537-4_42
Bo Xie, Yang Mu, D. Tao
{"title":"m-SNE: Multiview Stochastic Neighbor Embedding","authors":"Bo Xie, Yang Mu, D. Tao","doi":"10.1007/978-3-642-17537-4_42","DOIUrl":"https://doi.org/10.1007/978-3-642-17537-4_42","url":null,"abstract":"","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":"126 1","pages":"1088-1096"},"PeriodicalIF":0.0,"publicationDate":"2010-11-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77876669","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}
引用次数: 115
Adaptive inferential sensors based on evolving fuzzy models. 基于演化模糊模型的自适应推理传感器。
Pub Date : 2010-04-01 Epub Date: 2009-09-22 DOI: 10.1109/TSMCB.2009.2028315
Plamen Angelov, Arthur Kordon

A new technique to the design and use of inferential sensors in the process industry is proposed in this paper, which is based on the recently introduced concept of evolving fuzzy models (EFMs). They address the challenge that the modern process industry faces today, namely, to develop such adaptive and self-calibrating online inferential sensors that reduce the maintenance costs while keeping the high precision and interpretability/transparency. The proposed new methodology makes possible inferential sensors to recalibrate automatically, which reduces significantly the life-cycle efforts for their maintenance. This is achieved by the adaptive and flexible open-structure EFM used. The novelty of this paper lies in the following: (1) the overall concept of inferential sensors with evolving and self-developing structure from the data streams; (2) the new methodology for online automatic selection of input variables that are most relevant for the prediction; (3) the technique to detect automatically a shift in the data pattern using the age of the clusters (and fuzzy rules); (4) the online standardization technique used by the learning procedure of the evolving model; and (5) the application of this innovative approach to several real-life industrial processes from the chemical industry (evolving inferential sensors, namely, eSensors, were used for predicting the chemical properties of different products in The Dow Chemical Company, Freeport, TX). It should be noted, however, that the methodology and conclusions of this paper are valid for the broader area of chemical and process industries in general. The results demonstrate that well-interpretable and with-simple-structure inferential sensors can automatically be designed from the data stream in real time, which predict various process variables of interest. The proposed approach can be used as a basis for the development of a new generation of adaptive and evolving inferential sensors that can address the challenges of the modern advanced process industry.

本文提出了一种在过程工业中设计和使用推理传感器的新技术,该技术基于最近引入的演化模糊模型(efm)的概念。它们解决了当今现代过程工业面临的挑战,即开发这种自适应和自校准的在线推理传感器,以降低维护成本,同时保持高精度和可解释性/透明度。提出的新方法使推理传感器能够自动重新校准,从而大大减少了其生命周期维护的工作量。这是通过使用自适应和灵活的开放式结构EFM来实现的。本文的新颖之处在于:(1)从数据流出发,提出了具有演化和自发展结构的推理传感器的总体概念;(2)在线自动选择与预测最相关的输入变量的新方法;(3)利用簇的年龄(和模糊规则)自动检测数据模式变化的技术;(4)演化模型学习过程中使用的在线标准化技术;(5)将这种创新方法应用于化学工业的几个现实工业过程(不断发展的推理传感器,即传感器,用于预测德克萨斯州自由港陶氏化学公司不同产品的化学性质)。然而,应该指出的是,本文的方法和结论一般适用于更广泛的化学和加工工业领域。结果表明,可以根据数据流实时自动设计出可解释性好、结构简单的推理传感器,并预测各种感兴趣的过程变量。所提出的方法可以作为开发新一代自适应和不断发展的推理传感器的基础,这些传感器可以解决现代先进过程工业的挑战。
{"title":"Adaptive inferential sensors based on evolving fuzzy models.","authors":"Plamen Angelov,&nbsp;Arthur Kordon","doi":"10.1109/TSMCB.2009.2028315","DOIUrl":"https://doi.org/10.1109/TSMCB.2009.2028315","url":null,"abstract":"<p><p>A new technique to the design and use of inferential sensors in the process industry is proposed in this paper, which is based on the recently introduced concept of evolving fuzzy models (EFMs). They address the challenge that the modern process industry faces today, namely, to develop such adaptive and self-calibrating online inferential sensors that reduce the maintenance costs while keeping the high precision and interpretability/transparency. The proposed new methodology makes possible inferential sensors to recalibrate automatically, which reduces significantly the life-cycle efforts for their maintenance. This is achieved by the adaptive and flexible open-structure EFM used. The novelty of this paper lies in the following: (1) the overall concept of inferential sensors with evolving and self-developing structure from the data streams; (2) the new methodology for online automatic selection of input variables that are most relevant for the prediction; (3) the technique to detect automatically a shift in the data pattern using the age of the clusters (and fuzzy rules); (4) the online standardization technique used by the learning procedure of the evolving model; and (5) the application of this innovative approach to several real-life industrial processes from the chemical industry (evolving inferential sensors, namely, eSensors, were used for predicting the chemical properties of different products in The Dow Chemical Company, Freeport, TX). It should be noted, however, that the methodology and conclusions of this paper are valid for the broader area of chemical and process industries in general. The results demonstrate that well-interpretable and with-simple-structure inferential sensors can automatically be designed from the data stream in real time, which predict various process variables of interest. The proposed approach can be used as a basis for the development of a new generation of adaptive and evolving inferential sensors that can address the challenges of the modern advanced process industry.</p>","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"529-39"},"PeriodicalIF":0.0,"publicationDate":"2010-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2009.2028315","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40032256","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}
引用次数: 54
Coupled simulated annealing. 耦合模拟退火。
Pub Date : 2010-04-01 Epub Date: 2009-07-31 DOI: 10.1109/TSMCB.2009.2020435
Samuel Xavier-de-Souza, Johan A K Suykens, Joos Vandewalle, Désiré Bolle

We present a new class of methods for the global optimization of continuous variables based on simulated annealing (SA). The coupled SA (CSA) class is characterized by a set of parallel SA processes coupled by their acceptance probabilities. The coupling is performed by a term in the acceptance probability function, which is a function of the energies of the current states of all SA processes. A particular CSA instance method is distinguished by the form of its coupling term and acceptance probability. In this paper, we present three CSA instance methods and compare them with the uncoupled case, i.e., multistart SA. The primary objective of the coupling in CSA is to create cooperative behavior via information exchange. This aim helps in the decision of whether uphill moves will be accepted. In addition, coupling can provide information that can be used online to steer the overall optimization process toward the global optimum. We present an example where we use the acceptance temperature to control the variance of the acceptance probabilities with a simple control scheme. This approach leads to much better optimization efficiency, because it reduces the sensitivity of the algorithm to initialization parameters while guiding the optimization process to quasioptimal runs. We present the results of extensive experiments and show that the addition of the coupling and the variance control leads to considerable improvements with respect to the uncoupled case and a more recently proposed distributed version of SA.

提出了一类基于模拟退火(SA)的连续变量全局优化方法。耦合SA (CSA)类的特征是一组由其接受概率耦合的并行SA进程。耦合是通过接受概率函数中的一项来实现的,该函数是所有SA过程当前状态能量的函数。通过耦合项的形式和接受概率来区分特定的CSA实例方法。在本文中,我们提出了三种CSA实例方法,并将它们与不耦合的情况(即多启动SA)进行了比较。CSA中耦合的主要目的是通过信息交换产生合作行为。这个目标有助于决定上坡动作是否被接受。此外,耦合可以提供可在线使用的信息,以引导整体优化过程走向全局最优。我们给出了一个例子,我们用一个简单的控制方案使用接受温度来控制接受概率的方差。这种方法降低了算法对初始化参数的敏感性,同时将优化过程引导到准最优运行,从而提高了优化效率。我们提出了大量实验的结果,并表明耦合和方差控制的增加导致相对于不耦合的情况和最近提出的分布式版本的SA有相当大的改进。
{"title":"Coupled simulated annealing.","authors":"Samuel Xavier-de-Souza,&nbsp;Johan A K Suykens,&nbsp;Joos Vandewalle,&nbsp;Désiré Bolle","doi":"10.1109/TSMCB.2009.2020435","DOIUrl":"https://doi.org/10.1109/TSMCB.2009.2020435","url":null,"abstract":"<p><p>We present a new class of methods for the global optimization of continuous variables based on simulated annealing (SA). The coupled SA (CSA) class is characterized by a set of parallel SA processes coupled by their acceptance probabilities. The coupling is performed by a term in the acceptance probability function, which is a function of the energies of the current states of all SA processes. A particular CSA instance method is distinguished by the form of its coupling term and acceptance probability. In this paper, we present three CSA instance methods and compare them with the uncoupled case, i.e., multistart SA. The primary objective of the coupling in CSA is to create cooperative behavior via information exchange. This aim helps in the decision of whether uphill moves will be accepted. In addition, coupling can provide information that can be used online to steer the overall optimization process toward the global optimum. We present an example where we use the acceptance temperature to control the variance of the acceptance probabilities with a simple control scheme. This approach leads to much better optimization efficiency, because it reduces the sensitivity of the algorithm to initialization parameters while guiding the optimization process to quasioptimal runs. We present the results of extensive experiments and show that the addition of the coupling and the variance control leads to considerable improvements with respect to the uncoupled case and a more recently proposed distributed version of SA.</p>","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"320-35"},"PeriodicalIF":0.0,"publicationDate":"2010-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2009.2020435","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40008416","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}
引用次数: 291
Fractional particle swarm optimization in multidimensional search space. 多维搜索空间中的分数粒子群优化。
Pub Date : 2010-04-01 Epub Date: 2009-08-04 DOI: 10.1109/TSMCB.2009.2015054
Serkan Kiranyaz, Turker Ince, Alper Yildirim, Moncef Gabbouj

In this paper, we propose two novel techniques, which successfully address several major problems in the field of particle swarm optimization (PSO) and promise a significant breakthrough over complex multimodal optimization problems at high dimensions. The first one, which is the so-called multidimensional (MD) PSO, re-forms the native structure of swarm particles in such a way that they can make interdimensional passes with a dedicated dimensional PSO process. Therefore, in an MD search space, where the optimum dimension is unknown, swarm particles can seek both positional and dimensional optima. This eventually removes the necessity of setting a fixed dimension a priori, which is a common drawback for the family of swarm optimizers. Nevertheless, MD PSO is still susceptible to premature convergences due to lack of divergence. Among many PSO variants in the literature, none yields a robust solution, particularly over multimodal complex problems at high dimensions. To address this problem, we propose the fractional global best formation (FGBF) technique, which basically collects all the best dimensional components and fractionally creates an artificial global best (aGB) particle that has the potential to be a better "guide" than the PSO's native gbest particle. This way, the potential diversity that is present among the dimensions of swarm particles can be efficiently used within the aGB particle. We investigated both individual and mutual applications of the proposed techniques over the following two well-known domains: 1) nonlinear function minimization and 2) data clustering. An extensive set of experiments shows that in both application domains, MD PSO with FGBF exhibits an impressive speed gain and converges to the global optima at the true dimension regardless of the search space dimension, swarm size, and the complexity of the problem.

在本文中,我们提出了两种新技术,它们成功地解决了粒子群优化(PSO)领域的几个主要问题,并有望在高维复杂的多模态优化问题上取得重大突破。第一种是所谓的多维粒子群优化算法(MD),它重构了群粒子的固有结构,使它们能够通过一个专用的多维粒子群优化算法在维度间通过。因此,在最优维度未知的MD搜索空间中,群粒子可以同时寻找位置最优和维度最优。这最终消除了先验设置固定维度的必要性,这是群优化器家族的一个常见缺点。然而,由于缺乏散度,MD粒子群仍然容易过早收敛。在文献中的许多PSO变体中,没有一个产生鲁棒解,特别是在高维的多模态复杂问题上。为了解决这个问题,我们提出了分数全局最佳形成(FGBF)技术,该技术基本上收集了所有最佳维度分量,并分数地创建了一个人工全局最佳(aGB)粒子,该粒子有可能成为比PSO的天然gbest粒子更好的“向导”。这样,在aGB粒子中可以有效地利用群粒子之间存在的潜在多样性。我们研究了所提出的技术在以下两个众所周知的领域的单独和相互应用:1)非线性函数最小化和2)数据聚类。大量的实验表明,在这两个应用领域中,具有FGBF的MD粒子群算法表现出令人印象深刻的速度增益,并在真实维度收敛到全局最优,而不考虑搜索空间维度、群体规模和问题的复杂性。
{"title":"Fractional particle swarm optimization in multidimensional search space.","authors":"Serkan Kiranyaz,&nbsp;Turker Ince,&nbsp;Alper Yildirim,&nbsp;Moncef Gabbouj","doi":"10.1109/TSMCB.2009.2015054","DOIUrl":"https://doi.org/10.1109/TSMCB.2009.2015054","url":null,"abstract":"<p><p>In this paper, we propose two novel techniques, which successfully address several major problems in the field of particle swarm optimization (PSO) and promise a significant breakthrough over complex multimodal optimization problems at high dimensions. The first one, which is the so-called multidimensional (MD) PSO, re-forms the native structure of swarm particles in such a way that they can make interdimensional passes with a dedicated dimensional PSO process. Therefore, in an MD search space, where the optimum dimension is unknown, swarm particles can seek both positional and dimensional optima. This eventually removes the necessity of setting a fixed dimension a priori, which is a common drawback for the family of swarm optimizers. Nevertheless, MD PSO is still susceptible to premature convergences due to lack of divergence. Among many PSO variants in the literature, none yields a robust solution, particularly over multimodal complex problems at high dimensions. To address this problem, we propose the fractional global best formation (FGBF) technique, which basically collects all the best dimensional components and fractionally creates an artificial global best (aGB) particle that has the potential to be a better \"guide\" than the PSO's native gbest particle. This way, the potential diversity that is present among the dimensions of swarm particles can be efficiently used within the aGB particle. We investigated both individual and mutual applications of the proposed techniques over the following two well-known domains: 1) nonlinear function minimization and 2) data clustering. An extensive set of experiments shows that in both application domains, MD PSO with FGBF exhibits an impressive speed gain and converges to the global optima at the true dimension regardless of the search space dimension, swarm size, and the complexity of the problem.</p>","PeriodicalId":55006,"journal":{"name":"IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics","volume":" ","pages":"298-319"},"PeriodicalIF":0.0,"publicationDate":"2010-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1109/TSMCB.2009.2015054","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40018487","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}
引用次数: 135
期刊
IEEE Transactions on Systems Man and Cybernetics Part B-Cybernetics
全部 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