Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation

Size: px
Start display at page:

Download "Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation"

Transcription

1 Particle Swarm Optimization with Time-Varying Acceleration Coefficients Base on Cellular Neural Network for Color Image Noise Cancellation Te-Jen Su Jui-Chuan Cheng Yang-De Sun 3 College of Information Technology Kun Shan University Tainan 7 Taiwan R.O.C. 3 Department of Electronic Engineering National Kaohsiung University of Applie Sciences Kaohsiung 87 Taiwan R.O.C. tejensu@mail.ksu.eu.tw eagle@cc.kuas.eu.tw @cc.kuas.eu.tw Abstract This paper proposes a novel metho for esigning templates of Cellular Neural Network (CNN) for color image noise removal. The control of CNN systems is achieve via Particle Swarm Optimization (PSO) with Time-Varying Acceleration Coefficients (). Base on metho the propose approach can automatically upate the parameters of the templates of CNN to optimize them for iminishing noise interference in pollute image. The emonstrate examples are compare favorably with other available methos which illustrate the better performance of the propose -CNN methoology. Keywors- Cellular Neural Network; Color Image Noise Removal; Particle Swarm Optimization with Time-Varying Acceleration Coefficients I. INTRODUCTION Particle swarm optimization is a population base stochastic optimization technique evelope by Dr. Eberhart an Dr. Kenney in 995 [ 9 ] inspire by social behavior of bir flocking or fish schooling. It is easily implemente in most programming languages an has proven both very effective an quick for a iverse set of optimization problems. However local convergence problem an slow later convergence problem are the two critical shortcomings of PSO that limit its applications [3]. A Particle Swarm Optimization with Time-Varying Acceleration Coefficients () is presente in this paper which allows to effectively overcome the two mentione problems []. A novel class of information processing system calle cellular neural networks was propose by L.O. Chua an L. Yang in 988 [6 7]. CNN is characterize by the parallel computing of simple processing cells locally interconnecte. It has been wiely use for image processing pattern recognition signal processing etc. In recent years the problems of CNN templates esign for image processing have receive consierable attention [4 5]. A new metho that combines the iscrete-time cellular neural network template learning metho with an aaptive particle swarm optimization an applies to gray image noise cancelation was evelope [8]. The approach is able to fin the template values easily without complex mathematic computing processes but also to obtain the balance of convergence spee an convergence accuracy. This work is extene from the previous stuy [8]; we attempt to apply the technique of gray image noise cancellation to color image noise cancellation by separating the color image into three Gray-Scale RGB elements. The rest of this paper is organize as follows: in Section the Particle Swarm Optimization techniques while in Section 3 the Cellular Neural Network is iscusse. In Section 4 the CNN base on template learning for images noise cancellation is presente. Examples are given in Section 5 to emonstrate the propose methoology. Finally conclusion is rawn in Section 6. II. PARTICLE SWARM OPTIMIZATION WITH TIME- VARYING ACCELERATION COEFFICIENTS () In PSO suppose that the search space is D-imensional an then the ith particle is represente as X i = (x i x i x id ). The velocity (rate of the position change) of this particle is enote as V i = (v i v i v id ). The best previous position of the ith particle is represente as P i = (p i p i p id ). In other wors P i involves the best previous position which X i has visite (the best position calle pbest). The inex of the best particle among all the particles in the swarm is efine as the symbol g (calle gbest). The particles are manipulate accoring to the equations an. In its canonical form Particle Swarm Optimization is moele as follows [6-8]: vi ( t ) wvi cran( ) ( pi xi ) cran( ) ( pg xi ) () xi ( t ) xi vi ( t ) () where v i (t+) : velocity of particle i at iteration t+ v i (t) : velocity of particle i at iteration t x i (t+) : position of particle i at iteration t+ x i (t) : position of particle i at iteration t c : cognitive parameter c : social parameter ran() : ranom number uniform istribution U() ran() : ranom number uniform istribution U() : pbest position of particle i p i 9

