A Novel Face Recognition Algorithm for Distinguishing FaceswithVariousAngles

Size: px
Start display at page:

Download "A Novel Face Recognition Algorithm for Distinguishing FaceswithVariousAngles"

Transcription

1 International Journal of Automation and Computing 05(), April 008, DOI: /s x A Novel Face Recognition Algorithm for Distinguishing FaceswithVariousAngles Yong-Zhong Lu School of Software Engineering, Huazhong University of Science and Technology, Wuhan , PRC Abstract: In order to distinguish faces of various angles during face recognition, an algorithm of the combination of approximate dynamic programming (ADP) called action dependent heuristic dynamic programming (ADHDP) and particle swarm optimization (PSO) is presented. ADP is used for dynamically changing the values of the PSO parameters. During the process of face recognition, the discrete cosine transformation (DCT) is first introduced to reduce negative effects. Then, Karhunen-Loève (K-L) transformation can be used to compress images and decrease data dimensions. According to principal component analysis (PCA), the main parts of vectors are extracted for data representation. Finally, radial basis function (RBF) neural network is trained to recognize various faces. The training of RBF neural network is exploited by ADP-PSO. In terms of ORL Face Database, the experimental result gives a clear view of its accurate efficiency. Keywords: Face recognition, approximate dynamic programming (ADP), particle swarm optimization (PSO). 1 Introduction In the last decade, there existed a variety of successful methods in face recognition such as subspace analysis, elastic graph matching, local characteristic analysis, neural network, shaping brightness curve plane, and so forth. However, face recognition is rather complex and difficult to describe because of the influence of the factors including angle, illumination, expression, scale, rotation, cloak, and hairstyle. At present, a majority of research works still focus on limited conditional recognition [1]. In previous research, principal component analysis (PCA) is often adopted []. However, the characteristic matching algorithm based on gray value is less resistant to disturbance, so the same image of different angle for an individual is often regarded as another one. The neural network system is complicated and is composed of a large number of simply and widely interrelated nerve cells. It can reach a rather good classification effect and plays an important role in pattern recognition. In order to distinguish the faces of different angles during face recognition more effectively, an algorithm on approximate dynamic programming - particle swarm optimization (ADP-PSO) is put forward in which ADP, called action dependent heuristic dynamic programming (ADHDP), is applied for dynamically changing the value of the PSO parameters, inertia weight w, cognitive and social acceleration constants, c 1 and c, respectively, thereby giving it the flexibility to optimize its own performance. Moreover, it is utilized in the training of a radial basis function (RBF) neural network. PSO is an algorithm based on swarm intelligence developed by Kennedy and Eberhart [3]. This algorithm is modeled on the behavior of a school of fish / flock of birds. PSO has also been used in a variety of applications including generator maintenance scheduling and Manuscript received December 1, 006; revised October 3, 007 This work was supported by Natural Science Foundation of Huazhong University of Science and Technology of PRC (No. 007Q006B). address: hotmailuser@163.com electro-magnetics [4]. ADP is a concept that tries to find the optimum solution to problems where a method to find the exact solutions is difficult. ADP approximates an optimal solution to a problem based on a utility function. It combines the concepts of dynamic programming and reinforcement learning [5]. A novel hybrid genetic algorithm/pso algorithm, breeding swarms, combining the strengths of particle swarm optimization with genetic algorithms, was proposedin[6,7]. DaandGe [8] presented a modified PSO with simulated annealing (SA) technique. An improved PSObased artificial neural network (ANN) was developed. Feng et al. [9] developed an evolutional fuzzy particle swarm optimization (FPSO) learning algorithm to selfextract the near optimum codebook of vector quantization (VQ) for carrying out image compression. The fuzzy particle swarm optimization vector quantization (FPSOVQ) learning schemes, which combined advantages of the adaptive fuzzy inference method (FIM), the simple VQ concept and the efficient PSO, were considered at the same time to automatically create a near optimum codebook to achieve the application of image compression. However, few literature discussed about the above-mentioned ADP-PSO. During the process of face recognition, the DCT is first introduced to reduce negative effects. Then, Karhunen- Loève (K-L) transformation can be used to compress images and decrease data dimensions. According to PCA, the main parts of vectors are extracted for data representation. Finally, the RBF neural network is trained to recognize various faces. The training of the RBF neural network is exploited by ADP-PSO. In terms of ORL face database, the result of the experiment shows its accurate efficiency. The rest of the paper is given as follows. Section gives a brief description of ADP-PSO. Section 3 describes the algorithm of distinguishing the faces of various angles. Section 4 presents some experimental results by the ORL Face Database. Finally, the conclusions and future work are given in Section 5.

