Javascript must be enabled to continue!
Particle Swarm Optimization and Image Analysis
View through CrossRef
Particle Swarm Optimization (PSO) is a simple but powerful optimization algorithm, introduced by Kennedy and Eberhart (Kennedy 1995). Its search for function optima is inspired by the behavior of flocks of birds looking for food. Similarly to birds, a set (swarm) of agents (particles) fly over the search space, which is coincident with the function domain, looking for the points where the function value is maximum (or minimum). In doing so, each particle’s motion obeys two very simple difference equations which describe the particle’s position and velocity update. A particle’s motion has a strong random component (exploration) and is mostly independent from the others’; in fact, the only piece of information which is shared among all members of the swarm, or of a large neighborhood of each particle, is the point where the best value for the function has been found so far. Therefore, the search behavior of the swarm can be defined as emergent, since no particle is specifically programmed to achieve the final collective behavior or to play a specific role within the swarm, but just to perform a much simpler local task. This chapter introduces the basics of the algorithm and describes the main features which make it particularly efficient in solving a large number of problems, with particular regard to image analysis and to the modifications that must be applied to the basic algorithm, in order to exploit its most attractive features in a domain which is different from function optimization.
Title: Particle Swarm Optimization and Image Analysis
Description:
Particle Swarm Optimization (PSO) is a simple but powerful optimization algorithm, introduced by Kennedy and Eberhart (Kennedy 1995).
Its search for function optima is inspired by the behavior of flocks of birds looking for food.
Similarly to birds, a set (swarm) of agents (particles) fly over the search space, which is coincident with the function domain, looking for the points where the function value is maximum (or minimum).
In doing so, each particle’s motion obeys two very simple difference equations which describe the particle’s position and velocity update.
A particle’s motion has a strong random component (exploration) and is mostly independent from the others’; in fact, the only piece of information which is shared among all members of the swarm, or of a large neighborhood of each particle, is the point where the best value for the function has been found so far.
Therefore, the search behavior of the swarm can be defined as emergent, since no particle is specifically programmed to achieve the final collective behavior or to play a specific role within the swarm, but just to perform a much simpler local task.
This chapter introduces the basics of the algorithm and describes the main features which make it particularly efficient in solving a large number of problems, with particular regard to image analysis and to the modifications that must be applied to the basic algorithm, in order to exploit its most attractive features in a domain which is different from function optimization.
Related Results
Trajectory optimization of manipulator based on particle swarm optimization with mutation strategy
Trajectory optimization of manipulator based on particle swarm optimization with mutation strategy
Abstract
In order to solve the problems of slow convergence speed and low convergence accuracy of adaptive particle swarm algorithm, a particle swarm optimization algorithm...
Quantum Behaved Particle Swarm Optimization Algorithm Based on Artificial Fish Swarm
Quantum Behaved Particle Swarm Optimization Algorithm Based on Artificial Fish Swarm
Quantum behaved particle swarm algorithm is a new intelligent optimization algorithm; the algorithm has less parameters and is easily implemented. In view of the existing quantum b...
Hybrid Optimization Algorithm for Multi-level Image Thresholding Using Salp Swarm Optimization Algorithm and Ant Colony Optimization
Hybrid Optimization Algorithm for Multi-level Image Thresholding Using Salp Swarm Optimization Algorithm and Ant Colony Optimization
The process of identifying optimal threshold for multi-level thresholding in image segmentation is a challenging process. An efficient optimization algorithm is required to find th...
Multi-objective Optimal Scheduling Analysis of Power System Based on Improved Particle Swarm Algorithm
Multi-objective Optimal Scheduling Analysis of Power System Based on Improved Particle Swarm Algorithm
Economic Environmental Dispatching (EED) in power systems is a multi-variable, strongly constrained, non-convex, multi-objective optimization problem that is difficult to properly ...
Experimental and numerical investigation into the effect of surface roughness on particle rebound
Experimental and numerical investigation into the effect of surface roughness on particle rebound
Erosion damage and particle deposition are crucial wear phenomena in gas turbine engines. As a result, compressor efficiency decreases, stability margin reduces, and maintenance co...
Optimization of Tandem Blade Based on Improved Particle Swarm Algorithm
Optimization of Tandem Blade Based on Improved Particle Swarm Algorithm
To improve the design quality of high-turning tandem blade, a coupling optimization system for the shape and relative position of tandem blades was developed based on an improved p...
Modeling Hybrid Metaheuristic Optimization Algorithm for Convergence Prediction
Modeling Hybrid Metaheuristic Optimization Algorithm for Convergence Prediction
The project aims at the design and development of six hybrid nature inspired algorithms based on Grey Wolf Optimization algorithm with Artificial Bee Colony Optimization algorithm ...
Modeling Hybrid Metaheuristic Optimization Algorithm for Convergence Prediction
Modeling Hybrid Metaheuristic Optimization Algorithm for Convergence Prediction
The project aims at the design and development of six hybrid nature inspired algorithms based on Grey Wolf Optimization algorithm with Artificial Bee Colony Optimization algorithm ...