2 p g w : gbest position of swarm : inertia weight The objective of is to enhance the global search in the early part of the optimization an to encourage the particles to converge towar the global optimum at the en of the search. With a large cognitive parameter an small social parameter at the beginning particles are allowe to move aroun the search space instea of moving towar the population best. However a small cognitive parameter an a large social parameter allow the particles to converge to the global optimum in the latter part of the optimization. Uner this evelopment the cognitive parameter c starts with a high value c max an linearly ecreases to c min. Whereas the social parameter c starts with a low value c min an linearly increases to c max. This moification can be mathematically represente as follows: Tmax t c ( c c )( ) c (3) max min min Tmax Tmax t c ( c c )( ) c (4) min max max T where T max is the maximal number of iterations an t is the current number of iterations. III. CELLULAR NEURAL NETWORK A two-imensional CNN array is consiere in which the cell ynamics are escribe by the following nonlinear orinary ifferential equation with linear an nonlinear terms [3 6]: x () t x ()+ t A( i j; k) l y () t B( i j; k) l u () t ij ij kl kl C( k l) Nr( i j) C( k l) Nr( i j) Dij; kl ( v) Iij C( k l) Nr ( i j) max (5) yij f( xij ) xij xij (6) where v u x y () t u x y () t x () t u () t i M j N kl ij ij ij x ij u ij y ij I ij are the state input output an threshol voltage of the specifie CNN cell respectively. A(ij;k) is calle the feeback cloning template B(ij;k) is calle the feeforwar or input control template D ij;kl are nonlinear terms applie for v ( v is a generalize ifference). The state an output vary in time the input is static (time inepenent) an the CNN is single-layer with nearest neighbor linear. In this paper D ij;kl is the generalize nonlinear term applie to v u kl xij the voltage ifference of either the input or state values. The nonlinear template D is as follows: where are the parameters in the nonlinear template D. K shoul be set very close to this value in an attempt to separate the noise effects an the image structure. IV. CNN BASED ON TEMPLATE LEARNING A igital image is compose of pixels which can be thought of as small ots on the screen an may be represente as m-by-n matrices. MATLAB is a matrix processing language for a wie range of applications. The color image in MATLAB is escribe as a two imensional matrix in uint8 format. In orer to apply the gray image noise cancellation from the precious stuy [8] we separate the color image into RGB elements. These three Gray-Scale images will be blen into a colorful image after finishing noise cancellation processes propose. The process followe to perform noise cancellation is shown in Fig. Input Noise Image D ( v) ( v) e MATLAB (Separation) Element:R Element:G Element:B ( v) v ( ) K v u -CNN -CNN -CNN x Image:R Image:G Image:B MATLAB (Blening) Figure. Block iagram of the image separation an blening (7) Output Image In this case is employe to esign templates of CNN for canceling the noise interference in Gray-Scale images. The templates are esigne as following pattern structures respectively: a a a b b b A a a a B b b b D I K a a a b b b where a a a b b b I K are elements of the swarm in orer to satisfy output saturation effectively we set a = b = b = b = I= x ij ()= u ij (t). The training image is corrupte by the salt an pepper noise shown in Fig.. kl ij (8)