2 194 International Journal of Automation and Computing 05(), April 008 ADP based PSO PSO is a population-based search strategy. A problem space is initialized with a population of random solutions in which it searches for the optimum over a number of generations/iterations and reproduction is based on prior generations. The concept of PSO is that each particle randomly searches through the problem space by updating itself with its own memory and the social information gathered from other particles [3]. Fig. 1 gives the vector representation of the PSO search space. In Fig. 1, V pd and V ld represent the effect of P best and G best on the individual. The basic PSO velocity and position update equations are given by (1) and (), respectively. V new =w V old + c 1 rand (P best P old )+ c rand (G best P old ) (1) P new = P old + V new () where V new is the new velocity value calculated for each particle, V old is the old velocity value of the particle from the previous iteration, P new is the new position value calculated for each particle, P old is the old position value of the particle from the previous iteration, w is inertia weight constant, c 1 and c are cognitive and social acceleration constants, and rand generates a random value in the range [0, 1]. Fig. Block diagram of ADP-PSO As seen in Fig., G fit a function of the fitness value of the PSO process, is taken as the input to the action and critic networks. The action network gives out the values of the PSO parameters w, c 1,andc which drive the application. These values are also fed to the critic network. The output of the action network is given by (3). A(k) =[w(k),c 1(k),c (k)]. (3) Fig. 3 shows the block diagram for the training of the critic network. The critic network is initially trained without the action network. The critic network can be trained for different values of the w, c 1,andc. They can be constants, linearly increasing or decreasing or randomly generated. w is generated in the range [0., 1.], and c 1 and c are generated in the range [0.4, ]. γ is a discount factor and is in the range [0, 1]. These inputs are fed to both the PSO application as well as the critic network. The error signal generated at the output is back-propagated and the weights of the critic network are updated. Fig. 1 Vector representation of PSO (T is the target.) ADP, called ADHDP here, is used to determine the optimal control law for a dynamic process [5]. It adopts two neural networks successively to learn the dynamics of the process. These are namely the action neural network which provides the control signal for the process and the critic neural network which evaluates the performance of the action network. The action network dispenses a control signal in order to optimize (minimize or maximize) the output of the critic. The action network may learn this control signal through a model network or directly through the critic s performance. Thus, the two neural networks together learn the system dynamics and are able to achieve an optimal control law for the process dynamically. The initialization of the weights of the neural networks does not affect the final results. The action and the critic networks need to be trained for the problem at hand before the ADP-PSO can be applied directly to the problem. Fig. shows the block diagram for ADP-PSO. Fig. 3 Block diagram for the critic training The cost-to-go function is given by (4). The objective of ADP is to develop an optimal control strategy. U(x(k)) is called the utility function where x(k) is k-th position value corresponding to P in (). The utility function is custom to the application and is chosen by the designer and it embodies the design requirements of the system. Equation (5)

3 Y. Z. Lu / A Novel Face Recognition Algorithm for Distinguishing Faces with Various Angles 195 gives the error value for which the critic network is trained. Equation (6) gives the value of the utility function. The critic network needs to be trained for a number of runs of the PSO applications. The fitness function of the PSO application is fed to the critic network in order to tune the network for the application at hand. This training is carried out till the output of the critic follows the target as closely as possible. J(x(k)) = γ k (U(x(k))) (4) k=0 E c = γ J(k)+U(k) J(k 1) (5) U(k) =f(g fit (k)). (6) The action network provides the control action for the PSO based system. This value is given as the input to the critic network instead of the random values of w, c 1,and c as described above. The critic responds to this signal by generating the output J function. The action network is trained in such a way that the output of the critic is minimized. Thus, the outputs of the action network will eventually drive the system efficiently. Fig. 4 shows the block diagram for the training of the action network. Fig. 4 Block diagram of the action network training The action can be trained for the different inputs. Fig. 4 shows two different sets of inputs. One set gives random values of w, c 1,andc and the other set is the output of the action network itself. The action network is trained with an error signal taken from the critic network. This is given by J/ A, where A is the output of the action network. 3 An algorithm of distinguishing faces with various angles Face recognition is performed by the following steps: 1) DCT is used to reduce the influences which are created by a variety of different angles; ) K-L transformation and PCA are utilized to lessen the data dimension; 3) RBF neural network is implemented to recognize the faces while ADP- PSO is used to train the samples in advance. The definition of DCT were first given by Ahmed et al. [10]. DCT can reduce the influences which are created by a variety of different angles. Disperse cosine transformation of two dimensions is expressed as F (μ, 0) = F (0,ν)= F (μ, v) = N F (0, 0) = 1 N N N (x, y) cos f(x, y)cos f(x, y)cos f(x, y) (7) (x +1)μπ (x +1)μπ (y +1)νπ cos (8) (9) (y +1)vπ (10) where f(x, y) is a vector of two dimensions in the space domain, x, y =0, 1,,; F (μ, v) is a transformed coefficient matrix, μ, v =1,,,. After DCT, a directing current branch (DC coefficient) and some alternating current branches (AC coefficient) are obtained. The DC coefficient, AC coefficient of low frequency, and AC coefficient of high frequency represent the average value of pixel density in the block, abundant image texture and edge information, and image details, respectively. Majority of the transformation energy is concentrated on the coefficients of low frequency which reflect the main image and are bigger while ones of high frequency are smaller. After DCT, the part of low frequency is displaced in left-down angle and the part of high frequency is located in right-up angle among the matrix. The dimension of data that are transformed by DCT is very high. Thus, K-L transformation is exploited to lessen the dimension. K-L transformation is a special optimal perpendicular transformation. The given signal vector X =[x(0),x(1),,x(n 1)] T is transformed into N dimensional vector of which each branch vector is completely irrelative and highlights its properties to minimize the approximate average square difference. The covariance of the above-mentioned vector is defined as C x = E { (X μ x)(x μ x) T} (11) where E{ } is average value operation, μ x = E{x} is the average value vector, and C x embodies the relativity of each branch in the vector. Real symmetry matrix can be diagonalized. Thus, perpendicular matrix U is constructed to make Λ = U T C xu, where Λ is a diagonal matrix, and U =[U 1,U,,U N ]. Thus, Y is obtained by Y = U T X. A three-layer feed-forward RBF neural network has been widely adopted in pattern recognition because of its fast convergence, less ease to get into local small extremum and good robustness and so forth. There is a hidden layer in the RBF neural network where the activated function of the nodes is a radial basis function, where its radius is not only symmetric, but also smooth and arbitrarily derivative. RBF is usually the Gaussian kernel function which is [ ] x x c K x x c =exp (1) σ

