Results 1 - 10
of
26
Evolutionary artificial neural networks by multi-dimensional particle swarm optimization
- NEURAL NETWORKS
, 2009
"... ..."
Fractional Particle Swarm Optimization in Multidimensional Search Space
, 2010
"... 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 multidim ..."
Abstract
-
Cited by 17 (12 self)
- Add to MetaCart
(Show Context)
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 apriori,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.
MULTI-DIMENSIONAL PARTICLE SWARM OPTIMIZATION FOR DYNAMIC CLUSTERING
"... Abstract: This paper addresses dynamic data clustering as an optimization problem and propose techniques for finding optimal (number of) clusters in a multi-dimensional data or feature space. In order to accomplish this objective we first propose two novel techniques, which successfully address seve ..."
Abstract
-
Cited by 6 (3 self)
- Add to MetaCart
(Show Context)
Abstract: This paper addresses dynamic data clustering as an optimization problem and propose techniques for finding optimal (number of) clusters in a multi-dimensional data or feature space. In order to accomplish this objective we first 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, multi-modal optimization problems at high dimensions. The first one, so-called Multi-Dimensional (MD) PSO, re-forms the native structure of swarm particles in such a way that they can make inter-dimensional passes with a dedicated dimensional PSO process. Therefore, in a multidimensional 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. To address this problem we propose Fractional Global Best Formation (FGBF) technique, which basically collects all promising dimensional components and fractionally creates an artificial global-best particle (aGB) that has the potential to be a better “guide ” than the PSO’s native gbest particle. We investigated both individual and mutual applications of the proposed techniques and demonstrated that the best clustering performance can be achieved by their mutual operation. In order to test and evaluate their clustering performance in terms of accuracy, robustness and scalability, a synthetic data-set, which contains ground-truth clusters and offers a broad range of complexity levels is used. An extensive set of experiments demonstrate that the proposed dynamic clustering technique based on MD PSO with FGBF can extract the optimal (number of) clusters by converging to the global optimum of the validity index function at the true dimension.
A Bacterial Evolutionary Algorithm for Automatic Data Clustering
"... Abstract- This paper describes an evolutionary clustering algorithm, which can partition a given dataset automatically into the optimal number of groups through one shot of optimization. The proposed method is based on an evolutionary computing technique known as the Bacterial Evolutionary Algorithm ..."
Abstract
-
Cited by 3 (0 self)
- Add to MetaCart
(Show Context)
Abstract- This paper describes an evolutionary clustering algorithm, which can partition a given dataset automatically into the optimal number of groups through one shot of optimization. The proposed method is based on an evolutionary computing technique known as the Bacterial Evolutionary Algorithm (BEA). The BEA draws inspiration from a biological phenomenon of microbial evolution. Unlike the conventional mutation, crossover and selection operaions in a GA (Genetic Algorithm), BEA incorporates two special operations for evolving its population, namely the bacterial mutation and the gene transfer operation. In the present context, these operations have been modified so as to handle the variable lengths of the chromosomes that encode different cluster groupings. Experiments were done with several synthetic as well as real life data sets including a remote sensing satellite image data. The results estabish the superiority of the proposed approach in terms of final accuracy.
Stochastic approximation driven particle swarm optimization with simultaneous perturbation -- Who will guide the guide?
- APPLIED SOFT COMPUTING
, 2010
"... ..."
(Show Context)
Multi-dimensional Search via Fractional Multi-swarms in Dynamic Environments
, 2010
"... ..."
(Show Context)
Perceptual Dominant Color Extraction by Multi-Dimensional Particle Swarm Optimization
- EURASIP JOURNAL ON ADVANCES IN SIGNAL PROCESSING, IN PRINT
, 2009
"... Color is the major source of information widely used in image analysis and content-based retrieval. Extracting dominant colors that are prominent in a visual scenery is of utmost importance since the human visual system primarily uses them for perception and similarity judgment. In this paper, we ..."
Abstract
- Add to MetaCart
(Show Context)
Color is the major source of information widely used in image analysis and content-based retrieval. Extracting dominant colors that are prominent in a visual scenery is of utmost importance since the human visual system primarily uses them for perception and similarity judgment. In this paper, we address dominant color extraction as a dynamic clustering problem and use techniques based on Particle Swarm Optimization (PSO) for finding optimal (number of) dominant colors in a given color space, distance metric and a proper validity index function. The first technique, so-called Multi-Dimensional (MD) PSO, re-forms the native structure of swarm particles in such a way that they can make inter-dimensional passes with a dedicated dimensional PSO process. Therefore, in a multidimensional search space where the optimum dimension is unknown, swarm particles can seek both positional and dimensional optima. Nevertheless, MD PSO is still susceptible to premature convergence due to lack of divergence. To address this problem we then present Fractional Global Best Formation (FGBF) technique, which basically collects all promising dimensional components and fractionally creates an artificial global-best particle (aGB) that has the potential to be a better “guide ” than the PSO’s native gbest particle. In order to extract perceptually important colors and to further improve the discrimination factor for a better clustering performance, an efficient color distance metric, which uses a fuzzy model for computing color (dis-)similarities over HSV (or HSL) color space is proposed. The comparative evaluations against MPEG-7 dominant color descriptor show the superiority of the proposed technique.
Dynamic Multi-swarm Particle Swarm Optimization with Fractional Global Best Formation
"... Particle swarm optimization (PSO) has been initially proposed as an optimization technique for static environments; however, many real problems are dynamic, meaning that the environment and the characteristics of the global optimum can change over time. Thanks to its stochastic and population based ..."
Abstract
- Add to MetaCart
(Show Context)
Particle swarm optimization (PSO) has been initially proposed as an optimization technique for static environments; however, many real problems are dynamic, meaning that the environment and the characteristics of the global optimum can change over time. Thanks to its stochastic and population based nature, PSO can avoid being trapped in local optima and find the global optimum. However, this is never guaranteed and as the complexity of the problem rises, it becomes more probable that the PSO algorithm gets trapped into a local optimum due to premature convergence. In dynamic environments the optimization task is even more difficult, since after an environment change the earlier global optimum might become just a local optimum, and if the swarm is converged to that optimum, it is likely that new real optimum will not be found. For the same reason, local optima cannot be just discarded, because they can be later transformed into global optima. In this paper, we propose novel techniques, which successfully address these problems and exhibit a significant performance over multi-modal and non-stationary environments. In order to address the premature convergence problem and improve the rate of PSO’s convergence to global optimum, Fractional Global Best Formation (FGBF) technique is developed. FGBF basically collects all the best dimensional components and fractionally creates
A METHODOLOGY OF SWARM INTELLIGENCE APPLICATION IN CLUSTERING BASED ON NEIGHBORHOOD CONSTRUCTION
, 2011
"... BY TÜLĐN ĐNKAYA ..."
Perceptual Dominant Color Extraction by Multidimensional Particle Swarm Optimization
, 2009
"... Color is the major source of information widely used in image analysis and content-based retrieval. Extracting dominant colors that are prominent in a visual scenery is of utmost importance since the human visual system primarily uses them for perception and similarity judgment. In this paper, we ad ..."
Abstract
- Add to MetaCart
(Show Context)
Color is the major source of information widely used in image analysis and content-based retrieval. Extracting dominant colors that are prominent in a visual scenery is of utmost importance since the human visual system primarily uses them for perception and similarity judgment. In this paper, we address dominant color extraction as a dynamic clustering problem and use techniques based on Particle Swarm Optimization (PSO) for finding optimal (number of) dominant colors in a given color space, distance metric and a proper validity index function. The first technique, so-called Multidimensional (MD) PSO can seek both positional and dimensional optima. Nevertheless, MD PSO is still susceptible to premature convergence due to lack of divergence. To address this problem we then apply Fractional Global Best Formation (FGBF) technique. In order to extract perceptually important colors and to further improve the discrimination factor for a better clustering performance, an efficient color distance metric, which uses a fuzzy model for computing color (dis-) similarities over HSV (or HSL) color space is proposed. The comparative evaluations against MPEG-7 dominant color descriptor show the superiority of the proposed technique.