3 (a) Figure. The training images (a) Input image to the CNN (b) Desire output image of CNN. The following equation is use as an objective function (error function); the block iagram is shown in Fig. 3. Error k Pc i) P ( i) i ( (9) where k enotes the total pixel of the picture P c (i) is the value of the ith pixel of the input image an P (i) stans for the pixel of the esire output image. Each resulting image is compare with the esire image which shoul be obtaine in the en. The comparison allows to compute the value of the error function an consequently obtain the best template. Figure 3. Block iagram of the objective function. The process for implementing the base on CNN is shown as Fig. 4. (b) V. EXAMPLES AND RESULTS In this section we present the examples pollute by ifferent percentage of noise ensity interference an using our propose metho -CNN compares with PSO-CNN [5] for gray an color image noise cancellation respectively. A. Examples Consier a LENA Gary-Scale image Fig. 5(a) which is pollute by the salt an pepper noise % % 3% in Fig. 5(b) - Fig. 5() respectively. The parameters of the propose metho -CNN an PSO-CNN are set as inicate in Table an Table respectively. The self-aapting inertia weight w is efine in [7]. TABLE I. PARAMETERS SETTING The number of swarm size The maximum position X max The maximum velocity V max Acceleration coefficient c max.5 Acceleration coefficient c min.5 Acceleration coefficient c max.5 Acceleration coefficient c min.5 Inertia weight W.8 Iterations 5 TABLE II. PSO PARAMETERS SETTING The number of swarm size The maximum position X max The maximum velocity V max Acceleration coefficient c.5 Acceleration coefficient c.5 Inertia weight W.8 Iterations 5 Start Initialize each particle ranom position ranom velocity Next particles Cellular Neural Network Simulator Upate the position an velocity of the particle 5(a) 5(b) If a criterion is met? Yes No Determine the pbest i an gbest Get the optimal templates Stop Figure 4. Flow chart of -CNN. 5(c) 5() Figure 5. (a) Original LENA gray-scale image (b) The contaminate image with % noise (c) The contaminate image with % noise () The contaminate image with 3% noise.

4 Accoring to these parameters the consequences of approximate optimal templates A D an threshol K were foun by the after a few iterations. The contaminate image with % noise: PSO-CNN an -CNN Training PSO A D K Error(pixel) 8 6 The contaminate image with % noise: A D The contaminate image with 3% noise: K Iteration Figure 6. -CNN an PSO-CNN Training for Gray image with % noise A D K PSO-CNN an -CNN Training PSO Similarly accoring to above parameters setting the PSO foun the consequences of approximate optimal templates A D an threshol K as following: The contaminate image with % noise: A D The contaminate image with % noise: A K D K Error(pixel) Iteration Figure 7. -CNN an PSO-CNN Training for Gray image with % noise The contaminate image with 3% noise: A D K The error after a few iterations for -CNN an PSO-CNN are shown in Fig Table 3 shows the PSNR [8] of the image noise cancellation with both cases. Error(pixel) PSO-CNN an -CNN Training PSO Iteration Figure 8. -CNN an PSO-CNN Training for Gray image with 3% noise

5 TABLE III. Salt an Pepper PSNR OF THE GRAY IMAGE (56 56 LENA) NOISE CANCELLATION Contaminate Image - CNN PSO-CNN % Noise B B B % Noise.989 B B B 3% Noise.34 B 9.87 B 6.96 B Using the above templates the output images processing by -CNN an PSO-CNN are shown in Fig. 9(a) - 9(c) an Fig. (a) - (c) respectively. By comparing Fig. 6-8 Table 3 an Fig. 9(a) 9(c) with Fig. (a) (c) respectively our propose metho -CNN coul restrain from noise of the pollute image more effectively than PSO-CNN. Next we apply the same optimal templates foun by PSO- TVAC-CNN to the Color images to prove the better performance. B. Examples In orer to emonstrate that the optimal template has the same performance when processing color images we have performe similar tests with the color version of the Lean image (Fig. (a)). The LENA color image in Fig. (b) - () which is pollute by the salt an pepper noise % % 3% respectively. 9(a) 9(b) (a) (b) 9(c) Figure 9. Results by using -CNN algorithm for the Gary- Scale image with noise of (a) % (b)% (c)3% (a) (b) (c) () Figure. (a) Original LENA color image (b) The contaminate image with % noise (c) The contaminate image with % noise () The contaminate image with 3% noise. By using the propose metho -CNN an meian filter the results for the output images obtaine in Fig. (a) - (c) an 3(a) - 3(c). Table 4 show the PSNR of the color image noise cancellation with both cases. TABLE IV. PSNR OF THE COLOR IMAGE (56 56 LENA) NOISE CANCELLATION Salt an Pepper Contaminate Image -CNN Meian filter (c) Figure. Results by using PSO-CNN algorithm for the Gary-Scale image with noise of (a) % (b)% (c)3% % Noise B B B % Noise.43 B B B 3

6 3% Noise.364 B 8.38 B.937 B coul restrain from noise of the pollute image more effectively than PSO-CNN. (a) (b) VI. CONCLUSION In this paper we have presente a Cellular Neural Network templates learning metho that combine Particle Swarm Optimization with Time-Varying Acceleration Coefficients applie to color image noise cancellation. Template learning is a crucial step in cellular neural network technology. The implementation of -CNN is a contribution to the moern heuristics research in the image processing area. From the emonstrate examples the propose algorithm shows the better performance of the noise cancellation for color image than PSO-CNN. In the future research we hope to improve the aaptive templates training to repair the color images that are pollute by the higher ensity of miscellaneous noises. For real applications the propose metho may be implemente an fabricate on FPGA or VLSI technology. Figure. Results by using -CNN algorithm for the color image with noise of (a) % (b)% (c)3%. 3(a) (c) 3(b) 3(c) Figure 3. Results by using meian filter algorithm for the color image with noise of (a) % (b)% (c)3%. By comparing Fig. (a) - (c) with Fig. 3(a) - 3(c) an Table 4 our propose metho (-CNN) REFERENCES [] J. Kenney an R. C. Eberhart Particle Swarm Optimization Proceeings of IEEE International Conference on Neural Networks Perth Australia pp [] J. Kenney an R. C. Eberhart A New Optimizer Using Particle Swarm Theory Proceeings of the Sixth International Symposium on Micromachine an Human Science Nagoya Japan pp [3] D.X. Zhang Z. Hong Guan X.Z. Liu An aaptive particle swarm optimization algorithm an simulation Proceeings of the IEEE International Conference on Automation an Logistics pp [4] M. Nakagawa T. Inoue an Y. Nishio CNN Template Learning To Obtain Desire Images Using Back Propagation Algorithm IEEE Workshop on Nonlinear Circuit Networks pp [5] T. J. Su T. H. Lin J. an W. Liu Particle Swarm Optimization for Gray-Scale Image Noise Cancellation International Conference on Intelligent Information Hiing an Multimeia Signal Processing pp [6] L. O. Chua an L. Yang Cellular Neural Networks: Theory IEEE Trans. Circuits Syst. vol. 35 pp.57 7 Oct [7] L. O. Chua an L. Yang Cellular Neural Networks: Applications IEEE Trans. Circuits Syst. vol. 35 pp.73 9 Oct [8] T. J. Su J. C. Cheng M. Y. Huang T. H. Lin an C. W. Chen Applications of Cellular Neural Networks to Noise Cancelation in Gray Images Base on Aaptive Particle-swarm Optimization Circ. Syst. Signal Jan. oi:.7/s x. [9] F. Heppner an U. Grenaner: A Stochastic Nonlinear Moel for Coorinate Bir Flocks The Ubiquity of Chaos AAAS Publications Washington DC 99. [] Y. Shi an R. Eberhart A Moifie Particle Optimizer Proceeings of the 998 IEEE Worl Congress on Computational Intelligence pp May 998. [] Y. Shi an R. Eberhart Parameter Selection in Particle Swarm Optimization Proceeings of the 7th International Conference on Evolutionary Programming VII Lecture Notes In Computer Science pp [] A. Ratnaweera Saman K. Halgamuge an Harry C. Watson Self- Organizing Hierarchical Particle Swarm Optimizer with Time- 4

7 Varying Acceleration Coefficients IEEE Transactions on Evolutionary Computation Vol. 8 No. 3 pp [3] P. L. Venetianer T. Roska an L. O. Chua Analogic CNN Algorithms for Some Image Compression Decompression an Restoration Tasks IEEE Transactions on Circuits an Systems I: Funamental Theory an Applications Vol. 4 No. 5 pp [4] A. Zarany F. Werblin T. Roska an L. O. Chua Novel Types of Analogic CNN Algorithms for Recognizing Bank-Notes CNNA-94 Thir IEEE International Workshop on Cellular Neural Networks an their Applications pp Dec [5] A. Zarany A. Stoffels T. Roska an L. O. Chua Implementation of Binary an Gray-Scale Mathematical on the CNN Universal Machine IEEE Transactions on Circuits an Systems I: Funamental Theory an Applications Vol. 45 No. pp [6] C. Rekeczky T. Roska an A. Ushia CNN-Base Difference- Controlle Aaptive Nonlinear Image Filters International Journal of Circuit Theory an Applications Vol. 6 pp [7] M. Zhang C. J Li X.H. Yuan Y.C. Zhang An improve PSO an its application in research on reservoir operation function of longterm Thir International Conference on Natural Computation vol. 4 pp [8] R. Lukac an K. N. Plataniotis A Taxonomy of Color Image Filtering an Enhancement Solutions Avances in Imaging an Electron Physics Vol. 4 pp

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm A. Lari, A. Khosravi and A. Alfi Faculty of Electrical and Computer Engineering, Noushirvani

More information

Fast Fractal Image Compression using PSO Based Optimization Techniques

Fast Fractal Image Compression using PSO Based Optimization Techniques Fast Fractal Compression using PSO Base Optimization Techniques A.Krishnamoorthy Visiting faculty Department Of ECE University College of Engineering panruti rishpci89@gmail.com S.Buvaneswari Visiting

More information

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

CNN Template Design Using Back Propagation Algorithm

CNN Template Design Using Back Propagation Algorithm 2010 12th International Workshop on Cellular Nanoscale Networks and their Applications (CNNA) CNN Template Design Using Back Propagation Algorithm Masashi Nakagawa, Takashi Inoue and Yoshifumi Nishio Department

More information

Open Access Robust Design for Generalized Point Extract CNN with Application in Image Processing

Open Access Robust Design for Generalized Point Extract CNN with Application in Image Processing Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 205, 7, 33-337 33 Open Access Robust Design for Generalized Point Extract CNN with Application in

More information

A PSO Optimized Layered Approach for Parametric Clustering on Weather Dataset

A PSO Optimized Layered Approach for Parametric Clustering on Weather Dataset Vol.3, Issue.1, Jan-Feb. 013 pp-504-508 ISSN: 49-6645 A PSO Optimize Layere Approach for Parametric Clustering on Weather Dataset Shikha Verma, 1 Kiran Jyoti 1 Stuent, Guru Nanak Dev Engineering College

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION Manjeet Singh 1, Divesh Thareja 2 1 Department of Electrical and Electronics Engineering, Assistant Professor, HCTM Technical

More information

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Richa Agnihotri #1, Dr. Shikha Agrawal #1, Dr. Rajeev Pandey #1 # Department of Computer Science Engineering, UIT,

More information

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization Cell-to-switch assignment in cellular networks using barebones particle swarm optimization Sotirios K. Goudos a), Konstantinos B. Baltzis, Christos Bachtsevanidis, and John N. Sahalos RadioCommunications