4 196 International Journal of Automation and Computing 05(), April 008 where x c is the center and σ is the wide parameter which controls the radial functionary scope of the function respectively [11]. Moreover, an algorithm about ADP-PSO is utilized in the training of the RBF neural network in which ADP is used for dynamically changing the values of the PSO parameters, inertia weight w, cognitive and social acceleration constants c 1 and c, respectively. Thereby, PSO gains the flexibility to optimize its own performance. it is 0. Weighty values between the input layer and latent layer are all 1. 4 Experiment Twenty two individuals faces were chosen from the ORL face database [1] to carry out the experiment. In the experiment, there were 10 faces with various different angles for each person and the total number is 0. The faces are all 56 gray hue, 9 pixel width, and 11 pixel height. Meanwhile, 5 faces were used for the training of the RBF neural network and another 5 for the detection. The original faces with 10 different angles and their images after DCT are presented in Figs. 5 and 6. Fig. 7 Structure of the RBF neural network The above-mentioned algorithm about ADP-PSO is used for training the samples. Two hundreds particles are initialized in which their parameters are as follows: central vector X c in 19 hidden nodes, their square differences σ in 19 latent nodes, and their weighty values W i between the hidden layer and output layer. Each particle performs the iterative calculation 300 times to obtain the parameters with the least error in order to train the network above. Meanwhile, the fitness function and utility function are expressed below. Fig. 5 Original faces with 10 different angles Sum i = G fit = O i = M 1 j=0 { i=0 T i O i (13) 1 Sum i V i 0 Sum i V i (14) W j exp [ ] Yi Yjc σj (15) Fig. 6 The images after DCT One hundred and ten training faces were performed by K-L transformation while 19 front branch vectors of U were chosen to project. Therefore, X of dimensions is projected in Y of 19 dimensions. A three-layer feed-forward RBF neural network, which includes the input layer, hidden layer, and output layer, is built as shown in Fig. 7 and the number amounts to. There are 19 nodes in the input and Y obtained above acts as input. 30 nodes are selected in the hidden layer and Gaussian kernel function is adopted. There is one node in the output and if the individual is verified correctly, the output value of the model is 1. Otherwise, U(k) =0.1 G fit (k) (16) where T i is teacher input signal, O i is the output of the i-th neural network, V i is the output threshold of the i-th neural network, W j istheweightyvaluebetweenthehiddenlayer and output layer, Y i is the input of the neural network, Y jc and σ j are considered as average value and square difference among the hidden nodes, N is equal to 110, M is equal to 30, U(k) is called the utility function. There exist output results in the network above. If the individual is tested correctly, the output value is 1 corresponding to input Y. If there are more than one output value of 1, the farthest one from the threshold is selected. During the optimization, PSO (constant w) and ADP-PSO are used respectively on a 1.7 GHz, Pentium 4 processor. The results are shown in Table 1. By detecting the 110 faces the identification ratio of the RBF based on ADP-PSO reaches the high level of 98.3%, and the algorithm reaches a high speed in practice. Table 1 Results of two PSO methods Methods Errors Iterations PSO (constant w) ADP-PSO

5 Y. Z. Lu / A Novel Face Recognition Algorithm for Distinguishing Faces with Various Angles Conclusions This paper presents a successful application of the concepts of ADP (called ADHDP) to the PSO process. The ADP-PSO algorithm greatly improves the performance of the PSO search. Moreover, it is also successfully applied to the recognition of faces with various angles. The ADP- PSO optimization-based RBF neural network algorithm is proven to be an effective identification method with high precision and fast speed. Future work can involve exploring other ADP techniques such as action dependent dual heuristic dynamic programming (ADDHP) or action dependent globalized dual heuristic dynamic programming (ADGHP) for solving these problems. The work considered here assumes that the three PSO parameters are coupled. Future work can also involve optimizing these parameters independently of each other. On the other hand, the issues on initial transformation can be improved and a reduced training period can be developed to make the identification algorithm be more efficient. References [1] Q. Yang, X. Q. Ding. Symmetric PCA and Its Application in Face Recognition. Journal of Computer, vol. 6, no. 9, pp , 003. (in Chinese) [] Y. Z. Lu, J. L. Zhou, S. S. YU. A Survey of Face Detection, Extraction and Recognition. Computing and Informatics, vol., no., pp , 003. [3] J. Kennedy, R. C. Eberhart, Y. H. Shi. Swarm Intelligence, Morgan Kauffman Publishers, San Francisco, USA, 001. [4] G. Ciuprina, D. Ioan, I. Munteanu. Use of Intelligentparticle Swarm Optimization in Electromagnetics. IEEE Transactions on Magnetics, vol. 38, no., pp , 00. [5] G. K. Venayagamoorthy, R. G. Harley, D. C. Wunsch. Applications of Approximate Dynamic Programming in Power Systems Control. Handbook of Learning and Approximate Dynamic Programming, J. Si, A. Barto, W. Powell, D. C. Wunsch (eds.), Wiley Interscience/IEEE Press, Piscataway, New York, pp , 004. [6] M. Settles, T. Soule. Breeding Swarms: A GA/PSO Hybrid. In Proceedings of the 005 Conference on Genetic and Evolutionary Computation, Washington, DC, USA, pp , 005. [7] X.H.Shi,Y.C.Liang,H.P.Lee.AnImprovedGAanda Novel PSO-GA-based Hybrid Algorithm. Information Processing Letters, vol. 93, no. 5, pp , 005. [8] Y. Da, X. R. Ge. An Improved PSO-based ANN with Simulated Annealing Technique. Neurocomputing, vol. 63, no. 4, pp , 005. [9] H. M. Feng, C. Y. Chen, F. Ye. Evolutionary Fuzzy Particle Swarm Optimization Vector Quantization Learning Scheme in Image Compression. Expert Systems with Applications, vol. 3, no. 1, pp. 13, 007. [10] N. Ahmed, T. Natarajan, K. R. Rao. On Image Processing and a Discrete Cosine Transform. IEEE Transactions on Computers, vol. 3, no. 1, pp , [11] J.B.Li,S.C.Chu,J.S.Pan,J.H.Ho.ANovelMatrix Norm Based Gaussian Kernel for Feature Extraction of Images. In Proceedings of IEEE International Conference on Intelligent Information Hiding and Multimedia Signal Processing, IEEE Press, Pasadena, California, USA, pp , 006. [1] AT&T Laboratories Cambridge, [Online], Available: html, November 1, 006. Yong-Zhong Lu received his B. Sc. and Ph. D. degrees from the Huazhong University of Science and Technology (HUST), China, in 1993 and 001, respectively. He is currently an associate professor at the School of Software Engineering of HUST. He has published more than 50 refereed journal and conference papers. He is a member of China Computer Federation. His research interests include pattern recognition, image processing, software engineering, and industry control.

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

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

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

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

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

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

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

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

MPSO- PCA Based Facial Recognition

MPSO- PCA Based Facial Recognition International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 1, Issue 1, April 2014, pp.27-32 www.arcjournal.org MPSO- PCA Based Facial Recognition Pushparaj Pa pushprajpal@gmail.com

More information

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm Journal of Universal Computer Science, vol. 13, no. 10 (2007), 1449-1461 submitted: 12/6/06, accepted: 24/10/06, appeared: 28/10/07 J.UCS An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

More information

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 6, November 2017 Feature-Guided K-Means Algorithm for Optimal Image Vector

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE Fang Wang, and Yuhui Qiu Intelligent Software and Software Engineering Laboratory, Southwest-China Normal University,

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

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

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

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

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

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

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat An Improved Firefly Algorithm for Optimization Problems Amarita Ritthipakdee 1, Arit Thammano, Nol Premasathian 3, and Bunyarit Uyyanonvara 4 Abstract Optimization problem is one of the most difficult

More information

Improving Tree-Based Classification Rules Using a Particle Swarm Optimization

Improving Tree-Based Classification Rules Using a Particle Swarm Optimization Improving Tree-Based Classification Rules Using a Particle Swarm Optimization Chi-Hyuck Jun *, Yun-Ju Cho, and Hyeseon Lee Department of Industrial and Management Engineering Pohang University of Science

More information

Particle Swarm Optimization

Particle Swarm Optimization Dario Schor, M.Sc., EIT schor@ieee.org Space Systems Department Magellan Aerospace Winnipeg Winnipeg, Manitoba 1 of 34 Optimization Techniques Motivation Optimization: Where, min x F(x), subject to g(x)

More information

An Improved Blind Watermarking Scheme in Wavelet Domain

An Improved Blind Watermarking Scheme in Wavelet Domain An Improved Blind Watermarking Scheme in Wavelet Domain Hai Tao 1, Jasni Mohamad Zain 1, Ahmed N. Abd Alla 2, Wang Jing 1 1 Faculty of Computer Systems and Software Engineering University Malaysia Pahang

More information

FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION

FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION Suranaree J. Sci. Technol. Vol. 19 No. 4; October - December 2012 259 FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION Pavee Siriruk * Received: February 28, 2013; Revised: March 12,

More information

PARALLEL PARTICLE SWARM OPTIMIZATION IN DATA CLUSTERING

PARALLEL PARTICLE SWARM OPTIMIZATION IN DATA CLUSTERING PARALLEL PARTICLE SWARM OPTIMIZATION IN DATA CLUSTERING YASIN ORTAKCI Karabuk University, Computer Engineering Department, Karabuk, Turkey E-mail: yasinortakci@karabuk.edu.tr Abstract Particle Swarm Optimization

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

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

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng.

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng. Copyright 2002 IFAC 5th Triennial World Congress, Barcelona, Spain ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA Mark S. Voss a b and Xin Feng a Department of Civil and Environmental

More information

Learning Fuzzy Cognitive Maps by a Hybrid Method Using Nonlinear Hebbian Learning and Extended Great Deluge Algorithm

Learning Fuzzy Cognitive Maps by a Hybrid Method Using Nonlinear Hebbian Learning and Extended Great Deluge Algorithm Learning Fuzzy Cognitive Maps by a Hybrid Method Using Nonlinear Hebbian Learning and Extended Great Deluge Algorithm Zhaowei Ren School of Electronic and Computing Systems University of Cincinnati 600

More information

The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms

The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms Somayyeh Nalan-Ahmadabad and Sehraneh Ghaemi Abstract In this paper, pole placement with integral

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

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION Kamil Zakwan Mohd Azmi, Zuwairie Ibrahim and Dwi Pebrianti Faculty of Electrical

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

IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AND ITS APPLICATION IN OPTIMAL DESIGN OF TRUSS STRUCTURE

IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AND ITS APPLICATION IN OPTIMAL DESIGN OF TRUSS STRUCTURE IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AD ITS APPLICATIO I OPTIMAL DESIG OF TRUSS STRUCTURE ACAG LI, CHEGUAG BA, SHUJIG ZHOU, SHUAGHOG PEG, XIAOHA ZHAG College of Civil Engineering, Hebei University

More information

Learning to Classify Texture Objects by Particle Swarm Optimization Algorithm

Learning to Classify Texture Objects by Particle Swarm Optimization Algorithm Research Journal of Applied Sciences, Engineering and Technology 5(3): 990-995, 013 ISSN: 040-7459; E-ISSN: 040-7467 Maxwell Scientific Organization, 013 Submitted: June 3, 01 Accepted: July 8, 01 Published:

More information

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 131 CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 6.1 INTRODUCTION The Orthogonal arrays are helpful in guiding the heuristic algorithms to obtain a good solution when applied to NP-hard problems. This

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

An indirect tire identification method based on a two-layered fuzzy scheme

An indirect tire identification method based on a two-layered fuzzy scheme Journal of Intelligent & Fuzzy Systems 29 (2015) 2795 2800 DOI:10.3233/IFS-151984 IOS Press 2795 An indirect tire identification method based on a two-layered fuzzy scheme Dailin Zhang, Dengming Zhang,

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

Improving Image Segmentation Quality Via Graph Theory

Improving Image Segmentation Quality Via Graph Theory International Symposium on Computers & Informatics (ISCI 05) Improving Image Segmentation Quality Via Graph Theory Xiangxiang Li, Songhao Zhu School of Automatic, Nanjing University of Post and Telecommunications,

More information

Fuzzy C-means Clustering with Temporal-based Membership Function

Fuzzy C-means Clustering with Temporal-based Membership Function Indian Journal of Science and Technology, Vol (S()), DOI:./ijst//viS/, December ISSN (Print) : - ISSN (Online) : - Fuzzy C-means Clustering with Temporal-based Membership Function Aseel Mousa * and Yuhanis

More information

Hybrid Particle Swarm and Neural Network Approach for Streamflow Forecasting

Hybrid Particle Swarm and Neural Network Approach for Streamflow Forecasting Math. Model. Nat. Phenom. Vol. 5, No. 7, 010, pp. 13-138 DOI: 10.1051/mmnp/01057 Hybrid Particle Swarm and Neural Network Approach for Streamflow Forecasting A. Sedki and D. Ouazar Department of Civil

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

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Lana Dalawr Jalal Abstract This paper addresses the problem of offline path planning for

More information

Seismic regionalization based on an artificial neural network

Seismic regionalization based on an artificial neural network Seismic regionalization based on an artificial neural network *Jaime García-Pérez 1) and René Riaño 2) 1), 2) Instituto de Ingeniería, UNAM, CU, Coyoacán, México D.F., 014510, Mexico 1) jgap@pumas.ii.unam.mx

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

