首页 > 最新文献

2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence最新文献

英文 中文
A Hybrid Algorithm for Solving the Economic Dispatch Problem 求解经济调度问题的混合算法
Raul Silva Barros, O. Cortes, R. Lopes, Josenildo Costa da Silva
The purpose of this work is to apply a hybrid algorithm based on Particle Swarm Optimization (PSO) and Genetic Algorithms (GA) for solving the problem of Economic Dispatch, which is based on supplying an energy demand, subjected to some restriction and reach out the best possible cost. Basically, we use the mutation operator from GAs aiming to explore regions in the search space that cannot be reached out by the canonical version of PSO. The new algorithm shows good results when applied to solve the cases based on 3, 13 and 20 generators, respectively. Our results are compared against the canonical PSO and other ones available in the literature.
研究了一种基于粒子群算法(PSO)和遗传算法(GA)的混合算法,用于解决以满足一定的能源需求为基础,在一定的限制条件下,寻求最大可能成本的经济调度问题。基本上,我们使用来自GAs的突变算子,旨在探索规范版本的PSO无法到达的搜索空间区域。应用该算法分别求解了基于3个、13个和20个发电机的情况,取得了较好的效果。我们的结果与规范PSO和其他文献中可用的结果进行了比较。
{"title":"A Hybrid Algorithm for Solving the Economic Dispatch Problem","authors":"Raul Silva Barros, O. Cortes, R. Lopes, Josenildo Costa da Silva","doi":"10.1109/BRICS-CCI-CBIC.2013.108","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.108","url":null,"abstract":"The purpose of this work is to apply a hybrid algorithm based on Particle Swarm Optimization (PSO) and Genetic Algorithms (GA) for solving the problem of Economic Dispatch, which is based on supplying an energy demand, subjected to some restriction and reach out the best possible cost. Basically, we use the mutation operator from GAs aiming to explore regions in the search space that cannot be reached out by the canonical version of PSO. The new algorithm shows good results when applied to solve the cases based on 3, 13 and 20 generators, respectively. Our results are compared against the canonical PSO and other ones available in the literature.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127312802","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Visual Odometry and Moving Objects Localization Using ORB and RANSAC in Aerial Images Acquired by Unmanned Aerial Vehicles 基于ORB和RANSAC的无人机航拍图像视觉里程测量与运动目标定位
R. A. Reboucas, Quenaz da Cruz Eller, Mateus Habermann, Elcio Hideiti Shiguemori
In this paper the visual odometry and the localization of moving objects from aerial images are addressed. The techniques used in this work are the Oriented FAST and Rotated BRIEF (ORB) descriptor to detect and extract the interest points and the Random Sample Consensus (RANSAC) method to estimate the parameters from a matched points matrix for finding the camera translation. The visual odometry and morphological operations to point out moving objects have been performed.
本文研究了航拍图像中运动目标的视觉里程测量和定位问题。在这项工作中使用的技术是定向快速和旋转简短(ORB)描述子来检测和提取兴趣点,随机样本共识(RANSAC)方法从匹配点矩阵中估计参数以找到摄像机平移。通过视觉里程计和形态学操作来指出运动物体。
{"title":"Visual Odometry and Moving Objects Localization Using ORB and RANSAC in Aerial Images Acquired by Unmanned Aerial Vehicles","authors":"R. A. Reboucas, Quenaz da Cruz Eller, Mateus Habermann, Elcio Hideiti Shiguemori","doi":"10.1109/BRICS-CCI-CBIC.2013.79","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.79","url":null,"abstract":"In this paper the visual odometry and the localization of moving objects from aerial images are addressed. The techniques used in this work are the Oriented FAST and Rotated BRIEF (ORB) descriptor to detect and extract the interest points and the Random Sample Consensus (RANSAC) method to estimate the parameters from a matched points matrix for finding the camera translation. The visual odometry and morphological operations to point out moving objects have been performed.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115578649","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
A New Algorithm Based on Differential Evolution for Combinatorial Optimization 一种基于差分进化的组合优化算法
André L. Maravilha, J. A. Ramírez, F. Campelo
Differential evolution (DE) was originally designed to solve continuous optimization problems, but recent works have been investigating this algorithm for tackling combinatorial optimization (CO), particularly in permutation-based combinatorial problems. However, most DE approaches for combinatorial optimization are not general approaches to CO, being exclusive for per mutational problems and often failing to retain the good features of the original continuous DE. In this work we introduce a new DE-based technique for combinatorial optimization to addresses these issues. The proposed method employs operations on sets instead of the classical arithmetic operations, with the DE generating smaller sub problems to be solved. This new approach can be applied to general CO problems, not only permutation-based ones. We present results on instances of the traveling salesman problem to illustrate the adequacy of the proposed algorithm, and compare it with existing approaches.
差分进化(DE)最初是为了解决连续优化问题而设计的,但最近的工作已经开始研究这种算法来解决组合优化(CO),特别是基于排列的组合问题。然而,大多数用于组合优化的DE方法并不是通用的CO方法,只能用于突变问题,并且往往不能保留原始连续DE的良好特征。在这项工作中,我们引入了一种新的基于DE的组合优化技术来解决这些问题。该方法采用对集合的运算而不是经典的算术运算,使得DE生成更小的待解子问题。这种新方法可以应用于一般的CO问题,而不仅仅是基于排列的问题。我们给出了旅行推销员问题实例的结果来说明所提出算法的充分性,并将其与现有方法进行了比较。
{"title":"A New Algorithm Based on Differential Evolution for Combinatorial Optimization","authors":"André L. Maravilha, J. A. Ramírez, F. Campelo","doi":"10.1109/BRICS-CCI-CBIC.2013.21","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.21","url":null,"abstract":"Differential evolution (DE) was originally designed to solve continuous optimization problems, but recent works have been investigating this algorithm for tackling combinatorial optimization (CO), particularly in permutation-based combinatorial problems. However, most DE approaches for combinatorial optimization are not general approaches to CO, being exclusive for per mutational problems and often failing to retain the good features of the original continuous DE. In this work we introduce a new DE-based technique for combinatorial optimization to addresses these issues. The proposed method employs operations on sets instead of the classical arithmetic operations, with the DE generating smaller sub problems to be solved. This new approach can be applied to general CO problems, not only permutation-based ones. We present results on instances of the traveling salesman problem to illustrate the adequacy of the proposed algorithm, and compare it with existing approaches.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114622599","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
Spatial Cognition Degree of Development Classification Using Artificial Neural Networks and Largest Lyapunov Exponents 基于人工神经网络和最大Lyapunov指数的空间认知发展程度分类
G. Maron, D. Barone, E. A. Ramos
Thirty-Seven undergraduate students (23 engineering students, 14 social and human science students) had their electroencephalogram (EEG) recorded during the performing of mental rotation and recognition of virtual tridimensional geometric patterns tasks. Their spatial cognition degree of development was assessed by a BPR-5 psychological test. The Largest Lyapunov Exponent (LLE) was calculated from each of the 8 EEG channels recorded: FP1, FP2, F3, F4, T3, T4, P3, and P4. The LLEs were used as inputs for 3 different artificial neural networks topologies: i) multilayer perceptron, ii) radial base function, and iii) voted perceptron. Then the best results obtained using each topology is compared with the results obtained using the other topologies.
对37名本科生(23名工科学生,14名社会人文科学学生)在进行虚拟三维几何图形旋转和识别任务时的脑电图进行了记录。采用BPR-5心理测验评估空间认知发展程度。根据记录的FP1、FP2、F3、F4、T3、T4、P3、P4 8个脑电信号通道分别计算最大李雅普诺夫指数(LLE)。LLEs被用作3种不同人工神经网络拓扑的输入:i)多层感知器,ii)径向基函数,和iii)投票感知器。然后将使用每种拓扑的最佳结果与使用其他拓扑的结果进行比较。
{"title":"Spatial Cognition Degree of Development Classification Using Artificial Neural Networks and Largest Lyapunov Exponents","authors":"G. Maron, D. Barone, E. A. Ramos","doi":"10.1109/BRICS-CCI-CBIC.2013.88","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.88","url":null,"abstract":"Thirty-Seven undergraduate students (23 engineering students, 14 social and human science students) had their electroencephalogram (EEG) recorded during the performing of mental rotation and recognition of virtual tridimensional geometric patterns tasks. Their spatial cognition degree of development was assessed by a BPR-5 psychological test. The Largest Lyapunov Exponent (LLE) was calculated from each of the 8 EEG channels recorded: FP1, FP2, F3, F4, T3, T4, P3, and P4. The LLEs were used as inputs for 3 different artificial neural networks topologies: i) multilayer perceptron, ii) radial base function, and iii) voted perceptron. Then the best results obtained using each topology is compared with the results obtained using the other topologies.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127766377","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
Towards the Use of Metaheuristics for Optimizing the Combination of Classifier and Cluster Ensembles 使用元启发式优化分类器和聚类集成的组合
L. F. Coletta, Eduardo R. Hruschka, A. Acharya, Joydeep Ghosh
Unsupervised models can provide supplementary soft constraints to help classify new data since similar instances are more likely to share the same class label. In this context, we investigate how to make an existing algorithm, named C3E (from Combining Classifier and Cluster Ensembles), more user-friendly by automatically tunning its main parameters with the use of metaheuristics. In particular, the C3E algorithm is based on a general optimization framework that takes as input class membership estimates from existing classifiers, as well as a similarity matrix from a cluster ensemble operating solely on the new (target) data to be classified, and yields a consensus labeling of the new data. To do so, two parameters have to be defined a priori, namely: the relative importance of classifier and cluster ensembles and the number of iterations of the algorithm. In some practical applications, these parameters can be optimized via (time consuming) grid search approaches based on cross-validation procedures. This paper shows that metaheuristics can be more computationally efficient alternatives for optimizing such parameters. More precisely, analyses of statistical significance made from experiments performed on fourteen datasets show that five metaheuristics can yield classifiers as accurate as those obtained from grid search, but taking half the running time.
无监督模型可以提供补充的软约束来帮助对新数据进行分类,因为类似的实例更有可能共享相同的类标签。在这种情况下,我们研究了如何通过使用元启发式自动调整其主要参数来使现有的算法C3E(来自组合分类器和群集集成)更加用户友好。特别是,C3E算法基于一个通用的优化框架,该框架将来自现有分类器的类隶属度估计以及来自仅对新(目标)数据进行分类的聚类集成的相似性矩阵作为输入,并产生新数据的一致标记。为此,必须先验地定义两个参数,即:分类器和聚类集合的相对重要性以及算法的迭代次数。在一些实际应用中,可以通过基于交叉验证过程的(耗时的)网格搜索方法来优化这些参数。本文表明,元启发式算法是优化此类参数的计算效率更高的替代方法。更准确地说,对14个数据集进行的实验的统计显著性分析表明,五种元启发式方法可以产生与网格搜索获得的分类器一样准确的分类器,但只需一半的运行时间。
{"title":"Towards the Use of Metaheuristics for Optimizing the Combination of Classifier and Cluster Ensembles","authors":"L. F. Coletta, Eduardo R. Hruschka, A. Acharya, Joydeep Ghosh","doi":"10.1109/BRICS-CCI-CBIC.2013.86","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.86","url":null,"abstract":"Unsupervised models can provide supplementary soft constraints to help classify new data since similar instances are more likely to share the same class label. In this context, we investigate how to make an existing algorithm, named C3E (from Combining Classifier and Cluster Ensembles), more user-friendly by automatically tunning its main parameters with the use of metaheuristics. In particular, the C3E algorithm is based on a general optimization framework that takes as input class membership estimates from existing classifiers, as well as a similarity matrix from a cluster ensemble operating solely on the new (target) data to be classified, and yields a consensus labeling of the new data. To do so, two parameters have to be defined a priori, namely: the relative importance of classifier and cluster ensembles and the number of iterations of the algorithm. In some practical applications, these parameters can be optimized via (time consuming) grid search approaches based on cross-validation procedures. This paper shows that metaheuristics can be more computationally efficient alternatives for optimizing such parameters. More precisely, analyses of statistical significance made from experiments performed on fourteen datasets show that five metaheuristics can yield classifiers as accurate as those obtained from grid search, but taking half the running time.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128167889","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 WiSARD-Based Approach to CDnet 基于wisard的CDnet方法
Massimo De Gregorio, Maurizio Giordano
In this paper, we present a WiSARD-based system (CwisarD) facing the problem of change detection (CD) in multiple images of the same scene taken at different time, and, in particular, motion in videos of the same view taken by a static camera. Although the proposed weightless neural approach is very simple and straightforward, it provides very good results in challenging with others approaches on the ChangeDetection.net benchmark dataset (CDnet).
在本文中,我们提出了一种基于wisard的系统(CwisarD),该系统针对同一场景在不同时间拍摄的多幅图像中的变化检测问题,特别是静态摄像机拍摄的同一视图视频中的运动检测问题。虽然提出的无权重神经方法非常简单和直接,但它在ChangeDetection.net基准数据集(CDnet)上与其他方法进行挑战时提供了非常好的结果。
{"title":"A WiSARD-Based Approach to CDnet","authors":"Massimo De Gregorio, Maurizio Giordano","doi":"10.1109/BRICS-CCI-CBIC.2013.37","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.37","url":null,"abstract":"In this paper, we present a WiSARD-based system (CwisarD) facing the problem of change detection (CD) in multiple images of the same scene taken at different time, and, in particular, motion in videos of the same view taken by a static camera. Although the proposed weightless neural approach is very simple and straightforward, it provides very good results in challenging with others approaches on the ChangeDetection.net benchmark dataset (CDnet).","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134207118","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}
引用次数: 19
Comparing MOPSO Approaches for Hydrothermal Systems Operation Planning 热液系统运行规划的MOPSO方法比较
Jonathan Cardoso Silva, G. Cruz, C. Vinhal, D. R. C. Silva, C. Bastos-Filho
Hydrothermal operational planning is categorized as an optimization problem that demands operational strategies of hydroelectric power plants in order to minimize the use of thermoelectric power plants, while maintaining the highest possible level of system's reservoirs during planning period. Moreover, the problem must meet a set of complex constraints. We showed in this paper that it is possible to tackle the medium-term planning of hydrothermal systems as a multi-objective problem. The particles were represented as vectors indicating the monthly generation of hydropower. We applied some three recent swarm based multi-objective optimizers, MOPSO-CDR, MOPSO-DFR and SMPSO. This trade-off is presented in Pareto Fronts, which can be used for decision making. Among the assessed approaches involving a system composed of eight Brazilian hydroelectric plants, we observed that the MOPSO-CDR returned the best results and it is worth to include seeds from mono-objective approaches to improve the convergence capacity. We included the result achieved by the PSO-CLANM algorithm and it generated effective results.
热液运行规划是一个优化问题,要求水电站的运行策略在规划期内尽量减少热电厂的使用,同时保持系统水库的最高水位。此外,该问题必须满足一组复杂的约束条件。我们在本文中表明,有可能将热液系统的中期规划作为一个多目标问题来解决。粒子被表示为矢量,表示每月的水力发电。本文应用了三种最新的基于群的多目标优化算法:MOPSO-CDR、MOPSO-DFR和SMPSO。这种权衡是在帕累托前沿中提出的,它可以用于决策。在涉及八个巴西水力发电厂组成的系统的评估方法中,我们观察到MOPSO-CDR返回了最好的结果,值得将单目标方法的种子纳入以提高收敛能力。我们纳入了pso - clam算法得到的结果,得到了有效的结果。
{"title":"Comparing MOPSO Approaches for Hydrothermal Systems Operation Planning","authors":"Jonathan Cardoso Silva, G. Cruz, C. Vinhal, D. R. C. Silva, C. Bastos-Filho","doi":"10.1109/BRICS-CCI-CBIC.2013.97","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.97","url":null,"abstract":"Hydrothermal operational planning is categorized as an optimization problem that demands operational strategies of hydroelectric power plants in order to minimize the use of thermoelectric power plants, while maintaining the highest possible level of system's reservoirs during planning period. Moreover, the problem must meet a set of complex constraints. We showed in this paper that it is possible to tackle the medium-term planning of hydrothermal systems as a multi-objective problem. The particles were represented as vectors indicating the monthly generation of hydropower. We applied some three recent swarm based multi-objective optimizers, MOPSO-CDR, MOPSO-DFR and SMPSO. This trade-off is presented in Pareto Fronts, which can be used for decision making. Among the assessed approaches involving a system composed of eight Brazilian hydroelectric plants, we observed that the MOPSO-CDR returned the best results and it is worth to include seeds from mono-objective approaches to improve the convergence capacity. We included the result achieved by the PSO-CLANM algorithm and it generated effective results.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134314292","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
Combined Active and Semi-supervised Learning Using Particle Walking Temporal Dynamics 结合主动和半监督学习的粒子行走时间动力学
Fabricio A. Breve
Both Semi-Supervised Leaning and Active Learning are techniques used when unlabeled data is abundant, but the process of labeling them is expensive and/or time consuming. In this paper, those two machine learning techniques are combined into a single nature-inspired method. It features particles walking on a network built from the data set, using a unique random-greedy rule to select neighbors to visit. The particles, which have both competitive and cooperative behavior, are created on the network as the result of label queries. They may be created as the algorithm executes and only nodes affected by the new particles have to be updated. Therefore, it saves execution time compared to traditional active learning frameworks, in which the learning algorithm has to be executed several times. The data items to be queried are select based on information extracted from the nodes and particles temporal dynamics. Two different rules for queries are explored in this paper, one of them is based on querying by uncertainty approaches and the other is based on data and labeled nodes distribution. Each of them may perform better than the other according to some data sets peculiarities. Experimental results on some real-world data sets are provided, and the proposed method outperforms the semi-supervised learning method, from which it is derived, in all of them.
半监督学习和主动学习都是在未标记数据丰富时使用的技术,但标记它们的过程昂贵且/或耗时。在本文中,这两种机器学习技术被结合成一个单一的自然启发方法。它的特点是粒子在一个由数据集构建的网络上行走,使用一个独特的随机贪婪规则来选择要访问的邻居。同时具有竞争行为和合作行为的粒子作为标签查询的结果在网络上产生。它们可以在算法执行时创建,只有受新粒子影响的节点需要更新。因此,与传统的主动学习框架相比,它节省了执行时间,在传统的主动学习框架中,学习算法必须执行多次。根据从节点和粒子的时间动态中提取的信息选择要查询的数据项。本文探讨了两种不同的查询规则,一种是基于不确定性方法的查询,另一种是基于数据和标记节点分布的查询。根据某些数据集的特性,它们中的每一个都可能比另一个表现得更好。在一些实际数据集上的实验结果表明,所提出的方法在所有这些数据集上都优于其衍生的半监督学习方法。
{"title":"Combined Active and Semi-supervised Learning Using Particle Walking Temporal Dynamics","authors":"Fabricio A. Breve","doi":"10.1109/BRICS-CCI-CBIC.2013.14","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.14","url":null,"abstract":"Both Semi-Supervised Leaning and Active Learning are techniques used when unlabeled data is abundant, but the process of labeling them is expensive and/or time consuming. In this paper, those two machine learning techniques are combined into a single nature-inspired method. It features particles walking on a network built from the data set, using a unique random-greedy rule to select neighbors to visit. The particles, which have both competitive and cooperative behavior, are created on the network as the result of label queries. They may be created as the algorithm executes and only nodes affected by the new particles have to be updated. Therefore, it saves execution time compared to traditional active learning frameworks, in which the learning algorithm has to be executed several times. The data items to be queried are select based on information extracted from the nodes and particles temporal dynamics. Two different rules for queries are explored in this paper, one of them is based on querying by uncertainty approaches and the other is based on data and labeled nodes distribution. Each of them may perform better than the other according to some data sets peculiarities. Experimental results on some real-world data sets are provided, and the proposed method outperforms the semi-supervised learning method, from which it is derived, in all of them.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125747796","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Learning Finite-State Machines with Classical and Mutation-Based Ant Colony Optimization: Experimental Evaluation 基于经典和基于突变的蚁群优化学习有限状态机:实验评价
D. Chivilikhin, V. Ulyantsev
The problem of learning finite-state machines (FSM) is tackled by three Ant Colony Optimization (ACO) algorithms. The first two classical ACO algorithms are based on the classical ACO combinatorial problem reduction, where nodes of the ACO construction graph represent solution components, while full solutions are built by the ants in the process of foraging. The third recently introduced mutation-based ACO algorithm employs another problem mapping, where construction graph nodes represent complete solutions. Here, ants travel between solutions to find the optimal one. In this paper we try to take a step back from the mutation-based ACO to find out if classical ACO algorithms can be used for learning FSMs. It was shown that classical ACO algorithms are inefficient for the problem of learning FSMs in comparison to the mutation-based ACO algorithm.
用三种蚁群优化算法解决有限状态机的学习问题。前两种经典蚁群算法基于经典蚁群组合问题约简,蚁群构造图的节点表示解分量,蚁群在觅食过程中构建完整解。第三种最近引入的基于突变的蚁群算法采用了另一种问题映射,其中构造图节点表示完整解。在这里,蚂蚁在不同的解决方案之间穿梭,以找到最优方案。在本文中,我们试图从基于突变的蚁群算法退一步,以找出经典的蚁群算法是否可以用于学习fsm。结果表明,与基于突变的蚁群算法相比,经典蚁群算法在fsm学习问题上效率较低。
{"title":"Learning Finite-State Machines with Classical and Mutation-Based Ant Colony Optimization: Experimental Evaluation","authors":"D. Chivilikhin, V. Ulyantsev","doi":"10.1109/BRICS-CCI-CBIC.2013.93","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.93","url":null,"abstract":"The problem of learning finite-state machines (FSM) is tackled by three Ant Colony Optimization (ACO) algorithms. The first two classical ACO algorithms are based on the classical ACO combinatorial problem reduction, where nodes of the ACO construction graph represent solution components, while full solutions are built by the ants in the process of foraging. The third recently introduced mutation-based ACO algorithm employs another problem mapping, where construction graph nodes represent complete solutions. Here, ants travel between solutions to find the optimal one. In this paper we try to take a step back from the mutation-based ACO to find out if classical ACO algorithms can be used for learning FSMs. It was shown that classical ACO algorithms are inefficient for the problem of learning FSMs in comparison to the mutation-based ACO algorithm.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130558752","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
Semi-supervised Learning with Concept Drift Using Particle Dynamics Applied to Network Intrusion Detection Data 基于粒子动力学的概念漂移半监督学习在网络入侵检测数据中的应用
Fabricio A. Breve, Liang Zhao
Concept drift, which refers to non stationary learning problems over time, has increasing importance in machine learning and data mining. Many concept drift applications require fast response, which means an algorithm must always be (re)trained with the latest available data. But the process of data labeling is usually expensive and/or time consuming when compared to acquisition of unlabeled data, thus usually only a small fraction of the incoming data may be effectively labeled. Semi-supervised learning methods may help in this scenario, as they use both labeled and unlabeled data in the training process. However, most of them are based on assumptions that the data is static. Therefore, semi-supervised learning with concept drifts is still an open challenging task in machine learning. Recently, a particle competition and cooperation approach has been developed to realize graph-based semi-supervised learning from static data. We have extend that approach to handle data streams and concept drift. The result is a passive algorithm which uses a single classifier approach, naturally adapted to concept changes without any explicit drift detection mechanism. It has built-in mechanisms that provide a natural way of learning from new data, gradually "forgetting" older knowledge as older data items are no longer useful for the classification of newer data items. The proposed algorithm is applied to the KDD Cup 1999 Data of network intrusion, showing its effectiveness.
概念漂移是指随着时间推移的非平稳学习问题,在机器学习和数据挖掘中越来越重要。许多概念漂移应用需要快速响应,这意味着算法必须始终使用最新可用数据进行(重新)训练。但是,与获取未标记的数据相比,数据标记的过程通常是昂贵的和/或耗时的,因此通常只有一小部分传入数据可以有效地标记。在这种情况下,半监督学习方法可能会有所帮助,因为它们在训练过程中同时使用标记和未标记的数据。然而,它们中的大多数都是基于数据是静态的假设。因此,带有概念漂移的半监督学习仍然是机器学习中一个开放的具有挑战性的任务。近年来,人们提出了一种粒子竞争与合作的方法来实现基于图的静态数据半监督学习。我们已经扩展了这种方法来处理数据流和概念漂移。结果是使用单一分类器方法的被动算法,自然地适应概念变化,没有任何显式的漂移检测机制。它具有内置的机制,提供了一种从新数据中学习的自然方式,随着旧数据项对新数据项的分类不再有用,逐渐“忘记”旧知识。将该算法应用于KDD Cup 1999网络入侵数据,验证了算法的有效性。
{"title":"Semi-supervised Learning with Concept Drift Using Particle Dynamics Applied to Network Intrusion Detection Data","authors":"Fabricio A. Breve, Liang Zhao","doi":"10.1109/BRICS-CCI-CBIC.2013.63","DOIUrl":"https://doi.org/10.1109/BRICS-CCI-CBIC.2013.63","url":null,"abstract":"Concept drift, which refers to non stationary learning problems over time, has increasing importance in machine learning and data mining. Many concept drift applications require fast response, which means an algorithm must always be (re)trained with the latest available data. But the process of data labeling is usually expensive and/or time consuming when compared to acquisition of unlabeled data, thus usually only a small fraction of the incoming data may be effectively labeled. Semi-supervised learning methods may help in this scenario, as they use both labeled and unlabeled data in the training process. However, most of them are based on assumptions that the data is static. Therefore, semi-supervised learning with concept drifts is still an open challenging task in machine learning. Recently, a particle competition and cooperation approach has been developed to realize graph-based semi-supervised learning from static data. We have extend that approach to handle data streams and concept drift. The result is a passive algorithm which uses a single classifier approach, naturally adapted to concept changes without any explicit drift detection mechanism. It has built-in mechanisms that provide a natural way of learning from new data, gradually \"forgetting\" older knowledge as older data items are no longer useful for the classification of newer data items. The proposed algorithm is applied to the KDD Cup 1999 Data of network intrusion, showing its effectiveness.","PeriodicalId":306195,"journal":{"name":"2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125368968","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}
引用次数: 12
期刊
2013 BRICS Congress on Computational Intelligence and 11th Brazilian Congress on Computational Intelligence
全部 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