More information

Clustering using Particle Swarm Optimization. Nuria Gómez Blas, Octavio López Tolic

Clustering using Particle Swarm Optimization. Nuria Gómez Blas, Octavio López Tolic 24 International Journal Information Theories an Applications, Vol. 23, Number 1, (c) 2016 Clustering using Particle Swarm Optimization Nuria Gómez Blas, Octavio López Tolic Abstract: Data clustering has

More information

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015)

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) 5th International Conference on Avance Design an Manufacturing Engineering (ICADME 25) Research on motion characteristics an application of multi egree of freeom mechanism base on R-W metho Xiao-guang

More information

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization M. Shahab Alam, M. Usman Rafique, and M. Umer Khan Abstract Motion planning is a key element of robotics since it empowers

More information

Image Edge Detection Based on Cellular Neural Network and Particle Swarm Optimization

Image Edge Detection Based on Cellular Neural Network and Particle Swarm Optimization Transactions on Computer Science and Technology March 2014, Volume 3, Issue 1, PP.1-8 Image Edge Detection Based on Cellular Neural Network and Particle Swarm Optimization Zhengxia Wang #, Lili Li Department

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

Discrete Particle Swarm Optimization for TSP based on Neighborhood

Discrete Particle Swarm Optimization for TSP based on Neighborhood Journal of Computational Information Systems 6:0 (200) 3407-344 Available at http://www.jofcis.com Discrete Particle Swarm Optimization for TSP based on Neighborhood Huilian FAN School of Mathematics and

More information

Selection Strategies for Initial Positions and Initial Velocities in Multi-optima Particle Swarms

Selection Strategies for Initial Positions and Initial Velocities in Multi-optima Particle Swarms ACM, 2011. This is the author s version of the work. It is poste here by permission of ACM for your personal use. Not for reistribution. The efinitive version was publishe in Proceeings of the 13th Annual

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

Modified Particle Swarm Optimization

Modified Particle Swarm Optimization Modified Particle Swarm Optimization Swati Agrawal 1, R.P. Shimpi 2 1 Aerospace Engineering Department, IIT Bombay, Mumbai, India, swati.agrawal@iitb.ac.in 2 Aerospace Engineering Department, IIT Bombay,

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

Interior Permanent Magnet Synchronous Motor (IPMSM) Adaptive Genetic Parameter Estimation

Interior Permanent Magnet Synchronous Motor (IPMSM) Adaptive Genetic Parameter Estimation Interior Permanent Magnet Synchronous Motor (IPMSM) Aaptive Genetic Parameter Estimation Java Rezaie, Mehi Gholami, Reza Firouzi, Tohi Alizaeh, Karim Salashoor Abstract - Interior permanent magnet synchronous