Feature weighting using particle swarm optimization for learning vector quantization classifier

Feature weighting using particle swarm optimization for learning vector quantization classifier Journal of Physics: Conference Series PAPER OPEN ACCESS Feature weighting using particle swarm optimization for learning vector quantization classifier To cite this article: A Dongoran et al 2018 J. Phys.:

More information

Object Tracking Algorithm based on Combination of Edge and Color Information

Object Tracking Algorithm based on Combination of Edge and Color Information Object Tracking Algorithm based on Combination of Edge and Color Information 1 Hsiao-Chi Ho ( 賀孝淇 ), 2 Chiou-Shann Fuh ( 傅楸善 ), 3 Feng-Li Lian ( 連豊力 ) 1 Dept. of Electronic Engineering National Taiwan

More information

KEYWORDS: Mobile Ad hoc Networks (MANETs), Swarm Intelligence, Particle Swarm Optimization (PSO), Multi Point Relay (MPR), Throughput.

KEYWORDS: Mobile Ad hoc Networks (MANETs), Swarm Intelligence, Particle Swarm Optimization (PSO), Multi Point Relay (MPR), Throughput. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY APPLICATION OF SWARM INTELLIGENCE PSO TECHNIQUE FOR ANALYSIS OF MULTIMEDIA TRAFFIC AND QOS PARAMETERS USING OPTIMIZED LINK STATE

More information

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 206) A Network Intrusion Detection System Architecture Based on Snort and Computational Intelligence Tao Liu, a, Da

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

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

Particle Swarm Optimization Based Approach for Location Area Planning in Cellular Networks

Particle Swarm Optimization Based Approach for Location Area Planning in Cellular Networks International Journal of Intelligent Systems and Applications in Engineering Advanced Technology and Science ISSN:2147-67992147-6799 www.atscience.org/ijisae Original Research Paper Particle Swarm Optimization

More information

A Hybrid Fireworks Optimization Method with Differential Evolution Operators

A Hybrid Fireworks Optimization Method with Differential Evolution Operators A Fireworks Optimization Method with Differential Evolution Operators YuJun Zheng a,, XinLi Xu a, HaiFeng Ling b a College of Computer Science & Technology, Zhejiang University of Technology, Hangzhou,

More information

FACE RECOGNITION USING FUZZY NEURAL NETWORK

FACE RECOGNITION USING FUZZY NEURAL NETWORK FACE RECOGNITION USING FUZZY NEURAL NETWORK TADI.CHANDRASEKHAR Research Scholar, Dept. of ECE, GITAM University, Vishakapatnam, AndraPradesh Assoc. Prof., Dept. of. ECE, GIET Engineering College, Vishakapatnam,