More information

Evolutionary Optimisation Methods for Template Based Image Registration

Evolutionary Optimisation Methods for Template Based Image Registration Evolutionary Optimisation Methos for Template Base Image Registration Lukasz A Machowski, Tshilizi Marwala School of Electrical an Information Engineering University of Witwatersran, Johannesburg, South

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization 488 International Journal Wu-Chang of Control, Wu Automation, and Men-Shen and Systems, Tsai vol. 6, no. 4, pp. 488-494, August 2008 Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

More information

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2395-2410 Research India Publications http://www.ripublication.com Designing of Optimized Combinational Circuits

More information

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Nasser Sadati Abstract Particle Swarm Optimization (PSO) algorithms recently invented as intelligent optimizers with several highly

More information

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra th European Signal Processing Conference (EUSIPCO ) Bucharest, omania, August 7-3, EFFICIENT STEEO MATCHING BASED ON A NEW CONFIDENCE METIC Won-Hee Lee, Yumi Kim, an Jong Beom a Department of Electrical

More information

Study of Network Optimization Method Based on ACL

Study of Network Optimization Method Based on ACL Available online at www.scienceirect.com Proceia Engineering 5 (20) 3959 3963 Avance in Control Engineering an Information Science Stuy of Network Optimization Metho Base on ACL Liu Zhian * Department

More information

Tracking Changing Extrema with Particle Swarm Optimizer

Tracking Changing Extrema with Particle Swarm Optimizer Tracking Changing Extrema with Particle Swarm Optimizer Anthony Carlisle Department of Mathematical and Computer Sciences, Huntingdon College antho@huntingdon.edu Abstract The modification of the Particle

More information

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly International Journal "Information Technologies an Knowlege" Vol. / 2007 309 [Project MINERVAEUROPE] Project MINERVAEUROPE: Ministerial Network for Valorising Activities in igitalisation -

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops 1 Srinivas P. S., 2 Ramachandra Raju V., 3 C.S.P Rao. 1 Associate Professor, V. R. Sdhartha Engineering College, Vijayawada 2 Professor,

More information

Calculation on diffraction aperture of cube corner retroreflector