More information

A Robust Two Feature Points Based Depth Estimation Method 1)

A Robust Two Feature Points Based Depth Estimation Method 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 2005 A Robust Two Feature Points Based Depth Estimation Method 1) ZHONG Zhi-Guang YI Jian-Qiang ZHAO Dong-Bin (Laboratory of Complex Systems and Intelligence

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION * Prof. Dr. Ban Ahmed Mitras ** Ammar Saad Abdul-Jabbar * Dept. of Operation Research & Intelligent Techniques ** Dept. of Mathematics. College

More information

An Island Based Hybrid Evolutionary Algorithm for Optimization

An Island Based Hybrid Evolutionary Algorithm for Optimization An Island Based Hybrid Evolutionary Algorithm for Optimization Changhe Li and Shengxiang Yang Department of Computer Science, University of Leicester University Road, Leicester LE1 7RH, UK {cl160,s.yang}@mcs.le.ac.uk

More information

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Australian Journal of Basic and Applied Sciences, 4(8): 3366-3382, 21 ISSN 1991-8178 Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Akbar H. Borzabadi,

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

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

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

Index Terms PSO, parallel computing, clustering, multiprocessor.

Index Terms PSO, parallel computing, clustering, multiprocessor. Parallel Particle Swarm Optimization in Data Clustering Yasin ORTAKCI Karabuk University, Computer Engineering Department, Karabuk, Turkey yasinortakci@karabuk.edu.tr Abstract Particle Swarm Optimization

More information

Radial Basis Function Neural Network Classifier

Radial Basis Function Neural Network Classifier Recognition of Unconstrained Handwritten Numerals by a Radial Basis Function Neural Network Classifier Hwang, Young-Sup and Bang, Sung-Yang Department of Computer Science & Engineering Pohang University

More information

Wrapper Feature Selection using Discrete Cuckoo Optimization Algorithm Abstract S.J. Mousavirad and H. Ebrahimpour-Komleh* 1 Department of Computer and Electrical Engineering, University of Kashan, Kashan,

More information

A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION

A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SCIENCES Volume 1, Number 3-4, Pages 275-282 2005 Institute for Scientific Computing and Information A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION

More information

Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy

Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy Amin Jourabloo Department of Computer Engineering, Sharif University of Technology, Tehran, Iran E-mail: jourabloo@ce.sharif.edu Abstract

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

Research Article An Improved Kernel Based Extreme Learning Machine for Robot Execution Failures

Research Article An Improved Kernel Based Extreme Learning Machine for Robot Execution Failures e Scientific World Journal, Article ID 906546, 7 pages http://dx.doi.org/10.1155/2014/906546 Research Article An Improved Kernel Based Extreme Learning Machine for Robot Execution Failures Bin Li, 1,2

More information

Surrogate-assisted Self-accelerated Particle Swarm Optimization

Surrogate-assisted Self-accelerated Particle Swarm Optimization Surrogate-assisted Self-accelerated Particle Swarm Optimization Kambiz Haji Hajikolaei 1, Amir Safari, G. Gary Wang ±, Hirpa G. Lemu, ± School of Mechatronic Systems Engineering, Simon Fraser University,

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

Color Space Projection, Feature Fusion and Concurrent Neural Modules for Biometric Image Recognition

Color Space Projection, Feature Fusion and Concurrent Neural Modules for Biometric Image Recognition Proceedings of the 5th WSEAS Int. Conf. on COMPUTATIONAL INTELLIGENCE, MAN-MACHINE SYSTEMS AND CYBERNETICS, Venice, Italy, November 20-22, 2006 286 Color Space Projection, Fusion and Concurrent Neural

More information

Design optimization method for Francis turbine

Design optimization method for Francis turbine IOP Conference Series: Earth and Environmental Science OPEN ACCESS Design optimization method for Francis turbine To cite this article: H Kawajiri et al 2014 IOP Conf. Ser.: Earth Environ. Sci. 22 012026

More information

Effects of Weight Approximation Methods on Performance of Digital Beamforming Using Least Mean Squares Algorithm

Effects of Weight Approximation Methods on Performance of Digital Beamforming Using Least Mean Squares Algorithm IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331,Volume 6, Issue 3 (May. - Jun. 2013), PP 82-90 Effects of Weight Approximation Methods on Performance

More information

Step Size Optimization of LMS Algorithm Using Particle Swarm Optimization Algorithm in System Identification

Step Size Optimization of LMS Algorithm Using Particle Swarm Optimization Algorithm in System Identification IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.6, June 2013 125 Step Size Optimization of LMS Algorithm Using Particle Swarm Optimization Algorithm in System Identification

More information

A Multiobjective Memetic Algorithm Based on Particle Swarm Optimization

A Multiobjective Memetic Algorithm Based on Particle Swarm Optimization A Multiobjective Memetic Algorithm Based on Particle Swarm Optimization Dr. Liu Dasheng James Cook University, Singapore / 48 Outline of Talk. Particle Swam Optimization 2. Multiobjective Particle Swarm

More information

Hybrid PSO-SA algorithm for training a Neural Network for Classification

Hybrid PSO-SA algorithm for training a Neural Network for Classification Hybrid PSO-SA algorithm for training a Neural Network for Classification Sriram G. Sanjeevi 1, A. Naga Nikhila 2,Thaseem Khan 3 and G. Sumathi 4 1 Associate Professor, Dept. of CSE, National Institute

More information

Adaptive Radiation Pattern Optimization for Antenna Arrays by Phase Perturbations using Particle Swarm Optimization

Adaptive Radiation Pattern Optimization for Antenna Arrays by Phase Perturbations using Particle Swarm Optimization 2010 NASA/ESA Conference on Adaptive Hardware and Systems Adaptive Radiation Pattern Optimization for Antenna Arrays by Phase Perturbations using Particle Swarm Optimization Virgilio Zuniga, Ahmet T. Erdogan,

More information

Automatic Speech Recognition Using Support Vector Machine and Particle Swarm Optimization

Automatic Speech Recognition Using Support Vector Machine and Particle Swarm Optimization Automatic Speech Recognition Using Support Vector Machine and Particle Swarm Optimization Gracieth Cavalcanti Batista Federal Institute of Maranhao Student of Electrical Engineering Sao Luis, Maranhao,

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

Disguised Face Identification Based Gabor Feature and SVM Classifier

Disguised Face Identification Based Gabor Feature and SVM Classifier Disguised Face Identification Based Gabor Feature and SVM Classifier KYEKYUNG KIM, SANGSEUNG KANG, YUN KOO CHUNG and SOOYOUNG CHI Department of Intelligent Cognitive Technology Electronics and Telecommunications

More information

Video Coding Technique Using 3D Dualtree Discrete Wavelet Transform with Multi Objective Particle Swarm Optimization Approaches

Video Coding Technique Using 3D Dualtree Discrete Wavelet Transform with Multi Objective Particle Swarm Optimization Approaches American Journal of Applied Sciences, 10 (2): 179-184, 2013 ISSN: 1546-9239 2013 Muthusamy and Ramachandran, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license

More information

Application of Improved Discrete Particle Swarm Optimization in Logistics Distribution Routing Problem

Application of Improved Discrete Particle Swarm Optimization in Logistics Distribution Routing Problem Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 3673 3677 Advanced in Control Engineeringand Information Science Application of Improved Discrete Particle Swarm Optimization in

More information

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM Tiago Alencar UFMA tiagoalen@gmail.com Anselmo Rodrigues UFMA schaum.nyquist@gmail.com Maria da

More information

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Oğuz Altun Department of Computer Engineering Yildiz Technical University Istanbul, Turkey oaltun@yildiz.edu.tr

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

DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS

DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS Murat Furat Mustafa Oral e-mail: mfurat@cu.edu.tr e-mail: moral@mku.edu.tr Cukurova University, Faculty of Engineering,

More information

SwarmOps for Matlab. Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0

SwarmOps for Matlab. Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0 Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0 By Magnus Erik Hvass Pedersen November 2010 Copyright 2009-2010, all rights reserved by the author. Please see page

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

Facial expression recognition using shape and texture information

Facial expression recognition using shape and texture information 1 Facial expression recognition using shape and texture information I. Kotsia 1 and I. Pitas 1 Aristotle University of Thessaloniki pitas@aiia.csd.auth.gr Department of Informatics Box 451 54124 Thessaloniki,

More information

Nelder-Mead Enhanced Extreme Learning Machine

Nelder-Mead Enhanced Extreme Learning Machine Philip Reiner, Bogdan M. Wilamowski, "Nelder-Mead Enhanced Extreme Learning Machine", 7-th IEEE Intelligent Engineering Systems Conference, INES 23, Costa Rica, June 9-2., 29, pp. 225-23 Nelder-Mead Enhanced

More information

Multidirectional 2DPCA Based Face Recognition System

Multidirectional 2DPCA Based Face Recognition System Multidirectional 2DPCA Based Face Recognition System Shilpi Soni 1, Raj Kumar Sahu 2 1 M.E. Scholar, Department of E&Tc Engg, CSIT, Durg 2 Associate Professor, Department of E&Tc Engg, CSIT, Durg Email:

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

A Combinatorial Algorithm for The Cardinality Constrained Portfolio Optimization Problem

A Combinatorial Algorithm for The Cardinality Constrained Portfolio Optimization Problem 0 IEEE Congress on Evolutionary Computation (CEC) July -, 0, Beijing, China A Combinatorial Algorithm for The Cardinality Constrained Portfolio Optimization Problem Tianxiang Cui, Shi Cheng, and Ruibin

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

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

More information

High Capacity Reversible Watermarking Scheme for 2D Vector Maps

High Capacity Reversible Watermarking Scheme for 2D Vector Maps Scheme for 2D Vector Maps 1 Information Management Department, China National Petroleum Corporation, Beijing, 100007, China E-mail: jxw@petrochina.com.cn Mei Feng Research Institute of Petroleum Exploration

More information

An embedded system of Face Recognition based on ARM and HMM

An embedded system of Face Recognition based on ARM and HMM An embedded system of Face Recognition based on ARM and HMM Yanbin Sun 1,2, Lun Xie 1, Zhiliang Wang 1,Yi An 2 1 Department of Electronic Information Engineering, School of Information Engineering, University

More information