Calculation on diffraction aperture of cube corner retroreflector November 10, 008 / Vol., No. 11 / CHINESE OPTICS LETTERS 8 Calculation on iffraction aperture of cube corner retroreflector Song Li (Ó Ø, Bei Tang (», an Hui Zhou ( ï School of Electronic Information,

More information

The Journal of Systems and Software

The Journal of Systems and Software The Journal of Systems an Software 83 (010) 1864 187 Contents lists available at ScienceDirect The Journal of Systems an Software journal homepage: www.elsevier.com/locate/jss Embeing capacity raising

More information

Particle swarm optimization for mobile network design

Particle swarm optimization for mobile network design Particle swarm optimization for mobile network design Ayman A. El-Saleh 1,2a), Mahamod Ismail 1, R. Viknesh 2, C. C. Mark 2, and M. L. Chan 2 1 Department of Electrical, Electronics, and Systems Engineering,

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Tight Wavelet Frame Decomposition and Its Application in Image Processing

Tight Wavelet Frame Decomposition and Its Application in Image Processing ITB J. Sci. Vol. 40 A, No., 008, 151-165 151 Tight Wavelet Frame Decomposition an Its Application in Image Processing Mahmu Yunus 1, & Henra Gunawan 1 1 Analysis an Geometry Group, FMIPA ITB, Banung Department

More information

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER FFICINT ON-LIN TSTING MTHOD FOR A FLOATING-POINT ADDR A. Droz, M. Lobachev Department of Computer Systems, Oessa State Polytechnic University, Oessa, Ukraine Droz@ukr.net, Lobachev@ukr.net Abstract In

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation Ripandeep Kaur 1, Manpreet Kaur 2 1, 2 Punjab Technical University, Chandigarh Engineering College, Landran, Punjab, India Abstract:

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

A Modified Immune Network Optimization Algorithm

A Modified Immune Network Optimization Algorithm IAENG International Journal of Computer Science, 4:4, IJCS_4_4_3 A Moifie Immune Network Optimization Algorithm Lu Hong, Joarer Kamruzzaman Abstract This stuy proposes a moifie artificial immune network

More information

Particle Swarm Optimization

Particle Swarm Optimization Particle Swarm Optimization Gonçalo Pereira INESC-ID and Instituto Superior Técnico Porto Salvo, Portugal gpereira@gaips.inesc-id.pt April 15, 2011 1 What is it? Particle Swarm Optimization is an algorithm

More information

Short-term prediction of photovoltaic power based on GWPA - BP neural network model

Short-term prediction of photovoltaic power based on GWPA - BP neural network model Short-term preiction of photovoltaic power base on GWPA - BP neural networ moel Jian Di an Shanshan Meng School of orth China Electric Power University, Baoing. China Abstract In recent years, ue to China's

More information

Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition

Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition THONGCHAI SURINWARANGKOON, SUPOT NITSUWAT, ELVIN J. MOORE Department of Information

More information

A Fourier Extension Based Algorithm for Impulse Noise Removal

A Fourier Extension Based Algorithm for Impulse Noise Removal A Fourier Extension Based Algorithm for Impulse Noise Removal H. Sahoolizadeh, R. Rajabioun *, M. Zeinali Abstract In this paper a novel Fourier extension based algorithm is introduced which is able to

More information

Object Recognition using Particle Swarm Optimization on Fourier Descriptors

Object Recognition using Particle Swarm Optimization on Fourier Descriptors Object Recognition using Particle Swarm Optimization on Fourier Descriptors Muhammad Sarfraz 1 and Ali Taleb Ali Al-Awami 2 1 Department of Information and Computer Science, King Fahd University of Petroleum

More information

GRID SCHEDULING USING ENHANCED PSO ALGORITHM

GRID SCHEDULING USING ENHANCED PSO ALGORITHM GRID SCHEDULING USING ENHANCED PSO ALGORITHM Mr. P.Mathiyalagan 1 U.R.Dhepthie 2 Dr. S.N.Sivanandam 3 1 Lecturer 2 Post Graduate Student 3 Professor and Head Department of Computer Science and Engineering

More information

Enhanced Cellular Automata for Image Noise Removal

Enhanced Cellular Automata for Image Noise Removal Enhanced Cellular Automata for Image Noise Removal Abdel latif Abu Dalhoum Ibraheem Al-Dhamari a.latif@ju.edu.jo ibr_ex@yahoo.com Department of Computer Science, King Abdulla II School for Information

More information

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 214 A multiple wavelength unwrapping algorithm for

More information

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2.

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2. JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/009, ISSN 164-6037 Krzysztof WRÓBEL, Rafał DOROZ * fingerprint, reference point, IPAN99 NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES

More information

Lecture 1 September 4, 2013

Lecture 1 September 4, 2013 CS 84r: Incentives an Information in Networks Fall 013 Prof. Yaron Singer Lecture 1 September 4, 013 Scribe: Bo Waggoner 1 Overview In this course we will try to evelop a mathematical unerstaning for the

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of GA and PSO over Economic Load Dispatch Problem Sakshi Rajpoot sakshirajpoot1988@gmail.com Dr. Sandeep Bhongade sandeepbhongade@rediffmail.com Abstract Economic Load dispatch problem

More information

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique International OPEN ACCESS Journal Of Moern Engineering Research (IJMER) An Aaptive Routing Algorithm for Communication Networks using Back Pressure Technique Khasimpeera Mohamme 1, K. Kalpana 2 1 M. Tech

More information

Parts Assembly by Throwing Manipulation with a One-Joint Arm

Parts Assembly by Throwing Manipulation with a One-Joint Arm 21 IEEE/RSJ International Conference on Intelligent Robots an Systems, Taipei, Taiwan, October, 21. Parts Assembly by Throwing Manipulation with a One-Joint Arm Hieyuki Miyashita, Tasuku Yamawaki an Masahito

More information

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM International Journal of Physics an Mathematical Sciences ISSN: 2277-2111 (Online) 2016 Vol. 6 (1) January-March, pp. 24-6/Mao an Shi. THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM Hua Mao

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

Comparison of Methods for Increasing the Performance of a DUA Computation

Comparison of Methods for Increasing the Performance of a DUA Computation Comparison of Methos for Increasing the Performance of a DUA Computation Michael Behrisch, Daniel Krajzewicz, Peter Wagner an Yun-Pang Wang Institute of Transportation Systems, German Aerospace Center,

More information

AN INTELLIGENT APPROACH TO IMAGE DENOISING

AN INTELLIGENT APPROACH TO IMAGE DENOISING AN INTELLIGENT APPROACH TO IMAGE DENOISING TANZILA SABA, AMJAD REHMAN AND GHAZALI SULONG Department of Computer Graphics and Multimedia Faculty of Computer Science and Information Systems University Technology

More information

Particle Swarm Optimization applied to Pattern Recognition

Particle Swarm Optimization applied to Pattern Recognition Particle Swarm Optimization applied to Pattern Recognition by Abel Mengistu Advisor: Dr. Raheel Ahmad CS Senior Research 2011 Manchester College May, 2011-1 - Table of Contents Introduction... - 3 - Objectives...

More information

An Optimization of Association Rule Mining Algorithm using Weighted Quantum behaved PSO

An Optimization of Association Rule Mining Algorithm using Weighted Quantum behaved PSO An Optimization of Association Rule Mining Algorithm using Weighted Quantum behaved PSO S.Deepa 1, M. Kalimuthu 2 1 PG Student, Department of Information Technology 2 Associate Professor, Department of

More information

Hybrid Heuristic-Waterfilling Game Theory Approach in MC-CDMA Resource Allocation

Hybrid Heuristic-Waterfilling Game Theory Approach in MC-CDMA Resource Allocation Hybri Heuristic-Waterfilling Game Theory Approach in MC-CDMA Resource Allocation Lucas Dias H. Sampaio, Taufik Abrão, Bruno A. Angélico, Moisés Fernano Lima, Mario Lemes Proença Jr., an Paul Jean E. Jeszensky

More information

Design and Analysis of Optimization Algorithms Using Computational

Design and Analysis of Optimization Algorithms Using Computational Appl. Num. Anal. Comp. Math., No. 3, 43 433 (4) / DOI./anac.47 Design an Analysis of Optimization Algorithms Using Computational Statistics T. Bartz Beielstein, K.E. Parsopoulos,3, an M.N. Vrahatis,3 Department

More information

Simplifying Handwritten Characters Recognition Using a Particle Swarm Optimization Approach

Simplifying Handwritten Characters Recognition Using a Particle Swarm Optimization Approach ISSN 2286-4822, www.euacademic.org IMPACT FACTOR: 0.485 (GIF) Simplifying Handwritten Characters Recognition Using a Particle Swarm Optimization Approach MAJIDA ALI ABED College of Computers Sciences and

More information

Lab work #8. Congestion control

Lab work #8. Congestion control TEORÍA DE REDES DE TELECOMUNICACIONES Grao en Ingeniería Telemática Grao en Ingeniería en Sistemas e Telecomunicación Curso 2015-2016 Lab work #8. Congestion control (1 session) Author: Pablo Pavón Mariño

More information

Fuzzy Learning Variable Admittance Control for Human-Robot Cooperation

Fuzzy Learning Variable Admittance Control for Human-Robot Cooperation Fuzzy Learning ariable Amittance Control for Human-Robot Cooperation Fotios Dimeas an Nikos Aspragathos Abstract This paper presents a metho for variable amittance control in human-robot cooperation tasks,

More information

A MULTI-SWARM PARTICLE SWARM OPTIMIZATION WITH LOCAL SEARCH ON MULTI-ROBOT SEARCH SYSTEM

A MULTI-SWARM PARTICLE SWARM OPTIMIZATION WITH LOCAL SEARCH ON MULTI-ROBOT SEARCH SYSTEM A MULTI-SWARM PARTICLE SWARM OPTIMIZATION WITH LOCAL SEARCH ON MULTI-ROBOT SEARCH SYSTEM BAHAREH NAKISA, MOHAMMAD NAIM RASTGOO, MOHAMMAD FAIDZUL NASRUDIN, MOHD ZAKREE AHMAD NAZRI Department of Computer

More information

Convolutional Code Optimization for Various Constraint Lengths using PSO

Convolutional Code Optimization for Various Constraint Lengths using PSO International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 2 (2012), pp. 151-157 International Research Publication House http://www.irphouse.com Convolutional

More information

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation On Effectively Determining the Downlink-to-uplink Sub-frame With Ratio for Mobile WiMAX Networks Using Spline Extrapolation Panagiotis Sarigianniis, Member, IEEE, Member Malamati Louta, Member, IEEE, Member

More information

Reconstructing the Nonlinear Filter Function of LILI-128 Stream Cipher Based on Complexity

Reconstructing the Nonlinear Filter Function of LILI-128 Stream Cipher Based on Complexity Reconstructing the Nonlinear Filter Function of LILI-128 Stream Cipher Base on Complexity Xiangao Huang 1 Wei Huang 2 Xiaozhou Liu 3 Chao Wang 4 Zhu jing Wang 5 Tao Wang 1 1 College of Engineering, Shantou

More information

Adjacency Matrix Based Full-Text Indexing Models

Adjacency Matrix Based Full-Text Indexing Models 1000-9825/2002/13(10)1933-10 2002 Journal of Software Vol.13, No.10 Ajacency Matrix Base Full-Text Inexing Moels ZHOU Shui-geng 1, HU Yun-fa 2, GUAN Ji-hong 3 1 (Department of Computer Science an Engineering,

More information

INTEGRATION OF INVENTORY CONTROL AND SCHEDULING USING BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM

INTEGRATION OF INVENTORY CONTROL AND SCHEDULING USING BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM INTEGRATION OF INVENTORY CONTROL AND SCHEDULING USING BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM Manash Dey Assistant Professor, Mechanical Engineering Department, JIMS EMTC Greater Noida (India) ABSTRACT

More information

LECTURE 16: SWARM INTELLIGENCE 2 / PARTICLE SWARM OPTIMIZATION 2

LECTURE 16: SWARM INTELLIGENCE 2 / PARTICLE SWARM OPTIMIZATION 2 15-382 COLLECTIVE INTELLIGENCE - S18 LECTURE 16: SWARM INTELLIGENCE 2 / PARTICLE SWARM OPTIMIZATION 2 INSTRUCTOR: GIANNI A. DI CARO BACKGROUND: REYNOLDS BOIDS Reynolds created a model of coordinated animal

More information

PARTICLE SWARM OPTIMIZATION (PSO)

PARTICLE SWARM OPTIMIZATION (PSO) PARTICLE SWARM OPTIMIZATION (PSO) J. Kennedy and R. Eberhart, Particle Swarm Optimization. Proceedings of the Fourth IEEE Int. Conference on Neural Networks, 1995. A population based optimization technique

More information

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm International Journal of Engineering Inventions ISSN: 2278-7461, www.ijeijournal.com Volume 1, Issue 2(September 2012) PP: 17-22 A Native Approach to Cell to Switch Assignment Using Firefly Algorithm Apoorva

More information

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

A Modified PSO Technique for the Coordination Problem in Presence of DG

A Modified PSO Technique for the Coordination Problem in Presence of DG A Modified PSO Technique for the Coordination Problem in Presence of DG M. El-Saadawi A. Hassan M. Saeed Dept. of Electrical Engineering, Faculty of Engineering, Mansoura University, Egypt saadawi1@gmail.com-

More information

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION International Journal of Computer Engineering and Applications, Volume VIII, Issue I, Part I, October 14 QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION Shradha Chawla 1, Vivek Panwar 2 1 Department

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE

OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE Rosamma Thomas 1, Jino M Pattery 2, Surumi Hassainar 3 1 M.Tech Student, Electrical and Electronics,

More information

A PSO-based Generic Classifier Design and Weka Implementation Study

A PSO-based Generic Classifier Design and Weka Implementation Study International Forum on Mechanical, Control and Automation (IFMCA 16) A PSO-based Generic Classifier Design and Weka Implementation Study Hui HU1, a Xiaodong MAO1, b Qin XI1, c 1 School of Economics and

More information

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis Multilevel Linear Dimensionality Reuction using Hypergraphs for Data Analysis Haw-ren Fang Department of Computer Science an Engineering University of Minnesota; Minneapolis, MN 55455 hrfang@csumneu ABSTRACT

More information

Genetic Fuzzy Logic Control Technique for a Mobile Robot Tracking a Moving Target

Genetic Fuzzy Logic Control Technique for a Mobile Robot Tracking a Moving Target .IJCSI.org 67 Genetic Fuzzy Logic Control Technique for a Mobile Robot Tracking a Moving Target Karim Benbouaballah an Zhu Qi-an College of Automation, Harbin Engineering University Harbin, 151, China

More information

Optimal Power Flow Using Particle Swarm Optimization

Optimal Power Flow Using Particle Swarm Optimization Optimal Power Flow Using Particle Swarm Optimization M.Chiranjivi, (Ph.D) Lecturer Department of ECE Bule Hora University, Bulehora, Ethiopia. Abstract: The Optimal Power Flow (OPF) is an important criterion

More information

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency Software Reliability Moeling an Cost Estimation Incorporating esting-effort an Efficiency Chin-Yu Huang, Jung-Hua Lo, Sy-Yen Kuo, an Michael R. Lyu -+ Department of Electrical Engineering Computer Science

More information

Small World Particle Swarm Optimizer for Global Optimization Problems

Small World Particle Swarm Optimizer for Global Optimization Problems Small World Particle Swarm Optimizer for Global Optimization Problems Megha Vora and T.T. Mirnalinee Department of Computer Science and Engineering S.S.N College of Engineering, Anna University, Chennai,

More information

Formation Control of Small Unmanned Aerial Vehicles Using Virtual Leader and Point-to-Multipoint Communication

Formation Control of Small Unmanned Aerial Vehicles Using Virtual Leader and Point-to-Multipoint Communication Trans. Japan Soc. Aero. Space Sci. Vol. 5, No., pp. 3 9, Formation Control of Small Unmanne Aerial Vehicles Using Virtual Leaer an Point-to-Multipoint Communication y Takuma HINO an Takeshi TSUCHIYA Department

More information

Correlation-based color mosaic interpolation using a connectionist approach

Correlation-based color mosaic interpolation using a connectionist approach Correlation-base color mosaic interpolation using a connectionist approach Gary L. Embler * Agilent Technologies, Inc. 75 Bowers Avenue, MS 87H Santa Clara, California 9554 USA ABSTRACT This paper presents

More information

Learning Polynomial Functions. by Feature Construction

Learning Polynomial Functions. by Feature Construction I Proceeings of the Eighth International Workshop on Machine Learning Chicago, Illinois, June 27-29 1991 Learning Polynomial Functions by Feature Construction Richar S. Sutton GTE Laboratories Incorporate

More information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Liu Chun College of Computer Science and Information Technology Daqing Normal University Daqing, China Sun Bishen Twenty-seventh

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization 1 Offloaing Cellular Traffic through Opportunistic Communications: Analysis an Optimization Vincenzo Sciancalepore, Domenico Giustiniano, Albert Banchs, Anreea Picu arxiv:1405.3548v1 [cs.ni] 14 May 24

More information

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering COMPARISON OF CAT SWARM OPTIMIZATION WITH PARTICLE SWARM

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering COMPARISON OF CAT SWARM OPTIMIZATION WITH PARTICLE SWARM The Pennsylvania State University The Graduate School Department of Electrical Engineering COMPARISON OF CAT SWARM OPTIMIZATION WITH PARTICLE SWARM OPTIMIZATION FOR IIR SYSTEM IDENTIFICATION A Thesis in

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

More information

Particle swarm-based optimal partitioning algorithm for combinational CMOS circuits

Particle swarm-based optimal partitioning algorithm for combinational CMOS circuits ARTICLE IN PRESS Engineering Applications of Artificial Intelligence ] (]]]]) ]]] ]]] www.elsevier.com/locate/engappai Particle swarm-based optimal partitioning algorithm for combinational CMOS circuits

More information

Clustering of datasets using PSO-K-Means and PCA-K-means

Clustering of datasets using PSO-K-Means and PCA-K-means Clustering of datasets using PSO-K-Means and PCA-K-means Anusuya Venkatesan Manonmaniam Sundaranar University Tirunelveli- 60501, India anusuya_s@yahoo.com Latha Parthiban Computer Science Engineering

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

Text Particles Multi-band Fusion for Robust Text Detection

Text Particles Multi-band Fusion for Robust Text Detection Text Particles Multi-ban Fusion for Robust Text Detection Pengfei Xu, Rongrong Ji, Hongxun Yao, Xiaoshuai Sun, Tianqiang Liu, an Xianming Liu School of Computer Science an Engineering Harbin Institute

More information